about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Collapse)AuthorAgeFilesLines
...
* Update x86_64 bits/stat.hH.J. Lu2012-05-311-5/+3
|
* Remove space before tab in indentH.J. Lu2012-05-311-1/+1
|
* Add bits/sysctl.h to sysdep_headersMarkus Trippelsdorf2012-05-311-1/+1
|
* Use x86_64 bits/sysctl.h for x86-64 and i386H.J. Lu2012-05-311-0/+0
|
* Use x86_64 sys/{ucontext,user}.h for i386 and x86_64H.J. Lu2012-05-314-230/+0
|
* Use x86_64 sys/procfs.h for both i386 and x86_64H.J. Lu2012-05-312-130/+0
|
* Replace addr with __addr in x86_64 sys/io.hH.J. Lu2012-05-311-19/+22
|
* Use x86_64 bits/mman.h for both i386 and x86_64H.J. Lu2012-05-312-112/+0
|
* Use x86-64 bits/{msq,sem,shm}.h for i386 and x86-64H.J. Lu2012-05-313-0/+0
|
* Use x86_64 bits/ipctypes.h for both i386 and x86-64H.J. Lu2012-05-311-0/+0
|
* Use x86_64 bits/epoll.h for both i386 and x86_64H.J. Lu2012-05-311-0/+0
|
* Use x86_64 bits/fcntl.h for both i386 and x86_64H.J. Lu2012-05-312-321/+0
|
* Use x86_64 bits/environments.h for i386 and x86_64H.J. Lu2012-05-312-67/+0
|
* Use x86_64 bits/a.out.h for both i386 and x86_64H.J. Lu2012-05-312-3/+0
|
* Add x86-64 support to i386 sys/elf.h and sys/vm86.hH.J. Lu2012-05-312-5/+13
|
* Remove use of INTDEF/INTUSE in socketAndreas Schwab2012-05-314-5/+5
|
* Use __UWORD_TYPE for __NLINK_T_TYPE with -m32H.J. Lu2012-05-301-1/+5
|
* Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu2012-05-3011-48/+67
|
* Remove __ASSUME_TRUNCATE64_SYSCALL.Joseph Myers2012-05-305-194/+27
|
* S/390: ABI baseline update.Andreas Krebbel2012-05-2910-18/+609
|
* Fix underflow reporting and tie up loose ends in sparc soft-fp.David S. Miller2012-05-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* SH: Add CFI directives.Chung-Lin Tang2012-05-284-2/+6
|
* Remove __ASSUME_NEW_GETRLIMIT_SYSCALL.Joseph Myers2012-05-253-95/+4
|
* Add systemtap static probe points in setjmp/longjmp on x86.Roland McGrath2012-05-252-3/+12
|
* Remove pre-2.4 Linux kernel support.Joseph Myers2012-05-2537-1425/+79
|
* syscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time.Roland McGrath2012-05-242-0/+13
|
* Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath2012-05-243-16/+23
|
* Add x32 abilist filesH.J. Lu2012-05-2413-0/+3050
|
* Remove some sparc cob-webs leftover after Joseph's recent changes.David S. Miller2012-05-231-3/+1
| | | | | * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__libc_sigaction): Remove unused local variables.
* Add sysdeps/unix/sysv/linux/x86_64/x32/configureH.J. Lu2012-05-231-0/+18
|
* Replace "jmp L(pseudo_end)" with "ret"H.J. Lu2012-05-232-4/+4
|
* Move poll to syscalls.listAndreas Jaeger2012-05-232-47/+1
|
* Add more constants to Linux <sys/reboot.h>Andreas Jaeger2012-05-231-1/+7
| | | | | | | | | 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.
* Fix x32 sched_getcpu.S error codeH.J. Lu2012-05-231-4/+8
|
* Add comments suggesting moving some functions to syscalls.list.Joseph Myers2012-05-235-0/+10
|
* Update from Linux 3.4Andreas Jaeger2012-05-237-5/+23
|
* Simplify dl-vdso.h use of assert.Roland McGrath2012-05-221-9/+3
|
* Remove $(sysctl) from sysdep_routinesH.J. Lu2012-05-223-4/+3
|
* Add sysctl.mk and bits/sysctl.hH.J. Lu2012-05-226-1/+31
|
* Fix x86_64/sched_getcpu.S error codeAndreas Jaeger2012-05-221-5/+9
| | | | | Rearrange code so that pseudo_end is just ret and the stack pointer is correct also for static library in error case.
* Add x32 arch_prctlH.J. Lu2012-05-222-0/+66
|
* Add INTERNAL_SYSCALL_TYPESH.J. Lu2012-05-222-39/+103
|
* Add x32 support to x86_64/bits/fcntl.hH.J. Lu2012-05-221-5/+3
|
* Use "neg %eax" in i386 SYSCALL_ERROR_HANDLERH.J. Lu2012-05-221-9/+6
|
* Use "neg %eax" in x86_64 SYSCALL_SET_ERRNOH.J. Lu2012-05-221-6/+4
|
* Pad each field to __syscall_slong_t in struct rusageH.J. Lu2012-05-221-17/+78
|
* Rename x32 llseek.S to lseek.S and add dummy llseek.SH.J. Lu2012-05-212-43/+44
|
* Add x32 llseek.SH.J. Lu2012-05-213-15/+85
|
* Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu2012-05-211-1/+1
|
* x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.Roland McGrath2012-05-211-3/+11
|