about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc: Fix clone CLONE_VM compareAdhemerval Zanella2016-05-021-1/+1
* m68k: avoid local labels in symbol tableAndreas Schwab2016-04-301-4/+4
* Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella2016-04-2921-141/+220
* Add missing iucv related defines.Stefan Liebler2016-04-271-0/+10
* Fix stdlib/tst-makecontext regression for Nios IIChung-Lin Tang2016-04-251-0/+12
* Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella2016-04-141-0/+1
* Remove union wait [BZ #19613]Florian Weimer2016-04-141-1/+1
* VDSO support for MIPSMatthew Fortune2016-04-127-0/+133
* Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella2016-04-1116-427/+27
* Consolidate pread/pread64 implementationsAdhemerval Zanella2016-04-1117-414/+28
* Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella2016-04-114-10/+35
* Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella2016-04-113-0/+16
* Fix build with HAVE_AUX_VECTORSamuel Thibault2016-04-111-3/+3
* Fix termios.h XCASE namespace (bug 19925).Joseph Myers2016-04-085-5/+5
* [microblaze] Remove __ASSUME_FUTIMESAT.Joseph Myers2016-03-292-33/+0
* Synchronize <sys/personality.h> with kernel headersAurelien Jarno2016-03-281-0/+3
* Assume __NR_utimensat is always definedAurelien Jarno2016-03-233-22/+0
* 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