aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2010-04-19Link as-needed against ld.so.Roland McGrath1-0/+3
2010-04-19tst-fmemopen: Do not write test file in $srcdir.Roland McGrath1-0/+5
2010-04-15Missing CL.H.J. Lu1-0/+11
2010-04-14Add x86-32 FMA supportH.J. Lu1-0/+11
2010-04-14Check DATA_CACHE_SIZE_HALFH.J. Lu1-0/+5
2010-04-14Don't crash in trace mode when dependencies are missingAndreas Schwab1-0/+5
2010-04-14Optimie x86-64 SSE4 memcmp for unaligned data.H.J. Lu1-0/+5
2010-04-14x86-64 SSE4 optimized memcmpH.J. Lu1-0/+8
This is 64bit SSE4 optimized memcmp. It improves memcmp by upto 3X on Intel Core i7.
2010-04-13Update x86-64 cpu multiarch selection header.Ulrich Drepper1-0/+5
2010-04-13elf/elf.h: Add SH specific ELF header flags.Matt Fleming1-0/+4
2010-04-13Fix makecontext on s390/s390xAndreas Schwab1-0/+6
2010-04-13Fix use of ucontext_t objects in tst-makecontext3Andreas Schwab1-0/+6
Objects of type ucontext_t cannot be copied, only getcontext can properly initialize them. For example, on powerpc the structure contains a pointer into itself, so makecontext modifies the original object by side effect.
2010-04-09Fix crash on reloading of gai data in nscd.Ulrich Drepper1-0/+8
2010-04-09Use a stamp file for libc-abis.h rule.Roland McGrath1-0/+5
2010-04-09Revert "Shorten build commands"Roland McGrath1-8/+0
This reverts commit 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8.
2010-04-09Fix tst-chmod not to write into srcdir.Roland McGrath1-0/+4
2010-04-09Add BZ to an older patch.Ulrich Drepper1-0/+1
2010-04-08Add BZ number.Ulrich Drepper1-0/+1
2010-04-08Print reload count in nscd statistics.Ulrich Drepper1-0/+5
2010-04-08Fix reading loginuid file in getlogin{,_r}.Ulrich Drepper1-0/+4
2010-04-08Fix possibly uninitilized variable handling.Ulrich Drepper1-0/+5
If malloc errors are ignored (which say aren't by default and never should be) malloc in the old, slow form might use an uninitialized variable.
2010-04-08Shorten build commandsDaniel Jacobowitz1-0/+8
This patch scratches an itch. Each individual gcc command in the glibc build is over 1K, which means it takes up a good chunk of my terminal. Most of that is include paths. Any version of GCC new enough to build glibc supports response files, which were added in 2005. So use a response file for the static list of include paths. Now the build commands are a lot shorter, and easier to use when developing glibc.
2010-04-08Merge remote branch 'origin/roland/hwcap_mask'Ulrich Drepper1-0/+4
2010-04-08Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper1-0/+7
Conflicts: ChangeLog
2010-04-08Fix fallocate error return on i386.Andreas Schwab1-0/+5
2010-04-08Fix cproj implmentation.Ulrich Drepper1-0/+10
2010-04-08Fix libc-abis rules to be correct for add-on ports.Roland McGrath1-0/+7
2010-04-07Add tests for recent getopt changes.Ulrich Drepper1-0/+8
2010-04-07getopt mishandles optstring of "+:"Eric Blake1-0/+4
2010-04-07getopt mistakenly allows '-;' as short optionEric Blake1-1/+7
2010-04-07Fix -W with optional parameters in getopt.Eric Blake1-1/+7
According to the getopt documentation, if "W;" is part of optstring, then '-W foo' should behave like '--foo'. But if "foo" uses an optional_argument, this is not the case, since optarg is not NULL when using -W.
2010-04-07Implement new mode for NIS passwd.adjunct.byname table.Ulrich Drepper1-0/+22
The passwd.adjunct.byname table will not be used to fill in password fields in the passwd.byname replies. Instead it is used to synthesize the shadow.byname table, should it be missing. This is a useful mode in some installations involving Solaris.
2010-04-07Fix non-add-on handling of libc-abis.H.J. Lu1-0/+4
2010-04-06Fix libc-abis handling for add-ons.Joseph Myers1-0/+4
2010-04-05Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.Paul Pluzhnikov1-0/+4
2010-04-05elf/elf.h (ELFOSABI_ARM_AEABI): Define.Joseph Myers1-0/+4
2010-04-05Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath1-0/+7
2010-04-05Obey LD_HWCAP_MASK in ld.so.cache lookups.roland/hwcap_maskRoland McGrath1-0/+4
2010-04-05elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath1-0/+4
2010-04-05Update dutch translation.Ulrich Drepper1-0/+2
2010-04-05Handle DNS timeouts in old-style lookkup code.Ulrich Drepper1-0/+4
2010-04-05Fix aux cache handling in ldconfig with chroot.Ulrich Drepper1-0/+6
2010-04-04Fix printing error messages in getopt.Ulrich Drepper1-0/+4
2010-04-04Declare iruserok and iruserok_af.Ulrich Drepper1-0/+3
2010-04-04Add test case for last argp bug.Ulrich Drepper1-0/+5
2010-04-04Fix option aliasing in argp.Sergey Poznyakoff1-0/+6
2010-04-04Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper1-0/+6
2010-04-04Fix definition and testing of S_ISSOCK.Ulrich Drepper1-0/+5
2010-04-04Fix retrieving of kernel header version.Ulrich Drepper1-0/+6
2010-04-04Fix concurrent handling of __cpu_features.Ulrich Drepper1-0/+12