Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for time syscall in vDSO | Ulrich Drepper | 2011-05-28 | 3 | -1/+22 |
| | |||||
* | Add sendmmsg syscall | Ulrich Drepper | 2011-05-28 | 8 | -3/+136 |
| | |||||
* | Set setns system call | Ulrich Drepper | 2011-05-28 | 5 | -4/+18 |
| | |||||
* | Use getcpu definition from vDSO on x86-64 | Ulrich Drepper | 2011-05-27 | 4 | -3/+25 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-05-27 | 6 | -50/+66 |
|\ | | | | | | | | | | | Conflicts: ChangeLog NEWS | ||||
| * | Undo accidental change in x86-64 user.h | Jakub Jelinek | 2011-05-25 | 2 | -1/+6 |
| | | |||||
| * | Update Japanese translation | Ulrich Drepper | 2011-05-25 | 2 | -44/+37 |
| | | |||||
| * | Define RLIMIT_RTTIME | Ulrich Drepper | 2011-05-23 | 4 | -6/+24 |
| | | |||||
* | | Add test for last iconv bug | Ulrich Drepper | 2011-05-27 | 3 | -1/+75 |
| | | |||||
* | | Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation | Andreas Schwab | 2011-05-27 | 3 | -8/+13 |
|/ | |||||
* | Update longlong.h from GCC | Andreas Schwab | 2011-05-23 | 2 | -5/+154 |
| | |||||
* | Fix sysconf compilation for !HP_TIMING_AVAIL archs | Andreas Schwab | 2011-05-23 | 3 | -4/+12 |
| | |||||
* | Add a few more alloca size checks | Ulrich Drepper | 2011-05-22 | 5 | -111/+370 |
| | |||||
* | Fix flags parameter value passed to pltenter and pltexit | Ulrich Drepper | 2011-05-22 | 2 | -7/+11 |
| | |||||
* | Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM | Ulrich Drepper | 2011-05-21 | 2 | -0/+7 |
| | |||||
* | Fix last change | Ulrich Drepper | 2011-05-21 | 1 | -17/+12 |
| | | | | And optimize a bit. | ||||
* | Always fill output buffer in XPG strerror function | Ulrich Drepper | 2011-05-21 | 3 | -10/+15 |
| | |||||
* | Nicer output for negative error numbers in strerror_r | Ulrich Drepper | 2011-05-21 | 2 | -3/+14 |
| | |||||
* | Fix CP1258 conversion | Ulrich Drepper | 2011-05-21 | 4 | -11/+17 |
| | | | | a5 ec was mishandled and the other direction appropriately so, too. | ||||
* | Fix configure visibility tests | Ulrich Drepper | 2011-05-21 | 3 | -7/+10 |
| | |||||
* | Fix handling of LC_CTYPE in locale name handling | Ulrich Drepper | 2011-05-21 | 6 | -5/+150 |
| | |||||
* | Set stream errors in more cases | Ulrich Drepper | 2011-05-21 | 5 | -6/+33 |
| | | | | Also avoid unnecessarily setting errno when testing for TTY. | ||||
* | Don't unconditionally use alloca in gaih_inet | Ulrich Drepper | 2011-05-20 | 4 | -102/+367 |
| | |||||
* | Update documentation in regex.h | Reuben Thomas | 2011-05-20 | 3 | -12/+25 |
| | |||||
* | Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail. | Ryan S. Arnold | 2011-05-20 | 2 | -2/+11 |
| | | | | | | | | (cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog | ||||
* | Remove __libc_alloca_cutoff workaround | Andreas Schwab | 2011-05-19 | 2 | -6/+4 |
| | |||||
* | Cleanup namespace use. | Ulrich Drepper | 2011-05-19 | 3 | -2/+7 |
| | |||||
* | Fix whitespace | Ulrich Drepper | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Fix typo in x86-64 powl | H.J. Lu | 2011-05-18 | 5 | -5/+66 |
| | |||||
* | Fix fileops.c build for old kernels | H.J. Lu | 2011-05-17 | 2 | -0/+5 |
| | |||||
* | Update GB18030 to 2005 version | Ulrich Drepper | 2011-05-17 | 5 | -64139/+10808 |
| | |||||
* | Update RE_SYNTAX*_AWK constants in regex.h | Aharon Robbins | 2011-05-16 | 2 | -9/+16 |
| | |||||
* | Handle long variable names in putenv | Ulrich Drepper | 2011-05-16 | 3 | -11/+32 |
| | |||||
* | Fix reporting of invalid timeouts in emulated pselect | Ulrich Drepper | 2011-05-16 | 3 | -9/+23 |
| | |||||
* | Fix test for error_one_per_line mode in error | Ulrich Drepper | 2011-05-16 | 3 | -3/+10 |
| | |||||
* | Remove shortcut for call of chown | Ulrich Drepper | 2011-05-16 | 3 | -8/+12 |
| | | | | The UID might differ, too. Just call chown unconditionally. | ||||
* | Cleanup x86-64 sys/user.h | Ulrich Drepper | 2011-05-16 | 3 | -49/+53 |
| | |||||
* | Add work and week day info to sl_SI locale | Sašo Živanovic | 2011-05-16 | 3 | -20/+28 |
| | |||||
* | Recode se_NO locale file to UTF-8 | Ulrich Drepper | 2011-05-16 | 2 | -30/+30 |
| | |||||
* | Avoid potential deadlock in mtrace | Ulrich Drepper | 2011-05-16 | 3 | -31/+59 |
| | | | | | The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early. | ||||
* | Remove USE_MTRACE_FILE support from mtrace | Ulrich Drepper | 2011-05-16 | 2 | -17/+7 |
| | |||||
* | Fix a few problems in fopen and freopen | Ulrich Drepper | 2011-05-15 | 9 | -39/+143 |
| | | | | | | | | | 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). | ||||
* | Provide more helpful error message in getopt | Ulrich Drepper | 2011-05-15 | 5 | -28/+137 |
| | | | | If provide with an ambiguous long option we now show all the possibilities. | ||||
* | Whitespace fixes | Ulrich Drepper | 2011-05-15 | 2 | -118/+118 |
| | |||||
* | Update configure helper scripts | Ulrich Drepper | 2011-05-15 | 4 | -218/+359 |
| | |||||
* | Fix typoe in CL | Ulrich Drepper | 2011-05-15 | 1 | -6/+6 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-05-15 | 1 | -1/+1 |
| | |||||
* | Move Dzonghka collation rules to common collation rules file | Ulrich Drepper | 2011-05-15 | 4 | -707/+1394 |
| | |||||
* | Fix some fields in time info in sv_FI locale | Johan Heikkila | 2011-05-15 | 3 | -33/+42 |
| | |||||
* | sysconf on Linux/ia64 reported outdate versions for some options | Ulrich Drepper | 2011-05-15 | 4 | -44/+47 |
| | | | | The code is also cleaned up to avoid inefficiencies. |