[klibc] [PATCH klibc 0/5] klibc architecture fixes

Ben Hutchings ben at decadent.org.uk
Tue Jan 5 16:41:49 PST 2016


Here's an assortment of build and run-time fixes for various
architectures that we've applied in Debian.

Ben.

Aurelien Jarno (1):
  ppc64: fix struct stat

Ben Hutchings (2):
  MIPS: Update archfcntl.h
  syscalls: Override detection of direct socket syscalls on i386, m68k,
    s390

Helge Deller (1):
  Add pread and pwrite 32bit syscall wrappers for parisc

Mauricio Faria de Oliveira (1):
  ppc64: ELFv2: Load TOC value in system call stub

 usr/include/arch/i386/klibc/archconfig.h |  3 +++
 usr/include/arch/m68k/klibc/archconfig.h |  3 +++
 usr/include/arch/mips/klibc/archfcntl.h  | 22 +++++++++++++++++++++-
 usr/include/arch/ppc64/klibc/archstat.h  |  1 +
 usr/include/arch/s390/klibc/archconfig.h |  3 +++
 usr/include/endian.h                     |  6 ++++++
 usr/klibc/Kbuild                         |  1 +
 usr/klibc/SYSCALLS.def                   |  6 ++++--
 usr/klibc/arch/ppc64/sysstub.ph          |  3 +++
 usr/klibc/pread.c                        | 29 +++++++++++++++++++++++++++++
 usr/klibc/pwrite.c                       | 29 +++++++++++++++++++++++++++++
 11 files changed, 103 insertions(+), 3 deletions(-)
 create mode 100644 usr/klibc/pread.c
 create mode 100644 usr/klibc/pwrite.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://www.zytor.com/pipermail/klibc/attachments/20160106/34874cb3/attachment.sig>


More information about the klibc mailing list