| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-03-22 | Replace Elf64_XXX with ElfW(XXX) in dl-irel.h | 1 | -0/+5 | ||
| 2012-03-09 | Move math/math_private.h to sysdeps/generic/math_private.h. | 1 | -1/+0 | ||
| This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83. | |||||
| 2012-03-09 | Fix sparc build after recent math changes. | 1 | -0/+1 | ||
| * include/math_private.h: New file. | |||||
| 2012-03-03 | Remove oldish __GNUC_PREREQ. | 1 | -5/+1 | ||
| 2012-02-28 | Include <dirstream.h> before <dirent/dirent.h> | 1 | -1/+3 | ||
| 2012-02-26 | Add first fixes for conformtest for POSIX2008 | 5 | -0/+10 | ||
| 2012-02-25 | First steps to get conformtest fully working | 48 | -23/+115 | ||
| 2012-02-22 | Move __STDC_* predefined macros from features.h to stdc-predef.h. | 2 | -8/+40 | ||
| 2012-02-09 | Replace FSF snail mail address with URLs. | 13 | -39/+26 | ||
| 2012-01-28 | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | 1 | -0/+6 | ||
| 2012-01-24 | Fix gets problems | 1 | -0/+22 | ||
| 2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | 1 | -0/+7 | ||
| Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||||
| 2012-01-08 | Add checking versions of poll and ppoll | 2 | -0/+2 | ||
| 2012-01-08 | More fallout from supporting only ELF | 1 | -49/+25 | ||
| 2012-01-07 | Remove pre-ISO C support | 36 | -267/+264 | ||
| No more __const. | |||||
| 2012-01-07 | Remove non-ELF support | 2 | -83/+38 | ||
| 2012-01-01 | Missed half the support for __USE_ISOC11 | 1 | -0/+2 | ||
| 2012-01-01 | Add __USE_ISOCXX11 | 1 | -0/+10 | ||
| 2012-01-01 | Support C11 __STDC_SOURCE__ and _ISOC11_SOURCE | 1 | -6/+12 | ||
| 2011-12-23 | Preliminaries for 2.15 releaseglibc-2.15 | 1 | -1/+1 | ||
| 2011-11-11 | Fix __readlink declaration. | 1 | -1/+1 | ||
| 2011-11-01 | Account for alloca size rounding in extend_alloca | 1 | -3/+7 | ||
| 2011-10-31 | Cache network interface information | 1 | -0/+5 | ||
| Whenever getaddrinfo needed network interface information it used the netlink interface to read the information every single time. The problem is that this information can change at any time. The patch implements monitoring of the network interfaces through nscd. If no change is detected the previously read information can be reused (which is the norm). This timestamp information is also made available to other processes using the shared memory segment between nscd and those processes. | |||||
| 2011-10-15 | Optimize access to isXYZ and toXYZ tables | 1 | -12/+8 | ||
| The functions to get the pointers can now depend on the TLS variable be initialized. | |||||
| 2011-10-08 | Optimize use of isnan, isinf, finite | 1 | -0/+4 | ||
| 2011-10-05 | Don't call ifunc functions in trace mode | 1 | -0/+1 | ||
| 2011-09-10 | Remove support for !USE___THREAD | 4 | -49/+17 | ||
| 2011-09-10 | Cleanup of configuration options | 2 | -27/+8 | ||
| Make several tool features mandatory and simplify the code. | |||||
| 2011-09-08 | Add range checking for FD_SET, FD_CLR, and FD_ISSET | 1 | -0/+1 | ||
| 2011-08-11 | Clean up PLT use for scandirat | 1 | -5/+2 | ||
| 2011-08-09 | Implement scandirat function | 1 | -0/+14 | ||
| 2011-05-31 | 2.14 releaseglibc-2.14 | 1 | -1/+1 | ||
| 2011-05-20 | Don't unconditionally use alloca in gaih_inet | 1 | -5/+14 | ||
| 2011-05-15 | Fix a few problems in fopen and freopen | 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 | 2 | -4/+15 | ||
| 2011-05-08 | Make complete getcwd work in rtld | 1 | -0/+4 | ||
| 2011-05-08 | Fix Linux getcwd for long paths | 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. | 1 | -1/+2 | ||
| Don't call fcntl(F_SETFD) unnecessarily. | |||||
| 2011-04-16 | Obsolete RPC implementation in libc. | 14 | -143/+139 | ||
| 2011-04-02 | Update comment about feature macros. | 1 | -0/+1 | ||
| 2011-03-10 | Fix copy relocations handling of unique objects. | 1 | -1/+0 | ||
| 2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | 1 | -1/+4 | ||
| 2011-01-17 | 2.13 releaseglibc-2.13 | 1 | -2/+3 | ||
| 2011-01-13 | Clean up PLT use for getrlimit64. | 1 | -0/+1 | ||
| 2011-01-13 | Fix PLT use due to __libc_alloca_cutoff. | 1 | -0/+1 | ||
| 2010-12-09 | Fix typo in comment. | 1 | -1/+1 | ||
| 2010-10-24 | Require suid bit on audit objects in privileged programs | 1 | -0/+1 | ||
| 2010-10-11 | Correct implementation of fmaf. | 1 | -0/+2 | ||
| 2010-09-01 | Remove duplicate version of pmap_getport from NIS code. | 1 | -0/+5 | ||
| 2010-05-03 | Prepare for release.glibc-2.12 | 1 | -1/+1 | ||
