about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-242-8/+7
* Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-242-24/+7
* Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra2014-10-242-4/+7
* Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra2014-10-242-6/+6
* Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-242-6/+6
* Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra2014-10-242-1/+6
* Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-242-2/+8
* Remove an unused include.Wilco Dijkstra2014-10-242-1/+5
* Move get*id and getgroups definitions to syscalls.list (bug 14138).Joseph Myers2014-10-2447-278/+130
* Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers2014-10-2418-280/+51
* Remove spaces.Wilco Dijkstra2014-10-245-4/+7
* hppa: Make __SIGRTMIN 32 (ABI break).Carlos O'Donell2014-10-233-8/+24
* Don't use INTDEF for powerpc32 compat symbols (bug 14132).Joseph Myers2014-10-232-14/+16
* Rework some nscd code not to use variable-length struct types.Roland McGrath2014-10-225-93/+117
* ARM: Use movw/movt more when availableRoland McGrath2014-10-229-69/+209
* MIPS: Avoid a dangling `vfork@GLIBC_2.0' referenceMaciej W. Rozycki2014-10-223-1/+8
* Don't use INTDEF with __ldexpf (bug 14132).Joseph Myers2014-10-212-1/+5
* Avoid local PLT reference in __nptl_main.Roland McGrath2014-10-212-1/+5
* Tiny refactoring in fts to eliminate a warning.Roland McGrath2014-10-202-5/+16
* NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath2014-10-202-7/+10
* NPTL: Add some missing #include'sRoland McGrath2014-10-206-0/+12
* Make internal lock-init macros return void.Roland McGrath2014-10-204-6/+15
* pthread_once: Add fast path and remove x86 variants.Torvald Riegel2014-10-204-378/+30
* pthread_once: Clean up constants.Torvald Riegel2014-10-204-10/+29
* Move readv and writev definitions to syscalls.list (bug 14138).Joseph Myers2014-10-204-105/+11
* Remove obsolete TLS_DEFINE_INIT_TP fallback.Roland McGrath2014-10-172-13/+2
* NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath2014-10-176-10/+26
* NPTL: Conditionalize direct futex syscall uses.Roland McGrath2014-10-177-22/+62
* NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath2014-10-174-4/+33
* Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath2014-10-172-0/+7
* Fix up incorrect formatting in last commitSiddhesh Poyarekar2014-10-172-4/+9
* strcoll: improve performance by removing the cache (#15884)Leonhard Holz2014-10-173-319/+39
* Remove sysdeps/arm/soft-fp directory.Roland McGrath2014-10-163-1/+6
* conformtest: clean up POSIX expections for sys/utsname.h, sys/wait.h.Joseph Myers2014-10-144-4/+37
* Fix infinite loop in check_pf (BZ #12926)Siddhesh Poyarekar2014-10-143-2/+8
* Remove CANCEL-FCT-WAIVE and CANCEL-FILE-WAIVE.Joseph Myers2014-10-103-543/+3
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-107-28/+48
* remove nested functions from elf/dl-load.cKostya Serebryany2014-10-092-36/+58
* soft-fp: Use parentheses around macro arguments.Joseph Myers2014-10-099-305/+482
* soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers2014-10-092-7/+40
* soft-fp: Support more precise "invalid" exceptions.Joseph Myers2014-10-093-81/+170
* Update French translationAllan McRae2014-10-092-2/+6
* Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers2014-10-093-5/+9
* Remove stray *_internal aliases (bug 14132).Joseph Myers2014-10-096-14/+20
* soft-fp: Add FP_DENORM_ZERO.Joseph Myers2014-10-093-1/+50
* soft-fp: Fix _FP_TO_INT latent bug in overflow handling.Joseph Myers2014-10-092-2/+10
* soft-fp: Refactor exception handling for comparisons.Joseph Myers2014-10-0935-116/+132
* soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers2014-10-097-2/+36
* soft-fp: Remove FP_CLEAR_EXCEPTIONS.Joseph Myers2014-10-096-15/+20
* Don't use INTUSE with __adjtimex (bug 14132).Joseph Myers2014-10-087-12/+50