Files
codezero/tasks/libposix
Bahadir Balban 488d9e6271 Fixed the issue that page copy offsets were not correct.
When copying file pages back and forth, we need both dst and src
offsets since the cursor offset and read/write buffer page offsets
are different. This is now fixed.

Also done some mods to close().
2008-04-25 17:07:49 +01:00
..
2008-01-13 13:53:52 +00:00
2008-04-16 16:00:17 +01:00
2008-04-20 02:12:53 +01:00
2008-04-22 14:18:12 +01:00
2008-04-20 02:12:53 +01: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
readdir
write
lseek
open
close
creat
mkdir
mknod
link
unlink
fork
execve
getpid
wait
kill

Others:
pipe
mount
unmount
swapon


New ones will be added as needed.