about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* NPTL: Use __gen_tempname in sem_open. roland/tempnameRoland McGrath2014-11-243-34/+21
* Generalize __gen_tempname.Roland McGrath2014-11-2419-150/+148
* Fix typo.Wilco Dijkstra2014-11-241-1/+1
* Update NEWS for bug 17608Florian Weimer2014-11-241-1/+1
* Define CLOCK_TAI on Linux (bug 17608)Ryan Cumming2014-11-242-0/+7
* Fix perror fileno namespace (bug 17633).Joseph Myers2014-11-244-5/+11
* Improve performance of strncpy.Wilco Dijkstra2014-11-242-10/+10
* Improve strcpy performance.Wilco Dijkstra2014-11-242-12/+6
* Speed up strcoll by inliningLeonhard Holz2014-11-242-2/+7
* Use IS_IN internally onlySiddhesh Poyarekar2014-11-243-3/+14
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-24317-447/+751
* Remove last place for definition of IS_IN_* macrosSiddhesh Poyarekar2014-11-242-1/+3
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-2468-98/+169
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-2467-68/+140
* Remove IS_IN_libpthreadSiddhesh Poyarekar2014-11-2435-78/+113
* Remove IS_IN_librtSiddhesh Poyarekar2014-11-2425-46/+73
* Remove IS_IN_libdlSiddhesh Poyarekar2014-11-2410-9/+19
* Remove IS_IN_nscdSiddhesh Poyarekar2014-11-245-5/+10
* Remove IS_IN_ldconfigSiddhesh Poyarekar2014-11-244-3/+8
* Remove IS_IN_libcSiddhesh Poyarekar2014-11-243-5/+5
* Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar2014-11-242-0/+3
* Remove IN_LIBSiddhesh Poyarekar2014-11-248-19/+20
* Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar2014-11-244-6/+21
* hurd: Fix dlopening libraries from static programsSamuel Thibault2014-11-232-0/+10
* arm: drop EABI checkMike Frysinger2014-11-223-27/+5
* NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath2014-11-212-3/+15
* AArch64: Reformat inline-asm in elf_machine_load_addressAndrew Pinski2014-11-212-9/+15
* AArch64: Use ELF macros rather than Elf64 throughoutWill Newton2014-11-213-5/+11
* AArch64: Update relocations for ILP32Will Newton2014-11-213-9/+42
* microblaze: 64b atomic operations are not supported.Torvald Riegel2014-11-212-1/+6
* BZ#16469: resolv: skip leading dot in domain to searchAlexandre Oliva2014-11-212-3/+20
* BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva2014-11-215-16/+85
* BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva2014-11-214-9/+24
* manual: fix addmntent's MT-Safety race annotationMa Shimiao2014-11-212-1/+6
* ctermid: return string literal, document MT-Safety pitfallAlexandre Oliva2014-11-213-11/+21
* manual: cuserid is mtasurace if not passed a stringAlexandre Oliva2014-11-212-2/+9
* Require check-safety.sh to pass; wish for check that all fns are documentedAlexandre Oliva2014-11-213-1/+13
* NPTL: Use __libc_fatal in unwind.c.Roland McGrath2014-11-202-5/+4
* NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath2014-11-203-7/+24
* NPTL: Refactor scheduler setup in pthread_create.Roland McGrath2014-11-204-15/+91
* Use C11 atomics in pthread_once.Torvald Riegel2014-11-202-14/+14
* Add tests for C11-like atomic operations.Torvald Riegel2014-11-202-1/+133
* Add atomic operations similar to those provided by C11.Torvald Riegel2014-11-202-0/+227
* Add arch-specific configuration for C11 atomics support.Torvald Riegel2014-11-2022-0/+119
* NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath2014-11-192-20/+5
* Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath2014-11-193-1/+104
* CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell2014-11-194-13/+77
* Auto-generate libc-modules.hSiddhesh Poyarekar2014-11-196-47/+91
* Fix -Wundef warning in SHLIB_COMPATSiddhesh Poyarekar2014-11-192-1/+3
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-1918-28/+134