haiku/src/kernel/libroot/posix
Axel Dörfler c17a1f18a5 Added working sync() and fsync() calls.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8304 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-05 17:55:13 +00:00
..
glibc fixed warnings 2004-06-12 21:53:07 +00:00
locale fixed implementation to match new posix/beos compatible prototype for tolower/toupper, also added isblank implementation 2003-08-16 07:14:04 +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 Fixed userland snooze() implementation, snooze_etc() is now also exported (as 2003-01-27 03:19:18 +00:00
stdio Resurrected posix_stdio.o: it now contains additional stdio functions not 2004-06-28 12:27:39 +00:00
stdlib Now exports the __strtoXX_internal() functions from glibc, too - some 2004-07-02 17:54:40 +00:00
string Removed NewOS error descriptions. 2003-11-05 23:58:31 +00:00
sys syscalls.h includes a little less than before... 2004-07-02 02:36:09 +00:00
termios implemented tcsetattr() 2003-05-04 09:11:25 +00:00
time Absolutely didn't like negative values for tm_wday and tm_mon before. 2004-04-27 00:50:01 +00:00
unistd Added working sync() and fsync() calls. 2004-07-05 17:55:13 +00:00
assert.c Added a proper assert() implementation, removed the old one. 2004-06-30 02:39: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
Jamfile Added a proper assert() implementation, removed the old one. 2004-06-30 02:39:29 +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
rlimit.c Renamed thread/team syscalls to new scheme. 2004-03-03 01:08:27 +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 syscalls.h includes a little less than before... 2004-07-02 02:36:09 +00:00