about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* update release notes for 0.8.5 v0.8.5Rich Felker2012-02-271-0/+35
* work around "signal loses thread pointer" issue with "approach 2"Rich Felker2012-02-272-2/+8
* use __attribute__((const)) on arm __pthread_self functionRich Felker2012-02-251-1/+3
* replace prototype for basename in string.h with non-prototype declarationRich Felker2012-02-241-1/+1
* 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
* remove -std=gnu99 from musl-gcc wrapperRich Felker2012-02-171-1/+1
* two fixes for "make install" handling of shared libsRich Felker2012-02-171-1/+2
* add get_current_dir_name functionRich Felker2012-02-172-0/+13
* add float_t and double_t to math.hRich Felker2012-02-154-0/+11
* 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-097-115/+32
* 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
* fix typo in inotify.hRich Felker2012-02-071-1/+1
* protect against cancellation in dlopenRich Felker2012-02-071-2/+5
* reduce some wasted space in dso structureRich Felker2012-02-071-3/+3
* 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