about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-262-0/+2
* 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
* Use XSTAT_IS_XSTAT64 in generic xstat functionsSteve Ellcey2016-11-298-0/+107
* powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer2016-11-291-1/+0
* Work around IA64 tst-setcontext2.c compile failure.Joseph Myers2016-11-281-0/+24
* Partial ILP32 support for aarch64.Steve Ellcey2016-11-2810-11/+49
* Fix for [f]statfs64/[f]statfs aliasing patchSteve Ellcey2016-11-282-16/+22
* Do not include asm/cachectl.h in nios2 sys/cachectl.h.Joseph Myers2016-11-281-3/+0
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-2426-0/+78
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-2444-689/+55
* Allow [f]statfs64 to alias [f]statfsSteve Ellcey2016-11-2217-0/+55
* Always define XSTAT_IS_XSTAT64Steve Ellcey2016-11-2119-13/+27
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-1926-0/+78