maximilian attems
2010-Mar-13 20:28 UTC
[klibc] [git pull] assorted fixes from klibc mailinglist
hello hpa, please pull git pull git://git.debian.org/users/maks/klibc.git maks this branch contains assorted fixes from the klibc mailinglist of the last year including the google patchset, arm and debian/gentoo fixes. for the changes: Jon Ringle (3): [klibc] Fix arm signals [klibc] Fix assert when NDEBUG defined [klibc] dummy ferror Mike Waychison (16): [klibc] Allow kernel sources to be specified on the command line [klibc] Remove redundent include of the klibc .config [klibc] Allow override of klibc .config location [klibc] Fix srctree references in build. [klibc] Specify VPATH [klibc] Fix flags to always use relative paths. [klibc] Update syscalls.pl commands to use $(srctree) [klibc] Update socketcalls.pl commands to use $(srctree) [klibc] Fix asm includes for newer kernel sources. [klibc] Add missing NFS mount RPC call ordinals. [klibc] packet.h needs a definition for struct iovec [klibc] netdev.c needs sockios.h [klibc] Define types and values in sys/socket.h [klibc] Include sys/socket.h from net/if_arp.h [klibc] Drop unused argument root_dev to ramdisk_load() [klibc] Support for multiple devices specified on the root= cmdline. Pierre Guinoiseau (1): [klibc] x86_64: io.h Fix inb, inw inl returns maximilian attems (2): [klibc] readlink: be silent on failure [klibc] inet_aton() fix inverted return value git diff --stat --summary master...maks Makefile | 26 ++++--- scripts/Kbuild.klibc | 19 ++--- usr/include/arch/arm/klibc/archsignal.h | 112 +++++++++++++++++++++++++- usr/include/arch/x86_64/sys/io.h | 6 +- usr/include/assert.h | 2 +- usr/include/net/if_arp.h | 2 + usr/include/stdio.h | 7 ++ usr/include/sys/socket.h | 133 ++++++++++++++++++++++++++++++- usr/kinit/do_mounts.c | 28 ++++++- usr/kinit/do_mounts.h | 1 + usr/kinit/initrd.c | 6 ++ usr/kinit/ipconfig/netdev.c | 1 + usr/kinit/ipconfig/packet.h | 2 + usr/kinit/kinit.h | 2 +- usr/kinit/name_to_dev.c | 3 + usr/kinit/nfsmount/nfsmount.h | 7 ++ usr/kinit/ramdisk_load.c | 2 +- usr/klibc/arch/ppc/MCONFIG | 2 +- usr/klibc/arch/ppc64/MCONFIG | 2 +- usr/klibc/arch/x86_64/MCONFIG | 3 + usr/klibc/inet/inet_addr.c | 2 +- usr/klibc/socketcalls/Kbuild | 10 +- usr/klibc/syscalls/Kbuild | 55 +++++++------ usr/utils/readlink.c | 1 - 24 files changed, 367 insertions(+), 67 deletions(-) thanks maks