Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix strncmp page test to limit length to size of object" | Andreas Schwab | 2011-04-07 | 2 | -9/+3 |
| | | | | This reverts commit e513f34605747f43eed259519b6fb847591861d2. | ||||
* | Fix strncmp page test to limit length to size of object | Andreas Schwab | 2011-04-05 | 2 | -3/+9 |
| | |||||
* | Fix typo in CL. | Ulrich Drepper | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | Fix typo in cache information table for x86-{32,64}. | Ulrich Drepper | 2011-04-03 | 3 | -2/+7 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-04-02 | 2 | -0/+3 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Update comment about feature macros. | Ulrich Drepper | 2011-04-02 | 2 | -0/+5 |
| | | |||||
* | | Define CLOCK_BOOTTIME. | Ulrich Drepper | 2011-04-02 | 2 | -0/+6 |
|/ | |||||
* | Work around old buggy program which cannot cope with memcpy semantics. | H.J. Lu | 2011-04-01 | 7 | -7/+73 |
| | |||||
* | Fix visibility of declarations of wcpcpy and wcpncpy. | Ulrich Drepper | 2011-04-01 | 3 | -3/+9 |
| | |||||
* | Add syncfs syscall. | Andreas Schwab | 2011-04-01 | 6 | -2/+53 |
| | |||||
* | Rename open_by_handle to open_by_handle_at. | Andreas Schwab | 2011-04-01 | 10 | -15/+27 |
| | |||||
* | Define O_PATH. | Ulrich Drepper | 2011-04-01 | 8 | -1/+16 |
| | |||||
* | Also make x86 sync_file_range a cancellation point. | Ulrich Drepper | 2011-04-01 | 4 | -4/+58 |
| | |||||
* | Really implement fallocate{,64} and sync_file_range as cancellation points. | Ulrich Drepper | 2011-04-01 | 9 | -33/+130 |
| | |||||
* | Install bits/timex.h header. | Andreas Schwab | 2011-04-01 | 2 | -1/+6 |
| | |||||
* | Fix typos in comments. | Ulrich Drepper | 2011-04-01 | 9 | -27/+36 |
| | |||||
* | Add support for name_to_handle_at and open_by_handle. | Ulrich Drepper | 2011-04-01 | 10 | -38/+297 |
| | |||||
* | Define AT_EMPTY_PATH. | Ulrich Drepper | 2011-04-01 | 2 | -0/+5 |
| | |||||
* | Export new symbol. | Ulrich Drepper | 2011-03-31 | 3 | -0/+7 |
| | |||||
* | Add clock_adjtime syscall. | Ulrich Drepper | 2011-03-30 | 6 | -86/+216 |
| | |||||
* | Last change caused infinite loops because of missing loop increment. | Ulrich Drepper | 2011-03-22 | 3 | -0/+10 |
| | |||||
* | Fix whitespace issue. | Ulrich Drepper | 2011-03-21 | 1 | -8/+8 |
| | |||||
* | Handle page boundaries in x86 SSE4.2 strncmp. | H.J. Lu | 2011-03-21 | 4 | -17/+81 |
| | |||||
* | Implement x86 cpuid handling of leaf4 for cache information. | Ulrich Drepper | 2011-03-20 | 4 | -9/+114 |
| | |||||
* | Add BZ info. | Ulrich Drepper | 2011-03-18 | 2 | -2/+3 |
| | |||||
* | Check size of pattern in wide character representation in fnmatch. | Ulrich Drepper | 2011-03-18 | 2 | -1/+18 |
| | |||||
* | PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf) | Ryan S. Arnold | 2011-03-18 | 2 | -3/+8 |
| | |||||
* | Remove __restrict quals from wmemcmp prototype. | Jakub Jelinek | 2011-03-10 | 2 | -2/+5 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-03-10 | 3 | -6/+12 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | sparc64: Relax tls linking test. | Mike Frysinger | 2011-03-10 | 3 | -6/+13 |
| | | |||||
* | | Fix copy relocations handling of unique objects. | Ulrich Drepper | 2011-03-10 | 9 | -9/+85 |
| | | |||||
* | | Regenerate. | Ulrich Drepper | 2011-03-10 | 1 | -12/+90 |
| | | |||||
* | | Don't run tests checking xecutable stack when SELinux is enforcing. | Ulrich Drepper | 2011-03-10 | 2 | -1/+11 |
|/ | |||||
* | Fix loading first object along a path when tracing. | Ulrich Drepper | 2011-03-06 | 2 | -1/+8 |
| | |||||
* | Enable SSE2 memset for AMD'supcoming Orochi processor. | Harsha Jagasia | 2011-03-04 | 4 | -51/+94 |
| | | | | | | | | | This patch enables SSE2 memset for AMD's upcoming Orochi processor. This patch also fixes the following bug: For misaligned blocks larger than > 144 Bytes, memset branches into the integer code path depending on the value of misalignment even if the startup code chooses the SSE2 code path upfront, when multiarch is enabled. | ||||
* | Optimize fmemopen a bit. | Ulrich Drepper | 2011-03-04 | 2 | -5/+10 |
| | |||||
* | Don't read past end of buffer in fmemopen | Andreas Schwab | 2011-03-04 | 2 | -2/+6 |
| | |||||
* | setjmp/bits/setjmp2.h: Canonicalize comment formatting. | Roland McGrath | 2011-03-03 | 2 | -17/+21 |
| | |||||
* | Fix sparc64 bzero on non-Niagara systems. | David S. Miller | 2011-03-03 | 2 | -2/+7 |
| | |||||
* | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 2011-02-25 | 8 | -13/+59 |
| | |||||
* | Update BZ list | Ulrich Drepper | 2011-02-25 | 1 | -2/+2 |
| | |||||
* | Don't crash when dependencies are missing | Andreas Schwab | 2011-02-25 | 2 | -5/+11 |
| | |||||
* | Fix __if_freereq crash: Unlike the generic version which uses free, Hurd ↵ | Samuel Thibault | 2011-02-21 | 2 | -0/+51 |
| | | | | needs munmap. | ||||
* | Update with BZ number. | Ulrich Drepper | 2011-02-20 | 2 | -2/+3 |
| | |||||
* | Fix allocation when handling positional parameters in printf. | Petr Baudis | 2011-02-20 | 4 | -3/+33 |
| | |||||
* | Move setting variable in relro data earlier in ld.so. | Andreas Schwab | 2011-02-20 | 3 | -5/+16 |
| | |||||
* | elf/elf.h: Add new ARM TLS relocs. | Nathan Sidwell | 2011-02-18 | 2 | -1/+12 |
| | |||||
* | Work around empty line at end file generated by autoconf. | Ulrich Drepper | 2011-02-17 | 2 | -0/+2 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-02-17 | 4 | -1/+27 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Add multiple inclusion protection to some Mach/i386 internal headers. | Samuel Thibault | 2011-02-16 | 3 | -0/+15 |
| | |