summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-12-31Revert "Fix ChangeLog typo"Andreas Schwab
2016-12-31Add fromfp functions.Joseph Myers
2016-12-30resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer
2016-12-30Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers
2016-12-30Fix tst-support_record_failure-2 for run-built-tests = no.Joseph Myers
2016-12-30Fix ChangeLog typoAndreas Schwab
2016-12-30localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]Mike Frysinger
2016-12-30Fix pretty printer tests for run-built-tests == noSiddhesh Poyarekar
2016-12-28Add SYSV shared memory testAdhemerval Zanella
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella
2016-12-28Add SYSV semaphore testAdhemerval Zanella
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella
2016-12-28Add SYSV message queue testAdhemerval Zanella
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella
2016-12-28Use msgsnd syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux msgrcv implementationAdhemerval Zanella
2016-12-28Consolidate Linux msgctl implementationAdhemerval Zanella
2016-12-28Refactor Linux ipc_priv headerAdhemerval Zanella
2016-12-28Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella
2016-12-28powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho
2016-12-28powerpc64: strchr/strchrnul optimization for power8Rajalakshmi Srinivasaraghavan
2016-12-28Fix various typos in the ChangeLogFlorian Weimer
2016-12-28Add file missing from ChangeLog in previous commitFlorian Weimer
2016-12-28support: Add support for delayed test failure reportingFlorian Weimer
2016-12-27Add comments to check-c++-types.sh.Steve Ellcey
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella
2016-12-27Fix typo in manual for iseqsigGabriel F. T. Gomes
2016-12-27Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer
2016-12-27resolv: Remove processing of unimplemented "spoof" host.conf optionsFlorian Weimer
2016-12-27sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer
2016-12-27rpcinfo: Remove traces of unbuilt helper programFlorian Weimer
2016-12-27Fix x86_64 memchr for large input sizesAdhemerval Zanella
2016-12-26Enable -fstack-protector=* when requested by configure [BZ #7065]Nick Alcock
2016-12-26Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock
2016-12-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock
2016-12-26Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock
2016-12-26PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock
2016-12-26Work even with compilers which enable -fstack-protector by default [BZ #7065]Nick Alcock
2016-12-26Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock