[klibc] [git pull] i386, sparc buildfix + ..

maximilian attems max at stro.at
Sun Mar 14 21:42:16 PDT 2010


hello hpa,

please pull 
git pull git://git.debian.org/users/maks/klibc.git maks

this branch contains 2 build fixes for i386 and sparc each.
a by davem reviewed fix for sparc and sparc64 socket syscalls.
the small goodie is the losetup from the OpenEmbedded guys.

for the changes:

maximilian attems (4):
      [klibc] Use x86_32 cleaned up signal.h
      [klibc] sparc use cleaned up, merged <linux/signal.h>
      [klibc] sparc, sparc64 use sys_socketcall unconditionally
      [klibc] add losetup


 git diff --stat  --summary master...maks
 usr/include/arch/i386/klibc/archsignal.h    |  104 +------
 usr/include/arch/sparc/klibc/archconfig.h   |    1 +
 usr/include/arch/sparc/klibc/archsignal.h   |    9 +-
 usr/include/arch/sparc64/klibc/archconfig.h |    1 +
 usr/klibc/SYSCALLS.def                      |    2 +
 usr/klibc/socketcalls.pl                    |    2 +-
 usr/utils/Kbuild                            |    4 +-
 usr/utils/loop.h                            |   49 +++
 usr/utils/losetup.c                         |  481 +++++++++++++++++++++++++++
 9 files changed, 541 insertions(+), 112 deletions(-)
 create mode 100644 usr/utils/loop.h
 create mode 100644 usr/utils/losetup.c

thanks
maks



More information about the klibc mailing list