summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers2014-11-187-13/+13
* alpha: Fix soft-fp breakageRichard Henderson2014-11-1713-62/+73
* Remove sigvec.Roland McGrath2014-11-143-183/+0
* Remove x86_64 __GNUC_PREREQ (4, 6) conditional.Joseph Myers2014-11-141-10/+1
* Remove ARM __GNUC_PREREQ(4,4) conditionals.Joseph Myers2014-11-141-16/+1
* Fix sparc build.David S. Miller2014-11-141-0/+1
* Fix build of C mempcpy and stpcpy.Joseph Myers2014-11-143-0/+3
* S/390: dl-machine.h: Use numbered labels in inline assembly.Stefan Liebler2014-11-131-9/+9
* S/390: Add SystemTap probes to longjmp and setjmp.Stefan Liebler2014-11-134-7/+45
* S/390: Get rid of warning unused variable in dl-machine.h.Stefan Liebler2014-11-131-1/+2
* S/390: Get rid of warning: the comparision will always evaluate as false.Stefan Liebler2014-11-132-11/+13
* Fix __get_nprocs fgets_unlocked namespace (bug 17582).Joseph Myers2014-11-123-3/+3
* Fix x86_64 rawmemchr namespace (bug 17572).Joseph Myers2014-11-121-3/+3
* Fix qsort_r namespace (bug 17571).Joseph Myers2014-11-121-2/+2
* Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers2014-11-123-5/+11
* Use GOT instead of GOT12 all overSiddhesh Poyarekar2014-11-123-4/+4
* Fix stack alignment when loader is invoked directlySiddhesh Poyarekar2014-11-122-7/+61
* [AArch64] Add ipc.h.Alan Hayward2014-11-111-0/+54
* [AArch64] End frame record chain correctly.Renlin Li2014-11-111-1/+0
* m68k: don't expect PLT reference to __tls_get_addrAndreas Schwab2014-11-071-4/+3
* Remove __libc_waitpid function name.Joseph Myers2014-11-078-15/+11
* Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell2014-11-0614-0/+124
* Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers2014-11-052-4/+2
* [AArch64] Add optimized strchrnul.Richard Earnshaw2014-11-051-0/+130
* powerpc: Simplify encoding of POWER8 instructionAdhemerval Zanella2014-11-056-35/+6
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-054-12/+24
* Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers2014-11-051-2/+1
* Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers2014-11-0418-23/+23
* Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers2014-11-044-13/+7
* powerpc: Fix encoding of POWER8 instructionAdhemerval Zanella2014-11-031-1/+8
* Fix sparc struct fpu definition.Jose E. Marchesi2014-11-011-1/+1
* Remove __libc_nanosleep function name.Joseph Myers2014-11-011-1/+1
* powerpc: Change atomic_write_barrier to have release semantics.Torvald Riegel2014-10-313-1/+3
* Remove __libc_pselect alias.Joseph Myers2014-10-311-1/+0
* Move powerpc64 pread/pwrite definitions to syscalls.list (bug 14138).Joseph Myers2014-10-314-219/+0
* Fix SPARC atomic_write_barrier.Torvald Riegel2014-10-313-4/+4
* Remove __libc_readv and __libc_writev function names.Joseph Myers2014-10-303-12/+6
* Remove __libc_creat function name.Joseph Myers2014-10-304-6/+5
* Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).Joseph Myers2014-10-281-15/+18
* arm: Re-enable PI futex support for ARM kernels >= 3.14.3Gratian Crisan2014-10-271-4/+6
* Move setfsgid/setfsuid definitions to syscalls.list (bug 14138).Joseph Myers2014-10-2718-77/+18
* Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab2014-10-274-10/+10
* Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-241-8/+2
* Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-241-24/+2
* Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra2014-10-241-4/+2
* Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra2014-10-241-6/+1