summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-062.11.90-17fedora/glibc-2.11.90-17Andreas Schwab
2010-04-06Assign global scope to RFC 1918 addressesUlrich Drepper
2010-04-06Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2010-04-05Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.Paul Pluzhnikov
2010-04-05elf/elf.h (ELFOSABI_ARM_AEABI): Define.Joseph Myers
2010-04-05Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath
2010-04-05elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath
2010-04-05Update dutch translation.Ulrich Drepper
2010-04-05Define thousands separator handling for numbers in pt_BR.Ulrich Drepper
2010-04-05Handle DNS timeouts in old-style lookkup code.Ulrich Drepper
2010-04-05Fix aux cache handling in ldconfig with chroot.Ulrich Drepper
2010-04-04Fix printing error messages in getopt.Ulrich Drepper
2010-04-04Declare iruserok and iruserok_af.Ulrich Drepper
2010-04-04Add test case for last argp bug.Ulrich Drepper
2010-04-04Fix option aliasing in argp.Sergey Poznyakoff
2010-04-04Various changes to the es_CR locale.Marcelo E. Magallon
2010-04-04Fix weekday definition for fr_BE locale.Ulrich Drepper
2010-04-04Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper
2010-04-04Fix definition and testing of S_ISSOCK.Ulrich Drepper
2010-04-04Fix retrieving of kernel header version.Ulrich Drepper
2010-04-04Fix concurrent handling of __cpu_features.Ulrich Drepper
2010-04-03Handle unnecessary padding in getdents64.Ulrich Drepper
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 Drepper
2010-04-03Fix changes to interface list during getifaddrs calls.Ulrich Drepper
2010-04-03Remove incorrect paring of /proc/stat etc.Ryan S. Arnold
2010-04-03Document problem with NATs in getaddrinfo.Ulrich Drepper
2010-04-03Missing memory barrier in DES initialization.Ulrich Drepper
2010-04-03One more sanity check in free.Ulrich Drepper
2010-04-03Fix set_max_fast in malloc.Ulrich Drepper
2010-03-31Fix build of mmap64.David S. Miller
2010-03-29Define MSG_WAITFORONE.Ulrich Drepper
2010-03-29Fix typos from last patch.Ulrich Drepper
2010-03-29Handle platforms without aux vectorThomas Schwinge
2010-03-27Optimize __getpagesize a bit.Ulrich Drepper
2010-03-27Whitespace fixes.Ulrich Drepper
2010-03-27Fix handling of __need_mbstate_t and __need_wint_t.Ulrich Drepper
Like the real header, the libc-internal wrapper for wchar.h needs to undefine the macros so that if the header was already included before the macros don't stay defined and cause problems later.
2010-03-27Fix one more issue with the glob patch.Ulrich Drepper
2010-03-27Fix comments and indentation.Ulrich Drepper
2010-03-27Define miss_F_GETOWN_EX only if needed.Ulrich Drepper
When doing i686-unknown-linux-gnu build configured with --enable-kernel=2.6.24, there are several warnings like this: ../sysdeps/unix/sysv/linux/i386/fcntl.c:36:12: warning: ‘miss_F_GETOWN_EX’ defined but not used
2010-03-26Shorted ChangeLog.Ulrich Drepper
2010-03-26Mark _dl_random attribute_relro in the header file.Richard Henderson
It's already so marked in dl-sysdep.c. Failure to so mark in the header file leads the compiler to believe that the variable should be addressable via the .sdata section. Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26Fix printf format warning for si_band.Richard Henderson
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26Finish locale_data -> __locale_data transition.Richard Henderson
The transition that was begun here f095bb7204d80f609a73a22796edd6cffd4c6add was not complete. Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26Don't take the address of a void object.Richard Henderson
GCC 4.5 warns about "extern void _end; &end;". Use char[] instead, as that also doesn't fall foul of a target's .sdata optimizations. Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26Fix one case of last checkin.Ulrich Drepper
If the v4 lookup failed but v6 succeeded we treat this as a success.
2010-03-26Don't abort immediately on successful lookup in getaddrinfo.Ulrich Drepper
When not using gethostbyname4 methods we immediately aborted the loop over the nss modules on the first successful lookup. While this is almost always what is wanted the nsswitch.conf file allows to select something different.
2010-03-26Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab
2010-03-26Remove stale reference to websiteUlrich Drepper
2010-03-26Remove unwanted malloc changes, again.Ulrich Drepper
2010-03-25Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper
Conflicts: ChangeLog