..
arch
moved fenv arch implementations to their respective directories
2010-02-19 22:48:35 +00:00
crypt
* libroot and the runtime loader are no longer built with kernel rules.
2005-11-27 13:31:50 +00:00
glibc
To be validated as part of bug #6386 . Update glibc regex to 2.11, headers/posix/regex.h included. This imposes some changes in some of our sources using the regex.h,
2010-08-11 16:49:58 +00:00
locale
Try to fix #6581 :
2010-09-12 17:24:38 +00:00
malloc
* init_after_fork(): In case the reservation for the heap area failed
2010-01-04 19:37:25 +00:00
malloc_debug
Made heap classes const just in case. They really already were though.
2010-03-01 22:29:23 +00:00
pthread
* Minor coding style cleanup.
2010-04-23 18:28:45 +00:00
signal
Added TODO.
2010-04-15 21:48:12 +00:00
stdio
* Added missing AT_EACCESS.
2009-11-26 16:17:17 +00:00
stdlib
* reintegrated posix-locale
2010-07-23 23:13:00 +00:00
string
* don't use B_USE_POSITIVE_POSIX_ERRORS in libroot, let any interested party
2010-07-25 17:20:39 +00:00
sys
More consolidation of timezone code:
2010-08-03 23:02:57 +00:00
time
Optimised passing around of timezone a bit
2010-08-16 22:01:28 +00:00
unistd
* Private libroot locking primitives:
2010-04-15 21:52:49 +00:00
assert.c
Renamed src/kernel to src/system.
2005-04-13 13:06:35 +00:00
dirent.c
Fixed various errors/warnings reported by cppcheck:
2010-02-08 22:50:38 +00:00
dlfcn.c
* dladdr() apparently should work on any symbol, not just functions. This
2010-08-26 13:49:14 +00:00
errno.c
Experimental approach to tackle the problem with Be's negative error codes and
2009-03-22 15:43:03 +00:00
fcntl.cpp
* Added missing AT_EACCESS.
2009-11-26 16:17:17 +00:00
fnmatch.c
Renamed src/kernel to src/system.
2005-04-13 13:06:35 +00:00
glob.c
Reverted r28531 since we have working wcrtomb() and mbrtowc().
2009-08-27 20:33:18 +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
moved fenv arch implementations to their respective directories
2010-02-19 22:48:35 +00:00
libgen.cpp
* Adding libgen.h as a public header
2009-01-11 23:38:27 +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
scheduler.cpp
* Added SCHED_SPORADIC, and sorted the constants the way it's done in the specs.
2009-10-27 13:10:17 +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
* get_context() didn't quite do what it was supposed to be doing. Especially,
2008-12-27 22:12:08 +00:00
termios.c
Patch by Vasilis Kaoutsis:
2008-03-29 12:52:10 +00:00
user_group_common.cpp
rest of the patch by Kaliber in ticket #5875 .
2010-05-02 10:34:57 +00:00
utime.c
* We support the timespec stat times, so why not allowing the user to set
2009-08-29 15:53:15 +00:00