haiku/src/kernel/libroot/posix
Axel Dörfler ac50932dae Moved the getopt() functionality from the getopt/ subdir to the new
extensions/ directory - which will contain glibc specific additions
to the POSIX standard (getopt() is here because of getopt_long() etc.).
Also added obstack functions.
Added wcsmbs to the build.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8969 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-15 12:23:08 +00:00
..
arch A Jamfile for posix/arch. 2004-09-01 14:40:06 +00:00
glibc Moved the getopt() functionality from the getopt/ subdir to the new 2004-09-15 12:23:08 +00:00
locale Added empty setlocale() call, just to export it. 2004-09-01 14:39:01 +00:00
malloc Fixed compilation due to recent header changes. 2004-07-02 01:55:04 +00:00
math A bit more BeOS compatible math.h functions. 2004-03-13 18:48:55 +00:00
pthread Doh, forget to add the license and author information. 2003-04-20 18:51:55 +00:00
signal Added kill() implementation, user part of sigprocmask() now works. 2004-09-01 14:06:27 +00:00
stdio Several follow-up changes required by the changes either to the VFS 2004-08-28 20:45:00 +00:00
stdlib Added mktemp() and friends from FreeBSD - calls not part of the POSIX specs 2004-09-01 12:04:21 +00:00
string Added dummy strcoll() function. 2004-09-01 14:37:38 +00:00
sys Implemented wait() using waitpid() following the POSIX spec. 2004-09-02 01:01:02 +00:00
termios implemented tcsetattr() 2003-05-04 09:11:25 +00:00
time Added missing function tzset() - doesn't do a lot yet, though. The source 2004-09-01 10:28:25 +00:00
unistd Moved dirent.h functions from unistd/directory.c to new dirent.c file. 2004-09-14 22:10:43 +00:00
assert.c Added a proper assert() implementation, removed the old one. 2004-06-30 02:39:29 +00:00
dirent.c Implemented readdir_r(). 2004-09-14 23:10:29 +00:00
dlfcn.c Added a comment about the "non-thread-safety" of gStatus (dlerror()). 2003-01-12 17:16:20 +00:00
errno.c Moved the errnop() function to the new TLS stuff. 2003-01-07 09:08:44 +00:00
fnmatch.c Added BSD's glob & fnmatch implementation (disabled collation stuff). 2002-10-06 23:51:35 +00:00
glob.c Added BSD's glob & fnmatch implementation (disabled collation stuff). 2002-10-06 23:51:35 +00:00
grp.c Added dumb group functions - they only know one group: "users" (should be pretty similar to R5). 2004-09-02 01:03:01 +00:00
inttypes.c Added dumb group functions - they only know one group: "users" (should be pretty similar to R5). 2004-09-02 01:03:01 +00:00
Jamfile Moved dirent.h functions from unistd/directory.c to new dirent.c file. 2004-09-14 22:10:43 +00:00
kerrno.c Moved the errnop() function to the new TLS stuff. 2003-01-07 09:08:44 +00:00
poll.c Renamed VFS syscalls to the new style. 2004-06-15 15:49:34 +00:00
pwd.c Simple R5 style pwd function implementation, courtesy of Eli Green. 2004-04-27 18:08:20 +00:00
syslog.cpp Didn't set the facility correctly if set from both, openlog() and syslog(). 2003-11-13 02:51:15 +00:00
utime.c Several follow-up changes required by the changes either to the VFS 2004-08-28 20:45:00 +00:00