about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper2011-09-081-1/+11
|
* Move wide char tests to wcsmbs directoryUlrich Drepper2011-09-081-0/+13
|
* BZ#13153: Update manual last-edit info.Roland McGrath2011-09-081-0/+4
|
* sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault2011-09-081-0/+4
|
* Hurd: fix use of uninitialized value in fork port copying.Roland McGrath2011-09-081-1/+7
|
* Fix crash during error handlingAndreas Schwab2011-09-081-0/+4
|
* Use O_CLOEXEC when loading objects in ld.soUlrich Drepper2011-09-081-0/+2
|
* Pass back error code from dlerror_runUlrich Drepper2011-09-071-0/+3
|
* Fix memory leak in case of failed dlopenUlrich Drepper2011-09-071-0/+3
|
* Fix up x86-32 section names for Atom codeLiubov Dmitrieva2011-09-071-0/+11
|
* Check for finite/infinity parms in IBM Long Double 128 fmal( )Ulrich Drepper2011-09-071-0/+5
| | | | | | | | | | | This patch addresses some IBM Long Double 128 fmal () test-ldouble.out and test-ildoubl.out failures. If the ‘x’ and ‘y’ parameters are finite values and ‘z’ is infinity, the result of fmal () should be ‘z’ not NaN. Conflicts: ChangeLog
* Trigonometric optimizations for POWERAdhemerval Zanella2011-09-071-0/+13
|
* Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-09-071-0/+12
|
* power7 strncmp optimizationWill Schmidt2011-09-071-0/+6
|
* power7 memcpy VSX optimizationsWill Schmidt2011-09-071-0/+6
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-071-0/+6
|\ | | | | | | | | Conflicts: ChangeLog
| * Revert "Fix semid_ds for x86-64"Andreas Schwab2011-09-071-0/+6
| | | | | | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.
* | Simplify AVX checkH.J. Lu2011-09-071-0/+5
|/
* Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper2011-09-071-0/+8
|
* Fix handling of __vdso_clock_gettimeUlrich Drepper2011-09-061-0/+3
|
* Move Atom-optimized code out of the way and togetherUlrich Drepper2011-09-061-0/+10
|
* Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper2011-09-061-0/+11
|
* Avoid gettimeofday vsyscallUlrich Drepper2011-09-061-0/+5
|
* Fix missing declarationAndreas Schwab2011-09-061-0/+5
|
* Prefer real syscalls instead of vsyscalls on x86-64 outside libc.soUlrich Drepper2011-09-061-0/+10
|
* Remove unused parameter in pldd and simplify ELF handlingUlrich Drepper2011-09-051-0/+6
|
* Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva2011-09-051-0/+10
|
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-051-0/+15
|
* Fix glob.h header by removing gcc 1.x supportUlrich Drepper2011-09-051-0/+3
|
* Use O_CLOEXEC when loading ld.so cacheUlrich Drepper2011-09-051-0/+5
|
* Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva2011-09-051-0/+12
|
* Add optimized x86-64 wcscmpUlrich Drepper2011-09-051-0/+2
|
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-051-0/+9
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-051-0/+9
|\
| * Fixes and optimizations for 32-bit sparc fabs*().David S. Miller2011-09-051-0/+9
| |
* | Update Japanese translationUlrich Drepper2011-09-051-0/+2
|/
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-051-0/+55
|\ | | | | | | | | Conflicts: ChangeLog
| * Sanitize HWCAP_SPARC_* defines/usage, and add new entries.David S. Miller2011-09-011-0/+16
| |
| * Fix sparc localplt testcase failures. carlos/masterDavid S. Miller2011-08-311-0/+30
| |
| * Relocate objects in dependency orderAndreas Schwab2011-08-301-0/+4
| |
| * rtld, i386: Fix cfi directive in audit trampoline codeJiri Olsa2011-08-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | _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-051-0/+6
|/
* Rewritten v9/64-bit sparc strcmp.David S. Miller2011-08-241-0/+4
|
* Fix scope handling during dl_closeAndreas Schwab2011-08-241-0/+12
|
* Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc.David S. Miller2011-08-231-0/+4
|
* Fix jmpbuf unwind checks on sparc64.David S. Miller2011-08-231-0/+8
|
* Fix spurious nop at start of __strspn_ia32Andreas Schwab2011-08-231-0/+5
|
* Fix duplicate definition of Elf64_FuncDescAurelien Jarno2011-08-231-0/+8
|
* Bug fixes for ____longjmp_chk on sparc.David S. Miller2011-08-221-0/+7
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-221-0/+10
|\ | | | | | | | | Conflicts: ChangeLog