aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
AgeCommit message (Expand)AuthorFilesLines
2014-04-06PowerPC: define _CALL_ELF if compiler does notAdhemerval Zanella2-0/+37
2014-03-31Correct robust mutex / PI futex kernel assumptions (bug 9894).Joseph Myers5-6/+37
2014-03-31Fix futimesat for older MicroBlaze kernels (bug 16648).Joseph Myers2-0/+35
2014-03-25Fix use of uninitialized variableAndreas Schwab1-5/+6
2014-03-24S390: Fix namespace violation in struct stat (BZ #16714).Stefan Liebler1-2/+2
2014-03-24S390: Correct type of sa_flags in struct sigaction for POSIX conformanceStefan Liebler1-1/+2
2014-03-24Account for alloca use when collecting interface addresses (bug 16002)Andreas Schwab1-4/+28
2014-03-21Fix -Wundef warnings for _ABI* on MIPS.Joseph Myers2-0/+3
2014-03-19Fix __ASSUME_PREADV and __ASSUME_PWRITEV for Alpha and MicroBlaze (bug 16649).Joseph Myers2-1/+10
2014-03-18Add comments about non-Linux use of bits/mman-linux.h.Roland McGrath1-0/+7
2014-03-18Move bits/mman-linux.h out of sysdeps/unix/sysv/linux/.Roland McGrath1-108/+0
2014-03-18aarch64: Remove inaccurate comment from sysdep.hWill Newton1-4/+0
2014-03-12Fix __ASSUME_PSELECT for MicroBlaze (bug 16642).Joseph Myers1-0/+3
2014-03-07Fix POSIX namespace for <bits/siginfo.h> (bug 16674).Joseph Myers8-316/+364
2014-03-06Don't define __ASSUME_UTIMES for linux-generic architectures.Joseph Myers2-2/+0
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers17-33/+33
2014-02-20Fix __ASSUME_SENDMMSG issues (bug 16611).Joseph Myers10-7/+70
2014-02-20Fix __ASSUME_RECVMMSG issues (bug 16610).Joseph Myers10-6/+66
2014-02-20Fix __ASSUME_ACCEPT4 issues (bug 16609).Joseph Myers12-22/+87
2014-02-20Update ARM HWCAP data.Joseph Myers3-3/+6
2014-02-17[MicroBlaze]: Move MicroBlaze from ports to sysdeps.David Holsgrove55-0/+5256
2014-02-16ia64: relocate out of ports/ subdirMike Frysinger111-0/+9704
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers12-15/+15
2014-02-12Relocate alpha from ports to libcRichard Henderson143-0/+11901
2014-02-11Relocate AArch64 from ports to libc.Marcus Shawcroft66-0/+6577
2014-02-10Move mips from ports to libc.Joseph Myers213-0/+22604
2014-02-10Whitespace fixesAndreas Schwab1-1/+0
2014-02-10Move m68k from ports to libcAndreas Schwab131-0/+10565
2014-02-10Move tilegx, tilepro, and linux-generic from ports to libc.Chris Metcalf184-0/+17050
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka46-86/+86
2014-02-08shm_open: sync with logic in sem_openMike Frysinger1-3/+6
2014-02-08linux: bits/in.h: sync with latest kernel headersMike Frysinger1-1/+25
2014-02-08linux_fsinfo.h: sync with current linux/magic.hMike Frysinger1-4/+99
2014-02-08Fix whitespace in ARM files to allow move.Joseph Myers2-7/+6
2014-02-08Move arm from ports to libc.Joseph Myers136-0/+9083
2014-02-06Revert "Patch [1/4] async-signal safe TLS."Allan McRae2-50/+0
2014-02-05Fix comment in kernel-features.h.Carlos O'Donell1-1/+1
2014-02-05Fix tst-setgetname for Linux kernels < 2.6.33.Carlos O'Donell1-0/+6
2014-02-04PowerPC: powerpc64le abilist for 2.17Adhemerval Zanella13-0/+3149
2014-01-24Restore ucontext ABI for soft-float sh4.Kaz Kojima1-1/+1
2014-01-23Adjust SH specific fpu_control.h and ucontext.h files.Kaz Kojima2-103/+17
2014-01-22S/390: Merge 32 and 64 bit ucontext.h.Andreas Krebbel2-98/+6
2014-01-20PowerPC: Fix gettimeofday ifunc selectionAdhemerval Zanella2-4/+10
2014-01-16PowerPC: Fix ftime gettimeofday internal call returning bogus dataAdhemerval Zanella2-4/+36
2014-01-07S/390: Make ucontext_t extendible.Andreas Krebbel14-17/+279
2014-01-07S/390: Make jmp_buf extendible.Andreas Krebbel10-6/+159
2014-01-06ptrace.h: add __ prefix to ptrace_peeksiginfo_argsMike Frysinger4-4/+4
2014-01-04tst-fanotify: switch to AC_DEFINEMike Frysinger3-2/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae747-747/+747
2013-12-31tst-fanotify: check for linux/fanotify.h existenceMike Frysinger3-0/+61