about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate strcat implementationsAdhemerval Zanella2017-01-031-0/+9
* powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho2017-01-031-0/+13
* Fix math/test-fenvinline for no-exceptions configurations.Joseph Myers2017-01-031-0/+5
* Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2017-01-031-0/+10
* Fix elf/tst-ldconfig-X for cross testing.Joseph Myers2017-01-031-0/+5
* Fix up tabs/spaces mismatchesMartin Galvan2017-01-031-0/+4
* Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2017-01-021-0/+7
* Add build-many-glibcs.py powerpc-linux-gnu-power4 build.Joseph Myers2017-01-021-0/+5
* Fix test-sysvsem on some platformsAdhemerval Zanella2017-01-021-0/+5
* Fix math/test-nearbyint-except for no-exceptions configurations.Joseph Myers2017-01-021-0/+7
* Correct MIPS math-tests.h condition for sNaN payload preservation.Joseph Myers2017-01-021-0/+5
* Fix i686 memchr for large input sizesAdhemerval Zanella2017-01-021-0/+7
* Fix pthread_cond_t on sparc for new condvar.Torvald Riegel2017-01-021-0/+5
* Make build-many-glibcs.py use binutils 2.28 branch by default.Joseph Myers2017-01-021-0/+5
* support: struct netent portability fix for support_format_netentFlorian Weimer2017-01-011-0/+5
* support: Use %td for pointer difference in xwriteFlorian Weimer2017-01-011-0/+4
* malloc: Run tunables tests only if tunables are enabledFlorian Weimer2017-01-011-0/+7
* Update config.guess and config.sub to current versions.Joseph Myers2017-01-011-0/+3
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-011-0/+28
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-0/+8
* Update DNS RR type definitions [BZ #20593]Florian Weimer2016-12-311-0/+24
* CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer2016-12-311-0/+14
* tunables: Use correct unused attributeFlorian Weimer2016-12-311-0/+4
* User manual documentation for tunablesSiddhesh Poyarekar2016-12-311-0/+4
* Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar2016-12-311-0/+23
* Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar2016-12-311-0/+14
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+41
* resolv: Deprecate RES_BLASTFlorian Weimer2016-12-311-0/+7
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-0/+38
* resolv: Add beginnings of a libresolv test suiteFlorian Weimer2016-12-311-0/+60
* support: Implement --verbose option for test programsFlorian Weimer2016-12-311-0/+13
* support: Use support_record_failure consistentlyFlorian Weimer2016-12-311-0/+22
* support: Helper functions for entering namespacesFlorian Weimer2016-12-311-0/+12
* getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]Florian Weimer2016-12-311-0/+6
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-311-0/+74
* Add fromfp functions.Joseph Myers2016-12-311-0/+158
* resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer2016-12-301-0/+18
* Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers2016-12-301-0/+6
* Fix tst-support_record_failure-2 for run-built-tests = no.Joseph Myers2016-12-301-0/+7
* Fix pretty printer tests for run-built-tests == noSiddhesh Poyarekar2016-12-301-0/+5
* Add SYSV shared memory testAdhemerval Zanella2016-12-281-0/+3
* Use shmget syscall for linux implementationAdhemerval Zanella2016-12-281-0/+14
* Use shmdt syscall for linux implementationAdhemerval Zanella2016-12-281-0/+14
* Consolidate Linux shmctl implementationAdhemerval Zanella2016-12-281-0/+21
* Use shmat syscall for Linux implementationAdhemerval Zanella2016-12-281-0/+16
* Add SYSV semaphore testAdhemerval Zanella2016-12-281-0/+3
* Consolidate Linux semtimedop implementationAdhemerval Zanella2016-12-281-0/+17
* Use semop syscall for Linux implementationAdhemerval Zanella2016-12-281-0/+14
* Use semget syscall for Linux implementationAdhemerval Zanella2016-12-281-0/+14
* Consolidate Linux semctl implementationAdhemerval Zanella2016-12-281-0/+18