about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespaces.Ulrich Drepper2010-04-081-1/+1
|
* Merge remote branch 'origin/roland/hwcap_mask'Ulrich Drepper2010-04-083-6/+21
|\
| * Obey LD_HWCAP_MASK in ld.so.cache lookups. roland/hwcap_maskRoland McGrath2010-04-053-6/+21
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper2010-04-082-6/+13
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Fix libc-abis rules to be correct for add-on ports.Roland McGrath2010-04-082-6/+13
| | |
* | | Fix fallocate error return on i386.Andreas Schwab2010-04-083-2/+19
| | |
* | | Fix cproj implmentation.Ulrich Drepper2010-04-086-51/+33
|/ /
* | More NEWS for 2.12.Ulrich Drepper2010-04-081-1/+7
| |
* | kok_IN locale should have been support for some time.Ulrich Drepper2010-04-082-1/+2
| |
* | Hook up sq_MK locale.Ulrich Drepper2010-04-083-1/+12
| |
* | Albanian language locale for MacedoniaAgron Selimaj2010-04-081-0/+105
| |
* | Add tests for recent getopt changes.Ulrich Drepper2010-04-077-1/+404
| |
* | getopt mishandles optstring of "+:"Eric Blake2010-04-072-2/+8
| |
* | getopt mistakenly allows '-;' as short optionEric Blake2010-04-072-2/+8
| |
* | Fix -W with optional parameters in getopt.Eric Blake2010-04-072-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.
* | Fix Mr. Mrs. Ms. and Miss in sq_ALAgron Selimaj2010-04-072-29/+35
| |
* | Implement new mode for NIS passwd.adjunct.byname table.Ulrich Drepper2010-04-077-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.
* | Fix non-add-on handling of libc-abis.H.J. Lu2010-04-072-1/+5
| |
* | Fix libc-abis handling for add-ons.Joseph Myers2010-04-062-1/+6
| |
* | Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.Paul Pluzhnikov2010-04-052-2/+6
| |
* | elf/elf.h (ELFOSABI_ARM_AEABI): Define.Joseph Myers2010-04-052-0/+5
| |
* | Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath2010-04-056-11/+30
|/
* elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath2010-04-052-1/+5
|
* Update dutch translation.Ulrich Drepper2010-04-052-160/+106
|
* Define thousands separator handling for numbers in pt_BR.Ulrich Drepper2010-04-052-28/+32
|
* Handle DNS timeouts in old-style lookkup code.Ulrich Drepper2010-04-052-6/+16
|
* Fix aux cache handling in ldconfig with chroot.Ulrich Drepper2010-04-052-7/+20
|
* Fix printing error messages in getopt.Ulrich Drepper2010-04-042-12/+17
|
* Declare iruserok and iruserok_af.Ulrich Drepper2010-04-042-0/+27
|
* Add test case for last argp bug.Ulrich Drepper2010-04-043-2/+63
|
* Fix option aliasing in argp.Sergey Poznyakoff2010-04-042-6/+12
|
* Various changes to the es_CR locale.Marcelo E. Magallon2010-04-042-18/+36
|
* Fix weekday definition for fr_BE locale.Ulrich Drepper2010-04-042-25/+34
|
* Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper2010-04-043-2/+16
|
* Fix definition and testing of S_ISSOCK.Ulrich Drepper2010-04-043-5/+11
|
* Fix retrieving of kernel header version.Ulrich Drepper2010-04-042-2/+19
|
* Fix concurrent handling of __cpu_features.Ulrich Drepper2010-04-043-14/+35
|
* Handle unnecessary padding in getdents64.Ulrich Drepper2010-04-033-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.
* Add missing include.Ulrich Drepper2010-04-031-0/+1
|
* Fix changes to interface list during getifaddrs calls.Ulrich Drepper2010-04-032-12/+53
|
* Remove incorrect paring of /proc/stat etc.Ryan S. Arnold2010-04-032-13/+7
|
* Document problem with NATs in getaddrinfo.Ulrich Drepper2010-04-032-0/+13
|
* Missing memory barrier in DES initialization.Ulrich Drepper2010-04-032-48/+53
|
* One more sanity check in free.Ulrich Drepper2010-04-032-1/+16
|
* Fix set_max_fast in malloc.Ulrich Drepper2010-04-032-1/+6
|
* Fix build of mmap64.David S. Miller2010-03-312-1/+6
|
* Define MSG_WAITFORONE.Ulrich Drepper2010-03-292-1/+7
|
* Fix typos from last patch.Ulrich Drepper2010-03-291-2/+2
|
* Handle platforms without aux vectorThomas Schwinge2010-03-293-6/+14
|
* Optimize __getpagesize a bit.Ulrich Drepper2010-03-272-10/+20
|