Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Albanian language locale for Macedonia | Agron Selimaj | 2010-04-08 | 1 | -0/+105 |
| | |||||
* | Add tests for recent getopt changes. | Ulrich Drepper | 2010-04-07 | 7 | -1/+404 |
| | |||||
* | getopt mishandles optstring of "+:" | Eric Blake | 2010-04-07 | 2 | -2/+8 |
| | |||||
* | getopt mistakenly allows '-;' as short option | Eric Blake | 2010-04-07 | 2 | -2/+8 |
| | |||||
* | Fix -W with optional parameters in getopt. | Eric Blake | 2010-04-07 | 2 | -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_AL | Agron Selimaj | 2010-04-07 | 2 | -29/+35 |
| | |||||
* | Implement new mode for NIS passwd.adjunct.byname table. | Ulrich Drepper | 2010-04-07 | 7 | -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. Lu | 2010-04-07 | 2 | -1/+5 |
| | |||||
* | Fix libc-abis handling for add-ons. | Joseph Myers | 2010-04-06 | 2 | -1/+6 |
| | |||||
* | Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS. | Paul Pluzhnikov | 2010-04-05 | 2 | -2/+6 |
| | |||||
* | elf/elf.h (ELFOSABI_ARM_AEABI): Define. | Joseph Myers | 2010-04-05 | 2 | -0/+5 |
| | |||||
* | Move unwind-resume code from NPTL to sysdeps/gnu. | Roland McGrath | 2010-04-05 | 6 | -11/+30 |
| | |||||
* | elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast. | Roland McGrath | 2010-04-05 | 2 | -1/+5 |
| | |||||
* | Update dutch translation. | Ulrich Drepper | 2010-04-05 | 2 | -160/+106 |
| | |||||
* | Define thousands separator handling for numbers in pt_BR. | Ulrich Drepper | 2010-04-05 | 2 | -28/+32 |
| | |||||
* | Handle DNS timeouts in old-style lookkup code. | Ulrich Drepper | 2010-04-05 | 2 | -6/+16 |
| | |||||
* | Fix aux cache handling in ldconfig with chroot. | Ulrich Drepper | 2010-04-05 | 2 | -7/+20 |
| | |||||
* | Fix printing error messages in getopt. | Ulrich Drepper | 2010-04-04 | 2 | -12/+17 |
| | |||||
* | Declare iruserok and iruserok_af. | Ulrich Drepper | 2010-04-04 | 2 | -0/+27 |
| | |||||
* | Add test case for last argp bug. | Ulrich Drepper | 2010-04-04 | 3 | -2/+63 |
| | |||||
* | Fix option aliasing in argp. | Sergey Poznyakoff | 2010-04-04 | 2 | -6/+12 |
| | |||||
* | Various changes to the es_CR locale. | Marcelo E. Magallon | 2010-04-04 | 2 | -18/+36 |
| | |||||
* | Fix weekday definition for fr_BE locale. | Ulrich Drepper | 2010-04-04 | 2 | -25/+34 |
| | |||||
* | Handle POSIX-compliant errno value of unlink in remove. | Ulrich Drepper | 2010-04-04 | 3 | -2/+16 |
| | |||||
* | Fix definition and testing of S_ISSOCK. | Ulrich Drepper | 2010-04-04 | 3 | -5/+11 |
| | |||||
* | Fix retrieving of kernel header version. | Ulrich Drepper | 2010-04-04 | 2 | -2/+19 |
| | |||||
* | Fix concurrent handling of __cpu_features. | Ulrich Drepper | 2010-04-04 | 3 | -14/+35 |
| | |||||
* | Handle unnecessary padding in getdents64. | Ulrich Drepper | 2010-04-03 | 3 | -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 Drepper | 2010-04-03 | 1 | -0/+1 |
| | |||||
* | Fix changes to interface list during getifaddrs calls. | Ulrich Drepper | 2010-04-03 | 2 | -12/+53 |
| | |||||
* | Remove incorrect paring of /proc/stat etc. | Ryan S. Arnold | 2010-04-03 | 2 | -13/+7 |
| | |||||
* | Document problem with NATs in getaddrinfo. | Ulrich Drepper | 2010-04-03 | 2 | -0/+13 |
| | |||||
* | Missing memory barrier in DES initialization. | Ulrich Drepper | 2010-04-03 | 2 | -48/+53 |
| | |||||
* | One more sanity check in free. | Ulrich Drepper | 2010-04-03 | 2 | -1/+16 |
| | |||||
* | Fix set_max_fast in malloc. | Ulrich Drepper | 2010-04-03 | 2 | -1/+6 |
| | |||||
* | Fix build of mmap64. | David S. Miller | 2010-03-31 | 2 | -1/+6 |
| | |||||
* | Define MSG_WAITFORONE. | Ulrich Drepper | 2010-03-29 | 2 | -1/+7 |
| | |||||
* | Fix typos from last patch. | Ulrich Drepper | 2010-03-29 | 1 | -2/+2 |
| | |||||
* | Handle platforms without aux vector | Thomas Schwinge | 2010-03-29 | 3 | -6/+14 |
| | |||||
* | Optimize __getpagesize a bit. | Ulrich Drepper | 2010-03-27 | 2 | -10/+20 |
| | |||||
* | Whitespace fixes. | Ulrich Drepper | 2010-03-27 | 1 | -2/+2 |
| | |||||
* | Fix handling of __need_mbstate_t and __need_wint_t. | Ulrich Drepper | 2010-03-27 | 2 | -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 Drepper | 2010-03-27 | 2 | -2/+6 |
| | |||||
* | Fix comments and indentation. | Ulrich Drepper | 2010-03-27 | 1 | -7/+7 |
| | |||||
* | Define miss_F_GETOWN_EX only if needed. | Ulrich Drepper | 2010-03-27 | 2 | -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 Drepper | 2010-03-26 | 1 | -6/+0 |
| | |||||
* | Mark _dl_random attribute_relro in the header file. | Richard Henderson | 2010-03-26 | 2 | -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 Henderson | 2010-03-26 | 2 | -1/+6 |
| | | | | Signed-off-by: Richard Henderson <rth@twiddle.net> | ||||
* | Finish locale_data -> __locale_data transition. | Richard Henderson | 2010-03-26 | 2 | -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 Henderson | 2010-03-26 | 4 | -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> |