Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 84 | -796/+467 | |
Make several tool features mandatory and simplify the code. | |||||
2011-09-09 | Fix jn precision | Petr Baudis | 10 | -56/+232 | |
2011-09-09 | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 4 | -6/+13 | |
2011-09-09 | Fix boundary conditions in scanf | Ulrich Drepper | 3 | -28/+104 | |
Allocate large buffers with realloc. When returning error make sure the stream is unlocked. | |||||
2011-09-09 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 3 | -7/+13 | |
Conflicts: ChangeLog | |||||
2011-09-09 | Don't lock string streams in stream cleanup code | Ulrich Drepper | 3 | -11/+17 | |
2011-09-09 | Define ELFOSABI_GNU. | Roland McGrath | 2 | -2/+8 | |
2011-09-09 | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | 2 | -0/+6 | |
2011-09-09 | Fix sotruss help messages | Ulrich Drepper | 2 | -10/+15 | |
2011-09-09 | Fill in real information in __dl_iterate_phdr | Ulrich Drepper | 2 | -7/+12 | |
2011-09-08 | Fix macro used in test | H.J. Lu | 3 | -3/+10 | |
2011-09-08 | Fix warning in elf/sprof.c | Andreas Jaeger | 2 | -8/+4 | |
2011-09-08 | Fix lround() loses precision | Paul Pluzhnikov | 3 | -1/+8 | |
2011-09-08 | Regenerated | Ulrich Drepper | 1 | -22/+3 | |
2011-09-08 | Remove support for automatic cvs check-ins | Ulrich Drepper | 12 | -65/+20 | |
CVS use for glibc is long gone. | |||||
2011-09-08 | Add missing definition of LOCPATH for bug-regex32 run | John Stanley | 3 | -1/+6 | |
2011-09-08 | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | 10 | -10/+121 | |
2011-09-08 | Move wide char tests to wcsmbs directory | Ulrich Drepper | 7 | -9/+23 | |
2011-09-08 | New comprehensive test for wmemcmp | Liubov Dmitrieva | 3 | -42/+64 | |
2011-09-08 | BZ#13153: Update manual last-edit info. | Roland McGrath | 2 | -3/+7 | |
2011-09-08 | sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro. | Samuel Thibault | 2 | -1/+9 | |
2011-09-08 | Hurd: fix use of uninitialized value in fork port copying. | Roland McGrath | 2 | -3/+9 | |
2011-09-08 | Fix crash during error handling | Andreas Schwab | 2 | -1/+5 | |
2011-09-08 | Use O_CLOEXEC when loading objects in ld.so | Ulrich Drepper | 2 | -1/+3 | |
2011-09-07 | Pass back error code from dlerror_run | Ulrich Drepper | 2 | -3/+6 | |
2011-09-07 | Fix memory leak in case of failed dlopen | Ulrich Drepper | 3 | -1/+6 | |
2011-09-07 | Remove invalid BZ number | Ulrich Drepper | 1 | -1/+1 | |
2011-09-07 | Fix up x86-32 section names for Atom code | Liubov Dmitrieva | 7 | -9/+17 | |
2011-09-07 | Check for finite/infinity parms in IBM Long Double 128 fmal( ) | Ulrich Drepper | 2 | -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 | |||||
2011-09-07 | Fix whitespaces | Ulrich Drepper | 2 | -2/+1 | |
2011-09-07 | Trigonometric optimizations for POWER | Adhemerval Zanella | 10 | -0/+1083 | |
2011-09-07 | Fix profiling on powerpc32 secure-plt shared libs and PIEs | Alan Modra | 7 | -8/+24 | |
2011-09-07 | power7 strncmp optimization | Will Schmidt | 3 | -2/+12 | |
2011-09-07 | power7 memcpy VSX optimizations | Will Schmidt | 3 | -29/+151 | |
2011-09-07 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2 | -4/+6 | |
Conflicts: ChangeLog | |||||
2011-09-07 | Simplify AVX check | H.J. Lu | 2 | -4/+6 | |
2011-09-07 | Revert "Fix semid_ds for x86-64" | Andreas Schwab | 2 | -4/+6 | |
This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba. | |||||
2011-09-07 | Remove gettimeofday vsyscall use from x86-86 libpthread | Ulrich Drepper | 6 | -45/+37 | |
2011-09-07 | Make sure __vdso_clock_gettime always contains a valid pointer | Ulrich Drepper | 3 | -0/+16 | |
2011-09-06 | Fix handling of __vdso_clock_gettime | Ulrich Drepper | 2 | -2/+9 | |
2011-09-06 | Don't call gettimeofday vsyscall in x86-64 sem_timedwait | Ulrich Drepper | 2 | -8/+10 | |
2011-09-06 | Move Atom-optimized code out of the way and together | Ulrich Drepper | 9 | -9/+23 | |
2011-09-06 | Don't unconditionally use clock_gettime vsyscall on x86-64 | Ulrich Drepper | 5 | -16/+40 | |
2011-09-06 | Avoid gettimeofday vsyscall | Ulrich Drepper | 2 | -19/+8 | |
2011-09-06 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2 | -0/+6 | |
2011-09-06 | Remove now-wrong comment | Ulrich Drepper | 1 | -5/+0 | |
2011-09-06 | Fix missing declaration | Andreas Schwab | 2 | -0/+6 | |
2011-09-06 | Prefer real syscalls instead of vsyscalls on x86-64 outside libc.so | Ulrich Drepper | 5 | -3/+38 | |
2011-09-05 | Remove unused parameter in pldd and simplify ELF handling | Ulrich Drepper | 3 | -11/+13 | |
2011-09-05 | Fix whitespaces | Ulrich Drepper | 2 | -2/+0 | |