As lots of new stuff is brewing, better get current out to the peoples, while all the divemasters return. (: mikew from Goolge added capset(), capget(), sandir and alphasort(), together with an exciting "kinit Add drop_capabilities support", which made it to lwn.net. Another klcc enhancements originates from Gentoo. Intel appears with an signal testcase. Add to that the usual pile of minor fixes. git repository: git://git.kernel.org/pub/scm/libs/klibc/klibc.git git web: http://git.kernel.org/?p=libs/klibc/klibc.git;a=summary Thanks a lot for all the contributions, belows shortlog and diffstat tells the longer story. This time lots of new action in kinit and klibc. maks Matt Fleming (1): [klibc] test: Add signal nodefer Mike Pagano (1): [klibc] klcc: Enhance param parsing Mike Waychison (4): [klibs] syscalls: Add capset and capget [klibc] Add scandir() support. [klibc] Add alphasort() support. [klibc] kinit: Add drop_capabilities support. maximilian attems (8): [klibc] 1.5.24 released, next version is 1.5.25 [klibc] include: [socket.h] add missing definitions [klibc] include: [capability.h] kill names in arguments [klibc] fstype: fix possible null deref in check_for_modules() [klibc] kinit minor checkpatch cleanup [klibc] Fix fstatat() family syscalls [klibc] include: [sys/ioctl.h] needs linux/sockios.h [klibc] test: Fix comment on top of sig-nodefer klcc/klcc.in | 14 ++- usr/include/dirent.h | 7 ++ usr/include/sys/capability.h | 10 ++ usr/include/sys/ioctl.h | 3 + usr/include/sys/socket.h | 2 + usr/kinit/Kbuild | 1 + usr/kinit/capabilities.c | 228 ++++++++++++++++++++++++++++++++++++++++ usr/kinit/fstype/fstype.c | 10 +- usr/kinit/initrd.c | 3 +- usr/kinit/kinit.c | 14 +-- usr/kinit/kinit.h | 22 ++-- usr/kinit/name_to_dev.c | 6 +- usr/kinit/nfsroot.c | 5 +- usr/klibc/Kbuild | 2 +- usr/klibc/SYSCALLS.def | 8 ++- usr/klibc/alphasort.c | 12 ++ usr/klibc/scandir.c | 71 +++++++++++++ usr/klibc/syscalls/syscommon.h | 1 + usr/klibc/tests/Kbuild | 1 + usr/klibc/tests/sig-nodefer.c | 55 ++++++++++ usr/klibc/version | 2 +- 21 files changed, 441 insertions(+), 36 deletions(-)