summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* Document and fix --enable-bind-now [BZ #21015]Florian Weimer2017-03-022-2/+2
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-015-6/+1
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-012-1/+6
* Add TFD_TIMER_CANCEL_ON_SET to sys/timerfd.h.Joseph Myers2017-02-221-1/+3
* Add IP_RECVFRAGSIZE from Linux 4.10.Joseph Myers2017-02-211-0/+1
* Rework -fno-omit-frame-pointer support on i386Adhemerval Zanella2017-02-174-41/+60
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-161-0/+1
* aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLERAdhemerval Zanella2017-02-081-1/+1
* Add Linux PTRACE_EVENT_STOPKir Kolyshkin2017-02-087-14/+28
* powerpc: Set minimum kernel version for powerpc64leRajalakshmi Srinivasaraghavan2017-02-072-0/+31
* sparc: Remove unused assignment in __cloneIvo Raisr2017-02-062-2/+0
* Consolidate arm and mips posix_fadvise implementationsAdhemerval Zanella2017-02-064-42/+18
* Add ipc_priv.h header for Nios II to set __IPC_64 to zero.Chung-Lin Tang2017-01-311-0/+21
* Bug 20116: Fix use after free in pthread_create()Carlos O'Donell2017-01-281-9/+7
* Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke2017-01-243-68/+66
* powerpc: Fix adapt_count update in __lll_unlock_elisionTulio Magno Quites Machado Filho2017-01-201-1/+1
* S390: Adjust lock elision code after review.Stefan Liebler2017-01-204-43/+54
* 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