about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* declare basename in string.h when _GNU_SOURCE is definedRich Felker2012-02-071-0/+1
* revert hacks for types of stdint.h integer constant macrosRich Felker2012-02-071-4/+4
* more locale_t interfaces (string stuff) and header updatesRich Felker2012-02-0610-0/+63
* fix some omissions and mistakes in locale_t interface definitionsRich Felker2012-02-0614-13/+37
* add more of the locale_t interfaces, all dummied out to ignore the localeRich Felker2012-02-0619-0/+113
* x86_64 vfork implementationRich Felker2012-02-061-0/+12
* run ctors/dtors for shared objects loaded with dlopenRich Felker2012-02-061-0/+1
* add support for init/finit (constructors and destructors)Rich Felker2012-02-0610-7/+75
* add deprecated (removed from posix) [efg]cvt() functionsRich Felker2012-02-064-0/+55
* include dummied-out dlopen and dlsym functions for static binariesRich Felker2012-02-031-1/+10
* improve gcc wrapper to support -nostdlib, -nostartfilesRich Felker2012-02-021-1/+1
* make stdio open, read, and write operations cancellation pointsRich Felker2012-02-023-5/+28
* make passwd/group functions safe against cancellation in stdioRich Felker2012-02-014-6/+35
* apparently gnu caddr_t is supposed to be char *, not unsigned longRich Felker2012-02-011-1/+1
* fix utmp.h mess, try 2Rich Felker2012-02-011-1/+1
* fix previous utmp.h junk commitRich Felker2012-01-311-1/+1
* add some missing junk in utmp.hRich Felker2012-01-311-0/+4
* add fgetpwent (nonstandard function)Rich Felker2012-01-292-0/+14
* add linux setfs[ug]id syscall wrappersRich Felker2012-01-283-0/+36
* remove useless "extern" keywords in headersRich Felker2012-01-263-3/+3
* fix typo in FPE_FLTUND definition, signal.hRich Felker2012-01-251-1/+1
* add MIN/MAX macros to sys/param.hRich Felker2012-01-241-0/+5
* add legacy futimes and lutimes functionsRich Felker2012-01-243-0/+28
* make gcc wrapper support -shared correctlyRich Felker2012-01-241-2/+7
* make glob mark symlinks-to-directories with the GLOB_MARK flagRich Felker2012-01-231-1/+1
* fix broken copy relocations from dynamic linker cleanupRich Felker2012-01-231-1/+4
* dynamic linker support for PIE binaries (position-independent main program)Rich Felker2012-01-231-3/+6
* cleanup dynamic linker, removing some code duplicationRich Felker2012-01-231-80/+66
* update release notes for 0.8.4 v0.8.4Rich Felker2012-01-231-3/+5
* fix cancellation failure in single-threaded programsRich Felker2012-01-221-1/+1
* support GLOB_PERIOD flag (GNU extension) to glob functionRich Felker2012-01-221-1/+2
* update WHATSNEW in preparation for 0.8.4 (not finished)Rich Felker2012-01-221-0/+30
* use prlimit syscall for getrlimit/setrlimitRich Felker2012-01-202-4/+14
* add prlimit syscall wrapperRich Felker2012-01-203-0/+18
* fix dynamic linker not to depend on DYNAMIC ptr in 0th entry of GOTRich Felker2012-01-201-3/+12
* alias basename to glibc name for it, to meet abi goalsRich Felker2012-01-181-0/+3
* fix char signedness bug in dynlinker hash functionRich Felker2012-01-171-1/+2
* fix broken reboot wrapper (syscall needs extra silly magic arguments...)Rich Felker2011-12-231-1/+1
* fix issue with excessive mremap syscalls on reallocRich Felker2011-11-161-4/+2
* fix __cplusplus extern "C" closing brace in pty.h (typo?)Rich Felker2011-11-101-1/+1
* fix signed overflows at most-negative values in ato(i|l|ll)Rich Felker2011-11-103-6/+9
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-1021-1/+166
* report sem value overflows in sem_postRich Felker2011-10-261-0/+4
* add some missing GNU FNM_* extensions to the headerRich Felker2011-10-171-1/+3
* fix some details in ugly stuff that doesn't belong in libcRich Felker2011-10-172-6/+8
* don't define wchar_t on c++Rich Felker2011-10-153-0/+6
* support vfork on i386Rich Felker2011-10-141-0/+14
* make available a namespace-safe vfork, if supportedRich Felker2011-10-141-1/+4
* add dummy __cxa_finalizeRich Felker2011-10-141-0/+4
* support __cxa_atexit, and registering atexit functions from atexit handlersRich Felker2011-10-141-7/+26