summaryrefslogtreecommitdiff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-121-0/+21
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-12-018-43/+85
* i386: Hide __old_glob64 [BZ #18822]H.J. Lu2017-12-011-0/+3
* Fix missing posix_fadvise64 mips64 static build (BZ #21232)Adhemerval Zanella2017-11-301-0/+2
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2017-11-271-5/+5
* posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella2017-11-261-6/+18
* Fix s390 version of pt-longjmp.cAndreas Schwab2017-11-211-2/+2
* Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers2017-10-022-0/+26
* Call exit directly in clone (BZ #21512)John David Anglin2017-08-122-4/+3
* hppa: set __IPC_64 as zero for SysV IPC callsJohn David Anglin2017-08-121-0/+21
* Add CFI annotation.John David Anglin2017-08-124-0/+12
* Fix stack offset for r19 load in __getcontext.John David Anglin2017-08-121-1/+1
* Fix __setcontext return value on hppa.John David Anglin2017-08-121-1/+1
* Fix syscall cancellation on hppa.John David Anglin2017-08-122-39/+23
* Fix [BZ locale/19838].John David Anglin2017-08-121-1/+1
* Use generic pthread support on hppa.John David Anglin2017-08-127-381/+19
* posix_spawn: use a larger min stack for -fstack-check [BZ #21253]Mike Frysinger2017-04-031-0/+5
* posix_spawn: fix stack setup on ia64 [BZ #21275]Mike Frysinger2017-03-201-5/+6
* Document and fix --enable-bind-now [BZ #21015]Florian Weimer2017-03-022-2/+2
* 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-011417-1417/+1417
* 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