about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* X86: Add cache info to _dl_x86_cpu_features hjl/ld.so/masterH.J. Lu2016-05-142-1/+29
* Add sysdeps/x86/dl-procinfo.cH.J. Lu2016-05-145-38/+62
* Call init_cpu_features only if SHARED is definedH.J. Lu2016-05-133-0/+15
* Support non-inclusive caches on Intel processorsH.J. Lu2016-05-132-1/+16
* malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer2016-05-133-109/+110
* conformtest: Correct time.h XPG3 expectations.Joseph Myers2016-05-123-3/+8
* conformtest: Correct some unistd.h expectations for XPG3, XPG4.Joseph Myers2016-05-123-22/+59
* Declare gethostname for XPG4 (bug 20054).Joseph Myers2016-05-123-2/+8
* conformtest: Do not expect S_IF* in fcntl.h.Joseph Myers2016-05-123-11/+14
* This is an optimized memset for AArch64. Memset is split into 4 main cases:Wilco Dijkstra2016-05-122-198/+166
* Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2016-05-124-16/+262
* getaddrinfo: Convert from extend_alloca to struct scratch_bufferFlorian Weimer2016-05-122-92/+68
* Declare tcgetsid for XPG4 (bug 20055).Joseph Myers2016-05-114-5/+16
* localedef: Do not compile with mcheckFlorian Weimer2016-05-112-12/+6
* S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o.Stefan Liebler2016-05-113-4/+5
* Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu2016-05-119-51/+34
* Fix sys/stat.h fchmod namespace (bug 20073).Joseph Myers2016-05-103-2/+7
* conformtest: Correct some sys/stat.h expectations for XPG3.Joseph Myers2016-05-102-4/+17
* conformtest: Fix st_blksize, st_blocks expectations for XPG3, XPG4.Joseph Myers2016-05-102-1/+13
* Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).Joseph Myers2016-05-103-1/+15
* Declare cuserid in unistd.h for UNIX98 and before (bug 20043).Joseph Myers2016-05-102-2/+12
* resolv: Call gmtime_r instead of gmtime in p_secstodate [BZ #20017]Florian Weimer2016-05-102-6/+7
* getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994]Florian Weimer2016-05-102-0/+7
* conformtest: Remove some bogus sys/types.h expectations for XPG3 and XPG4.Joseph Myers2016-05-093-2/+14
* S390: Add support for vdso getcpu symbol.Stefan Liebler2016-05-095-0/+21
* Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86H.J. Lu2016-05-083-1/+8
* localedata: chr_US: new Cherokee locale [BZ #12143]Neskie Manuel2016-05-073-0/+148
* charmaps: IBM875: fix mapping of iota/upsilon variants [BZ #18453]Dimitris Pappas2016-05-072-4/+9
* Revert "aio: fix newp->running data race"Samuel Thibault2016-05-042-12/+3
* malloc: Adjust header file guard in malloc-internal.hFlorian Weimer2016-05-042-3/+7
* aio: fix newp->running data raceSamuel Thibault2016-05-042-3/+12
* getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]Florian Weimer2016-05-042-52/+63
* getnameinfo: Avoid calling strnlen on uninitialized bufferFlorian Weimer2016-05-042-7/+11
* getnameinfo: Reduce line length and add missing commentsFlorian Weimer2016-05-042-21/+27
* powerpc: Fix operand prefixesGabriel F. T. Gomes2016-05-042-4/+10
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-045-100/+184
* Fix sys/time.h timespec namespace (bug 20041).Joseph Myers2016-05-033-5/+14
* powerpc: Add missing insn in swapcontext [BZ #20004]Paul E. Murphy2016-05-032-0/+8
* Fix fcntl.h timespec namespace (bug 20023).Joseph Myers2016-05-023-3/+12
* powerpc: Fix clone CLONE_VM compareAdhemerval Zanella2016-05-022-1/+6
* hesiod: Avoid heap overflow in get_txt_records [BZ #20031]Florian Weimer2016-05-022-1/+7
* hesiod: Always use thread-local resolver state [BZ #19573]Florian Weimer2016-05-0211-156/+89
* hesiod: Remove DEF_RHSFlorian Weimer2016-05-023-14/+6
* hesiod: Remove RCS keywordsFlorian Weimer2016-05-024-12/+6
* localedata: sgs_LT: new locale [BZ #12450]Arnas Udovičius2016-05-015-1/+168
* m68k: use large PIC model for gcrt1.oAndreas Schwab2016-04-302-0/+7
* m68k: avoid local labels in symbol tableAndreas Schwab2016-04-302-4/+8
* NSS: Implement group merging support.Stephen Gallagher2016-04-2916-9/+475
* libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella2016-04-293-14/+138
* Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella2016-04-2922-141/+250