about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-058-24/+83
|
* Fix last checkinUlrich Drepper2011-09-051-0/+1
|
* Fix glob.h header by removing gcc 1.x supportUlrich Drepper2011-09-053-17/+7
|
* Use O_CLOEXEC when loading ld.so cacheUlrich Drepper2011-09-053-5/+14
|
* Fix whitespacesUlrich Drepper2011-09-052-2/+0
|
* Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva2011-09-059-1/+1671
|
* Add optimized x86-64 wcscmpUlrich Drepper2011-09-053-1/+940
|
* Fix whitespacesUlrich Drepper2011-09-053-4/+1
|
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-057-4/+1090
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-0513-70/+179
|\
| * Fixes and optimizations for 32-bit sparc fabs*().David S. Miller2011-09-056-13/+72
| |
| * Fix nptl semaphore cleanup invocation.David S. Miller2011-09-057-57/+107
| |
* | Update Japanese translationUlrich Drepper2011-09-052-44/+43
|/
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-0519-175/+340
|\ | | | | | | | | Conflicts: ChangeLog
| * Sanitize HWCAP_SPARC_* defines/usage, and add new entries.David S. Miller2011-09-0110-30/+85
| |
| * Fix sparc localplt testcase failures. carlos/masterDavid S. Miller2011-08-317-134/+225
| |
| * Fix setxid race handling exiting threadsAndreas Schwab2011-08-312-1/+15
| |
| * Relocate objects in dependency orderAndreas Schwab2011-08-302-8/+8
| |
| * rtld, i386: Fix cfi directive in audit trampoline codeJiri Olsa2011-08-292-2/+7
| | | | | | | | | | | | | | | | | | | | | | _dl_runtime_profile function has wrong cfi directive when rewinding stack back for the pltexit path. Only 8 bytes - 2 'pop edx' instructions from the pltentry-only code should be rewinded back. With attached patch, I'm able to rewind stack correctly throught the rtld code from audit library callback.
* | Fix semid_ds for x86-64Ulrich Drepper2011-09-053-3/+14
|/
* Rewritten v9/64-bit sparc strcmp.David S. Miller2011-08-242-247/+173
|
* Fix scope handling during dl_closeAndreas Schwab2011-08-248-1/+103
|
* Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc.David S. Miller2011-08-232-1/+17
|
* Fix jmpbuf unwind checks on sparc64.David S. Miller2011-08-233-4/+12
|
* Fix spurious nop at start of __strspn_ia32Andreas Schwab2011-08-232-2/+7
|
* Fix duplicate definition of Elf64_FuncDescAurelien Jarno2011-08-233-8/+15
|
* Bug fixes for ____longjmp_chk on sparc.David S. Miller2011-08-223-5/+39
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-224-5/+17
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix missing declarationAndreas Schwab2011-08-222-0/+3
| |
| * Revert "Don't crash when dependencies are missing"Andreas Schwab2011-08-222-4/+7
| | | | | | | | This reverts commit f2092faf2b6bd491a1891d5d5e393a8bf85d01d7.
| * Fix testsuite link failureAndreas Schwab2011-08-222-1/+7
| |
* | Correct cycle detection during dependency sortingAndreas Schwab2011-08-226-18/+83
|/
* Use ifuncs for time and gettimeofday on x86-64Ulrich Drepper2011-08-215-70/+61
|
* Fix typo in tst-cleanup0.out rule.David S. Miller2011-08-202-1/+5
|
* More optimizations of nss_filesUlrich Drepper2011-08-203-8/+9
|
* Minor optimizatin in alias lookup in files NSS moduleUlrich Drepper2011-08-202-3/+5
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-203-7/+26
|\
| * Merge branch 'roland/x86-tcb-align'Roland McGrath2011-08-203-7/+26
| |\
| | * Align x86 TCB to 64 bytes (cache line size), important for Atom.Roland McGrath2011-08-143-7/+26
| | |
* | | Print message that there is no scope instead of being silentUlrich Drepper2011-08-202-0/+3
|/ /
* | Further improve printing os ELF symbol lookup scope informationUlrich Drepper2011-08-202-3/+16
| |
* | Add test for BZ 13114Ulrich Drepper2011-08-204-3/+35
| |
* | Fix fopen (non-existing-file, "re") errnoAndreas Jaeger2011-08-202-13/+17
| |
* | Fix CL entryUlrich Drepper2011-08-201-1/+1
| |
* | Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper2011-08-202-1/+5
| |
* | Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper2011-08-203-11/+27
| |
* | Adjust libm test ulps for powerpcAndreas Schwab2011-08-202-0/+5
| |
* | Remove the file<Andreas Schwab2011-08-201-1/+0
| |
* | Use correct scandir64 implementation on ppc64Andreas Schwab2011-08-202-0/+6
| |
* | Fix tst-writev on non-4K page sizeDavid S. Miller2011-08-172-1/+6
| |