about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* Assume __NR_openat is always definedAurelien Jarno2016-03-231-4/+0
* x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock2016-03-232-0/+2
* Remove __ASSUME_GETDENTS64_SYSCALL.Joseph Myers2016-03-222-114/+81
* Remove __ASSUME_SIGNALFD4.Joseph Myers2016-03-212-26/+1
* posix: Fix posix_spawn implict check styleAdhemerval Zanella2016-03-211-1/+1
* Use JUMPTARGET in x86-64 pthreadH.J. Lu2016-03-213-7/+3
* posix: Fix posix_spawn invalid memory accessAdhemerval Zanella2016-03-201-1/+1
* Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list.Joseph Myers2016-03-173-52/+1
* Remove __ASSUME_FALLOCATE.Joseph Myers2016-03-172-36/+12
* Remove __ASSUME_PPOLL.Joseph Myers2016-03-152-29/+1
* Adjust kernel-features.h defaults for socket syscalls.Joseph Myers2016-03-1517-174/+37
* Update glibc headers for Linux 4.5.Joseph Myers2016-03-143-0/+4
* Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu2016-03-101-4/+4
* mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno2016-03-091-0/+7
* posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2016-03-0721-0/+436
* Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARSH.J. Lu2016-03-031-1/+1
* Call x86-64 __setcontext directlyH.J. Lu2016-03-011-1/+1
* Remove kernel-features.h conditionals on pre-3.2 kernels.Joseph Myers2016-02-2611-157/+59
* Remove linux/fanotify.h configure test.Joseph Myers2016-02-243-62/+0
* Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere.Joseph Myers2016-02-246-12/+20
* Fix MIPS mmap negative offset handling for consistency (bug 19550).Joseph Myers2016-02-016-2/+40
* Update localplt.data for 32-bit sparc.David S. Miller2016-01-261-0/+1
* Define __sqrtl_finite on sparc 32-bit with correct symbol version.David S. Miller2016-01-251-1/+1
* Adjust sparc 32-bit __sqrtl_finite version tag.David S. Miller2016-01-251-1/+1
* Cleanup ppc bits/ipc.hPaul E. Murphy2016-01-251-24/+0
* Fix missing __sqrtl_finite symbol in libm on sparc 32-bit.David S. Miller2016-01-241-0/+1
* MIPS: Set the required Linux kernel version to 4.5.0 for 2008 NaNMaciej W. Rozycki2016-01-252-8/+2
* powerpc: Fix macro usage of htm builtinsPaul E. Murphy2016-01-221-3/+3
* Maintainence patch for nios2: update ULPS file and localplt.data changes.Chung-Lin Tang2016-01-211-0/+5
* 2016-01-20 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-01-202-11/+6
* Update localplt.data for powerpc-nofpu.Joseph Myers2016-01-201-2/+2
* sparc: mman.h: fix bad comment insertionMike Frysinger2016-01-161-1/+1
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-152-348/+0
* Add new header definitions from Linux 4.4 (plus older ptrace definitions).Joseph Myers2016-01-1210-7/+75
* powerpc: Enforce compiler barriers on hardware transactionsTulio Magno Quites Machado Filho2016-01-084-10/+41
* xstat: only check to see if __ASSUME_ST_INO_64_BIT is definedMike Frysinger2016-01-074-4/+4
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041410-1410/+1410
* hppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]Helge Deller2016-01-021-13/+8
* Fix linux personality syscall wrapperDmitry V. Levin2015-12-3115-3/+114
* Cleanup ARM ioperm implementation (step 2)Aurelien Jarno2015-12-302-93/+3
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-232-4/+11
* Provide x32 timesH.J. Lu2015-12-171-0/+38
* Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64H.J. Lu2015-12-161-2/+5
* Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIT hjl/32bit/masterH.J. Lu2015-12-153-0/+121
* Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers2015-12-143-38/+6
* Cleanup ARM ioperm implementationAurelien Jarno2015-12-121-9/+2
* Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers2015-12-094-0/+86
* mips: fix testsuite build for O32 FPXX ABI on pre-R2 CPUAurelien Jarno2015-12-092-0/+34
* math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf2015-12-036-12/+0