Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix handling if newline in addmntent. | Ulrich Drepper | 2010-05-02 | 1 | -0/+6 |
| | |||||
* | BZ #11538: Fix ttyname_r callers not to expect errno was set. | Bruno Haible | 2010-04-28 | 1 | -0/+5 |
| | |||||
* | BZ #11537: Hurd: Fix ttyname_r error return value. | Bruno Haible | 2010-04-26 | 1 | -0/+6 |
| | |||||
* | Hurd: Fix file_name_lookup_at error case return value. | Emilio Pozuelo Monfort | 2010-04-26 | 1 | -0/+4 |
| | |||||
* | Update vi translation file. | Ulrich Drepper | 2010-04-22 | 1 | -0/+4 |
| | |||||
* | Update bg translation file. | Ulrich Drepper | 2010-04-21 | 1 | -0/+4 |
| | |||||
* | Link elf/noload test against -ldl. | Roland McGrath | 2010-04-19 | 1 | -0/+2 |
| | |||||
* | Link as-needed against ld.so. | Roland McGrath | 2010-04-19 | 1 | -0/+3 |
| | |||||
* | tst-fmemopen: Do not write test file in $srcdir. | Roland McGrath | 2010-04-19 | 1 | -0/+5 |
| | |||||
* | Missing CL. | H.J. Lu | 2010-04-15 | 1 | -0/+11 |
| | |||||
* | Add x86-32 FMA support | H.J. Lu | 2010-04-14 | 1 | -0/+11 |
| | |||||
* | Check DATA_CACHE_SIZE_HALF | H.J. Lu | 2010-04-14 | 1 | -0/+5 |
| | |||||
* | Don't crash in trace mode when dependencies are missing | Andreas Schwab | 2010-04-14 | 1 | -0/+5 |
| | |||||
* | Optimie x86-64 SSE4 memcmp for unaligned data. | H.J. Lu | 2010-04-14 | 1 | -0/+5 |
| | |||||
* | x86-64 SSE4 optimized memcmp | H.J. Lu | 2010-04-14 | 1 | -0/+8 |
| | | | | | This is 64bit SSE4 optimized memcmp. It improves memcmp by upto 3X on Intel Core i7. | ||||
* | Update x86-64 cpu multiarch selection header. | Ulrich Drepper | 2010-04-13 | 1 | -0/+5 |
| | |||||
* | elf/elf.h: Add SH specific ELF header flags. | Matt Fleming | 2010-04-13 | 1 | -0/+4 |
| | |||||
* | Fix makecontext on s390/s390x | Andreas Schwab | 2010-04-13 | 1 | -0/+6 |
| | |||||
* | Fix use of ucontext_t objects in tst-makecontext3 | Andreas Schwab | 2010-04-13 | 1 | -0/+6 |
| | | | | | | | Objects of type ucontext_t cannot be copied, only getcontext can properly initialize them. For example, on powerpc the structure contains a pointer into itself, so makecontext modifies the original object by side effect. | ||||
* | Fix crash on reloading of gai data in nscd. | Ulrich Drepper | 2010-04-09 | 1 | -0/+8 |
| | |||||
* | Use a stamp file for libc-abis.h rule. | Roland McGrath | 2010-04-09 | 1 | -0/+5 |
| | |||||
* | Revert "Shorten build commands" | Roland McGrath | 2010-04-09 | 1 | -8/+0 |
| | | | | This reverts commit 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8. | ||||
* | Fix tst-chmod not to write into srcdir. | Roland McGrath | 2010-04-09 | 1 | -0/+4 |
| | |||||
* | Add BZ to an older patch. | Ulrich Drepper | 2010-04-09 | 1 | -0/+1 |
| | |||||
* | Add BZ number. | Ulrich Drepper | 2010-04-08 | 1 | -0/+1 |
| | |||||
* | Print reload count in nscd statistics. | Ulrich Drepper | 2010-04-08 | 1 | -0/+5 |
| | |||||
* | Fix reading loginuid file in getlogin{,_r}. | Ulrich Drepper | 2010-04-08 | 1 | -0/+4 |
| | |||||
* | Fix possibly uninitilized variable handling. | Ulrich Drepper | 2010-04-08 | 1 | -0/+5 |
| | | | | | | If malloc errors are ignored (which say aren't by default and never should be) malloc in the old, slow form might use an uninitialized variable. | ||||
* | Shorten build commands | Daniel Jacobowitz | 2010-04-08 | 1 | -0/+8 |
| | | | | | | | | | | This patch scratches an itch. Each individual gcc command in the glibc build is over 1K, which means it takes up a good chunk of my terminal. Most of that is include paths. Any version of GCC new enough to build glibc supports response files, which were added in 2005. So use a response file for the static list of include paths. Now the build commands are a lot shorter, and easier to use when developing glibc. | ||||
* | Merge remote branch 'origin/roland/hwcap_mask' | Ulrich Drepper | 2010-04-08 | 1 | -0/+4 |
|\ | |||||
| * | Obey LD_HWCAP_MASK in ld.so.cache lookups. roland/hwcap_mask | Roland McGrath | 2010-04-05 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/glibc | Ulrich Drepper | 2010-04-08 | 1 | -0/+7 |
|\ \ | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | Fix libc-abis rules to be correct for add-on ports. | Roland McGrath | 2010-04-08 | 1 | -0/+7 |
| | | | |||||
* | | | Fix fallocate error return on i386. | Andreas Schwab | 2010-04-08 | 1 | -0/+5 |
| | | | |||||
* | | | Fix cproj implmentation. | Ulrich Drepper | 2010-04-08 | 1 | -0/+10 |
|/ / | |||||
* | | Add tests for recent getopt changes. | Ulrich Drepper | 2010-04-07 | 1 | -0/+8 |
| | | |||||
* | | getopt mishandles optstring of "+:" | Eric Blake | 2010-04-07 | 1 | -0/+4 |
| | | |||||
* | | getopt mistakenly allows '-;' as short option | Eric Blake | 2010-04-07 | 1 | -1/+7 |
| | | |||||
* | | Fix -W with optional parameters in getopt. | Eric Blake | 2010-04-07 | 1 | -1/+7 |
| | | | | | | | | | | | | 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. | ||||
* | | Implement new mode for NIS passwd.adjunct.byname table. | Ulrich Drepper | 2010-04-07 | 1 | -0/+22 |
| | | | | | | | | | | | | | | 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 | 1 | -0/+4 |
| | | |||||
* | | Fix libc-abis handling for add-ons. | Joseph Myers | 2010-04-06 | 1 | -0/+4 |
| | | |||||
* | | Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS. | Paul Pluzhnikov | 2010-04-05 | 1 | -0/+4 |
| | | |||||
* | | elf/elf.h (ELFOSABI_ARM_AEABI): Define. | Joseph Myers | 2010-04-05 | 1 | -0/+4 |
| | | |||||
* | | Move unwind-resume code from NPTL to sysdeps/gnu. | Roland McGrath | 2010-04-05 | 1 | -0/+7 |
|/ | |||||
* | elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast. | Roland McGrath | 2010-04-05 | 1 | -0/+4 |
| | |||||
* | Update dutch translation. | Ulrich Drepper | 2010-04-05 | 1 | -0/+2 |
| | |||||
* | Handle DNS timeouts in old-style lookkup code. | Ulrich Drepper | 2010-04-05 | 1 | -0/+4 |
| | |||||
* | Fix aux cache handling in ldconfig with chroot. | Ulrich Drepper | 2010-04-05 | 1 | -0/+6 |
| | |||||
* | Fix printing error messages in getopt. | Ulrich Drepper | 2010-04-04 | 1 | -0/+4 |
| |