summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Update for glibc 2.24 release.glibc-2.24Carlos O'Donell2016-08-011-1/+1
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-241-17/+0
* Revert __malloc_initialize_hook symbol poisoningFlorian Weimer2016-06-201-7/+0
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-101-0/+7
* Use __typeof instead of typeofAndreas Schwab2016-06-041-1/+1
* Fix include/wchar.h for C++Carlos O'Donell2016-06-031-1/+1
* NSS: Implement group merging support.Stephen Gallagher2016-04-291-0/+7
* Remove union wait [BZ #19613]Florian Weimer2016-04-141-3/+3
* Fix limits.h NL_NMAX namespace (bug 19929).Joseph Myers2016-04-081-1/+3
* strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer2016-04-041-0/+4
* hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault2016-03-201-2/+1
* Add sys/auxv.h wrapper to include/sys/Aurelien Jarno2016-03-081-0/+1
* posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2016-03-072-0/+3
* Update version.h and include/features.h for 2.23 releaseglibc-2.23Adhemerval Zanella2016-02-181-1/+1
* Add _STRING_INLINE_unaligned and string_private.hH.J. Lu2016-02-181-0/+3
* Mark internal unistd functions hidden in ld.soH.J. Lu2016-01-061-1/+5
* Mark ld.so internal mmap functions hidden in ld.soH.J. Lu2016-01-061-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0422-22/+22
* Update to Unicode 8.0.0.Mike FABIAN2015-12-101-8/+4
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-242-0/+21
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-201-0/+2
* Fix features.h for -Wundef (bug 19212).Joseph Myers2015-11-051-7/+10
* Use max_align_t from <stddef.h>.Joseph Myers2015-10-292-12/+2
* Mark ld.so internel __fxstatat64 hiddenH.J. Lu2015-10-191-0/+3
* Remove .weak, .weakext configure tests.Joseph Myers2015-10-191-19/+3
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-172-9/+0
* Mark ld.so internel __uname hiddenH.J. Lu2015-10-151-0/+4
* Mark ld.so internel string functions hiddenH.J. Lu2015-10-151-0/+20
* Mark ld.so internel stdlib functions hiddenH.J. Lu2015-10-151-0/+5
* Mark ld.so internel sigaction functions hiddenH.J. Lu2015-10-151-0/+5
* Mark internal setjmp functions hiddenH.J. Lu2015-10-151-1/+5
* Mark ld.so internel __profile_frequency hiddenH.J. Lu2015-10-151-0/+4
* Mark internal fcntl functions hiddenH.J. Lu2015-10-151-1/+6
* Mark internal dirent functions hiddenH.J. Lu2015-10-151-4/+13
* Mark _dl_catch_error hiddenH.J. Lu2015-10-151-13/+0
* Remove .previous, .popsection configure tests.Joseph Myers2015-10-151-8/+1
* include/stap-probe.h: Fix formatting.Carlos O'Donell2015-10-141-6/+6
* Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer2015-10-022-1/+14
* Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra2015-09-181-4/+0
* Mark fegetround pure (bug 16296).Joseph Myers2015-09-151-1/+1
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-111-1/+1
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers2015-09-041-1/+1
* Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers2015-09-041-1/+1
* Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers2015-09-032-2/+2
* Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers2015-09-031-0/+3
* Update version.h and include/features.h for 2.22 releaseglibc-2.22Carlos O'Donell2015-08-051-1/+1
* Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar2015-07-231-1/+3
* Factor file identity rules out of generic rtld code.Roland McGrath2015-07-141-2/+2
* Provide __libc_fatal for rtld.Roland McGrath2015-07-091-0/+1