haiku/src/system/libroot/posix
Axel Dörfler eaf71fbdb6 * Build fix: coreutils had a replacement for dirfd().
* Made DIR argument const in dirfd().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26469 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-17 01:22:13 +00:00
..
arch Moved setjmp() to sigsetjmp.S for ppc and m68k, too. Should fix the 2008-05-10 18:10:15 +00:00
crypt * libroot and the runtime loader are no longer built with kernel rules. 2005-11-27 13:31:50 +00:00
glibc Add missing s_fabs* from glibc-2.3.5. 2008-06-23 15:21:05 +00:00
locale Allow setting the local to "C" (i.e. not changing it at all). This makes 2008-03-09 17:47:52 +00:00
malloc Also print free() info when wall checking is disabled. 2008-06-29 14:47:08 +00:00
pthread * Added pthread_attr_setscope(), and pthread_attr_getscope(). We only support 2008-05-23 11:24:40 +00:00
signal Patch by Vasilis Kaoutsis: Added sigpause(). 2008-05-28 15:28:49 +00:00
stdio * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
stdlib * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
string * Fixed coding style. 2008-07-02 22:03:04 +00:00
sys * Added vm_page_write_modified_page_range(), which is similar to 2008-05-22 21:51:12 +00:00
time * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
unistd * Changed the _kern_exec() and _kern_load_image() syscalls. They expect 2008-06-24 03:37:07 +00:00
assert.c Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
dirent.c * Build fix: coreutils had a replacement for dirfd(). 2008-07-17 01:22:13 +00:00
dlfcn.c Fix warnings about missing protos. 2008-04-13 17:52:41 +00:00
errno.c Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
fnmatch.c Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
glob.c Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
grp.cpp * Reorganized the passwd and group support: A dedicated thread in the 2008-04-17 16:19:18 +00:00
inttypes.c Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
Jamfile * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
poll.c Patch by Vasilis Kaoutsis: Style and copyright header cleanup. 2007-10-22 23:51:46 +00:00
pwd_query.c Works much better when actually allocating the TLS entry... 2008-01-14 02:03:34 +00:00
pwd.cpp * Reorganized the passwd and group support: A dedicated thread in the 2008-04-17 16:19:18 +00:00
semaphore.cpp * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
shadow.cpp Added missing spwd::sp_lstchg field. 2008-05-19 02:16:12 +00:00
syslog.cpp Add a newline to the syslog message, if it was missing. 2008-05-18 23:06:30 +00:00
termios.c Patch by Vasilis Kaoutsis: 2008-03-29 12:52:10 +00:00
user_group_common.cpp Added missing spwd::sp_lstchg field. 2008-05-19 02:16:12 +00:00
utime.c * Got rid of the duality of FS_WRITE_STAT_* vs. B_STAT_* flags (removed 2008-03-24 12:04:47 +00:00