| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.14 releaseglibc-2.14 | Ulrich Drepper | 2011-05-31 | 1 | -1/+1 |
* | Don't unconditionally use alloca in gaih_inet | Ulrich Drepper | 2011-05-20 | 1 | -5/+14 |
* | Fix a few problems in fopen and freopen | Ulrich Drepper | 2011-05-15 | 1 | -0/+2 |
* | Use mmap for allocation of buffers used for __abort_msg | Ulrich Drepper | 2011-05-15 | 2 | -4/+15 |
* | Make complete getcwd work in rtld | Ulrich Drepper | 2011-05-08 | 1 | -0/+4 |
* | Fix Linux getcwd for long paths | Ulrich Drepper | 2011-05-08 | 2 | -0/+4 |
* | Optimize fdopendir a bit. | Ulrich Drepper | 2011-05-08 | 1 | -1/+2 |
* | Obsolete RPC implementation in libc. | Ulrich Drepper | 2011-04-16 | 14 | -143/+139 |
* | Update comment about feature macros. | Ulrich Drepper | 2011-04-02 | 1 | -0/+1 |
* | Fix copy relocations handling of unique objects. | Ulrich Drepper | 2011-03-10 | 1 | -1/+0 |
* | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 2011-02-25 | 1 | -1/+4 |
* | 2.13 releaseglibc-2.13 | Ulrich Drepper | 2011-01-17 | 1 | -2/+3 |
* | Clean up PLT use for getrlimit64. | Ulrich Drepper | 2011-01-13 | 1 | -0/+1 |
* | Fix PLT use due to __libc_alloca_cutoff. | Ulrich Drepper | 2011-01-13 | 1 | -0/+1 |
* | Fix typo in comment. | Ulrich Drepper | 2010-12-09 | 1 | -1/+1 |
* | Require suid bit on audit objects in privileged programs | Andreas Schwab | 2010-10-24 | 1 | -0/+1 |
* | Correct implementation of fmaf. | Jakub Jelinek | 2010-10-11 | 1 | -0/+2 |
* | Remove duplicate version of pmap_getport from NIS code. | Ulrich Drepper | 2010-09-01 | 1 | -0/+5 |
* | Prepare for release.glibc-2.12 | Ulrich Drepper | 2010-05-03 | 1 | -1/+1 |
* | Fix handling of __need_mbstate_t and __need_wint_t. | Ulrich Drepper | 2010-03-27 | 1 | -0/+5 |
* | Fix Linux getlogin{_r,} implementation | Ulrich Drepper | 2010-03-24 | 1 | -0/+3 |
* | Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING | Ulrich Drepper | 2010-03-24 | 1 | -1/+5 |
* | Avoid PLT call to fegetenv on s390 | Andreas Schwab | 2010-02-09 | 1 | -0/+1 |
* | Fix _XOPEN_SOURCE_EXTENDED handling. | Ulrich Drepper | 2010-01-15 | 1 | -4/+2 |
* | Fix up wchar.h for XPG7. | Ulrich Drepper | 2010-01-11 | 1 | -0/+6 |
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 1 | -2/+7 |
* | Fix isomac test after recent header change. | Ulrich Drepper | 2009-12-23 | 1 | -1/+5 |
* | Avoid ELF lookup race. | Ulrich Drepper | 2009-12-15 | 1 | -3/+5 |
* | Optimize grantpt. | Ulrich Drepper | 2009-11-24 | 1 | -0/+3 |
* | 2.11 release.glibc-2.11 | Ulrich Drepper | 2009-10-30 | 1 | -1/+1 |
* | Implement mkstemps and mkstemps64. | Ulrich Drepper | 2009-10-30 | 1 | -1/+2 |
* | Correct errno handling in expm1. | Andreas Schwab | 2009-10-19 | 1 | -0/+3 |
* | Add hidden alias for fflush. | Andreas Schwab | 2009-09-01 | 1 | -0/+1 |
* | Prepare use if IFUNC functions outside libc.so. | Ulrich Drepper | 2009-07-29 | 1 | -1/+12 |
* | Make include/unistd.h suitable for C++ test cases. | Duncan Simpson | 2009-07-23 | 1 | -0/+4 |
* | Use rel semantics of cas instead of acq semantics with full barrier before it... | Jakub Jelinek | 2009-07-16 | 1 | -11/+21 |
* | Clean up code for hash table handling in ld.so. | Ulrich Drepper | 2009-07-07 | 1 | -69/+3 |
* | Preserve message printed before abort. | Ulrich Drepper | 2009-06-15 | 1 | -0/+3 |
* | Add missing __execvpe prototype. | Ulrich Drepper | 2009-06-02 | 1 | -0/+2 |
* | Finish IFUNC support for x86 and x86-64. | Ulrich Drepper | 2009-05-31 | 1 | -0/+17 |
* | Avoid double definition of catomic_compare_and_exchange_val_acq. | Jakub Jelinek | 2009-05-15 | 1 | -9/+10 |
* | Check for valid stack frame in longjmp. | Ulrich Drepper | 2009-05-15 | 2 | -1/+3 |
* | * version.h (VERSION): Bump for 2.10 release.cvs/fedora-glibc-20090509T1828 | Ulrich Drepper | 2009-05-09 | 1 | -1/+1 |
* | * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99. | Ulrich Drepper | 2009-04-25 | 1 | -0/+2 |
* | [BZ #9955] | Ulrich Drepper | 2009-04-23 | 1 | -0/+15 |
* | Yet more changes to match sort function type change. | Ulrich Drepper | 2009-03-17 | 1 | -3/+5 |
* | * config.h.in (USE_MULTIARCH): Define. | Ulrich Drepper | 2009-03-13 | 1 | -2/+12 |
* | * include/stdio.h (fmemopen): Add libc_hidden_proto. | Ulrich Drepper | 2009-03-10 | 1 | -0/+1 |
* | * include/features.h: Define macros for XPG7/POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -4/+18 |
* | * include/features.h: If no feature selection given and we select | Ulrich Drepper | 2009-02-26 | 1 | -1/+2 |