about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-052-9/+15
* Fix whitespacesUlrich Drepper2011-09-052-2/+0
* Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva2011-09-057-1/+1656
* Add optimized x86-64 wcscmpUlrich Drepper2011-09-051-0/+936
* Fix whitespacesUlrich Drepper2011-09-053-4/+1
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-054-1/+1075
* Fixes and optimizations for 32-bit sparc fabs*().David S. Miller2011-09-055-13/+63
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-0512-153/+266
|\
| * Sanitize HWCAP_SPARC_* defines/usage, and add new entries.David S. Miller2011-09-018-19/+69
| * Fix sparc localplt testcase failures. carlos/masterDavid S. Miller2011-08-314-132/+195
| * rtld, i386: Fix cfi directive in audit trampoline codeJiri Olsa2011-08-291-2/+2
* | Fix semid_ds for x86-64Ulrich Drepper2011-09-051-1/+5
|/
* Rewritten v9/64-bit sparc strcmp.David S. Miller2011-08-241-247/+169
* Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc.David S. Miller2011-08-231-1/+13
* Fix jmpbuf unwind checks on sparc64.David S. Miller2011-08-232-4/+4
* Fix spurious nop at start of __strspn_ia32Andreas Schwab2011-08-231-2/+2
* Fix duplicate definition of Elf64_FuncDescAurelien Jarno2011-08-232-8/+7
* Bug fixes for ____longjmp_chk on sparc.David S. Miller2011-08-222-5/+32
* Fix missing declarationAndreas Schwab2011-08-221-0/+1
* Use ifuncs for time and gettimeofday on x86-64Ulrich Drepper2011-08-214-70/+47
* Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper2011-08-201-1/+2
* Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper2011-08-202-11/+19
* Adjust libm test ulps for powerpcAndreas Schwab2011-08-201-0/+2
* Remove the file<Andreas Schwab2011-08-201-1/+0
* Use correct scandir64 implementation on ppc64Andreas Schwab2011-08-201-0/+1
* Fix tst-writev on non-4K page sizeDavid S. Miller2011-08-171-1/+1
* Improve printing of lookup scopesUlrich Drepper2011-08-161-1/+1
* More warning patrol, in dead code (sigh).Roland McGrath2011-08-141-5/+13
* Warning patrol.Roland McGrath2011-08-141-1/+1
* * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller2011-08-141-2/+2
* Implement LD_DEBUG=scopesUlrich Drepper2011-08-131-2/+6
* Minor optimization of popcount in l10nflistUlrich Drepper2011-08-111-0/+13
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-114-4/+4
|\
| * * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller2011-08-104-4/+4
* | Clean up PLT use for scandiratAndreas Schwab2011-08-111-1/+1
|/
* Implement scandirat functionUlrich Drepper2011-08-094-8/+122
* Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper2011-08-081-1/+2
* Fix encoding name for IDN in getaddrinfoAndreas Schwab2011-08-041-1/+4
* Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek2011-08-041-6/+12
* Fix whitespacesUlrich Drepper2011-08-042-2/+0
* Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-08-0410-317/+2314
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-042-9/+9
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-232-2/+6
* Update ptrace constantsUlrich Drepper2011-07-235-8/+144
* One more typo in AVX testUlrich Drepper2011-07-231-2/+2
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-07-232-29/+27
|\
| * Fix overflow bug is optimized strncat for x86-64Ulrich Drepper2011-07-212-29/+27
* | One more change to XSAVE patchUlrich Drepper2011-07-221-2/+4
* | Fix AVX checkAndreas Schwab2011-07-221-6/+15
|/
* Fix check for AVX enablementUlrich Drepper2011-07-201-5/+12