about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplify atexit and fflush-on-exit handlingRich Felker2011-10-143-9/+12
* fix F_GETOWN return value handlingRich Felker2011-10-091-0/+1
* fix typo in arm clone() asmRich Felker2011-10-091-1/+1
* fix fcntl O_* flags for armRich Felker2011-10-051-4/+4
* make [U]INTn_C() macros have the right type...Rich Felker2011-10-041-4/+4
* recovering ownerdead robust mutex must reset recursive lock countRich Felker2011-10-031-0/+1
* simplify robust mutex unlock code pathRich Felker2011-10-031-4/+4
* fix crash if pthread_mutex_unlock is called without ever lockingRich Felker2011-10-031-1/+1
* use count=0 instead of 1 for recursive mutex with only one lock referenceRich Felker2011-10-032-4/+2
* sysconf for PTHREAD_KEYS_MAXRich Felker2011-10-031-1/+1
* synchronize cond var destruction with exiting waitsRich Felker2011-10-023-0/+12
* fix failure-to-wake in rwlock unlockRich Felker2011-10-011-1/+1
* dlsym entry point for armRich Felker2011-10-011-0/+6
* dynamic linker entry point for armRich Felker2011-10-011-0/+14
* typo (copy 2) in arm reloc.hRich Felker2011-10-011-1/+1
* typo in arm reloc.hRich Felker2011-10-011-1/+1
* first attempt at arm dynamic linkingRich Felker2011-10-011-0/+26
* fix various bugs in path and error handling in execvp/fexecveRich Felker2011-09-292-18/+29
* don't crash on null strings in printfRich Felker2011-09-281-1/+1
* fix excessive/insufficient wakes in __vm_unlockRich Felker2011-09-281-3/+3
* make getmntent_r discard long lines when it returns error, not seek backRich Felker2011-09-281-2/+1
* improve pshared barriersRich Felker2011-09-282-12/+14
* next step making barrier self-sync'd destruction safeRich Felker2011-09-282-6/+18
* barrier destroy must also wait for threads in other processes exiting barrierRich Felker2011-09-281-0/+2
* stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker2011-09-282-2/+2
* correctly handle the degenerate barrier in the pshared caseRich Felker2011-09-271-1/+1
* fix crash in pthread_cond_wait mutex-locked checkRich Felker2011-09-271-1/+1
* fix crash in pthread_testcancel if pthread_self has not been calledRich Felker2011-09-271-1/+1