| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-01-18 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 3 | -2/+5 | |
| 2011-01-17 | 2.13 releaseglibc-2.13 | Ulrich Drepper | 1 | -2/+3 | |
| 2011-01-13 | Clean up PLT use for getrlimit64. | Ulrich Drepper | 1 | -0/+1 | |
| 2011-01-13 | Fix PLT use due to __libc_alloca_cutoff. | Ulrich Drepper | 1 | -0/+1 | |
| 2010-12-13 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -1/+1 | |
| 2010-12-09 | Fix typo in comment. | Ulrich Drepper | 1 | -1/+1 | |
| 2010-10-24 | Require suid bit on audit objects in privileged programs | Andreas Schwab | 1 | -0/+1 | |
| 2010-10-22 | Require suid bit on audit objects in privileged programs | Andreas Schwab | 1 | -0/+1 | |
| 2010-10-14 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -0/+2 | |
| 2010-10-11 | Correct implementation of fmaf. | Jakub Jelinek | 1 | -0/+2 | |
| 2010-09-27 | Fix memory leak on init/fini dependency list | Andreas Schwab | 1 | -0/+3 | |
| 2010-09-06 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -0/+5 | |
| 2010-09-01 | Remove duplicate version of pmap_getport from NIS code. | Ulrich Drepper | 1 | -0/+5 | |
| 2010-07-02 | Fix PLT reference | Andreas Schwab | 1 | -0/+1 | |
| 2010-05-04 | Merge commit 'origin/master' into fedora/master | Roland McGrath | 1 | -1/+1 | |
| 2010-05-03 | Prepare for release.glibc-2.12 | Ulrich Drepper | 1 | -1/+1 | |
| 2010-04-06 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 3 | -1/+13 | |
| 2010-03-27 | Fix handling of __need_mbstate_t and __need_wint_t. | Ulrich Drepper | 1 | -0/+5 | |
| Like the real header, the libc-internal wrapper for wchar.h needs to undefine the macros so that if the header was already included before the macros don't stay defined and cause problems later. | |||||
| 2010-03-24 | Fix Linux getlogin{_r,} implementation | Ulrich Drepper | 1 | -0/+3 | |
| The old implementation uses fd 0 to determine the login TTY. This was needed because using /dev/tty it is not possible to deduce the login TTY. For some time now there is the pseudo-file /proc/self/loginuid which directly helps us to find the user. Prefer using this file. It also works if stdin is closed, redirected, or re-opened. | |||||
| 2010-03-24 | Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING | Ulrich Drepper | 1 | -1/+5 | |
| 2010-02-22 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -0/+1 | |
| 2010-02-09 | Avoid PLT call to fegetenv on s390 | Andreas Schwab | 1 | -0/+1 | |
| 2010-01-20 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -4/+2 | |
| 2010-01-15 | Fix _XOPEN_SOURCE_EXTENDED handling. | Ulrich Drepper | 1 | -4/+2 | |
| 2010-01-12 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -0/+6 | |
| 2010-01-11 | Fix up wchar.h for XPG7. | Ulrich Drepper | 1 | -0/+6 | |
| 2010-01-11 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -2/+7 | |
| 2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 1 | -2/+7 | |
| The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | |||||
| 2010-01-04 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 2 | -4/+10 | |
| 2009-12-23 | Fix isomac test after recent header change. | Ulrich Drepper | 1 | -1/+5 | |
| 2009-12-15 | Avoid ELF lookup race. | Ulrich Drepper | 1 | -3/+5 | |
| On some architectures the update of the l_used field in the lookup functions races with setting the other bits in the bitfield. Simply avoid this and optimize use of l_used in general. | |||||
| 2009-11-30 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -0/+3 | |
| 2009-11-24 | Optimize grantpt. | Ulrich Drepper | 1 | -0/+3 | |
| grantpt was performing two consecutive calls to stat with the same file name. Avoid this by creating a special version of the ptsname function which allows to pass the stat result back to the caller. | |||||
| 2009-11-02 | Merge commit 'glibc-2.11' into fedora/master | Andreas Schwab | 1 | -1/+1 | |
| 2009-10-30 | 2.11 release.glibc-2.11 | Ulrich Drepper | 1 | -1/+1 | |
| 2009-10-30 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | 2 | -1/+5 | |
| 2009-10-30 | Implement mkstemps and mkstemps64. | Ulrich Drepper | 1 | -1/+2 | |
| 2009-10-19 | Correct errno handling in expm1. | Andreas Schwab | 1 | -0/+3 | |
| 2009-09-02 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | 1 | -0/+1 | |
| 2009-09-01 | Add hidden alias for fflush. | Andreas Schwab | 1 | -0/+1 | |
| 2009-07-30 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | 1 | -1/+12 | |
| 2009-07-29 | Prepare use if IFUNC functions outside libc.so. | Ulrich Drepper | 1 | -1/+12 | |
| We use a callback function into libc.so to get access to the data structure with the information and have special versions of the test macros which automatically use this function. | |||||
| 2009-07-27 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | 1 | -0/+4 | |
| 2009-07-23 | Make include/unistd.h suitable for C++ test cases. | Duncan Simpson | 1 | -0/+4 | |
| 2009-07-20 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | 2 | -80/+24 | |
| 2009-07-16 | Use rel semantics of cas instead of acq semantics with full barrier before ↵ | Jakub Jelinek | 1 | -11/+21 | |
| it in _int_free The following patch fixes catomic_compare_and_exchange_*_rel definitions (which were never used and weren't correct) and uses catomic_compare_and_exchange_val_rel in _int_free. Comparing to the pre-2009-07-02 --enable-experimental-malloc state the generated code should be identical on all arches other than ppc/ppc64 and on ppc/ppc64 should use lwsync instead of isync barrier. | |||||
| 2009-07-07 | Clean up code for hash table handling in ld.so. | Ulrich Drepper | 1 | -69/+3 | |
| 2009-06-16 | Merge branch 'master' of sourceware.org:/git/glibc into fedora/master | Andreas Schwab | 1 | -0/+3 | |
| 2009-06-15 | Preserve message printed before abort. | Ulrich Drepper | 1 | -0/+3 | |
| The terminal output etc is not visible in a core file. The new libc-internal variable __abort_msg will point to a string with the message which has been printed before the abort in case abort is called from inside libc. BZ #10217 | |||||
| 2009-06-10 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | 5 | -10/+32 | |
| Conflicts: ChangeLog sysdeps/unix/sysv/linux/i386/sysconf.c sysdeps/x86_64/cacheinfo.c version.h | |||||
