about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a missing #include to dl-sym.c.Roland McGrath2012-08-152-1/+4
|
* Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov2012-08-154-4/+57
|
* Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov2012-08-1514-166/+123
|
* Suppress regcomp.c warnings in 32-bit builds.Roland McGrath2012-08-152-2/+9
|
* Define O_DSYNC and O_RSYNC in generic/4.4 bits/fcntl.h file.Roland McGrath2012-08-152-0/+7
|
* Move stub lseek.c to the right directory.Roland McGrath2012-08-152-0/+3
|
* Fix stub clock_nanosleep #include.Roland McGrath2012-08-152-3/+4
|
* Fix last sha512.c change to avoid compiler warning.Roland McGrath2012-08-152-1/+6
|
* Remove executable permissions checked in by accidentAndreas Jaeger2012-08-151-0/+0
|
* Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva2012-08-154-7/+27
| | | | | | | | | | | | 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 sizesAndreas Jaeger2012-08-154-3/+153
|
* Fix BZ#14090 - md5/sha512 with large sizesPaul Eggert2012-08-153-9/+17
|
* Remove local redefinition of MAX macro.Roland McGrath2012-08-152-5/+5
|
* Clean up x86_64/multiarch/strstr-c.c include order.Roland McGrath2012-08-152-6/+30
|
* Clean up x86_64/multiarch/memmove.c include order.Roland McGrath2012-08-152-20/+24
|
* Declare __getdirentries in internal dirent.h.Roland McGrath2012-08-152-0/+6
|
* Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT].Roland McGrath2012-08-152-3/+8
|
* Rename ARM bits/atomic.h not to be specific to nptl add-on.Roland McGrath2012-08-152-0/+3
|
* Separate ARM bits/atomic.h into generic and Linux-specific files.Roland McGrath2012-08-153-47/+111
|
* Update MIPS dl-lookup.c from generic version.Joseph Myers2012-08-152-1/+6
|
* arm: fix up style in reloc fixMike Frysinger2012-08-142-1/+5
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFOMike Frysinger2012-08-147-198/+21
| | | | | | | | 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>
* ia64: drop HAVE_CPP_ASM_DEBUGINFOMike Frysinger2012-08-143-83/+9
| | | | | | | | Looks like a wart copied from the i386 code base. The only place I can find that checks this is the i386 sysdep.h, and even then this looks like a check that should get thrown away as obsolete ... Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add a missing #include.Roland McGrath2012-08-142-1/+3
|
* Add a missing #include.Roland McGrath2012-08-142-1/+6
|
* Remove __ASSUME_CLONE_THREAD_FLAGS.Joseph Myers2012-08-1410-29/+30
|
* Add more fixed bug numbers to NEWS.Joseph Myers2012-08-141-2/+3
|
* Another ULPs update.Andreas Jaeger2012-08-141-0/+1
|
* Update i386 ULPsAndreas Jaeger2012-08-142-0/+6
|
* Use tabs instead of spacesAndreas Jaeger2012-08-141-3/+3
|
* Add explicit acquire/release semantics to MIPS' atomic_exchange_and_add.Maxim Kuvyrkov2012-08-132-9/+24
|
* Add explicit acquire/release semantics to atomic_exchange_and_add.Maxim Kuvyrkov2012-08-132-2/+22
|
* alpha: Don't test toolchain support for TLS or GPRELRichard Henderson2012-08-133-241/+9
|
* alpha: Fix compat version number for nearbyintlRichard Henderson2012-08-132-3/+8
|
* Update x86-64 ULPsMarkus Trippelsdorf2012-08-132-0/+7
| | | | | The recent clog and clog10 fixes are causing some failing tests on my AMD64 CPU.
* * manual/stdio.texi (snprintf): Clarify handling of the trailingJeff Law2012-08-132-0/+7
| | | | null byte in the output string.
* ia64: drop TLS configure checkMike Frysinger2012-08-123-67/+5
| | | | | | | Since we require a new enough version of binutils that has TLS, we don't need to bother checking for it anymore. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* hppa: add missing prlimit64 symbolMike Frysinger2012-08-123-0/+9
| | | | | | | | All other arches have this in their syscall list. Looks like hppa is missing it though and breaks one or two apps that try to call it. URL: https://bugs.gentoo.org/411745 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* ia64: drop ASM_TYPE_DIRECTIVE usageMike Frysinger2012-08-123-5/+12
| | | | | | Matches what we've done in the rest of the tree. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* arm: handle unaligned ABS relocsMike Frysinger2012-08-122-1/+12
| | | | | | | | When relocating a misaligned R_ARM_ABS32, glibc currently crashes. URL: https://bugs.gentoo.org/394237 URL: http://gcc.gnu.org/PR51456 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Move Linux kernel version conditionals to kernel-features.h.Joseph Myers2012-08-105-10/+33
|
* Fix whitespace problems detected by commit hooks.Jeff Law2012-08-102-7/+7
|
* [BZ #13939]Jeff Law2012-08-104-29/+61
| | | | | | | | | | | | | * 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.
* m68k: fix type of pltenter member in audit interfaceAndreas Schwab2012-08-102-2/+7
|
* Make ARM setjmp/longjmp respect ARM_ASSUME_NO_IWMMXT macro.Roland McGrath2012-08-094-20/+54
|
* Define __ASSUME_UTIMES for MIPS.Joseph Myers2012-08-092-0/+8
|
* Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2012-08-096-19/+93
|
* Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when ↵Roland McGrath2012-08-095-107/+119
| | | | compiled without __SOFTFP__ defined.
* Don't check HWCAP_ARM_VFP in OS-generic code.Roland McGrath2012-08-0918-90/+129
| | | | Presume VFP if compiled without __SOFTFP__ defined.
* Add new AM33 relocsMark Salter2012-08-082-2/+33
|