about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Remove custom pthread_once implementation on s390.Torvald Riegel2014-12-151-110/+0
* NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath2014-12-128-7/+61
* Refactor shm_{open,unlink} code to separate Linux-specific directory choice f...Roland McGrath2014-12-118-282/+276
* * Fix SH specific compiler warnings which are for integer-pointerKaz Kojima2014-12-124-5/+5
* Move semaphore.h to sysdeps/pthread/.Joseph Myers2014-12-111-0/+78
* tile: add inhibit_loop_to_libcall to string functionsChris Metcalf2014-12-113-3/+3
* * sysdeps/mips/dl-trampoline.c: Modify switch expression to haveSteve Ellcey2014-12-111-1/+1
* S/390: Get rid of assembler warning value truncated.Stefan Liebler2014-12-111-1/+1
* powerpc: Fix lgammal_r overflow warningsAdhemerval Zanella2014-12-111-1/+9
* Properly handle forced elision in pthread_mutex_trylock (bug 16657)Andreas Schwab2014-12-112-10/+0
* Fix MIPS waitid build.Joseph Myers2014-12-101-0/+7
* Fix MIPS sigaction build.Joseph Myers2014-12-101-0/+12
* Fix strftime wcschr namespace (bug 17634).Joseph Myers2014-12-107-15/+34
* Don't touch user-controlled stdio locks in forked child (bug 12847)Andreas Schwab2014-12-101-1/+2
* [AArch64] Fix strchrnul clobbering v15Richard Earnshaw2014-12-101-1/+1
* Remove custom pthread_once implementation on sh.Torvald Riegel2014-12-091-257/+0
* Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers2014-12-062-1/+2
* Fix getifaddrs, freeifaddrs namespace (bug 17668).Joseph Myers2014-12-022-8/+12
* mips: Do not use jal to reach __libc_start_mainPetar Jovanovic2014-12-021-2/+6
* powerpc: Add powerpc64 strpbrk optimizationAdhemerval Zanella2014-12-026-147/+25
* powerpc: Add powerpc64 strcspn optimizationAdhemerval Zanella2014-12-026-145/+23
* powerpc: Add powerpc64 strspn optimizationAdhemerval Zanella2014-12-026-160/+27
* powerpc: strtok{_r} optimization for powerpc64Rajalakshmi Srinivasaraghavan2014-12-012-0/+250
* Recognize recent x86 CPUs in string.hJ. Brown2014-11-271-1/+6
* Fix sysdeps/mips/__longjmp.c warning.Joseph Myers2014-11-261-3/+1
* Fix sysdeps/unix/sysv/linux/arm/libc-do-syscall.S warning.Joseph Myers2014-11-261-0/+3
* FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740).Joseph Myers2014-11-261-2/+2
* powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel}Adhemerval Zanella2014-11-263-0/+84
* powerpc: Fix __arch_compare_and_exchange_bool_64_relAnton Blanchard2014-11-251-1/+1
* sysdeps/x86_64/start.S doesn't have a .size elf directive for _start.Brooks Moses2014-11-241-6/+2
* Define CLOCK_TAI on Linux (bug 17608)Ryan Cumming2014-11-241-0/+2
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-24282-389/+388
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-2459-90/+90
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-2465-67/+67
* Remove IS_IN_libpthreadSiddhesh Poyarekar2014-11-2431-70/+70
* Remove IS_IN_librtSiddhesh Poyarekar2014-11-2422-44/+44
* Remove IS_IN_nscdSiddhesh Poyarekar2014-11-241-2/+2
* Remove IS_IN_ldconfigSiddhesh Poyarekar2014-11-242-2/+2
* hurd: Fix dlopening libraries from static programsSamuel Thibault2014-11-231-0/+5
* arm: drop EABI checkMike Frysinger2014-11-222-27/+0
* AArch64: Reformat inline-asm in elf_machine_load_addressAndrew Pinski2014-11-211-9/+12
* AArch64: Use ELF macros rather than Elf64 throughoutWill Newton2014-11-212-5/+5
* AArch64: Update relocations for ILP32Will Newton2014-11-211-6/+6
* microblaze: 64b atomic operations are not supported.Torvald Riegel2014-11-211-1/+1
* ctermid: return string literal, document MT-Safety pitfallAlexandre Oliva2014-11-211-8/+8
* NPTL: Refactor scheduler setup in pthread_create.Roland McGrath2014-11-201-0/+42
* Add arch-specific configuration for C11 atomics support.Torvald Riegel2014-11-2021-0/+74
* Auto-generate libc-modules.hSiddhesh Poyarekar2014-11-191-1/+2
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-193-0/+7
* NPTL: Move Linux-specific createthread.c to sysdeps.Roland McGrath2014-11-181-0/+154