aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-20hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault1-2/+1
2016-03-08Add sys/auxv.h wrapper to include/sys/Aurelien Jarno1-0/+1
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2-0/+3
2016-02-18Update version.h and include/features.h for 2.23 releaseglibc-2.23Adhemerval Zanella1-1/+1
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu1-0/+3
2016-01-06Mark internal unistd functions hidden in ld.soH.J. Lu1-1/+5
2016-01-06Mark ld.so internal mmap functions hidden in ld.soH.J. Lu1-0/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers22-22/+22
2015-12-10Update to Unicode 8.0.0.Mike FABIAN1-8/+4
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers2-0/+21
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers1-0/+2
2015-11-05Fix features.h for -Wundef (bug 19212).Joseph Myers1-7/+10
2015-10-29Use max_align_t from <stddef.h>.Joseph Myers2-12/+2
2015-10-19Mark ld.so internel __fxstatat64 hiddenH.J. Lu1-0/+3
2015-10-19Remove .weak, .weakext configure tests.Joseph Myers1-19/+3
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2-9/+0
2015-10-15Mark ld.so internel __uname hiddenH.J. Lu1-0/+4
2015-10-15Mark ld.so internel string functions hiddenH.J. Lu1-0/+20
2015-10-15Mark ld.so internel stdlib functions hiddenH.J. Lu1-0/+5
2015-10-15Mark ld.so internel sigaction functions hiddenH.J. Lu1-0/+5
2015-10-15Mark internal setjmp functions hiddenH.J. Lu1-1/+5
2015-10-15Mark ld.so internel __profile_frequency hiddenH.J. Lu1-0/+4
2015-10-15Mark internal fcntl functions hiddenH.J. Lu1-1/+6
2015-10-15Mark internal dirent functions hiddenH.J. Lu1-4/+13
2015-10-15Mark _dl_catch_error hiddenH.J. Lu1-13/+0
2015-10-15Remove .previous, .popsection configure tests.Joseph Myers1-8/+1
2015-10-14include/stap-probe.h: Fix formatting.Carlos O'Donell1-6/+6
2015-10-02Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer2-1/+14
2015-09-18Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra1-4/+0
2015-09-15Mark fegetround pure (bug 16296).Joseph Myers1-1/+1
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers1-1/+1
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers1-1/+1
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers1-1/+1
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers2-2/+2
2015-09-03Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers1-0/+3
2015-08-05Update version.h and include/features.h for 2.22 releaseglibc-2.22Carlos O'Donell1-1/+1
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar1-1/+3
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath1-2/+2
2015-07-09Provide __libc_fatal for rtld.Roland McGrath1-0/+1
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath1-0/+1
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella1-0/+3
2015-07-07Add forced deletion support to _dl_close_workerPavel Kopyl1-1/+2
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel1-3/+4
2015-06-18Remove include/bits/ipc.h.Joseph Myers1-23/+0
2015-06-17Fix nice getpriority, setpriority namespace (bug 18553).Joseph Myers1-2/+8
2015-06-17Fix ttyslot namespace (bug 18547).Joseph Myers1-3/+6
2015-06-17Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers1-3/+4
2015-06-17Fix mq_receive, mq_send mq_timed* namespace (bug 18545).Joseph Myers1-0/+4
2015-06-17Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers1-0/+10