about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Make malloc build for no-threads configurations.Roland McGrath2012-08-171-2/+9
|
* Change type of constant to avoid a warning.Roland McGrath2012-08-171-0/+5
|
* Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath2012-08-171-0/+10
|
* Add a cast to silence a warning.Roland McGrath2012-08-171-0/+3
|
* Make libio compile without _IO_MTSAFE_IO.Roland McGrath2012-08-171-0/+6
|
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-171-0/+40
|
* Also set r->r_map when unmapping the first object in a namespace.Gary Benson2012-08-171-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 McGrath2012-08-161-0/+16
|
* Update longlong.h from GCC.Joseph Myers2012-08-161-0/+4
|
* Suppress -Wunused-but-set warnings in GMP code.Roland McGrath2012-08-161-0/+10
|
* Fifth argument of la_pltenter() is not constant.Carlos O'Donell2012-08-161-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 Myers2012-08-161-0/+21
|
* Fix dl-load.c for [!_LIBC_REENTRANT] case.Roland McGrath2012-08-151-0/+3
|
* Define __rtld_lock_initialize in stub bits/libc-lock.h file.Roland McGrath2012-08-151-0/+2
|
* Add a missing #include to dl-sym.c.Roland McGrath2012-08-151-0/+2
|
* Suppress regcomp.c warnings in 32-bit builds.Roland McGrath2012-08-151-0/+3
|
* Define O_DSYNC and O_RSYNC in generic/4.4 bits/fcntl.h file.Roland McGrath2012-08-151-0/+3
|
* Move stub lseek.c to the right directory.Roland McGrath2012-08-151-0/+3
|
* Fix stub clock_nanosleep #include.Roland McGrath2012-08-151-0/+2
|
* Fix last sha512.c change to avoid compiler warning.Roland McGrath2012-08-151-0/+5
|
* Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva2012-08-151-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 sizesAndreas Jaeger2012-08-151-0/+8
|
* Fix BZ#14090 - md5/sha512 with large sizesPaul Eggert2012-08-151-0/+8
|
* Remove local redefinition of MAX macro.Roland McGrath2012-08-151-0/+3
|
* Clean up x86_64/multiarch/strstr-c.c include order.Roland McGrath2012-08-151-0/+4
|
* Clean up x86_64/multiarch/memmove.c include order.Roland McGrath2012-08-151-0/+6
|
* Declare __getdirentries in internal dirent.h.Roland McGrath2012-08-151-0/+2
|
* Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT].Roland McGrath2012-08-151-0/+5
|
* i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFOMike Frysinger2012-08-141-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 McGrath2012-08-141-0/+1
|
* Add a missing #include.Roland McGrath2012-08-141-0/+4
|
* Remove __ASSUME_CLONE_THREAD_FLAGS.Joseph Myers2012-08-141-0/+11
|
* Update i386 ULPsAndreas Jaeger2012-08-141-0/+4
|
* Use tabs instead of spacesAndreas Jaeger2012-08-141-3/+3
|
* Add explicit acquire/release semantics to atomic_exchange_and_add.Maxim Kuvyrkov2012-08-131-0/+6
|
* Update x86-64 ULPsMarkus Trippelsdorf2012-08-131-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 trailingJeff Law2012-08-131-0/+5
| | | | null byte in the output string.
* Move Linux kernel version conditionals to kernel-features.h.Joseph Myers2012-08-101-0/+11
|
* [BZ #13939]Jeff Law2012-08-101-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 symbolsH.J. Lu2012-08-091-0/+30
|
* Add new AM33 relocsMark Salter2012-08-081-0/+16
|
* Remove __ASSUME_TGKILL.Joseph Myers2012-08-081-0/+5
|
* Add a missing #include.Roland McGrath2012-08-081-0/+2
|
* Missing #include updates for dirstream code move from unix to posix.Roland McGrath2012-08-081-0/+6
|
* rpcgen - fall back to looking for cpp in system pathAllan McRae2012-08-071-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 Myers2012-08-071-0/+21
|
* Move common dirent implementation from sysdeps/unix to sysdeps/posix.Roland McGrath2012-08-071-0/+25
|
* Make the bsd4.4/bits/fcntl.h be the generic one.Roland McGrath2012-08-071-0/+3
|
* Update bsd4.4/bits/fcntl.h to match modern NetBSD bits.Roland McGrath2012-08-071-0/+15
|
* Make the bsd4.4/bits/dirent.h be the generic one.Roland McGrath2012-08-071-0/+3
|