about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* power7 memcpy VSX optimizationsWill Schmidt2011-09-073-29/+151
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-072-4/+6
|\ | | | | | | | | Conflicts: ChangeLog
| * Revert "Fix semid_ds for x86-64"Andreas Schwab2011-09-072-4/+6
| | | | | | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.
* | Simplify AVX checkH.J. Lu2011-09-072-4/+6
|/
* Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper2011-09-076-45/+37
|
* Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper2011-09-073-0/+16
|
* Fix handling of __vdso_clock_gettimeUlrich Drepper2011-09-062-2/+9
|
* Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper2011-09-062-8/+10
|
* Move Atom-optimized code out of the way and togetherUlrich Drepper2011-09-069-9/+23
|
* Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper2011-09-065-16/+40
|
* Avoid gettimeofday vsyscallUlrich Drepper2011-09-062-19/+8
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-062-0/+6
|\
| * Fix missing declarationAndreas Schwab2011-09-062-0/+6
| |
* | Remove now-wrong commentUlrich Drepper2011-09-061-5/+0
|/
* Prefer real syscalls instead of vsyscalls on x86-64 outside libc.soUlrich Drepper2011-09-065-3/+38
|
* Remove unused parameter in pldd and simplify ELF handlingUlrich Drepper2011-09-053-11/+13
|
* Fix whitespacesUlrich Drepper2011-09-052-2/+0
|
* Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva2011-09-056-3/+861
|
* 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
|/