summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-09-17new dlstart stage-2 chaining for powerpcRich Felker-0/+9
2015-09-17new dlstart stage-2 chaining for or1kRich Felker-0/+9
2015-09-17new dlstart stage-2 chaining for mipsRich Felker-0/+15
2015-09-17new dlstart stage-2 chaining for microblazeRich Felker-0/+7
2015-09-17introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker-0/+13
2015-09-17remove attribute((const)) from pthread_self and errno location declsRich Felker-9/+0
2015-09-15add format argument attributes to gettext function prototypesKhem Raj-6/+14
2015-09-15reindent powerpc's bits/termios.h to be consistent with other archsFelix Janda-140/+138
2015-09-15fix namespace violations in aarch64/bits/termios.hFelix Janda-7/+7
2015-09-12add sh fdpic subarch variantsRich Felker-1/+20
2015-09-12add fdpic version of entry point code for shRich Felker-0/+29
2015-09-12provide arch-generic fdpic self-relocation code for crt1 to useRich Felker-0/+28
2015-09-12make sh clone asm fdpic-compatibleRich Felker-3/+14
2015-09-12make sh crti/crtn init/fini fragments setup proper stack frameRich Felker-2/+14
2015-09-12add sh relocation types needed for fdpic to elf.hRich Felker-0/+8
2015-09-11fix uninitialized scopeid in lookups from hosts file and ip literalsTimo Teräs-2/+2
2015-09-09fix missing earlyclobber flag in i386 a_ctz_64 asmRich Felker-1/+1
2015-09-09remove unused (and invalid) C version of sigsetjmpRich Felker-17/+0
2015-09-09fix breakage in nl_langinfo from previous commitRich Felker-1/+1
2015-09-09make nl_langinfo(CODESET) always return "UTF-8"Rich Felker-2/+1
2015-09-09fix fclose of permanent (stdin/out/err) streamsRich Felker-2/+3
2015-08-31implement arm eabi mem* functionsTimo Teräs-0/+36
2015-08-30remove use of buggy .SECONDARY special target in makefileRich Felker-2/+0
2015-08-30release 1.1.11v1.1.11Rich Felker-1/+44
2015-08-27fix makefile suppression of intermediate file removalRich Felker-1/+1
2015-08-26Build process uses script to add CFI directives to x86 asmAlex Dowad-2/+254
2015-08-21getsubopt: don't include leading = in value stringSteven Barth-1/+1
2015-08-16mitigate performance regression in libc-internal locks on x86_64Rich Felker-2/+2
2015-08-14match historical behavior for tm_gmtoff member of struct tmNatanael Copa-12/+12
2015-08-11aarch64: fix 64-bit syscall argument passingSzabolcs Nagy-4/+2
2015-08-09fix failure of tempnam to null-terminate resultRich Felker-0/+1
2015-08-07mitigate blow-up of heap size under malloc/free contentionRich Felker-14/+14
2015-07-28fix missing synchronization in atomic store on i386 and x86_64Rich Felker-3/+3
2015-07-25fix undefined left-shift of negative values in utf-8 state tableRich Felker-1/+1
2015-07-24fix atexit when it is called from an atexit handlerRich Felker-12/+9
2015-07-21socket.h: cleanup/reorder mips and powerpc bits/socket.hRoman Yeryomin-18/+20
2015-07-21socket.h: fix SO_* for mipsRoman Yeryomin-4/+9
2015-07-21mips: fix mcontext_t register array field nameFelix Fietkau-1/+1
2015-07-09handle loss of syslog socket connectionRich Felker-7/+11
2015-07-09fix incorrect void return type for syncfs functionRich Felker-3/+3
2015-07-08fix negated return value of ns_skiprr, breakage in related functionsRich Felker-1/+1
2015-07-06add musl-clang, a wrapper for system clang installsShiz-1/+105
2015-07-06build: fix musl-targeting toolchain testShiz-9/+8
2015-07-06build: overhaul wrapper script system for multiple wrapper supportShiz-21/+39
2015-07-06treat empty TZ environment variable as GMT rather than defaultRich Felker-1/+2
2015-06-28dynlink.c: pass gnu-hash table pointer to gnu_lookupAlexander Monakov-13/+11
2015-06-28dynlink.c: slim down gnu_lookupAlexander Monakov-9/+5
2015-06-28dynlink.c: use bloom filter in gnu hash lookupAlexander Monakov-3/+22
2015-06-27dynlink.c: use a faster expression in gnu_hashAlexander Monakov-1/+1
2015-06-25fix local-dynamic model TLS on mips and powerpcRich Felker-5/+13