about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* update license of njk contributed code (x86_64 asm)Rich Felker2012-05-056-7/+9
* update INSTALL file to reflect configure script usageRich Felker2012-05-041-13/+23
* initial commit of configure scriptRich Felker2012-05-041-0/+275
* make pthread stacks non-executableRich Felker2012-05-041-1/+1
* improve the build rules for installing /lib/ld-musl-$ARCH.soRich Felker2012-05-041-2/+4
* Merge remote-tracking branch 'nsz/master'Rich Felker2012-05-042-20/+16
|\
| * math: change the formula used for acos.snsz2012-05-052-20/+16
* | fix error reporting for dlsym with global symbolsRich Felker2012-05-041-1/+2
|/
* fix uninitialized var in vfwprintf printing 0-prec stringRich Felker2012-05-041-1/+1
* add *64 junk for sys/*.h headersRich Felker2012-05-047-0/+50
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-048-0/+68
* avoid setting nondefault scheduler tooRich Felker2012-05-031-1/+1
* implement stub versions of sched_*Rich Felker2012-05-037-0/+49
* uglify headers for the sake of junk that compiles with gcc -std=c89/-ansiRich Felker2012-05-032-6/+24
* add additional compatibility union member for ipv6 addressesRich Felker2012-05-031-0/+2
* overhaul SSP support to use a real canaryRich Felker2012-05-036-12/+25
* make all .o files depend on *_impl.h and libc.hRich Felker2012-05-031-2/+3
* remove some junk from x86_64 start filesRich Felker2012-05-022-4/+0
* PIE support for x86_64 (untested)Rich Felker2012-05-021-0/+18
* consistency cleanup: removed redundant size suffixed from i386 asmRich Felker2012-05-022-22/+22
* PIE support for i386Rich Felker2012-05-023-1/+25
* remove attempts to be pie-compatible from i386 crt1.sRich Felker2012-05-021-6/+3
* fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker2012-05-022-4/+9
* remove minimal linux kernel headersRich Felker2012-05-015-621/+0
* reorganize Makefile to support "least surprise" config/make semanticsRich Felker2012-05-011-11/+23
* remove objcopy --weaken from the makefileRich Felker2012-05-011-2/+0
* support alternate glibc name pow10 for exp10Rich Felker2012-05-014-0/+12
* add C stub for sqrtl (already implemented in asm on i386 and x86_64)Rich Felker2012-04-301-0/+9
* first try at writing an efficient and "correct" exp10Rich Felker2012-04-304-0/+59
* make stack protector work with gcc configured for non-tls canaryRich Felker2012-04-301-0/+2
* fix off-by-one error that caused uninitialized memory read in floatscanRich Felker2012-04-301-1/+1
* fix typo in the x86_64 rounding asmRich Felker2012-04-294-4/+4
* new math asm (abs/rounding) for x86_64Rich Felker2012-04-296-0/+36
* fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker2012-04-291-0/+5
* add linux-specific unshare syscall wrapperRich Felker2012-04-292-0/+9
* fix longstanding missing static in mq_notify (namespace pollution)Rich Felker2012-04-291-1/+1
* new fnmatch implementationRich Felker2012-04-281-131/+273
* support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sseRich Felker2012-04-271-0/+4
* update fnmatch to POSIX 2008 semanticsRich Felker2012-04-261-4/+11
* release notes for 0.8.10 v0.8.10Rich Felker2012-04-251-0/+28
* gdb shared library debugging supportRich Felker2012-04-251-5/+32
* first attempt at enabling stack protector supportRich Felker2012-04-243-0/+28
* use signed char rather than plain char for int8_tRich Felker2012-04-243-12/+12
* add another example option to dist/config.makRich Felker2012-04-241-0/+3
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-2415-77/+54
* internal locks: new owner of contended lock must set waiters flagRich Felker2012-04-241-1/+1
* new internal locking primitive; drop spinlocksRich Felker2012-04-242-7/+29
* new wcwidth implementation (fast table-based)Rich Felker2012-04-243-179/+125
* sync case mappings with unicode 6.1Rich Felker2012-04-232-8/+30
* optimize iswprintRich Felker2012-04-231-3/+12