about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* cleanup src/linux and src/misc trees, etc.Rich Felker2012-09-0745-98/+74
* fix constraint violation in ftwRich Felker2012-09-061-1/+4
* provide loff_t for splice syscallRich Felker2012-09-061-0/+1
* further use of _Noreturn, for non-plain-C functionsRich Felker2012-09-0611-19/+47
* fix invalid implicit pointer conversion in gnulib-compat functionsRich Felker2012-09-061-1/+1
* add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker2012-09-066-9/+23
* dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCERich Felker2012-09-061-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-06192-382/+552
* remove dependency of wmemmove on wmemcpy directionRich Felker2012-09-061-4/+4
* remove dependency of memmove on memcpy directionRich Felker2012-09-061-5/+4
* fix broken ttyname[_r] (failure to null-terminate result)Rich Felker2012-09-061-1/+4
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-028-62/+57
* fix wrong type for poll.h nfds_tRich Felker2012-09-011-1/+1
* fix missing statics in crypt_sha256 codeRich Felker2012-08-301-3/+3
* anti-DoS rounds count limits for blowfish and des cryptRich Felker2012-08-292-2/+2
* limit sha512 rounds to similar runtime to sha256 limitRich Felker2012-08-291-1/+1
* add sha256/sha512 cryptRich Felker2012-08-294-1/+700
* get rid of eh_frame bloatRich Felker2012-08-291-3/+12
* fix bug caused by main app & libc having map set; cannot free themRich Felker2012-08-271-1/+1
* dladdr support for dynamic linker (nonstandard extension)Rich Felker2012-08-263-0/+105
* implement "low hanging fruit" from C11Rich Felker2012-08-257-49/+75
* add c11 quick_exit and at_quick_exit functionsRich Felker2012-08-253-0/+46
* fix bug in gnu hash lookup on dlsym(handle, name) lookupsRich Felker2012-08-251-1/+1
* clean up search_vec usage for vdsoRich Felker2012-08-251-2/+2
* use new search_vec function to find vdso in dynamic linkerRich Felker2012-08-251-4/+2
* ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker2012-08-252-2/+6
* add gnu hash support in the dynamic linkerRich Felker2012-08-252-13/+86
* type exposure fixes in sys/sem.hRich Felker2012-08-241-2/+5
* stdio_ext.h needs to include stdio.h, at least to get FILE...Rich Felker2012-08-241-0/+2
* fix missing uintXX_t in nameser.hRich Felker2012-08-241-0/+2
* fix dirent.h with _BSD_SOURCERich Felker2012-08-241-0/+3
* optimize legacy ffs functionRich Felker2012-08-231-4/+2
* fix bug whereby most atexit-registered functions got skippedRich Felker2012-08-191-3/+2
* make dynamic linker report all failures before exitingRich Felker2012-08-181-2/+6
* release notes for 0.9.4 v0.9.4Rich Felker2012-08-171-0/+29
* add mips to supported arch list in INSTALL fileRich Felker2012-08-171-1/+1
* crt1 must align stack pointer on mipsRich Felker2012-08-171-0/+1
* fix bug computing argc when invoking ld-musl-mips.so.1 progname ...Rich Felker2012-08-171-3/+3
* split up installation targetRich Felker2012-08-171-2/+10
* fix extremely rare but dangerous race condition in robust mutexesRich Felker2012-08-173-20/+33
* fix float parsing logic for long decimal expansionsRich Felker2012-08-171-1/+1
* handle null arguments to legacy bsd err.h functionsRich Felker2012-08-151-2/+2
* improve headers to better deal with removed-in-posix-2008 featuresRich Felker2012-08-152-13/+22
* add missing xattr functionsRich Felker2012-08-152-0/+18
* update copyright/credits for recent code additionsRich Felker2012-08-151-2/+12
* support configuring cross compiling with CROSS_COMPILE prefix variableRich Felker2012-08-141-3/+6
* Merge remote-tracking branch 'nsz/bsd'Rich Felker2012-08-131-25/+26
|\
| * math: fix _BSD_SOURCE namespace in math.hnsz2012-08-131-25/+26
* | Merge remote-tracking branch 'nsz/exp'Rich Felker2012-08-132-40/+35
|\ \ | |/ |/|
| * math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz2012-08-082-40/+35