summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove sigvec.roland/sigvecRoland McGrath2014-10-3010-312/+207
* Clean up internal ctype.h header.Roland McGrath2014-10-302-16/+22
* Remove __libc_readv and __libc_writev function names.Joseph Myers2014-10-307-22/+30
* Clean up wchar_t conversion code in iconv program.Roland McGrath2014-10-302-79/+61
* Remove __libc_creat function name.Joseph Myers2014-10-307-9/+23
* manual/llio.texi: Add Linux-specific comments for write().Carlos O'Donell2014-10-292-0/+30
* elf/dl-load.c: Use __strdup.Carlos O'Donell2014-10-282-19/+12
* Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).Joseph Myers2014-10-282-15/+36
* arm: Re-enable PI futex support for ARM kernels >= 3.14.3Gratian Crisan2014-10-272-4/+16
* Move setfsgid/setfsuid definitions to syscalls.list (bug 14138).Joseph Myers2014-10-2719-77/+49
* Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab2014-10-276-11/+21
* Rework compiler version check in configure.Roland McGrath2014-10-243-66/+48
* Prototypify htonl and htons definitions.Roland McGrath2014-10-243-4/+7
* This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra2014-10-242-4/+6
* This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra2014-10-242-20/+5
* 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