aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-12Declare gethostname for XPG4 (bug 20054).Joseph Myers3-2/+8
2016-05-12conformtest: Do not expect S_IF* in fcntl.h.Joseph Myers3-11/+14
2016-05-12This is an optimized memset for AArch64. Memset is split into 4 main cases:Wilco Dijkstra2-198/+166
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer4-16/+262
2016-05-12getaddrinfo: Convert from extend_alloca to struct scratch_bufferFlorian Weimer2-92/+68
2016-05-11Declare tcgetsid for XPG4 (bug 20055).Joseph Myers4-5/+16
2016-05-11localedef: Do not compile with mcheckFlorian Weimer2-12/+6
2016-05-11S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o.Stefan Liebler3-4/+5
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu9-51/+34
2016-05-10Fix sys/stat.h fchmod namespace (bug 20073).Joseph Myers3-2/+7
2016-05-10conformtest: Correct some sys/stat.h expectations for XPG3.Joseph Myers2-4/+17
2016-05-10conformtest: Fix st_blksize, st_blocks expectations for XPG3, XPG4.Joseph Myers2-1/+13
2016-05-10Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).Joseph Myers3-1/+15
2016-05-10Declare cuserid in unistd.h for UNIX98 and before (bug 20043).Joseph Myers2-2/+12
2016-05-10resolv: Call gmtime_r instead of gmtime in p_secstodate [BZ #20017]Florian Weimer2-6/+7
2016-05-10getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994]Florian Weimer2-0/+7
2016-05-09conformtest: Remove some bogus sys/types.h expectations for XPG3 and XPG4.Joseph Myers3-2/+14
2016-05-09S390: Add support for vdso getcpu symbol.Stefan Liebler5-0/+21
2016-05-08Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86H.J. Lu3-1/+8
2016-05-07localedata: chr_US: new Cherokee locale [BZ #12143]Neskie Manuel3-0/+148
2016-05-07charmaps: IBM875: fix mapping of iota/upsilon variants [BZ #18453]Dimitris Pappas2-4/+9
2016-05-04Revert "aio: fix newp->running data race"Samuel Thibault2-12/+3
2016-05-04malloc: Adjust header file guard in malloc-internal.hFlorian Weimer2-3/+7
2016-05-04aio: fix newp->running data raceSamuel Thibault2-3/+12
2016-05-04getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]Florian Weimer2-52/+63
2016-05-04getnameinfo: Avoid calling strnlen on uninitialized bufferFlorian Weimer2-7/+11
2016-05-04getnameinfo: Reduce line length and add missing commentsFlorian Weimer2-21/+27
2016-05-04powerpc: Fix operand prefixesGabriel F. T. Gomes2-4/+10
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer5-100/+184
2016-05-03Fix sys/time.h timespec namespace (bug 20041).Joseph Myers3-5/+14
2016-05-03powerpc: Add missing insn in swapcontext [BZ #20004]Paul E. Murphy2-0/+8
2016-05-02Fix fcntl.h timespec namespace (bug 20023).Joseph Myers3-3/+12
2016-05-02powerpc: Fix clone CLONE_VM compareAdhemerval Zanella2-1/+6
2016-05-02hesiod: Avoid heap overflow in get_txt_records [BZ #20031]Florian Weimer2-1/+7
2016-05-02hesiod: Always use thread-local resolver state [BZ #19573]Florian Weimer11-156/+89
2016-05-02hesiod: Remove DEF_RHSFlorian Weimer3-14/+6
2016-05-02hesiod: Remove RCS keywordsFlorian Weimer4-12/+6
2016-05-01localedata: sgs_LT: new locale [BZ #12450]Arnas Udovičius5-1/+168
2016-04-30m68k: use large PIC model for gcrt1.oAndreas Schwab2-0/+7
2016-04-30m68k: avoid local labels in symbol tableAndreas Schwab2-4/+8
2016-04-29NSS: Implement group merging support.Stephen Gallagher16-9/+475
2016-04-29libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella3-14/+138
2016-04-29Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella22-141/+250
2016-04-29getnameinfo: Refactor and fix memory leak [BZ #19642]Florian Weimer2-240/+357
2016-04-29powerpc: Zero pad using memset in strncpy/stpncpyGabriel F. T. Gomes2-67/+61
2016-04-29NEWS entry for CVE-2016-3075Florian Weimer1-0/+4
2016-04-29CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer3-62/+83
2016-04-29glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer6-24/+100
2016-04-28Fix stdio.h namespace for pre-threads POSIX (bug 20014).Joseph Myers3-5/+16
2016-04-28conformtest: Add langinfo.h expectations for YESSTR, NOSTR.Joseph Myers3-3/+13