OSDN Git Service

Add support for personality(), prctl(), ustat(), and ulimit()
authorEric Andersen <andersen@codepoet.org>
Fri, 8 Aug 2003 10:07:32 +0000 (10:07 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 8 Aug 2003 10:07:32 +0000 (10:07 -0000)
commitea9f6e1e2d60bac4e2c7f1fb9ee98f581a7c6229
tree21b23d087fc8b0b522d5fa2bc54bd099e274d0b0
parentcffcfd3f2f02aa906e5bffe2b81a04b92b04f7eb
Add support for personality(), prctl(), ustat(), and ulimit()
syscalls, which had managed to stay unimplemented thus far.
 -Erik
include/sys/personality.h [new file with mode: 0644]
include/sys/prctl.h [new file with mode: 0644]
include/sys/resource.h
include/sys/ustat.h [new file with mode: 0644]
include/ulimit.h [new file with mode: 0644]
include/ustat.h [new file with mode: 0644]
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/bits/ustat.h
libc/sysdeps/linux/common/syscalls.c