about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Use O_CLOEXEC when loading objects in ld.soUlrich Drepper2011-09-082-1/+3
* Pass back error code from dlerror_runUlrich Drepper2011-09-072-3/+6
* Fix memory leak in case of failed dlopenUlrich Drepper2011-09-073-1/+6
* Remove invalid BZ numberUlrich Drepper2011-09-071-1/+1
* Fix up x86-32 section names for Atom codeLiubov Dmitrieva2011-09-077-9/+17
* Check for finite/infinity parms in IBM Long Double 128 fmal( )Ulrich Drepper2011-09-072-0/+44
* Fix whitespacesUlrich Drepper2011-09-072-2/+1
* Trigonometric optimizations for POWERAdhemerval Zanella2011-09-0710-0/+1083
* Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-09-077-8/+24
* power7 strncmp optimizationWill Schmidt2011-09-073-2/+12
* power7 memcpy VSX optimizationsWill Schmidt2011-09-073-29/+151
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-072-4/+6
|\
| * Revert "Fix semid_ds for x86-64"Andreas Schwab2011-09-072-4/+6
* | 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
|\
| * 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
* | 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