about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* Restore clock_* librt exports for MicroBlaze (bug 21061).Joseph Myers2017-01-191-0/+31
* Make soft-float powerpc swapcontext restore the signal mask (bug 21045).Joseph Myers2017-01-161-1/+2
* tile: pass __IPC_64 as zero for SysV IPC callsChris Metcalf2017-01-161-0/+21
* robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel2017-01-135-712/+0
* Fix MIPS o32 posix_fadvise.Joseph Myers2017-01-121-0/+4
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-102-21/+21
* Update MicroBlaze localplt.data.Joseph Myers2017-01-091-1/+2
* Fix MIPS n64 readahead (bug 21026).Joseph Myers2017-01-051-0/+2
* powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho2017-01-033-12/+20
* Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2017-01-022-0/+40
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011362-1362/+1362
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-3114-3685/+80
* Add fromfp functions.Joseph Myers2016-12-3126-0/+312
* Use shmget syscall for linux implementationAdhemerval Zanella2016-12-2810-35/+7
* Use shmdt syscall for linux implementationAdhemerval Zanella2016-12-2810-14/+7
* Consolidate Linux shmctl implementationAdhemerval Zanella2016-12-2812-89/+32
* Use shmat syscall for Linux implementationAdhemerval Zanella2016-12-2811-22/+15
* Consolidate Linux semtimedop implementationAdhemerval Zanella2016-12-2811-88/+14
* Use semop syscall for Linux implementationAdhemerval Zanella2016-12-2810-13/+6
* Use semget syscall for Linux implementationAdhemerval Zanella2016-12-2810-14/+6
* Consolidate Linux semctl implementationAdhemerval Zanella2016-12-2813-191/+36
* Use msgget syscall for Linux implementationAdhemerval Zanella2016-12-2810-14/+6
* Use msgsnd syscall for Linux implementationAdhemerval Zanella2016-12-2810-13/+5
* Consolidate Linux msgrcv implementationAdhemerval Zanella2016-12-2811-61/+6
* Consolidate Linux msgctl implementationAdhemerval Zanella2016-12-2812-76/+29
* Refactor Linux ipc_priv headerAdhemerval Zanella2016-12-289-32/+204
* Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella2016-12-288-0/+24
* Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock2016-12-262-3/+9
* Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock2016-12-261-0/+1
* This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra2016-12-211-1/+1
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-2126-0/+78
* S390: Optimize lock-elision by decrementing adapt_count at unlock.Stefan Liebler2016-12-204-54/+78
* S390: Use new __libc_tbegin_retry macro in elision-lock.c.Stefan Liebler2016-12-202-28/+58
* S390: Use own tbegin macro instead of __builtin_tbegin.Stefan Liebler2016-12-205-25/+164
* S390: Use C11-like atomics instead of plain memory accesses in lock elision c...Stefan Liebler2016-12-202-12/+27
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-2026-0/+156
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-1628-0/+56
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-144-35/+26
* Include <linux/falloc.h> in bits/fcntl-linux.h.Joseph Myers2016-12-141-9/+1
* Consolidate renameat Linux implementationAdhemerval Zanella2016-12-142-1/+32
* Consolidate rename Linux implementationAdhemerval Zanella2016-12-141-4/+10
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-1230-0/+172
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-092-21/+26
* Get rid of __elision_availableAndreas Schwab2016-12-072-9/+3
* Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel2016-12-052-15/+31
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-0226-0/+78
* Add missing hidden_def (__sigsetjmp).Joseph Myers2016-12-011-0/+1
* ld.so: Remove __libc_memalignFlorian Weimer2016-11-3042-97/+36
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-3016-0/+48