aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-08Print reload count in nscd statistics.Ulrich Drepper2-3/+11
2010-04-08Change es_GT paper sizxe to letter.Ulrich Drepper2-30/+30
2010-04-08Fix reading loginuid file in getlogin{,_r}.Ulrich Drepper2-4/+16
2010-04-08Fix possibly uninitilized variable handling.Ulrich Drepper2-0/+6
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 Jacobowitz4-3/+26
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-08Fix whitespaces.Ulrich Drepper1-1/+1
2010-04-08Merge remote branch 'origin/roland/hwcap_mask'Ulrich Drepper3-6/+21
2010-04-08Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper2-6/+13
Conflicts: ChangeLog
2010-04-08Fix fallocate error return on i386.Andreas Schwab3-2/+19
2010-04-08Fix cproj implmentation.Ulrich Drepper6-51/+33
2010-04-08Fix libc-abis rules to be correct for add-on ports.Roland McGrath2-6/+13
2010-04-08More NEWS for 2.12.Ulrich Drepper1-1/+7
2010-04-08kok_IN locale should have been support for some time.Ulrich Drepper2-1/+2
2010-04-08Hook up sq_MK locale.Ulrich Drepper3-1/+12
2010-04-08Albanian language locale for MacedoniaAgron Selimaj1-0/+105
2010-04-07Add tests for recent getopt changes.Ulrich Drepper7-1/+404
2010-04-07getopt mishandles optstring of "+:"Eric Blake2-2/+8
2010-04-07getopt mistakenly allows '-;' as short optionEric Blake2-2/+8
2010-04-07Fix -W with optional parameters in getopt.Eric Blake2-2/+13
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-07Fix Mr. Mrs. Ms. and Miss in sq_ALAgron Selimaj2-29/+35
2010-04-07Implement new mode for NIS passwd.adjunct.byname table.Ulrich Drepper7-49/+132
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. Lu2-1/+5
2010-04-06Fix libc-abis handling for add-ons.Joseph Myers2-1/+6
2010-04-05Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.Paul Pluzhnikov2-2/+6
2010-04-05elf/elf.h (ELFOSABI_ARM_AEABI): Define.Joseph Myers2-0/+5
2010-04-05Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath6-11/+30
2010-04-05Obey LD_HWCAP_MASK in ld.so.cache lookups.roland/hwcap_maskRoland McGrath3-6/+21
2010-04-05elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath2-1/+5
2010-04-05Update dutch translation.Ulrich Drepper2-160/+106
2010-04-05Define thousands separator handling for numbers in pt_BR.Ulrich Drepper2-28/+32
2010-04-05Handle DNS timeouts in old-style lookkup code.Ulrich Drepper2-6/+16
2010-04-05Fix aux cache handling in ldconfig with chroot.Ulrich Drepper2-7/+20
2010-04-04Fix printing error messages in getopt.Ulrich Drepper2-12/+17
2010-04-04Declare iruserok and iruserok_af.Ulrich Drepper2-0/+27
2010-04-04Add test case for last argp bug.Ulrich Drepper3-2/+63
2010-04-04Fix option aliasing in argp.Sergey Poznyakoff2-6/+12
2010-04-04Various changes to the es_CR locale.Marcelo E. Magallon2-18/+36
2010-04-04Fix weekday definition for fr_BE locale.Ulrich Drepper2-25/+34
2010-04-04Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper3-2/+16
2010-04-04Fix definition and testing of S_ISSOCK.Ulrich Drepper3-5/+11
2010-04-04Fix retrieving of kernel header version.Ulrich Drepper2-2/+19
2010-04-04Fix concurrent handling of __cpu_features.Ulrich Drepper3-14/+35
2010-04-03Handle unnecessary padding in getdents64.Ulrich Drepper3-3/+20
The getdents64 syscall adds on 32-but platforms padding which isn't needed and not included in the userlevel data structure definition. We have to avoid copying those padding bytes in the readdir64_r function.
2010-04-03Add missing include.Ulrich Drepper1-0/+1
2010-04-03Fix changes to interface list during getifaddrs calls.Ulrich Drepper2-12/+53
2010-04-03Remove incorrect paring of /proc/stat etc.Ryan S. Arnold2-13/+7
2010-04-03Document problem with NATs in getaddrinfo.Ulrich Drepper2-0/+13
2010-04-03Missing memory barrier in DES initialization.Ulrich Drepper2-48/+53
2010-04-03One more sanity check in free.Ulrich Drepper2-1/+16
2010-04-03Fix set_max_fast in malloc.Ulrich Drepper2-1/+6