summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* ctermid: return string literal, document MT-Safety pitfalllxoliva/thread-safety-docsAlexandre Oliva2014-11-071-6/+7
* 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
* Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-241-6/+1
* Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra2014-10-241-1/+1
* Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-241-2/+3
* Remove an unused include.Wilco Dijkstra2014-10-241-1/+0
* Move get*id and getgroups definitions to syscalls.list (bug 14138).Joseph Myers2014-10-2446-278/+45
* Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers2014-10-2417-280/+19
* Remove spaces.Wilco Dijkstra2014-10-244-4/+0
* hppa: Make __SIGRTMIN 32 (ABI break).Carlos O'Donell2014-10-231-7/+15
* Don't use INTDEF for powerpc32 compat symbols (bug 14132).Joseph Myers2014-10-231-14/+0
* ARM: Use movw/movt more when availableRoland McGrath2014-10-225-68/+176
* MIPS: Avoid a dangling `vfork@GLIBC_2.0' referenceMaciej W. Rozycki2014-10-221-0/+1
* Make internal lock-init macros return void.Roland McGrath2014-10-203-6/+6
* pthread_once: Add fast path and remove x86 variants.Torvald Riegel2014-10-202-371/+0
* pthread_once: Clean up constants.Torvald Riegel2014-10-201-1/+2
* Move readv and writev definitions to syscalls.list (bug 14138).Joseph Myers2014-10-203-105/+2
* NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath2014-10-172-5/+10
* Remove sysdeps/arm/soft-fp directory.Roland McGrath2014-10-162-1/+0
* Fix infinite loop in check_pf (BZ #12926)Siddhesh Poyarekar2014-10-141-1/+1
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-101-3/+3
* Remove stray *_internal aliases (bug 14132).Joseph Myers2014-10-093-4/+4
* soft-fp: Refactor exception handling for comparisons.Joseph Myers2014-10-0917-55/+18
* soft-fp: Remove FP_CLEAR_EXCEPTIONS.Joseph Myers2014-10-094-12/+4
* Don't use INTUSE with __adjtimex (bug 14132).Joseph Myers2014-10-086-12/+31