about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho2016-12-281-1/+10
* powerpc64: strchr/strchrnul optimization for power8Rajalakshmi Srinivasaraghavan2016-12-288-2/+483
* Fix typos in the spelling of "implementation"Dmitry V. Levin2016-12-274-4/+4
* powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella2016-12-278-176/+0
* Fix x86_64 memchr for large input sizesAdhemerval Zanella2016-12-271-0/+6
* Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock2016-12-262-3/+9
* PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock2016-12-261-0/+12
* Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock2016-12-261-1/+1
* Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock2016-12-266-0/+8
* Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2016-12-261-0/+11
* This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra2016-12-211-1/+1
* Remove unused function _dl_tls_setupFlorian Weimer2016-12-211-6/+0
* x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]Nick Alcock2016-12-211-0/+3
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-2135-1/+651
* 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-2032-1/+227
* Disable TSX on some Haswell processors.Andrew Senkevich2016-12-191-6/+23
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-1629-0/+58
* Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella2016-12-161-1/+11
* Make w_scalbln type-genericGabriel F. T. Gomes2016-12-162-27/+3
* Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers2016-12-1510-27/+231
* Fix powerpc fmax, fmin sNaN handling (bug 20947).Joseph Myers2016-12-152-2/+72
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-1414-152/+37
* 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
* Make w_log1p type-genericGabriel F. T. Gomes2016-12-142-46/+0
* powerpc: remove _dl_platform_string and _dl_powerpc_platformsAndreas Schwab2016-12-132-62/+11
* powerpc: strncmp optimization for power9Rajalakshmi Srinivasaraghavan2016-12-135-1/+422
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-1231-0/+174
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-092-21/+26
* Get rid of __elision_availableAndreas Schwab2016-12-072-9/+3
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-077-10/+22
* Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers2016-12-062-9/+47
* Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel2016-12-053-26/+50
* Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers2016-12-024-11/+12