aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Collapse)Author
2012-05-31Replace addr with __addr in x86_64 sys/io.hH.J. Lu
2012-05-31Use x86_64 bits/mman.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86-64 bits/{msq,sem,shm}.h for i386 and x86-64H.J. Lu
2012-05-31Use x86_64 bits/ipctypes.h for both i386 and x86-64H.J. Lu
2012-05-31Use x86_64 bits/epoll.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/fcntl.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/environments.h for i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/a.out.h for both i386 and x86_64H.J. Lu
2012-05-31Add x86-64 support to i386 sys/elf.h and sys/vm86.hH.J. Lu
2012-05-31Remove use of INTDEF/INTUSE in socketAndreas Schwab
2012-05-30Use __UWORD_TYPE for __NLINK_T_TYPE with -m32H.J. Lu
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu
2012-05-30Remove __ASSUME_TRUNCATE64_SYSCALL.Joseph Myers
2012-05-29S/390: ABI baseline update.Andreas Krebbel
2012-05-27Fix underflow reporting and tie up loose ends in sparc soft-fp.David S. Miller
* sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete. (___Q_zero): New. (__Q_simulate_exceptions): Return void. Change to simulate exceptions by writing into the %fsr. * sysdeps/sparc/sparc64/soft-fp/qp_util.c (__Qp_handle_exceptions): Likewise. (numbers): Delete. * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for __Qp_handle_exceptions. * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove __Qp_handle_exceptions. * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark as unused and give dummy FP_RND_NEAREST initializer. (FP_INHIBIT_RESULTS): Define. (___Q_simulate_exceptions): Update declaration. (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm formatting. * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark as unused and give dummy FP_RND_NEAREST initializer. (__Qp_handle_exceptions): Update declaration. (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm formatting.
2012-05-28SH: Add CFI directives.Chung-Lin Tang
2012-05-25Remove __ASSUME_NEW_GETRLIMIT_SYSCALL.Joseph Myers
2012-05-25Add systemtap static probe points in setjmp/longjmp on x86.Roland McGrath
2012-05-25Remove pre-2.4 Linux kernel support.Joseph Myers
2012-05-24syscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time.Roland McGrath
2012-05-24Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath
2012-05-24Add x32 abilist filesH.J. Lu
2012-05-23Remove some sparc cob-webs leftover after Joseph's recent changes.David S. Miller
* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__libc_sigaction): Remove unused local variables.
2012-05-23Add sysdeps/unix/sysv/linux/x86_64/x32/configureH.J. Lu
2012-05-23Replace "jmp L(pseudo_end)" with "ret"H.J. Lu
2012-05-23Move poll to syscalls.listAndreas Jaeger
2012-05-23Add more constants to Linux <sys/reboot.h>Andreas Jaeger
2012-05-23 Andreas Jaeger <aj@suse.de> Maximilian Attems <max@stro.at> * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC): New macros.
2012-05-23Fix x32 sched_getcpu.S error codeH.J. Lu
2012-05-23Add comments suggesting moving some functions to syscalls.list.Joseph Myers
2012-05-23Update from Linux 3.4Andreas Jaeger
2012-05-22Simplify dl-vdso.h use of assert.Roland McGrath
2012-05-22Remove $(sysctl) from sysdep_routinesH.J. Lu
2012-05-22Add sysctl.mk and bits/sysctl.hH.J. Lu
2012-05-22Fix x86_64/sched_getcpu.S error codeAndreas Jaeger
Rearrange code so that pseudo_end is just ret and the stack pointer is correct also for static library in error case.
2012-05-22Add x32 arch_prctlH.J. Lu
2012-05-22Add INTERNAL_SYSCALL_TYPESH.J. Lu
2012-05-22Add x32 support to x86_64/bits/fcntl.hH.J. Lu
2012-05-22Use "neg %eax" in i386 SYSCALL_ERROR_HANDLERH.J. Lu
2012-05-22Use "neg %eax" in x86_64 SYSCALL_SET_ERRNOH.J. Lu
2012-05-22Pad each field to __syscall_slong_t in struct rusageH.J. Lu
2012-05-21Rename x32 llseek.S to lseek.S and add dummy llseek.SH.J. Lu
2012-05-21Add x32 llseek.SH.J. Lu
2012-05-21Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu
2012-05-21x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.Roland McGrath
2012-05-21Define __SYSCALL_WORDSIZE for x86-64H.J. Lu
2012-05-21Add x32 syscalls.listH.J. Lu
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson
2012-05-19Add 64-bit preadv.c and pwritev.cH.J. Lu
2012-05-19Use __syscall_slong_t in bits/timex.hH.J. Lu
2012-05-18Use RAX_LP and "or" to operate on return valueH.J. Lu