summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* User manual documentation for tunablessiddhesh/tunablesSiddhesh Poyarekar2016-12-303-2/+188
* Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar2016-12-308-8/+54
* Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar2016-12-306-2/+142
* Add framework for tunablesSiddhesh Poyarekar2016-12-3024-2/+906
* Add SYSV shared memory testAdhemerval Zanella2016-12-283-1/+135
* Use shmget syscall for linux implementationAdhemerval Zanella2016-12-2811-35/+21
* Use shmdt syscall for linux implementationAdhemerval Zanella2016-12-2811-14/+21
* Consolidate Linux shmctl implementationAdhemerval Zanella2016-12-2813-89/+53
* Use shmat syscall for Linux implementationAdhemerval Zanella2016-12-2812-22/+31
* Add SYSV semaphore testAdhemerval Zanella2016-12-283-1/+120
* Consolidate Linux semtimedop implementationAdhemerval Zanella2016-12-2812-88/+31
* Use semop syscall for Linux implementationAdhemerval Zanella2016-12-2811-13/+20
* Use semget syscall for Linux implementationAdhemerval Zanella2016-12-2811-14/+20
* Consolidate Linux semctl implementationAdhemerval Zanella2016-12-2814-191/+54
* Add SYSV message queue testAdhemerval Zanella2016-12-284-0/+139
* Use msgget syscall for Linux implementationAdhemerval Zanella2016-12-2811-14/+20
* Use msgsnd syscall for Linux implementationAdhemerval Zanella2016-12-2811-13/+19
* Consolidate Linux msgrcv implementationAdhemerval Zanella2016-12-2812-61/+21
* Consolidate Linux msgctl implementationAdhemerval Zanella2016-12-2813-76/+46
* Refactor Linux ipc_priv headerAdhemerval Zanella2016-12-2810-32/+216
* Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella2016-12-289-0/+43
* powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho2016-12-282-1/+15
* powerpc64: strchr/strchrnul optimization for power8Rajalakshmi Srinivasaraghavan2016-12-289-2/+499
* Fix various typos in the ChangeLogFlorian Weimer2016-12-281-18/+18
* Add file missing from ChangeLog in previous commitFlorian Weimer2016-12-281-1/+2
* support: Add support for delayed test failure reportingFlorian Weimer2016-12-2811-7/+550
* Add comments to check-c++-types.sh.Steve Ellcey2016-12-272-0/+12
* Fix typos in the spelling of "implementation"Dmitry V. Levin2016-12-276-6/+15
* powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella2016-12-279-176/+11
* Fix typo in manual for iseqsigGabriel F. T. Gomes2016-12-272-1/+5
* Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer2016-12-272-0/+10
* resolv: Remove processing of unimplemented "spoof" host.conf optionsFlorian Weimer2016-12-273-38/+9
* sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer2016-12-277-77/+116
* rpcinfo: Remove traces of unbuilt helper programFlorian Weimer2016-12-273-743/+5
* Fix x86_64 memchr for large input sizesAdhemerval Zanella2016-12-273-5/+18
* Enable -fstack-protector=* when requested by configure [BZ #7065]Nick Alcock2016-12-263-1/+18
* Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock2016-12-264-3/+20
* Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock2016-12-264-3/+7
* Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock2016-12-262-0/+9
* PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock2016-12-264-0/+34
* Work even with compilers which enable -fstack-protector by default [BZ #7065]Nick Alcock2016-12-264-119/+73
* Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock2016-12-262-1/+20
* Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock2016-12-264-1/+25
* Disable stack protector in early static initialization [BZ #7065]Nick Alcock2016-12-265-0/+29
* Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock2016-12-2616-1/+62
* Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2016-12-265-43/+49
* Configure support for --enable-stack-protector [BZ #7065]Nick Alcock2016-12-266-69/+193
* Fix failing pretty printer tests when CPPFLAGS has optimizations.Carlos O'Donell2016-12-234-3/+23
* Add deferred cancellation regression test for getpwuid_r.Carlos O'Donell2016-12-233-0/+194
* Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell2016-12-236-8/+215