Age | Commit message (Expand) | Author | Files | Lines |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | 1 | -1/+1 |
2012-04-17 | Resolve __vector namespace conflict with Altivec. | Petr Baudis | 1 | -4/+4 |
2012-03-22 | Replace Elf64_XXX with ElfW(XXX) in dl-irel.h | H.J. Lu | 1 | -0/+5 |
2012-03-09 | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson | 1 | -1/+0 |
2012-03-09 | Fix sparc build after recent math changes. | David S. Miller | 1 | -0/+1 |
2012-03-03 | Remove oldish __GNUC_PREREQ. | Marek Polacek | 1 | -5/+1 |
2012-02-28 | Include <dirstream.h> before <dirent/dirent.h> | Andreas Schwab | 1 | -1/+3 |
2012-02-26 | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 5 | -0/+10 |
2012-02-25 | First steps to get conformtest fully working | Ulrich Drepper | 48 | -23/+115 |
2012-02-22 | Move __STDC_* predefined macros from features.h to stdc-predef.h. | Joseph Myers | 2 | -8/+40 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 13 | -39/+26 |
2012-01-28 | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | Chris Metcalf | 1 | -0/+6 |
2012-01-24 | Fix gets problems | Ulrich Drepper | 1 | -0/+22 |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 1 | -0/+7 |
2012-01-08 | Add checking versions of poll and ppoll | Ulrich Drepper | 2 | -0/+2 |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | 1 | -49/+25 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 36 | -267/+264 |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 2 | -83/+38 |
2012-01-01 | Missed half the support for __USE_ISOC11 | Ulrich Drepper | 1 | -0/+2 |
2012-01-01 | Add __USE_ISOCXX11 | Ulrich Drepper | 1 | -0/+10 |
2012-01-01 | Support C11 __STDC_SOURCE__ and _ISOC11_SOURCE | Ulrich Drepper | 1 | -6/+12 |
2011-12-23 | Preliminaries for 2.15 releaseglibc-2.15 | Ulrich Drepper | 1 | -1/+1 |
2011-11-11 | Fix __readlink declaration. | Roland McGrath | 1 | -1/+1 |
2011-11-01 | Account for alloca size rounding in extend_alloca | Andreas Schwab | 1 | -3/+7 |
2011-10-31 | Cache network interface information | Ulrich Drepper | 1 | -0/+5 |
2011-10-15 | Optimize access to isXYZ and toXYZ tables | Ulrich Drepper | 1 | -12/+8 |
2011-10-08 | Optimize use of isnan, isinf, finite | Ulrich Drepper | 1 | -0/+4 |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | 1 | -0/+1 |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 4 | -49/+17 |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 2 | -27/+8 |
2011-09-08 | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | 1 | -0/+1 |
2011-08-11 | Clean up PLT use for scandirat | Andreas Schwab | 1 | -5/+2 |
2011-08-09 | Implement scandirat function | Ulrich Drepper | 1 | -0/+14 |
2011-05-31 | 2.14 releaseglibc-2.14 | Ulrich Drepper | 1 | -1/+1 |
2011-05-20 | Don't unconditionally use alloca in gaih_inet | Ulrich Drepper | 1 | -5/+14 |
2011-05-15 | Fix a few problems in fopen and freopen | Ulrich Drepper | 1 | -0/+2 |
2011-05-15 | Use mmap for allocation of buffers used for __abort_msg | Ulrich Drepper | 2 | -4/+15 |
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 |
2011-05-08 | Optimize fdopendir a bit. | Ulrich Drepper | 1 | -1/+2 |
2011-04-16 | Obsolete RPC implementation in libc. | Ulrich Drepper | 14 | -143/+139 |
2011-04-02 | Update comment about feature macros. | Ulrich Drepper | 1 | -0/+1 |
2011-03-10 | Fix copy relocations handling of unique objects. | Ulrich Drepper | 1 | -1/+0 |
2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 1 | -1/+4 |
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-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-11 | Correct implementation of fmaf. | Jakub Jelinek | 1 | -0/+2 |