Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 1 | -0/+40 |
| | |||||
* | Also set r->r_map when unmapping the first object in a namespace. | Gary Benson | 2012-08-17 | 1 | -0/+5 |
| | | | | | | When unmapping the first object in a namespace, the runtime linker did not update the externally visible pointer. This resulted in debuggers seeing pointers to memory that had been freed. | ||||
* | Do not pollute name space with internal_*netgrent functions. | Roland McGrath | 2012-08-16 | 1 | -0/+16 |
| | |||||
* | Update longlong.h from GCC. | Joseph Myers | 2012-08-16 | 1 | -0/+4 |
| | |||||
* | Suppress -Wunused-but-set warnings in GMP code. | Roland McGrath | 2012-08-16 | 1 | -0/+10 |
| | |||||
* | Fifth argument of la_pltenter() is not constant. | Carlos O'Donell | 2012-08-16 | 1 | -0/+8 |
| | | | | | | | | | | | | The original runtime linker auditing interface described by Solaris allows the 5th argument of la_pltenter() to be modified. This patch cleans up the ldsodefs.h definitions such that the 5th argument is not constant. At one point the 5th argument *was* constant but this was changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0. This patch updates alpha, ia64, mips, sh and sparc with similar changes. | ||||
* | Remove __ASSUME_POSIX_TIMERS. | Joseph Myers | 2012-08-16 | 1 | -0/+21 |
| | |||||
* | Fix dl-load.c for [!_LIBC_REENTRANT] case. | Roland McGrath | 2012-08-15 | 1 | -0/+3 |
| | |||||
* | Define __rtld_lock_initialize in stub bits/libc-lock.h file. | Roland McGrath | 2012-08-15 | 1 | -0/+2 |
| | |||||
* | Add a missing #include to dl-sym.c. | Roland McGrath | 2012-08-15 | 1 | -0/+2 |
| | |||||
* | Suppress regcomp.c warnings in 32-bit builds. | Roland McGrath | 2012-08-15 | 1 | -0/+3 |
| | |||||
* | Define O_DSYNC and O_RSYNC in generic/4.4 bits/fcntl.h file. | Roland McGrath | 2012-08-15 | 1 | -0/+3 |
| | |||||
* | Move stub lseek.c to the right directory. | Roland McGrath | 2012-08-15 | 1 | -0/+3 |
| | |||||
* | Fix stub clock_nanosleep #include. | Roland McGrath | 2012-08-15 | 1 | -0/+2 |
| | |||||
* | Fix last sha512.c change to avoid compiler warning. | Roland McGrath | 2012-08-15 | 1 | -0/+5 |
| | |||||
* | Fix segmentation fault in strncasecmp for i686 | Liubov Dmitrieva | 2012-08-15 | 1 | -0/+10 |
| | | | | | | | | | | | | 2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> [BZ #14195] * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix segmentation fault for a case of two empty input strings. * string/test-strncasecmp.c (check1): Renamed to... (bz12205): ...this. (bz14195): Add new testcase for two empty input strings and N > 0. (test_main): Call new testcase, adapt for renamed function. | ||||
* | Add testcase for BZ#14090 - md5/sha512 with large sizes | Andreas Jaeger | 2012-08-15 | 1 | -0/+8 |
| | |||||
* | Fix BZ#14090 - md5/sha512 with large sizes | Paul Eggert | 2012-08-15 | 1 | -0/+8 |
| | |||||
* | Remove local redefinition of MAX macro. | Roland McGrath | 2012-08-15 | 1 | -0/+3 |
| | |||||
* | Clean up x86_64/multiarch/strstr-c.c include order. | Roland McGrath | 2012-08-15 | 1 | -0/+4 |
| | |||||
* | Clean up x86_64/multiarch/memmove.c include order. | Roland McGrath | 2012-08-15 | 1 | -0/+6 |
| | |||||
* | Declare __getdirentries in internal dirent.h. | Roland McGrath | 2012-08-15 | 1 | -0/+2 |
| | |||||
* | Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT]. | Roland McGrath | 2012-08-15 | 1 | -0/+5 |
| | |||||
* | i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO | Mike Frysinger | 2012-08-14 | 1 | -0/+16 |
| | | | | | | | | Pretty sure we require recent enough versions of gcc/binutils to make this check pointless. I can't any logs in the last few years where this check didn't return "yes". Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Add a missing #include. | Roland McGrath | 2012-08-14 | 1 | -0/+1 |
| | |||||
* | Add a missing #include. | Roland McGrath | 2012-08-14 | 1 | -0/+4 |
| | |||||
* | Remove __ASSUME_CLONE_THREAD_FLAGS. | Joseph Myers | 2012-08-14 | 1 | -0/+11 |
| | |||||
* | Update i386 ULPs | Andreas Jaeger | 2012-08-14 | 1 | -0/+4 |
| | |||||
* | Use tabs instead of spaces | Andreas Jaeger | 2012-08-14 | 1 | -3/+3 |
| | |||||
* | Add explicit acquire/release semantics to atomic_exchange_and_add. | Maxim Kuvyrkov | 2012-08-13 | 1 | -0/+6 |
| | |||||
* | Update x86-64 ULPs | Markus Trippelsdorf | 2012-08-13 | 1 | -0/+4 |
| | | | | | The recent clog and clog10 fixes are causing some failing tests on my AMD64 CPU. | ||||
* | * manual/stdio.texi (snprintf): Clarify handling of the trailing | Jeff Law | 2012-08-13 | 1 | -0/+5 |
| | | | | null byte in the output string. | ||||
* | Move Linux kernel version conditionals to kernel-features.h. | Joseph Myers | 2012-08-10 | 1 | -0/+11 |
| | |||||
* | [BZ #13939] | Jeff Law | 2012-08-10 | 1 | -0/+14 |
| | | | | | | | | | | | | | * malloc.c/arena.c (reused_arena): New parameter, avoid_arena. When avoid_arena is set, don't retry in the that arena. Pick the next one, whatever it might be. (arena_get2): New parameter avoid_arena, pass through to reused_arena. (arena_lock): Pass in new parameter to arena_get2. * malloc/malloc.c (__libc_memalign): Pass in new parameter to arena_get2. (__libc_malloc): Unify retrying after main arena failure with __libc_memalign version. (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise. | ||||
* | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | 2012-08-09 | 1 | -0/+30 |
| | |||||
* | Add new AM33 relocs | Mark Salter | 2012-08-08 | 1 | -0/+16 |
| | |||||
* | Remove __ASSUME_TGKILL. | Joseph Myers | 2012-08-08 | 1 | -0/+5 |
| | |||||
* | Add a missing #include. | Roland McGrath | 2012-08-08 | 1 | -0/+2 |
| | |||||
* | Missing #include updates for dirstream code move from unix to posix. | Roland McGrath | 2012-08-08 | 1 | -0/+6 |
| | |||||
* | rpcgen - fall back to looking for cpp in system path | Allan McRae | 2012-08-07 | 1 | -0/+9 |
| | | | | | | Fall back to the system cpp when /lib/cpp is not present. Removes searching for /usr/ccs/lib/cpp which is not supported on any system that uses glibc. | ||||
* | Remove some pre-2.6.16 Linux kernel conditionals. | Joseph Myers | 2012-08-07 | 1 | -0/+21 |
| | |||||
* | Move common dirent implementation from sysdeps/unix to sysdeps/posix. | Roland McGrath | 2012-08-07 | 1 | -0/+25 |
| | |||||
* | Make the bsd4.4/bits/fcntl.h be the generic one. | Roland McGrath | 2012-08-07 | 1 | -0/+3 |
| | |||||
* | Update bsd4.4/bits/fcntl.h to match modern NetBSD bits. | Roland McGrath | 2012-08-07 | 1 | -0/+15 |
| | |||||
* | Make the bsd4.4/bits/dirent.h be the generic one. | Roland McGrath | 2012-08-07 | 1 | -0/+3 |
| | |||||
* | Define _DIRENT_MATCHES_DIRENT64 in bsd4.4/bits/dirent.h | Roland McGrath | 2012-08-07 | 1 | -0/+5 |
| | |||||
* | Remove pre-2.6.16 Linux kernel support. | Joseph Myers | 2012-08-07 | 1 | -0/+22 |
| | |||||
* | Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵ | Roland McGrath | 2012-08-06 | 1 | -0/+43 |
| | | | | struct dirent64. | ||||
* | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | 2012-08-06 | 1 | -0/+50 |
| | |||||
* | Remove __secure_getenv in 2.17 instead of 2.16 | H.J. Lu | 2012-08-06 | 1 | -0/+5 |
| |