| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-05-31 | Merge commit 'glibc-2.14' into fedora/master | Andreas Schwab | 1 | -1/+1 | |
| 2011-05-31 | 2.14 releaseglibc-2.14 | Ulrich Drepper | 1 | -1/+1 | |
| 2011-05-27 | Merge remote-tracking branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -5/+14 | |
| 2011-05-20 | Don't unconditionally use alloca in gaih_inet | Ulrich Drepper | 1 | -5/+14 | |
| 2011-05-17 | Merge remote-tracking branch 'origin/master' into fedora/master | Andreas Schwab | 3 | -4/+17 | |
| 2011-05-15 | Fix a few problems in fopen and freopen | Ulrich Drepper | 1 | -0/+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). | |||||
| 2011-05-15 | Use mmap for allocation of buffers used for __abort_msg | Ulrich Drepper | 2 | -4/+15 | |
| 2011-05-13 | Merge remote-tracking branch 'origin/master' into fedora/master | Andreas Schwab | 2 | -1/+10 | |
| 2011-05-13 | Reexport RPC interface | Andreas Schwab | 1 | -1/+1 | |
| 2011-05-08 | Make complete getcwd work in rtld | Ulrich Drepper | 1 | -0/+4 | |
| 2011-05-08 | Fix Linux getcwd for long paths | Ulrich Drepper | 2 | -0/+4 | |
| 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). | |||||
| 2011-05-08 | Optimize fdopendir a bit. | Ulrich Drepper | 1 | -1/+2 | |
| Don't call fcntl(F_SETFD) unnecessarily. | |||||
| 2011-05-04 | Merge remote-tracking branch 'origin/master' into fedora/master | Andreas Schwab | 14 | -143/+139 | |
| 2011-04-16 | Obsolete RPC implementation in libc. | Ulrich Drepper | 14 | -143/+139 | |
| 2011-04-07 | Merge remote-tracking branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -0/+1 | |
| 2011-04-04 | Merge remote-tracking branch 'origin/roland/systemtap' into fedora/master | Andreas Schwab | 1 | -0/+140 | |
| 2011-04-02 | Update comment about feature macros. | Ulrich Drepper | 1 | -0/+1 | |
| 2011-03-21 | Merge remote-tracking branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -1/+0 | |
| 2011-03-10 | Fix copy relocations handling of unique objects. | Ulrich Drepper | 1 | -1/+0 | |
| 2011-03-07 | Fix memory leak on init/fini dependency list | Andreas Schwab | 1 | -4/+4 | |
| 2011-03-02 | Merge remote-tracking branch 'origin/master' into fedora/master | Andreas Schwab | 1 | -4/+4 | |
| 2011-02-28 | Add --enable-systemtap configuration to define static probe points. | Roland McGrath | 1 | -0/+140 | |
| 2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 1 | -1/+4 | |
| 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 | |
