aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2011-05-31Merge commit 'glibc-2.14' into fedora/masterAndreas Schwab1-1/+1
2011-05-312.14 releaseglibc-2.14Ulrich Drepper1-1/+1
2011-05-27Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab1-5/+14
2011-05-20Don't unconditionally use alloca in gaih_inetUlrich Drepper1-5/+14
2011-05-17Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab3-4/+17
2011-05-15Fix a few problems in fopen and freopenUlrich Drepper1-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-15Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2-4/+15
2011-05-13Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab2-1/+10
2011-05-13Reexport RPC interfaceAndreas Schwab1-1/+1
2011-05-08Make complete getcwd work in rtldUlrich Drepper1-0/+4
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper2-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-08Optimize fdopendir a bit.Ulrich Drepper1-1/+2
Don't call fcntl(F_SETFD) unnecessarily.
2011-05-04Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab14-143/+139
2011-04-16Obsolete RPC implementation in libc.Ulrich Drepper14-143/+139
2011-04-07Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab1-0/+1
2011-04-04Merge remote-tracking branch 'origin/roland/systemtap' into fedora/masterAndreas Schwab1-0/+140
2011-04-02Update comment about feature macros.Ulrich Drepper1-0/+1
2011-03-21Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab1-1/+0
2011-03-10Fix copy relocations handling of unique objects.Ulrich Drepper1-1/+0
2011-03-07Fix memory leak on init/fini dependency listAndreas Schwab1-4/+4
2011-03-02Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab1-4/+4
2011-02-28Add --enable-systemtap configuration to define static probe points.Roland McGrath1-0/+140
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab1-1/+4
2011-01-18Merge remote branch 'origin/master' into fedora/masterAndreas Schwab3-2/+5
2011-01-172.13 releaseglibc-2.13Ulrich Drepper1-2/+3
2011-01-13Clean up PLT use for getrlimit64.Ulrich Drepper1-0/+1
2011-01-13Fix PLT use due to __libc_alloca_cutoff.Ulrich Drepper1-0/+1
2010-12-13Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-1/+1
2010-12-09Fix typo in comment.Ulrich Drepper1-1/+1
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab1-0/+1
2010-10-22Require suid bit on audit objects in privileged programsAndreas Schwab1-0/+1
2010-10-14Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-0/+2
2010-10-11Correct implementation of fmaf.Jakub Jelinek1-0/+2
2010-09-27Fix memory leak on init/fini dependency listAndreas Schwab1-0/+3
2010-09-06Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-0/+5
2010-09-01Remove duplicate version of pmap_getport from NIS code.Ulrich Drepper1-0/+5
2010-07-02Fix PLT referenceAndreas Schwab1-0/+1
2010-05-04Merge commit 'origin/master' into fedora/masterRoland McGrath1-1/+1
2010-05-03Prepare for release.glibc-2.12Ulrich Drepper1-1/+1
2010-04-06Merge remote branch 'origin/master' into fedora/masterAndreas Schwab3-1/+13
2010-03-27Fix handling of __need_mbstate_t and __need_wint_t.Ulrich Drepper1-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-24Fix Linux getlogin{_r,} implementationUlrich Drepper1-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-24Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper1-1/+5
2010-02-22Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-0/+1
2010-02-09Avoid PLT call to fegetenv on s390Andreas Schwab1-0/+1
2010-01-20Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-4/+2
2010-01-15Fix _XOPEN_SOURCE_EXTENDED handling.Ulrich Drepper1-4/+2
2010-01-12Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-0/+6
2010-01-11Fix up wchar.h for XPG7.Ulrich Drepper1-0/+6
2010-01-11Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-2/+7