haiku/src/kernel/libroot/posix
Philippe Houdoin 4220e676ba Added more fields length safety.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11124 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-29 15:24:49 +00:00
..
arch Fixed compilation in case COMPILE_FOR_R5 is defined. 2005-01-17 22:35:28 +00:00
glibc Not at all needed 2005-01-25 21:23:51 +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 Added and implemented pthread_atfork(). 2004-10-12 16:36:12 +00:00
signal Added kill() implementation, user part of sigprocmask() now works. 2004-09-01 14:06:27 +00:00
stdio Use native types instead of "long". 2005-01-20 20:59:00 +00:00
stdlib That may be the wrong place, but R5's libroot prints 'Abort' when abort() was called. That's at least a helpful clue, when you see your program terminate spontaneously. 2005-01-22 17:34:57 +00:00
string Added missing legacy bcmp() function. 2004-11-03 14:57:15 +00:00
sys Added more fields length safety. 2005-01-29 15:24:49 +00:00
time now use _kern_get_tzfilename 2004-11-23 00:19:22 +00:00
unistd Now uses _kern_exit_team(). 2004-12-01 04:17:57 +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 Renamed __init__dlfcn() to __init_dlfcn(), moved prototype to libroot_private.h header. 2004-10-12 16:33:45 +00:00
errno.c Added __errno_location() when building under Linux - we might adopt this 2005-01-20 20:12:10 +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 Removed the termios subdirectory; it's replaced by posix/termios.c. 2004-09-23 23:49:53 +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
termios.c Reworked some TTY support functions. Added tcgetattr() function. 2004-09-23 23:52:36 +00:00
utime.c Several follow-up changes required by the changes either to the VFS 2004-08-28 20:45:00 +00:00