aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-31support: Helper functions for entering namespacesFlorian Weimer8-0/+280
2016-12-31getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]Florian Weimer2-1/+7
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel49-4621/+1671
2016-12-31Revert "Fix ChangeLog typo"Andreas Schwab1-1/+1
2016-12-31Add fromfp functions.Joseph Myers74-30/+39745
2016-12-30resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer4-52/+77
2016-12-30Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers3-9/+18
2016-12-30Fix tst-support_record_failure-2 for run-built-tests = no.Joseph Myers2-0/+9
2016-12-30Fix ChangeLog typoAndreas Schwab1-1/+1
2016-12-30localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]Mike Frysinger2-2/+8
2016-12-30Fix pretty printer tests for run-built-tests == noSiddhesh Poyarekar2-3/+8
2016-12-28Add SYSV shared memory testAdhemerval Zanella3-1/+135
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella11-35/+21
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella11-14/+21
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella13-89/+53
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella12-22/+31
2016-12-28Add SYSV semaphore testAdhemerval Zanella3-1/+120
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella12-88/+31
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella11-13/+20
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella11-14/+20
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella14-191/+54
2016-12-28Add SYSV message queue testAdhemerval Zanella4-0/+139
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella11-14/+20
2016-12-28Use msgsnd syscall for Linux implementationAdhemerval Zanella11-13/+19
2016-12-28Consolidate Linux msgrcv implementationAdhemerval Zanella12-61/+21
2016-12-28Consolidate Linux msgctl implementationAdhemerval Zanella13-76/+46
2016-12-28Refactor Linux ipc_priv headerAdhemerval Zanella10-32/+216
2016-12-28Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella9-0/+43
2016-12-28powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho2-1/+15
2016-12-28powerpc64: strchr/strchrnul optimization for power8Rajalakshmi Srinivasaraghavan9-2/+499
2016-12-28Fix various typos in the ChangeLogFlorian Weimer1-18/+18
2016-12-28Add file missing from ChangeLog in previous commitFlorian Weimer1-1/+2
2016-12-28support: Add support for delayed test failure reportingFlorian Weimer11-7/+550
2016-12-27Add comments to check-c++-types.sh.Steve Ellcey2-0/+12
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin6-6/+15
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella9-176/+11
2016-12-27Fix typo in manual for iseqsigGabriel F. T. Gomes2-1/+5
2016-12-27Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer2-0/+10
2016-12-27resolv: Remove processing of unimplemented "spoof" host.conf optionsFlorian Weimer3-38/+9
2016-12-27sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer7-77/+116
2016-12-27rpcinfo: Remove traces of unbuilt helper programFlorian Weimer3-743/+5
2016-12-27Fix x86_64 memchr for large input sizesAdhemerval Zanella3-5/+18
2016-12-26Enable -fstack-protector=* when requested by configure [BZ #7065]Nick Alcock3-1/+18
2016-12-26Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock4-3/+20
2016-12-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock4-3/+7
2016-12-26Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock2-0/+9
2016-12-26PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock4-0/+34
2016-12-26Work even with compilers which enable -fstack-protector by default [BZ #7065]Nick Alcock4-119/+73
2016-12-26Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock2-1/+20
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock4-1/+25