about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix jn precisionPetr Baudis2011-09-0910-56/+232
|
* Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper2011-09-094-6/+13
|
* Fix boundary conditions in scanfUlrich Drepper2011-09-093-28/+104
| | | | | Allocate large buffers with realloc. When returning error make sure the stream is unlocked.
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-093-7/+13
|\ | | | | | | | | Conflicts: ChangeLog
| * Define ELFOSABI_GNU.Roland McGrath2011-09-092-2/+8
| |
* | Don't lock string streams in stream cleanup codeUlrich Drepper2011-09-093-11/+17
|/
* string/strncat.c: fix compilation for some architecturesDenis Zaitceff2011-09-092-0/+6
|
* Fix sotruss help messagesUlrich Drepper2011-09-092-10/+15
|
* Fill in real information in __dl_iterate_phdrUlrich Drepper2011-09-092-7/+12
|
* Fix macro used in testH.J. Lu2011-09-083-3/+10
|
* Fix warning in elf/sprof.cAndreas Jaeger2011-09-082-8/+4
|
* Fix lround() loses precisionPaul Pluzhnikov2011-09-083-1/+8
|
* RegeneratedUlrich Drepper2011-09-081-22/+3
|
* Remove support for automatic cvs check-insUlrich Drepper2011-09-0812-65/+20
| | | | CVS use for glibc is long gone.
* Add missing definition of LOCPATH for bug-regex32 runJohn Stanley2011-09-083-1/+6
|
* Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper2011-09-0810-10/+121
|
* Move wide char tests to wcsmbs directoryUlrich Drepper2011-09-087-9/+23
|
* New comprehensive test for wmemcmpLiubov Dmitrieva2011-09-083-42/+64
|
* BZ#13153: Update manual last-edit info.Roland McGrath2011-09-082-3/+7
|
* sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault2011-09-082-1/+9
|
* Hurd: fix use of uninitialized value in fork port copying.Roland McGrath2011-09-082-3/+9
|
* Fix crash during error handlingAndreas Schwab2011-09-082-1/+5
|
* 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
| | | | | | | | | | | 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
* 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
|\ | | | | | | | | 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
|