Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sotruss program | Ulrich Drepper | 2011-05-28 | 5 | -1/+519 |
* | Fix build for platforms with socketcall syscall | Ulrich Drepper | 2011-05-28 | 2 | -1/+4 |
* | Unify messages | Ulrich Drepper | 2011-05-28 | 3 | -4/+7 |
* | 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 |
|\ | |||||
| * | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Provide more helpful error message in getopt | Ulrich Drepper | 2011-05-15 | 5 | -28/+137 |
* | 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 |