about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Define __SYSCALL_WORDSIZE for x86-64H.J. Lu2012-05-211-2/+3
|
* Add x32 syscalls.listH.J. Lu2012-05-211-0/+6
|
* Add <sys/auxv.h> and getauxval.Richard Henderson2012-05-2010-0/+54
|
* Add 64-bit preadv.c and pwritev.cH.J. Lu2012-05-192-0/+146
|
* Use __syscall_slong_t in bits/timex.hH.J. Lu2012-05-191-23/+24
|
* Use RAX_LP and "or" to operate on return valueH.J. Lu2012-05-181-2/+2
|
* Check d_ino/d_off before using getdents syscallH.J. Lu2012-05-181-3/+12
|
* Fold copyright yearsH.J. Lu2012-05-184-4/+4
|
* Add x32 support to x86_64/bits/sigcontext.hH.J. Lu2012-05-181-30/+32
|
* Use anonymous union in x86_64/sys/user.hH.J. Lu2012-05-181-8/+10
|
* Use __syscall_ulong_t in pselect.cH.J. Lu2012-05-171-4/+4
|
* Add __fsword_t and use it in bits/statfs.hH.J. Lu2012-05-174-12/+15
|
* Fold copyright yearsH.J. Lu2012-05-162-2/+2
|
* Use __syscall_slong_t in bits/mqueue.hH.J. Lu2012-05-161-6/+8
|
* Add x32 suppport to x86_64/bits/stat.hH.J. Lu2012-05-161-21/+21
|
* Add x86-64 bits/typesizes.hH.J. Lu2012-05-161-0/+74
|
* Add x86_64/bits/ipctypes.hH.J. Lu2012-05-161-0/+33
|
* Use __syscall_ulong_t in bits/ipc.hH.J. Lu2012-05-161-3/+3
|
* Add x32 support to sys/ucontext.hH.J. Lu2012-05-161-7/+6
|
* Add x32 support to <sys/user.h>H.J. Lu2012-05-161-42/+46
|
* Add x32 support to x86_64/bits/shm.hH.J. Lu2012-05-161-22/+21
|
* Add x32 support to x86_64/bits/sem.hH.J. Lu2012-05-161-6/+6
|
* Add x32 support to x86_64/bits/msq.hH.J. Lu2012-05-161-10/+9
|
* Check __x86_64__ in x86_64/bits/a.out.hH.J. Lu2012-05-161-3/+1
|
* Add x86-64 <bits/siginfo.h>H.J. Lu2012-05-161-0/+330
|
* Check __x86_64__ in x86-64 sys/reg.hH.J. Lu2012-05-161-3/+2
|
* Add x32 support to sys/procfs.hH.J. Lu2012-05-161-2/+6
|
* Use ULL suffix on DR_CONTROL_RESERVEDH.J. Lu2012-05-161-4/+3
|
* Add uintptr_t cast to GET_PC/GET_FRAME/GET_STACKH.J. Lu2012-05-161-4/+9
|
* Use 64bit filesystem functions for x32H.J. Lu2012-05-1629-0/+29
|
* Remove __snseconds_tH.J. Lu2012-05-152-4/+2
|
* Add __syscall_slong_t and __syscall_ulong_tH.J. Lu2012-05-152-0/+4
|
* Use R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZEH.J. Lu2012-05-153-16/+37
|
* Avoid plain "aligned" attributes in installed headers.Joseph Myers2012-05-152-5/+5
|
* Add x32 init-first.cH.J. Lu2012-05-151-0/+40
|
* Remove duplicate #include <not-cancel.h> in Linux getsysstats.cChris Metcalf2012-05-151-2/+0
|
* Replace 8-byte data alignment with LP_SIZE alignmentH.J. Lu2012-05-151-2/+2
|
* Load pointer to TID into R10_LPH.J. Lu2012-05-151-1/+1
|