about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
...
* Always define __O_LARGEFILEAndreas Jaeger2012-10-221-4/+1
* ARM: Use <bits/fcntl-linux.h>Andreas Jaeger2012-10-221-271/+7
* tilegx: add optimized sched_getcpu() using TILE_COORD SPRChris Metcalf2012-10-121-0/+87
* hppa: Update pthread.hCarlos O'Donell2012-10-101-7/+15
* hppa: Remove pt-initfini.cCarlos O'Donell2012-10-101-108/+0
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-0/+0
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-027-7/+7
* Get rid of unused __swblk_t type.Roland McGrath2012-10-012-2/+0
* Clean up init-first.c files.Roland McGrath2012-10-011-2/+3
* alpha: Fix all users of SYSCALL_ERROR_HANDLERRichard Henderson2012-09-283-62/+40
* Add __ppc_get_timebase_freq to powerpc-nofpu ABI baseline.Joseph Myers2012-09-261-0/+1
* hppa: Use __prlimit64 as the internal name.Carlos O'Donell2012-09-201-1/+1
* hppa: Add EHWPOISON and bump errlist-compat to 260Carlos O'Donell2012-09-202-3/+9
* alpha: Streamline __setfpucwRichard Henderson2012-09-131-53/+35
* alpha: Update localplt.dataRichard Henderson2012-09-131-0/+6
* tile: fix type of prfpregset_t in <sys/procfs.h>Chris Metcalf2012-09-061-1/+1
* Remove __ASSUME_STAT64_SYSCALL.Joseph Myers2012-08-275-15/+0
* alpha: add conditional fdatasync supportMike Frysinger2012-08-273-0/+71
* Check floating-point ABI in ARM VALID_ELF_HEADER.Steve McIntyre2012-08-231-3/+15
* Clean up MIPS stat64 handling.Joseph Myers2012-08-224-0/+140
* Remove __ASSUME_FADVISE64_64_SYSCALL.Joseph Myers2012-08-212-2/+0
* Remove __ASSUME_MMAP2_SYSCALL.Joseph Myers2012-08-204-5/+1
* Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov2012-08-151-2/+37
* Rename ARM bits/atomic.h not to be specific to nptl add-on.Roland McGrath2012-08-151-0/+0
* Separate ARM bits/atomic.h into generic and Linux-specific files.Roland McGrath2012-08-151-47/+13
* Remove __ASSUME_CLONE_THREAD_FLAGS.Joseph Myers2012-08-143-8/+1
* hppa: add missing prlimit64 symbolMike Frysinger2012-08-122-0/+4
* Move Linux kernel version conditionals to kernel-features.h.Joseph Myers2012-08-101-4/+2
* Define __ASSUME_UTIMES for MIPS.Joseph Myers2012-08-091-0/+3
* Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when compil...Roland McGrath2012-08-092-82/+85
* Don't check HWCAP_ARM_VFP in OS-generic code.Roland McGrath2012-08-091-0/+30
* Remove __ASSUME_TGKILL.Joseph Myers2012-08-083-5/+0
* ARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition.Roland McGrath2012-08-081-3/+5
* Fiddle ARM atomic.h to avoid -Wvolatile-register-var warnings.Roland McGrath2012-08-081-13/+22
* alpha: Purge __ASSUME_IEEE_RAISE_EXCEPTIONRichard Henderson2012-08-083-94/+56
* alpha: Tidy up ieee_get/set_fp_control syscallsRichard Henderson2012-08-082-50/+26
* alpha: Purge __ASSUME_STAT64_SYSCALLRichard Henderson2012-08-087-103/+10
* m68k/cf: avoid warning in non-shared atomic_compare_and_exchange_val_acqAndreas Schwab2012-08-081-6/+6
* Remove pre-2.6.16 Linux kernel support.Joseph Myers2012-08-0714-47/+14
* Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ...Roland McGrath2012-08-062-1/+7
* Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath2012-08-062-1/+12
* Remove pre-2.6.0 Linux kernel support (bug 13717).Joseph Myers2012-08-035-27/+1
* Remove __ASSUME_FCNTL64.Joseph Myers2012-08-015-11/+1
* Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers2012-08-013-26/+1
* Move Linuxism out of sysdeps/arm/dl-machine.h.Roland McGrath2012-08-011-0/+28
* BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath2012-08-013-3/+0
* Improve MIPS n64 handling of 64-bit fcntl.Joseph Myers2012-07-314-0/+2
* Make mmap64 an alias of mmap on MIPS.Joseph Myers2012-07-272-0/+3
* Merge Linux 3.5 ptrace changesAndreas Jaeger2012-07-262-10/+18
* Merge Linux 3.5 epoll changesAndreas Jaeger2012-07-261-1/+3