Files
codezero/tasks/libposix
Bahadir Balban 193430d226 Added test code for testing of directory listing.
Added system call prototypes and posix glue for reading a directory.

TODO:
FS0 should implement the L4_IPC_TAG_READDIR ipc call.
2008-02-12 19:09:46 +00:00
..
2008-01-13 13:53:52 +00:00
2008-01-13 13:53:52 +00:00
2008-01-13 13:53:52 +00:00
2008-01-13 13:53:52 +00:00
2008-01-13 13:53:52 +00:00
2008-01-13 13:53:52 +00:00
2008-01-13 13:53:52 +00:00

libposix

Copyright (C) 2007 Bahadir Balban

Despite the name, this is a library that supports only a tiny portion of posix functions.

Currently supported functions are:


Functions to be supported in the near future are:

shmat
shmget
shmdt
mmap
munmap
read
write
lseek
open
close
creat
unlink
fork
execve
getpid

New ones will be added as needed.