Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-04 | Handle POSIX-compliant errno value of unlink in remove. | Ulrich Drepper | |
2010-04-04 | Fix definition and testing of S_ISSOCK. | Ulrich Drepper | |
2010-04-04 | Fix retrieving of kernel header version. | Ulrich Drepper | |
2010-04-04 | Fix concurrent handling of __cpu_features. | Ulrich Drepper | |
2010-04-03 | Handle 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-03 | Add missing include. | Ulrich Drepper | |
2010-04-03 | Fix changes to interface list during getifaddrs calls. | Ulrich Drepper | |
2010-04-03 | Remove incorrect paring of /proc/stat etc. | Ryan S. Arnold | |
2010-04-03 | Document problem with NATs in getaddrinfo. | Ulrich Drepper | |
2010-04-03 | Missing memory barrier in DES initialization. | Ulrich Drepper | |
2010-04-03 | One more sanity check in free. | Ulrich Drepper | |
2010-04-03 | Fix set_max_fast in malloc. | Ulrich Drepper | |
2010-03-31 | Fix build of mmap64. | David S. Miller | |
2010-03-29 | Define MSG_WAITFORONE. | Ulrich Drepper | |
2010-03-29 | Fix typos from last patch. | Ulrich Drepper | |
2010-03-29 | Handle platforms without aux vector | Thomas Schwinge | |
2010-03-27 | Optimize __getpagesize a bit. | Ulrich Drepper | |
2010-03-27 | Whitespace fixes. | Ulrich Drepper | |
2010-03-27 | Fix 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-27 | Fix one more issue with the glob patch. | Ulrich Drepper | |
2010-03-27 | Fix comments and indentation. | Ulrich Drepper | |
2010-03-27 | Define 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-26 | Shorted ChangeLog. | Ulrich Drepper | |
2010-03-26 | Mark _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-26 | Fix printf format warning for si_band. | Richard Henderson | |
Signed-off-by: Richard Henderson <rth@twiddle.net> | |||
2010-03-26 | Finish 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-26 | Don'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-26 | Fix one case of last checkin. | Ulrich Drepper | |
If the v4 lookup failed but v6 succeeded we treat this as a success. | |||
2010-03-26 | Don'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-26 | Fix spurious UNAVAIL status is getaddrinfo | Andreas Schwab | |
2010-03-26 | Remove stale reference to website | Ulrich Drepper | |
2010-03-26 | Remove unwanted malloc changes, again. | Ulrich Drepper | |
2010-03-25 | Merge branch 'master' of ssh://sources.redhat.com/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2010-03-25 | Add support for new clocks. | Ulrich Drepper | |
Recent Linux kernels added support for the CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, and CLOCK_MONOTONIC_COARSE clocks. | |||
2010-03-25 | Fix typo in cuserid | Andreas Schwab | |
2010-03-24 | ocale-archive differs between 32 and 64 bit platforms | Chris Demetriou | |
2010-03-24 | Fix Linux getlogin{_r,} implementation | Ulrich Drepper | |
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. | |||
2010-03-24 | calls to cuserid() can result in buffer overruns and/or overflows | Jonathan Geisler | |
2010-03-24 | Change first_weekday and first_workday in et_EE locale | Priit Laes | |
2010-03-24 | Allow variable shift values in mmap2. | Ulrich Drepper | |
2010-03-24 | Enable common version of pthread_cond_timedwait to use clock_gettime in VDSO | Luis Machado | |
2010-03-24 | Don't define __strpbrk_sse42 in static library | H.J. Lu | |
2010-03-24 | Test case for last x86 memcmp problem | H.J. Lu | |
2010-03-24 | Add test for last glob bug. | Ulrich Drepper | |
2010-03-24 | Fix glob with empty pattern | Ulrich Drepper | |
2010-03-24 | Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING | Ulrich Drepper | |
2010-03-24 | Unify wint_t handling in wchar.h and wctype.h. | Ulrich Drepper | |
Fix a few typos in the process. | |||
2010-03-18 | Future safety in checking ELF header. | Ulrich Drepper | |
If we should use further fields in the e_ident array in the ELF header of files we want zero to mean the default. Enforce zero for now so that non-optional features indicated by nonzero values are not go unnoticed when using an old dynamic linker. | |||
2010-03-18 | Fix sysdeps/i386/i686/multiarch/memcmp-ssse3.S | H.J. Lu | |
2010-03-17 | Fix missing dependency of localedata tests on gconv-modules | Paul Pluzhnikov | |