aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2016-04-11Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella16-427/+27
2016-04-11Consolidate pread/pread64 implementationsAdhemerval Zanella17-414/+28
2016-04-11Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella4-10/+35
2016-04-11Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella3-0/+16
2016-04-11Fix build with HAVE_AUX_VECTORSamuel Thibault1-3/+3
2016-04-08Fix termios.h XCASE namespace (bug 19925).Joseph Myers5-5/+5
2016-03-29[microblaze] Remove __ASSUME_FUTIMESAT.Joseph Myers2-33/+0
2016-03-28Synchronize <sys/personality.h> with kernel headersAurelien Jarno1-0/+3
2016-03-23Assume __NR_utimensat is always definedAurelien Jarno3-22/+0
2016-03-23Assume __NR_openat is always definedAurelien Jarno1-4/+0
2016-03-23x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock2-0/+2
2016-03-22Remove __ASSUME_GETDENTS64_SYSCALL.Joseph Myers2-114/+81
2016-03-21Remove __ASSUME_SIGNALFD4.Joseph Myers2-26/+1
2016-03-21posix: Fix posix_spawn implict check styleAdhemerval Zanella1-1/+1
2016-03-21Use JUMPTARGET in x86-64 pthreadH.J. Lu3-7/+3
2016-03-20posix: Fix posix_spawn invalid memory accessAdhemerval Zanella1-1/+1
2016-03-17Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list.Joseph Myers3-52/+1
2016-03-17Remove __ASSUME_FALLOCATE.Joseph Myers2-36/+12
2016-03-15Remove __ASSUME_PPOLL.Joseph Myers2-29/+1
2016-03-15Adjust kernel-features.h defaults for socket syscalls.Joseph Myers17-174/+37
2016-03-14Update glibc headers for Linux 4.5.Joseph Myers3-0/+4
2016-03-10Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu1-4/+4
2016-03-09mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno1-0/+7
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella21-0/+436
2016-03-03Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARSH.J. Lu1-1/+1
2016-03-01Call x86-64 __setcontext directlyH.J. Lu1-1/+1
2016-02-26Remove kernel-features.h conditionals on pre-3.2 kernels.Joseph Myers11-157/+59
2016-02-24Remove linux/fanotify.h configure test.Joseph Myers3-62/+0
2016-02-24Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere.Joseph Myers6-12/+20
2016-02-01Fix MIPS mmap negative offset handling for consistency (bug 19550).Joseph Myers6-2/+40
2016-01-26Update localplt.data for 32-bit sparc.David S. Miller1-0/+1
2016-01-25Define __sqrtl_finite on sparc 32-bit with correct symbol version.David S. Miller1-1/+1
2016-01-25Adjust sparc 32-bit __sqrtl_finite version tag.David S. Miller1-1/+1
2016-01-25Cleanup ppc bits/ipc.hPaul E. Murphy1-24/+0
2016-01-24Fix missing __sqrtl_finite symbol in libm on sparc 32-bit.David S. Miller1-0/+1
2016-01-25MIPS: Set the required Linux kernel version to 4.5.0 for 2008 NaNMaciej W. Rozycki2-8/+2
2016-01-22powerpc: Fix macro usage of htm builtinsPaul E. Murphy1-3/+3
2016-01-21Maintainence patch for nios2: update ULPS file and localplt.data changes.Chung-Lin Tang1-0/+5
2016-01-202016-01-20 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2-11/+6
2016-01-20Update localplt.data for powerpc-nofpu.Joseph Myers1-2/+2
2016-01-16sparc: mman.h: fix bad comment insertionMike Frysinger1-1/+1
2016-01-15New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2-348/+0
2016-01-12Add new header definitions from Linux 4.4 (plus older ptrace definitions).Joseph Myers10-7/+75
2016-01-08powerpc: Enforce compiler barriers on hardware transactionsTulio Magno Quites Machado Filho4-10/+41
2016-01-07xstat: only check to see if __ASSUME_ST_INO_64_BIT is definedMike Frysinger4-4/+4
2016-01-07Make shebang interpreter directives consistentMarko Myllynen1-1/+1
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1465-1465/+1465
2016-01-02hppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]Helge Deller1-13/+8
2015-12-31Fix linux personality syscall wrapperDmitry V. Levin15-3/+114