Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail. | Ryan S. Arnold | 2011-05-20 | 1 | -2/+5 |
| | | | | | | | | (cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog | ||||
* | Fix typo in x86-64 powl | H.J. Lu | 2011-05-18 | 1 | -2/+2 |
| | |||||
* | Cleanup x86-64 sys/user.h | Ulrich Drepper | 2011-05-16 | 1 | -43/+43 |
| | |||||
* | Fix a few problems in fopen and freopen | Ulrich Drepper | 2011-05-15 | 1 | -1/+2 |
| | | | | | | | | | fopen should set the FD_CLOEXEC flag if requested evenif the kernel does not support an aotmic operation. freopen should reuse the file descriptor for the stream. This is especially important for calls to change the standard streams (stin, stdout, stderr). | ||||
* | sysconf on Linux/ia64 reported outdate versions for some options | Ulrich Drepper | 2011-05-15 | 2 | -37/+33 |
| | | | | The code is also cleaned up to avoid inefficiencies. | ||||
* | Make stack canary value harder to read through read overflow | Ulrich Drepper | 2011-05-15 | 2 | -22/+49 |
| | |||||
* | Use non-cancelable interfaces in setup code | Ulrich Drepper | 2011-05-15 | 1 | -4/+5 |
| | |||||
* | Use mmap for allocation of buffers used for __abort_msg | Ulrich Drepper | 2011-05-15 | 2 | -24/+47 |
| | |||||
* | Fix initialization of optimization values for AIO | Ulrich Drepper | 2011-05-14 | 1 | -3/+5 |
| | |||||
* | Fix typo in comment | Ulrich Drepper | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | Fix potential problem with out-of-scope buffer | Ulrich Drepper | 2011-05-14 | 1 | -2/+2 |
| | |||||
* | Handle recursive calls in backtrace better | Ulrich Drepper | 2011-05-14 | 1 | -4/+23 |
| | |||||
* | Fix sched_setscheduler call in spawn implementation | Ulrich Drepper | 2011-05-11 | 1 | -3/+1 |
| | |||||
* | Make complete getcwd work in rtld | Ulrich Drepper | 2011-05-08 | 7 | -31/+80 |
| | |||||
* | Fix Linux getcwd for long paths | Ulrich Drepper | 2011-05-08 | 6 | -142/+285 |
| | | | | | | | | | | The getcwd syscall (so far?) can only handle path up to one page in size. There is no limit about directory hierarchy depth, though, and the POSIX getcwd is supposed to handle this. In that case fall back to the generic getcwd. Additionally, optimize the generic getcwd to use openat when possible to change the asymptotic performance from O(N^2) to O(n). | ||||
* | Optimize fdopendir a bit. | Ulrich Drepper | 2011-05-08 | 2 | -6/+7 |
| | | | | Don't call fcntl(F_SETFD) unnecessarily. | ||||
* | Actually undefine ARG_MAX from <linux/limits.h> | Jonathan Nieder | 2011-05-07 | 1 | -2/+3 |
| | |||||
* | Misplaced new line in last patch | Ulrich Drepper | 2011-05-07 | 1 | -3/+1 |
| | |||||
* | Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.h | Paul Pluzhnikov | 2011-05-07 | 1 | -1/+5 |
| | |||||
* | Better use of open in pathconf. | Ulrich Drepper | 2011-05-02 | 1 | -1/+6 |
| | |||||
* | getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modules | Maciej Babinski | 2011-05-02 | 1 | -45/+28 |
| | |||||
* | Fix pathconf(_PC_BUF_SIZE). | Ulrich Drepper | 2011-05-02 | 1 | -1/+13 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2011-04-22 | 7 | -106/+104 |
| | |||||
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 36 | -67/+67 |
| | |||||
* | Fix static linking with checking x86/x86-64 memcpy. | Mike Frysinger | 2011-04-17 | 4 | -4/+4 |
| | |||||
* | Fix POWER4/POWER7 optimized strncmp to not read past differing bytes | Andreas Schwab | 2011-04-17 | 4 | -20/+24 |
| | |||||
* | Fix FPU context handling in getcontext on x86-64. | Ulrich Drepper | 2011-04-17 | 1 | -1/+2 |
| | | | | fnstenv on x86-64 seems to clear the state. Work around. | ||||
* | Typo fix appproximated. | Justin P. Mattock | 2011-04-17 | 2 | -2/+2 |
| | |||||
* | Use .machine to prevent AS from complaining about z9-109 instructions in ↵ | Andreas Krebbel | 2011-04-17 | 3 | -3/+12 |
| | | | | iconv modules | ||||
* | Skip extra zeroes when searching auxv on s390 | Andreas Krebbel | 2011-04-17 | 1 | -0/+12 |
| | |||||
* | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2011-04-10 | 7 | -8/+29 |
| | |||||
* | Make ppc sync_file_range cancelable. | Andreas Schwab | 2011-04-09 | 1 | -3/+13 |
| | |||||
* | Fix typo in comment. | Ulrich Drepper | 2011-04-09 | 1 | -2/+2 |
| | |||||
* | Maintain stack alignment in ____longjmp_chk on x86_64 | Andreas Schwab | 2011-04-07 | 1 | -11/+15 |
| | |||||
* | Fix typo in cache information table for x86-{32,64}. | Ulrich Drepper | 2011-04-03 | 2 | -2/+2 |
| | |||||
* | Define CLOCK_BOOTTIME. | Ulrich Drepper | 2011-04-02 | 1 | -0/+2 |
| | |||||
* | Work around old buggy program which cannot cope with memcpy semantics. | H.J. Lu | 2011-04-01 | 5 | -5/+58 |
| | |||||
* | Add syncfs syscall. | Andreas Schwab | 2011-04-01 | 1 | -0/+1 |
| | |||||
* | Rename open_by_handle to open_by_handle_at. | Andreas Schwab | 2011-04-01 | 8 | -14/+14 |
| | |||||
* | Define O_PATH. | Ulrich Drepper | 2011-04-01 | 7 | -1/+8 |
| | |||||
* | Also make x86 sync_file_range a cancellation point. | Ulrich Drepper | 2011-04-01 | 3 | -3/+50 |
| | |||||
* | Really implement fallocate{,64} and sync_file_range as cancellation points. | Ulrich Drepper | 2011-04-01 | 7 | -31/+112 |
| | |||||
* | Install bits/timex.h header. | Andreas Schwab | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Add support for name_to_handle_at and open_by_handle. | Ulrich Drepper | 2011-04-01 | 8 | -36/+282 |
| | |||||
* | Export new symbol. | Ulrich Drepper | 2011-03-31 | 1 | -0/+3 |
| | |||||
* | Add clock_adjtime syscall. | Ulrich Drepper | 2011-03-30 | 4 | -85/+205 |
| | |||||
* | Last change caused infinite loops because of missing loop increment. | Ulrich Drepper | 2011-03-22 | 2 | -0/+4 |
| | |||||
* | Handle page boundaries in x86 SSE4.2 strncmp. | H.J. Lu | 2011-03-21 | 1 | -15/+30 |
| | |||||
* | Implement x86 cpuid handling of leaf4 for cache information. | Ulrich Drepper | 2011-03-20 | 2 | -7/+105 |
| | |||||
* | PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf) | Ryan S. Arnold | 2011-03-18 | 1 | -3/+2 |
| |