aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix x86_64 rawmemchr namespace (bug 17572).Joseph Myers1-3/+3
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers1-2/+2
2014-11-12Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers3-5/+11
2014-11-12Use GOT instead of GOT12 all overSiddhesh Poyarekar3-4/+4
2014-11-12Fix stack alignment when loader is invoked directlySiddhesh Poyarekar2-7/+61
2014-11-11[AArch64] Add ipc.h.Alan Hayward1-0/+54
2014-11-11[AArch64] End frame record chain correctly.Renlin Li1-1/+0
2014-11-07m68k: don't expect PLT reference to __tls_get_addrAndreas Schwab1-4/+3
2014-11-07Remove __libc_waitpid function name.Joseph Myers8-15/+11
2014-11-06Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell14-0/+124
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers2-4/+2
2014-11-05[AArch64] Add optimized strchrnul.Richard Earnshaw1-0/+130
2014-11-05powerpc: Simplify encoding of POWER8 instructionAdhemerval Zanella6-35/+6
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar4-12/+24
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers1-2/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers18-23/+23
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers4-13/+7
2014-11-03powerpc: Fix encoding of POWER8 instructionAdhemerval Zanella1-1/+8
2014-11-01Fix sparc struct fpu definition.Jose E. Marchesi1-1/+1
2014-11-01Remove __libc_nanosleep function name.Joseph Myers1-1/+1
2014-10-31powerpc: Change atomic_write_barrier to have release semantics.Torvald Riegel3-1/+3
2014-10-31Remove __libc_pselect alias.Joseph Myers1-1/+0
2014-10-31Move powerpc64 pread/pwrite definitions to syscalls.list (bug 14138).Joseph Myers4-219/+0
2014-10-31Fix SPARC atomic_write_barrier.Torvald Riegel3-4/+4
2014-10-30Remove __libc_readv and __libc_writev function names.Joseph Myers3-12/+6
2014-10-30Remove __libc_creat function name.Joseph Myers4-6/+5
2014-10-28Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).Joseph Myers1-15/+18
2014-10-27arm: Re-enable PI futex support for ARM kernels >= 3.14.3Gratian Crisan1-4/+6
2014-10-27Move setfsgid/setfsuid definitions to syscalls.list (bug 14138).Joseph Myers18-77/+18
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab4-10/+10
2014-10-24Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra1-8/+2
2014-10-24Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra1-24/+2
2014-10-24Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra1-4/+2
2014-10-24Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra1-6/+1
2014-10-24Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra1-6/+1
2014-10-24Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra1-1/+1
2014-10-24Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra1-2/+3
2014-10-24Remove an unused include.Wilco Dijkstra1-1/+0
2014-10-24Move get*id and getgroups definitions to syscalls.list (bug 14138).Joseph Myers46-278/+45
2014-10-24Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers17-280/+19
2014-10-24Remove spaces.Wilco Dijkstra4-4/+0
2014-10-23hppa: Make __SIGRTMIN 32 (ABI break).Carlos O'Donell1-7/+15
2014-10-23Don't use INTDEF for powerpc32 compat symbols (bug 14132).Joseph Myers1-14/+0
2014-10-22ARM: Use movw/movt more when availableRoland McGrath5-68/+176
2014-10-22MIPS: Avoid a dangling `vfork@GLIBC_2.0' referenceMaciej W. Rozycki1-0/+1
2014-10-20Make internal lock-init macros return void.Roland McGrath3-6/+6
2014-10-20pthread_once: Add fast path and remove x86 variants.Torvald Riegel2-371/+0
2014-10-20pthread_once: Clean up constants.Torvald Riegel1-1/+2
2014-10-20Move readv and writev definitions to syscalls.list (bug 14138).Joseph Myers3-105/+2
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath2-5/+10