about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* work around "signal loses thread pointer" issue with "approach 2"Rich Felker2012-02-272-2/+8
* new attempt at working around the gcc 3 visibility bugRich Felker2012-02-243-0/+11
* remove useless attribute visibility from definitionsRich Felker2012-02-242-2/+2
* cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker2012-02-234-12/+15
* fix (hopefully) PTRACE_TRACEME (command 0) argument handlingRich Felker2012-02-231-2/+2
* fix for previous incorrect fix of cancellation in dns lookupsRich Felker2012-02-231-3/+4
* fix get_current_dir_name behaviorRich Felker2012-02-171-2/+6
* add get_current_dir_name functionRich Felker2012-02-171-0/+12
* fix default nameserver when resolv.conf doesn't existRich Felker2012-02-111-1/+2
* fix illegal goto out of cleanup context in dns lookupsRich Felker2012-02-111-3/+3
* small fix for new pthread cleanup stuffRich Felker2012-02-092-1/+1
* replace bad cancellation cleanup abi with a sane oneRich Felker2012-02-093-62/+23
* document iswspace and remove wrongly-included zwsp characterRich Felker2012-02-091-1/+5
* fix typo in iswspace space list tableRich Felker2012-02-091-1/+1
* protect against cancellation in dlopenRich Felker2012-02-071-2/+5
* reduce some wasted space in dso structureRich Felker2012-02-071-3/+3
* more locale_t interfaces (string stuff) and header updatesRich Felker2012-02-067-0/+48
* fix some omissions and mistakes in locale_t interface definitionsRich Felker2012-02-0613-13/+13
* add more of the locale_t interfaces, all dummied out to ignore the localeRich Felker2012-02-0618-0/+108
* 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-061-0/+19
* add deprecated (removed from posix) [efg]cvt() functionsRich Felker2012-02-063-0/+52
* include dummied-out dlopen and dlsym functions for static binariesRich Felker2012-02-031-1/+10
* 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
* add fgetpwent (nonstandard function)Rich Felker2012-01-291-0/+9
* add linux setfs[ug]id syscall wrappersRich Felker2012-01-282-0/+16
* add legacy futimes and lutimes functionsRich Felker2012-01-242-0/+26
* 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
* 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
* use prlimit syscall for getrlimit/setrlimitRich Felker2012-01-202-4/+14
* add prlimit syscall wrapperRich Felker2012-01-201-0/+8
* 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 signed overflows at most-negative values in ato(i|l|ll)Rich Felker2011-11-103-6/+9
* report sem value overflows in sem_postRich Felker2011-10-261-0/+4
* 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
* simplify atexit and fflush-on-exit handlingRich Felker2011-10-143-9/+12
* fix F_GETOWN return value handlingRich Felker2011-10-091-0/+1