summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.12 release. fedora/glibc-2.12-1Roland McGrath2010-05-051-1/+8
|
* Merge commit 'origin/master' into fedora/masterRoland McGrath2010-05-0425-107/+241
|\
| * Mention more bugs which are fixed.Ulrich Drepper2010-05-041-2/+2
| |
| * Fix CL.Ulrich Drepper2010-05-031-3/+3
| |
| * Prepare for release. glibc-2.12Ulrich Drepper2010-05-033-3/+6
| |
| * Fix ldconfig to handle symlinks in chroot correctly.Ulrich Drepper2010-05-032-1/+15
| |
| * Simplify OOM handling in ldconfig.Ulrich Drepper2010-05-032-7/+5
| |
| * One more bug in ldconfig -r handling.Ulrich Drepper2010-05-032-1/+8
| |
| * Start of week is wrong for Switzerland.Ulrich Drepper2010-05-032-25/+34
| |
| * Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab2010-05-038-4/+39
| |
| * Code cleanup in __dl_iterate_phdr.Ulrich Drepper2010-05-032-2/+6
| |
| * Fix handling if newline in addmntent.Ulrich Drepper2010-05-022-3/+9
| |
| * BZ #11538: Fix ttyname_r callers not to expect errno was set.Bruno Haible2010-04-283-5/+20
| |
| * BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible2010-04-262-3/+9
| |
| * Hurd: Fix file_name_lookup_at error case return value.Emilio Pozuelo Monfort2010-04-262-2/+6
| |
| * Update vi translation file.Ulrich Drepper2010-04-222-5/+9
| |
| * Update bg translation file.Ulrich Drepper2010-04-212-34/+38
| |
| * Link elf/noload test against -ldl.Roland McGrath2010-04-192-2/+4
| |
| * Link as-needed against ld.so.Roland McGrath2010-04-192-1/+13
| |
| * tst-fmemopen: Do not write test file in $srcdir.Roland McGrath2010-04-192-6/+17
| |
* | Fix AIO when thread creation failedAndreas Schwab2010-04-161-8/+16
| |
* | Don't install librtkaio.aAndreas Schwab2010-04-161-1/+1
| |
* | 2.11.90-20 fedora/glibc-2.11.90-20Andreas Schwab2010-04-161-1/+9
| |
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-04-1624-162/+2133
|\|
| * Missing CL.H.J. Lu2010-04-151-0/+11
| |
| * Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu2010-04-153-11/+43
| |
| * Whitespace fix.Ulrich Drepper2010-04-141-1/+0
| |
| * Add x86-32 FMA supportH.J. Lu2010-04-1411-36/+190
| |
| * Check DATA_CACHE_SIZE_HALFH.J. Lu2010-04-142-2/+7
| |
| * Don't crash in trace mode when dependencies are missingAndreas Schwab2010-04-142-4/+13
| |
| * Remove unintended change.Ulrich Drepper2010-04-141-4/+0
| |
| * Optimie x86-64 SSE4 memcmp for unaligned data.H.J. Lu2010-04-143-6/+380
| |
| * x86-64 SSE4 optimized memcmpH.J. Lu2010-04-145-1/+1339
| | | | | | | | | | This is 64bit SSE4 optimized memcmp. It improves memcmp by upto 3X on Intel Core i7.
| * Update x86-64 cpu multiarch selection header.Ulrich Drepper2010-04-132-17/+26
| |
| * elf/elf.h: Add SH specific ELF header flags.Matt Fleming2010-04-132-0/+28
| |
| * Fix makecontext on s390/s390xAndreas Schwab2010-04-133-63/+69
| |
| * Fix use of ucontext_t objects in tst-makecontext3Andreas Schwab2010-04-132-29/+39
| | | | | | | | | | | | | | 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.
* | 2.11.90-19 fedora/glibc-2.11.90-19Andreas Schwab2010-04-131-1/+4
| |
* | Avoid multiarch memcmp in tzdata-updateH.J. Lu2010-04-131-2/+13
| |
* | 2.11.90-18 fedora/glibc-2.11.90-18Andreas Schwab2010-04-121-1/+13
| |
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-04-1284-288/+1516
|\|
| * Fix crash on reloading of gai data in nscd.Ulrich Drepper2010-04-093-18/+16
| |
| * Use a stamp file for libc-abis.h rule.Roland McGrath2010-04-092-3/+10
| |
| * Revert "Shorten build commands"Roland McGrath2010-04-094-26/+3
| | | | | | | | This reverts commit 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8.
| * Fix tst-chmod not to write into srcdir.Roland McGrath2010-04-092-1/+5
| |
| * Fix typo in last commit.Ulrich Drepper2010-04-091-1/+1
| |
| * Add BZ to an older patch.Ulrich Drepper2010-04-092-8/+8
| |
| * Implement interfaces to set and get names of threads.Ulrich Drepper2010-04-097-5/+165
| | | | | | | | | | | | | | | | At least the Linux kernel provides field where the kernel originally stores the command which is executed by the thread. The value can subsequently be overwritten. The added functions allow to do that for threads, providing and abstraction around the syscalls or /proc file system accesses needed.
| * Fix typo in locale source file.Ulrich Drepper2010-04-0846-81/+127
| |
| * Whitespace issues.Ulrich Drepper2010-04-081-36/+35
| |