Files
codezero/tasks/libposix
Bahadir Balban 16617eed36 Various changes to incorporate new utcb setup.
Issues with l4_return value not reaching client side
	modified:   libs/c/include/stdio.h
	modified:   src/arch/arm/exception.c
	modified:   src/glue/arm/init.c
	modified:   tasks/fs0/src/task.c
	modified:   tasks/libl4/include/l4lib/arch-arm/utcb.h
	modified:   tasks/libl4/src/arm/syscalls.S
	modified:   tasks/libl4/src/init.c
	deleted:    tasks/libl4/tagfilelist
	modified:   tasks/libposix/open.c
	modified:   tasks/mm0/include/utcb.h
	modified:   tasks/mm0/include/vm_area.h
	modified:   tasks/mm0/main.c
	modified:   tasks/mm0/src/init.c
	modified:   tasks/mm0/src/task.c
	modified:   tasks/mm0/src/utcb.c
	modified:   tasks/mm0/src/vm_object.c
2008-03-19 02:27:53 +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-03-13 00:40:12 +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.