summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-11-11Fix __readlink declaration.Roland McGrath
2011-11-01Account for alloca size rounding in extend_allocaAndreas Schwab
2011-10-31Cache network interface informationUlrich Drepper
2011-10-15Optimize access to isXYZ and toXYZ tablesUlrich Drepper
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-09-10Cleanup of configuration optionsUlrich Drepper
2011-09-08Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper
2011-08-11Clean up PLT use for scandiratAndreas Schwab
2011-08-09Implement scandirat functionUlrich Drepper
2011-05-312.14 releaseglibc-2.14Ulrich Drepper
2011-05-20Don't unconditionally use alloca in gaih_inetUlrich Drepper
2011-05-15Fix a few problems in fopen and freopenUlrich Drepper
2011-05-15Use mmap for allocation of buffers used for __abort_msgUlrich Drepper
2011-05-08Make complete getcwd work in rtldUlrich Drepper
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper
2011-05-08Optimize fdopendir a bit.Ulrich Drepper
2011-04-16Obsolete RPC implementation in libc.Ulrich Drepper
2011-04-02Update comment about feature macros.Ulrich Drepper
2011-03-10Fix copy relocations handling of unique objects.Ulrich Drepper
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab
2011-01-172.13 releaseglibc-2.13Ulrich Drepper
2011-01-13Clean up PLT use for getrlimit64.Ulrich Drepper
2011-01-13Fix PLT use due to __libc_alloca_cutoff.Ulrich Drepper
2010-12-09Fix typo in comment.Ulrich Drepper
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab
2010-10-11Correct implementation of fmaf.Jakub Jelinek
2010-09-01Remove duplicate version of pmap_getport from NIS code.Ulrich Drepper
2010-05-03Prepare for release.glibc-2.12Ulrich Drepper
2010-03-27Fix handling of __need_mbstate_t and __need_wint_t.Ulrich Drepper
2010-03-24Fix Linux getlogin{_r,} implementationUlrich Drepper
2010-03-24Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper
2010-02-09Avoid PLT call to fegetenv on s390Andreas Schwab
2010-01-15Fix _XOPEN_SOURCE_EXTENDED handling.Ulrich Drepper
2010-01-11Fix up wchar.h for XPG7.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-12-23Fix isomac test after recent header change.Ulrich Drepper
2009-12-15Avoid ELF lookup race.Ulrich Drepper
2009-11-24Optimize grantpt.Ulrich Drepper
2009-10-302.11 release.glibc-2.11Ulrich Drepper
2009-10-30Implement mkstemps and mkstemps64.Ulrich Drepper
2009-10-19Correct errno handling in expm1.Andreas Schwab
2009-09-01Add hidden alias for fflush.Andreas Schwab
2009-07-29Prepare use if IFUNC functions outside libc.so.Ulrich Drepper
2009-07-23Make include/unistd.h suitable for C++ test cases.Duncan Simpson
2009-07-16Use rel semantics of cas instead of acq semantics with full barrier before it...Jakub Jelinek
2009-07-07Clean up code for hash table handling in ld.so.Ulrich Drepper
2009-06-15Preserve message printed before abort.Ulrich Drepper
2009-06-02Add missing __execvpe prototype.Ulrich Drepper