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