about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Clean up PLT use for scandiratAndreas Schwab2011-08-111-5/+2
* Implement scandirat functionUlrich Drepper2011-08-091-0/+14
* 2.14 release glibc-2.14Ulrich Drepper2011-05-311-1/+1
* Don't unconditionally use alloca in gaih_inetUlrich Drepper2011-05-201-5/+14
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-151-0/+2
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-152-4/+15
* Make complete getcwd work in rtldUlrich Drepper2011-05-081-0/+4
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-082-0/+4
* Optimize fdopendir a bit.Ulrich Drepper2011-05-081-1/+2
* Obsolete RPC implementation in libc.Ulrich Drepper2011-04-1614-143/+139
* Update comment about feature macros.Ulrich Drepper2011-04-021-0/+1
* Fix copy relocations handling of unique objects.Ulrich Drepper2011-03-101-1/+0
* Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-02-251-1/+4
* 2.13 release glibc-2.13Ulrich Drepper2011-01-171-2/+3
* Clean up PLT use for getrlimit64.Ulrich Drepper2011-01-131-0/+1
* Fix PLT use due to __libc_alloca_cutoff.Ulrich Drepper2011-01-131-0/+1
* Fix typo in comment.Ulrich Drepper2010-12-091-1/+1
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-241-0/+1
* Correct implementation of fmaf.Jakub Jelinek2010-10-111-0/+2
* Remove duplicate version of pmap_getport from NIS code.Ulrich Drepper2010-09-011-0/+5
* Prepare for release. glibc-2.12Ulrich Drepper2010-05-031-1/+1
* Fix handling of __need_mbstate_t and __need_wint_t.Ulrich Drepper2010-03-271-0/+5
* Fix Linux getlogin{_r,} implementationUlrich Drepper2010-03-241-0/+3
* Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper2010-03-241-1/+5
* Avoid PLT call to fegetenv on s390Andreas Schwab2010-02-091-0/+1
* Fix _XOPEN_SOURCE_EXTENDED handling.Ulrich Drepper2010-01-151-4/+2
* Fix up wchar.h for XPG7.Ulrich Drepper2010-01-111-0/+6
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-2/+7
* Fix isomac test after recent header change.Ulrich Drepper2009-12-231-1/+5
* Avoid ELF lookup race.Ulrich Drepper2009-12-151-3/+5
* Optimize grantpt.Ulrich Drepper2009-11-241-0/+3
* 2.11 release. glibc-2.11Ulrich Drepper2009-10-301-1/+1
* Implement mkstemps and mkstemps64.Ulrich Drepper2009-10-301-1/+2
* Correct errno handling in expm1.Andreas Schwab2009-10-191-0/+3
* Add hidden alias for fflush.Andreas Schwab2009-09-011-0/+1
* Prepare use if IFUNC functions outside libc.so.Ulrich Drepper2009-07-291-1/+12
* Make include/unistd.h suitable for C++ test cases.Duncan Simpson2009-07-231-0/+4
* Use rel semantics of cas instead of acq semantics with full barrier before it...Jakub Jelinek2009-07-161-11/+21
* Clean up code for hash table handling in ld.so.Ulrich Drepper2009-07-071-69/+3
* Preserve message printed before abort.Ulrich Drepper2009-06-151-0/+3
* Add missing __execvpe prototype.Ulrich Drepper2009-06-021-0/+2
* Finish IFUNC support for x86 and x86-64.Ulrich Drepper2009-05-311-0/+17
* Avoid double definition of catomic_compare_and_exchange_val_acq.Jakub Jelinek2009-05-151-9/+10
* Check for valid stack frame in longjmp.Ulrich Drepper2009-05-152-1/+3
* * version.h (VERSION): Bump for 2.10 release. cvs/fedora-glibc-20090509T1828Ulrich Drepper2009-05-091-1/+1
* * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.Ulrich Drepper2009-04-251-0/+2
* [BZ #9955]Ulrich Drepper2009-04-231-0/+15
* Yet more changes to match sort function type change.Ulrich Drepper2009-03-171-3/+5
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-2/+12
* * include/stdio.h (fmemopen): Add libc_hidden_proto.Ulrich Drepper2009-03-101-0/+1