haiku/src/kernel/libroot/posix
beveloper 40ac5c5195 cvs server: Up-to-date check failed for `src/kernel/core/vm/vm.c'
cvs [server aborted]: correct above errors first!
cvs commit: saving log message in /tmp/cvsFPtfaj


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4344 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-20 02:48:15 +00:00
..
glibc Added the includes needed to build GNU's libio package. Tries to be glibc 2003-03-24 00:15:24 +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 cvs server: Up-to-date check failed for `src/kernel/core/vm/vm.c' 2003-08-20 02:48:15 +00:00
math Removed an unused header. 2003-05-03 14:39:26 +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 Renamed __cleanup() to _IO_cleanup() to be able to compile the glibc version 2003-05-03 14:40:53 +00:00
stdlib atexit() is now thread-safe. 2003-05-03 14:47:56 +00:00
string Forgot to complete the comment :) 2003-07-05 13:40:37 +00:00
sys Merged several object files together - there are now posix_xxx.o and 2002-11-04 18:49:49 +00:00
termios implemented tcsetattr() 2003-05-04 09:11:25 +00:00
time Added an empty time() implementation (just returns zero) to let the kernel 2002-11-16 17:43:28 +00:00
unistd opendir() did not correctly set "errno" if sys_open_dir() failed. 2003-08-18 02:08:58 +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 add termios to the build 2003-05-04 03:29:59 +00:00
kerrno.c Moved the errnop() function to the new TLS stuff. 2003-01-07 09:08:44 +00:00
poll.c Userland implementations for select(), pselect(), and poll(). 2002-10-30 02:33:16 +00:00
pwd.c Added BSD's glob & fnmatch implementation (disabled collation stuff). 2002-10-06 23:51:35 +00:00
rlimit.c Added all former libc/libm files to the libroot/posix directory. 2002-10-05 17:13:32 +00:00
utime.c The traps of copy & paste - this time it should really work... 2002-11-15 22:52:49 +00:00