about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Relocate hppa from ports to libc.Carlos O'Donell2014-04-2967-0/+5958
* Fix sigaction conform test failures on sparc.David S. Miller2014-04-221-1/+2
* aarch64: Re-implement setcontext without rt_sigreturn syscallWill Newton2014-04-171-55/+95
* alpha: Remove alpha-linux pthread_once.cRichard Henderson2014-04-161-95/+0
* alpha: Fix __pointer_chk_guard definition for the testsuiteRichard Henderson2014-04-161-1/+1
* Fixed and unified pthread_once.Torvald Riegel2014-04-116-549/+0
* Move __PTHREAD_SPINS definition to architecture specific headerAdhemerval Zanella2014-04-098-0/+24
* PowerPC: define _CALL_ELF if compiler does notAdhemerval Zanella2014-04-062-0/+37
* Correct robust mutex / PI futex kernel assumptions (bug 9894).Joseph Myers2014-03-315-6/+37
* Fix futimesat for older MicroBlaze kernels (bug 16648).Joseph Myers2014-03-312-0/+35
* Fix use of uninitialized variableAndreas Schwab2014-03-251-5/+6
* S390: Fix namespace violation in struct stat (BZ #16714).Stefan Liebler2014-03-241-2/+2
* S390: Correct type of sa_flags in struct sigaction for POSIX conformanceStefan Liebler2014-03-241-1/+2
* Account for alloca use when collecting interface addresses (bug 16002)Andreas Schwab2014-03-241-4/+28
* Fix -Wundef warnings for _ABI* on MIPS.Joseph Myers2014-03-212-0/+3
* Fix __ASSUME_PREADV and __ASSUME_PWRITEV for Alpha and MicroBlaze (bug 16649).Joseph Myers2014-03-192-1/+10
* Add comments about non-Linux use of bits/mman-linux.h.Roland McGrath2014-03-181-0/+7
* Move bits/mman-linux.h out of sysdeps/unix/sysv/linux/.Roland McGrath2014-03-181-108/+0
* aarch64: Remove inaccurate comment from sysdep.hWill Newton2014-03-181-4/+0
* Fix __ASSUME_PSELECT for MicroBlaze (bug 16642).Joseph Myers2014-03-121-0/+3
* Fix POSIX namespace for <bits/siginfo.h> (bug 16674).Joseph Myers2014-03-078-316/+364
* Don't define __ASSUME_UTIMES for linux-generic architectures.Joseph Myers2014-03-062-2/+0
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-2117-33/+33
* Fix __ASSUME_SENDMMSG issues (bug 16611).Joseph Myers2014-02-2010-7/+70
* Fix __ASSUME_RECVMMSG issues (bug 16610).Joseph Myers2014-02-2010-6/+66
* Fix __ASSUME_ACCEPT4 issues (bug 16609).Joseph Myers2014-02-2012-22/+87
* Update ARM HWCAP data.Joseph Myers2014-02-203-3/+6
* [MicroBlaze]: Move MicroBlaze from ports to sysdeps.David Holsgrove2014-02-1755-0/+5256
* ia64: relocate out of ports/ subdirMike Frysinger2014-02-16111-0/+9704
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-1212-15/+15
* Relocate alpha from ports to libcRichard Henderson2014-02-12151-0/+12464
* Relocate AArch64 from ports to libc.Marcus Shawcroft2014-02-1166-0/+6577
* Move mips from ports to libc.Joseph Myers2014-02-10221-0/+23007
* Whitespace fixesAndreas Schwab2014-02-101-1/+0
* Move m68k from ports to libcAndreas Schwab2014-02-10131-0/+10565
* Move tilegx, tilepro, and linux-generic from ports to libc.Chris Metcalf2014-02-10184-0/+17050
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1049-92/+92
* shm_open: sync with logic in sem_openMike Frysinger2014-02-081-3/+6
* linux: bits/in.h: sync with latest kernel headersMike Frysinger2014-02-081-1/+25
* linux_fsinfo.h: sync with current linux/magic.hMike Frysinger2014-02-081-4/+99
* Fix whitespace in ARM files to allow move.Joseph Myers2014-02-082-7/+6
* Move arm from ports to libc.Joseph Myers2014-02-08138-0/+9175
* Revert "Patch [1/4] async-signal safe TLS."Allan McRae2014-02-062-50/+0
* Fix comment in kernel-features.h.Carlos O'Donell2014-02-051-1/+1
* Fix tst-setgetname for Linux kernels < 2.6.33.Carlos O'Donell2014-02-051-0/+6
* PowerPC: powerpc64le abilist for 2.17Adhemerval Zanella2014-02-0413-0/+3149
* Restore ucontext ABI for soft-float sh4.Kaz Kojima2014-01-241-1/+1
* Adjust SH specific fpu_control.h and ucontext.h files.Kaz Kojima2014-01-232-103/+17
* S/390: Merge 32 and 64 bit ucontext.h.Andreas Krebbel2014-01-222-98/+6
* PowerPC: Fix gettimeofday ifunc selectionAdhemerval Zanella2014-01-202-4/+10