about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release notes for 0.9.1 v0.9.1Rich Felker2012-06-031-0/+34
* fix configure build/host/target terminology usageRich Felker2012-06-031-13/+14
* ensure that abort always worksRich Felker2012-06-021-0/+2
* add some ugly aliases for LSB ABI compatibilityRich Felker2012-06-027-0/+8
* increase default thread stack size to 80kRich Felker2012-06-021-1/+1
* remove implementation-reserved bits when saving signal maskRich Felker2012-06-021-1/+11
* remove no-longer-needed unblocking of signals in pthread_createRich Felker2012-06-021-1/+0
* add LSB abi junk for ctype functionsRich Felker2012-06-023-0/+104
* declare environ in unistd.h when _GNU_SOURCE feature test macro is usedRich Felker2012-06-021-0/+1
* use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 tooRich Felker2012-06-021-1/+1
* add LSB ABI __xstat, etc. junkRich Felker2012-05-314-0/+36
* enable LARGEFILE64 aliasesRich Felker2012-05-312-4/+1
* fix musl-gcc wrapper to work with -pieRich Felker2012-05-301-1/+1
* there is no such GNU function fpurge, only __fpurge.Rich Felker2012-05-281-1/+0
* add prototype for BSD/GNU stdio *_unlocked extension functionsRich Felker2012-05-281-2/+12
* remove duplicate lfs64 cruft in stdio.hRich Felker2012-05-281-2/+0
* math: fix nextafter definition in tgmath.hnsz2012-05-281-1/+1
* add ldd and main program loading support to dynamic linkerRich Felker2012-05-274-21/+89
* cleanup dynamic linker start code cruftRich Felker2012-05-273-13/+6
* fix overrun (n essentially ignored) in wcsncmpRich Felker2012-05-261-1/+1
* fix failure of mbsinit(0) (not UB; required to return nonzero)Rich Felker2012-05-261-1/+1
* fix failure of strrchr(str, 0)Rich Felker2012-05-261-1/+1
* avoid using pthread cleanup push/pop in stdio when not neededRich Felker2012-05-252-6/+14
* ensure pthread-internal signals are unblocked before threads are usedRich Felker2012-05-251-0/+1
* fix regex on armRich Felker2012-05-251-1/+1
* remove cruft from pthread structure (old cancellation stuff)Rich Felker2012-05-251-2/+0
* remove leftover cp_sp cruft from cancellation code, fix small bugRich Felker2012-05-251-3/+1
* fix arm syscall.h to reflect which syscalls actually exist (on EABI)Rich Felker2012-05-241-22/+0
* avoid deprecated (by linux) alarm syscall; use setitimer insteadRich Felker2012-05-241-1/+4
* linux deprecated SYS_utime on some archs, so use SYS_utimes insteadRich Felker2012-05-241-1/+8
* fix bad opcode in arm syscall_cp_asmRich Felker2012-05-231-1/+1
* fix issue with longjmp out of signal handlers and cancellationRich Felker2012-05-234-52/+35
* simplify cancellation push/pop slightlyRich Felker2012-05-232-12/+9
* debloat jmp_buf in _GNU_SOURCE modeRich Felker2012-05-231-3/+0
* remove everything related to forkallRich Felker2012-05-224-78/+0
* some feature test fixes for unistd.hRich Felker2012-05-221-16/+16
* fix missing _BSD_SOURCE support in bits/*.hRich Felker2012-05-229-12/+12
* _GNU_SOURCE implies all BSD features except ones GNU rejectsRich Felker2012-05-221-1/+1
* various header cleanups, some related to _BSD_SOURCE additionRich Felker2012-05-223-17/+9
* bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCERich Felker2012-05-221-4/+1
* support _BSD_SOURCE feature test macroRich Felker2012-05-2222-41/+126
* fix typo in utimes function that made it mess up file timesRich Felker2012-05-211-1/+1
* fix out-of-bounds array access in pthread barriers on 64-bitRich Felker2012-05-211-1/+1
* move getpass decl to the right placeRich Felker2012-05-202-1/+1
* fix misplaced semicolon in preprocessor directive (#undef h_errno)Rich Felker2012-05-161-1/+1
* yet another try to get the check for gcc right...Rich Felker2012-05-141-1/+1
* fix error in last configure change (lack of escaping)Rich Felker2012-05-141-1/+1
* useless lastlog path just to make some stuff happyRich Felker2012-05-141-0/+1
* missing limit LOGIN_NAME_MAXRich Felker2012-05-141-0/+1
* correct the check for gcc (previous version failed for cross compilers)Rich Felker2012-05-131-1/+1