aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab
2014-10-24Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra
2014-10-24Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra
2014-10-24Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra
2014-10-24Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra
2014-10-24Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra
2014-10-24Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra
2014-10-24Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra
2014-10-24Remove an unused include.Wilco Dijkstra
2014-10-24Move get*id and getgroups definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-24Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-24Remove spaces.Wilco Dijkstra
2014-10-23hppa: Make __SIGRTMIN 32 (ABI break).Carlos O'Donell
2014-10-23Don't use INTDEF for powerpc32 compat symbols (bug 14132).Joseph Myers
2014-10-22ARM: Use movw/movt more when availableRoland McGrath
2014-10-22MIPS: Avoid a dangling `vfork@GLIBC_2.0' referenceMaciej W. Rozycki
2014-10-20Make internal lock-init macros return void.Roland McGrath
2014-10-20pthread_once: Add fast path and remove x86 variants.Torvald Riegel
2014-10-20pthread_once: Clean up constants.Torvald Riegel
2014-10-20Move readv and writev definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath
2014-10-16Remove sysdeps/arm/soft-fp directory.Roland McGrath
2014-10-14Fix infinite loop in check_pf (BZ #12926)Siddhesh Poyarekar
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers
2014-10-09Remove stray *_internal aliases (bug 14132).Joseph Myers
2014-10-09soft-fp: Refactor exception handling for comparisons.Joseph Myers
2014-10-09soft-fp: Remove FP_CLEAR_EXCEPTIONS.Joseph Myers
2014-10-08Don't use INTUSE with __adjtimex (bug 14132).Joseph Myers
2014-10-06Support and use mixed compat/non-compat aliases in syscalls.list.Joseph Myers
2014-10-06Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-06powerpc: remove linux lowlevellock.hAdhemerval Zanella
2014-10-06tile: fix copyright header blocks in just-committed filesChris Metcalf
2014-10-06tile: add clock_gettime support via vDSOChris Metcalf
2014-10-06tile: make the prolog of clone() more conformantChris Metcalf
2014-10-06tile: optimize memcmpChris Metcalf
2014-10-06tile: add support for _SC_LEVEL*CACHE* sysconf() queriesChris Metcalf
2014-10-06tilegx: provide optimized strnlen, strstr, and strcasestrChris Metcalf
2014-10-06tilegx: optimize string copy_byte() internal functionChris Metcalf
2014-10-01Move execve to syscalls.list (bug 14138).Joseph Myers
2014-10-01Remove extra whitespace from end of line.Steve Ellcey
2014-10-01 * sysdeps/mips/strcmp.S: New.Steve Ellcey
2014-09-30Move some *at definitions to syscalls.list (bug 14138).Joseph Myers
2014-09-29Run tst-ld-sse-use.sh with bash.Joseph Myers
2014-09-29Require autoconf 2.69H.J. Lu
2014-09-26Remove shlib-versions entries redundant with DEFAULT entries.Joseph Myers
2014-09-26Clean up gnu/lib-names.h generation (bug 14171).Joseph Myers
2014-09-23Move some setrlimit definitions to syscalls.list (bug 14138).Joseph Myers
2014-09-23ARM: Don't define _SYS_AUXV_H in sysdep.hWill Newton
2014-09-20Fix prototype of eventfd.Rasmus Villemoes
2014-09-20Sync recvmmsg prototype with kernel usage.Ondřej Bílka