Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix jn precision | Petr Baudis | 2011-09-09 | 1 | -0/+20 |
| | |||||
* | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 2011-09-09 | 1 | -0/+7 |
| | |||||
* | Fix boundary conditions in scanf | Ulrich Drepper | 2011-09-09 | 1 | -0/+6 |
| | | | | | Allocate large buffers with realloc. When returning error make sure the stream is unlocked. | ||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-09 | 1 | -1/+6 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Define ELFOSABI_GNU. | Roland McGrath | 2011-09-09 | 1 | -1/+6 |
| | | |||||
* | | Don't lock string streams in stream cleanup code | Ulrich Drepper | 2011-09-09 | 1 | -0/+6 |
|/ | |||||
* | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | 2011-09-09 | 1 | -0/+5 |
| | |||||
* | Fix sotruss help messages | Ulrich Drepper | 2011-09-09 | 1 | -0/+2 |
| | |||||
* | Fill in real information in __dl_iterate_phdr | Ulrich Drepper | 2011-09-09 | 1 | -0/+5 |
| | |||||
* | Fix warning in elf/sprof.c | Andreas Jaeger | 2011-09-08 | 1 | -0/+4 |
| | |||||
* | Fix lround() loses precision | Paul Pluzhnikov | 2011-09-08 | 1 | -0/+6 |
| | |||||
* | Remove support for automatic cvs check-ins | Ulrich Drepper | 2011-09-08 | 1 | -0/+12 |
| | | | | CVS use for glibc is long gone. | ||||
* | Add missing definition of LOCPATH for bug-regex32 run | John Stanley | 2011-09-08 | 1 | -0/+4 |
| | |||||
* | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | 2011-09-08 | 1 | -1/+11 |
| | |||||
* | Move wide char tests to wcsmbs directory | Ulrich Drepper | 2011-09-08 | 1 | -0/+13 |
| | |||||
* | BZ#13153: Update manual last-edit info. | Roland McGrath | 2011-09-08 | 1 | -0/+4 |
| | |||||
* | sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro. | Samuel Thibault | 2011-09-08 | 1 | -0/+4 |
| | |||||
* | Hurd: fix use of uninitialized value in fork port copying. | Roland McGrath | 2011-09-08 | 1 | -1/+7 |
| | |||||
* | Fix crash during error handling | Andreas Schwab | 2011-09-08 | 1 | -0/+4 |
| | |||||
* | Use O_CLOEXEC when loading objects in ld.so | Ulrich Drepper | 2011-09-08 | 1 | -0/+2 |
| | |||||
* | Pass back error code from dlerror_run | Ulrich Drepper | 2011-09-07 | 1 | -0/+3 |
| | |||||
* | Fix memory leak in case of failed dlopen | Ulrich Drepper | 2011-09-07 | 1 | -0/+3 |
| | |||||
* | Fix up x86-32 section names for Atom code | Liubov Dmitrieva | 2011-09-07 | 1 | -0/+11 |
| | |||||
* | Check for finite/infinity parms in IBM Long Double 128 fmal( ) | Ulrich Drepper | 2011-09-07 | 1 | -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 POWER | Adhemerval Zanella | 2011-09-07 | 1 | -0/+13 |
| | |||||
* | Fix profiling on powerpc32 secure-plt shared libs and PIEs | Alan Modra | 2011-09-07 | 1 | -0/+12 |
| | |||||
* | power7 strncmp optimization | Will Schmidt | 2011-09-07 | 1 | -0/+6 |
| | |||||
* | power7 memcpy VSX optimizations | Will Schmidt | 2011-09-07 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-07 | 1 | -0/+6 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Revert "Fix semid_ds for x86-64" | Andreas Schwab | 2011-09-07 | 1 | -0/+6 |
| | | | | | | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba. | ||||
* | | Simplify AVX check | H.J. Lu | 2011-09-07 | 1 | -0/+5 |
|/ | |||||
* | Make sure __vdso_clock_gettime always contains a valid pointer | Ulrich Drepper | 2011-09-07 | 1 | -0/+8 |
| | |||||
* | Fix handling of __vdso_clock_gettime | Ulrich Drepper | 2011-09-06 | 1 | -0/+3 |
| | |||||
* | Move Atom-optimized code out of the way and together | Ulrich Drepper | 2011-09-06 | 1 | -0/+10 |
| | |||||
* | Don't unconditionally use clock_gettime vsyscall on x86-64 | Ulrich Drepper | 2011-09-06 | 1 | -0/+11 |
| | |||||
* | Avoid gettimeofday vsyscall | Ulrich Drepper | 2011-09-06 | 1 | -0/+5 |
| | |||||
* | Fix missing declaration | Andreas Schwab | 2011-09-06 | 1 | -0/+5 |
| | |||||
* | Prefer real syscalls instead of vsyscalls on x86-64 outside libc.so | Ulrich Drepper | 2011-09-06 | 1 | -0/+10 |
| | |||||
* | Remove unused parameter in pldd and simplify ELF handling | Ulrich Drepper | 2011-09-05 | 1 | -0/+6 |
| | |||||
* | Add Atom-optimized strchr and strrchr for x86-64 | Liubov Dmitrieva | 2011-09-05 | 1 | -0/+10 |
| | |||||
* | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 2011-09-05 | 1 | -0/+15 |
| | |||||
* | Fix glob.h header by removing gcc 1.x support | Ulrich Drepper | 2011-09-05 | 1 | -0/+3 |
| | |||||
* | Use O_CLOEXEC when loading ld.so cache | Ulrich Drepper | 2011-09-05 | 1 | -0/+5 |
| | |||||
* | Optimized strchr and strrchr with SSE2 on x86-32 | Liubov Dmitrieva | 2011-09-05 | 1 | -0/+12 |
| | |||||
* | Add optimized x86-64 wcscmp | Ulrich Drepper | 2011-09-05 | 1 | -0/+2 |
| | |||||
* | Add x86-32 optimized wcscmp | Ulrich Drepper | 2011-09-05 | 1 | -0/+9 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-05 | 1 | -0/+9 |
|\ | |||||
| * | Fixes and optimizations for 32-bit sparc fabs*(). | David S. Miller | 2011-09-05 | 1 | -0/+9 |
| | | |||||
* | | Update Japanese translation | Ulrich Drepper | 2011-09-05 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-05 | 1 | -0/+55 |
|\ | | | | | | | | | Conflicts: ChangeLog |