about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Whitespace fixes.Ulrich Drepper2010-03-271-2/+2
|
* Fix handling of __need_mbstate_t and __need_wint_t.Ulrich Drepper2010-03-272-0/+8
| | | | | | 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.
* Fix one more issue with the glob patch.Ulrich Drepper2010-03-272-2/+6
|
* Fix comments and indentation.Ulrich Drepper2010-03-271-7/+7
|
* Define miss_F_GETOWN_EX only if needed.Ulrich Drepper2010-03-272-11/+17
| | | | | | | 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
* Shorted ChangeLog.Ulrich Drepper2010-03-261-6/+0
|
* Mark _dl_random attribute_relro in the header file.Richard Henderson2010-03-262-1/+5
| | | | | | | | 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>
* Fix printf format warning for si_band.Richard Henderson2010-03-262-1/+6
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* Finish locale_data -> __locale_data transition.Richard Henderson2010-03-262-2/+7
| | | | | | | | The transition that was begun here f095bb7204d80f609a73a22796edd6cffd4c6add was not complete. Signed-off-by: Richard Henderson <rth@twiddle.net>
* Don't take the address of a void object.Richard Henderson2010-03-264-9/+16
| | | | | | | | 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>
* Fix one case of last checkin.Ulrich Drepper2010-03-261-0/+1
| | | | If the v4 lookup failed but v6 succeeded we treat this as a success.
* Don't abort immediately on successful lookup in getaddrinfo.Ulrich Drepper2010-03-262-10/+15
| | | | | | | 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.
* Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab2010-03-262-0/+6
|
* Remove stale reference to websiteUlrich Drepper2010-03-262-2/+5
|
* Remove unwanted malloc changes, again.Ulrich Drepper2010-03-262-20/+1
|
* Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper2010-03-254-2/+25
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix typo in cuseridAndreas Schwab2010-03-252-1/+5
| |
* | Add support for new clocks.Ulrich Drepper2010-03-255-5/+32
|/ | | | | Recent Linux kernels added support for the CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, and CLOCK_MONOTONIC_COARSE clocks.
* ocale-archive differs between 32 and 64 bit platformsChris Demetriou2010-03-243-1/+11
|
* Fix Linux getlogin{_r,} implementationUlrich Drepper2010-03-246-3/+161
| | | | | | | | | The old implementation uses fd 0 to determine the login TTY. This was needed because using /dev/tty it is not possible to deduce the login TTY. For some time now there is the pseudo-file /proc/self/loginuid which directly helps us to find the user. Prefer using this file. It also works if stdin is closed, redirected, or re-opened.
* calls to cuserid() can result in buffer overruns and/or overflowsJonathan Geisler2010-03-242-2/+8
|
* Change first_weekday and first_workday in et_EE localePriit Laes2010-03-242-9/+15
|