summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker21-16/+28
2012-11-08clean up stdio_impl.hRich Felker41-19/+93
2012-11-08fix dlsym asm for mipsRich Felker1-1/+2
2012-11-05improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback codeRich Felker1-1/+2
2012-11-05fix numerous mips abi constant definition mismatchesRich Felker4-89/+127
2012-11-04mips cache flush/ctl syscall support and headerRich Felker2-0/+40
2012-11-01remove one unnecessary static var from dynamic linkerRich Felker1-2/+2
2012-11-01fix more unused variable warningsRich Felker4-6/+5
2012-11-01fix unused variable warningsRich Felker2-2/+1
2012-11-01avoid breakage if somebody wrongly defines empty feature test macrosRich Felker2-3/+3
2012-10-31add dl_iterate_phdr interfaceRich Felker3-7/+114
2012-10-28system is a cancellation pointRich Felker1-0/+3
2012-10-28release notes for 0.9.7v0.9.7Rich Felker1-0/+31
2012-10-28fix shmdt syscall calling convention on old archsRich Felker1-1/+1
2012-10-27separate getc/putc from fgetc/fputcRich Felker4-6/+25
2012-10-26update documentationRich Felker2-33/+67
2012-10-26further pcc fixes in configureRich Felker1-3/+4
2012-10-26add support for detecting pcc's compiler runtimeRich Felker1-0/+1
2012-10-25use explicit visibility to optimize a few hot-path function callsRich Felker3-11/+13
2012-10-25configure: test not just compiling but linking with -march/-mtuneRich Felker1-2/+2
2012-10-24correct locking in stdio functions that tried to be lock-freeRich Felker6-16/+36
2012-10-24greatly improve freopen behaviorRich Felker5-17/+41
2012-10-24remove useless failure-check from freopen (can't happen)Rich Felker1-2/+2
2012-10-22simplify logic in stpcpy; avoid copying first aligned byte twiceRich Felker1-4/+4
2012-10-21fix issues with wait constants in stdlib.hRich Felker2-6/+5
2012-10-21as an extension, have putenv("VAR") behave as unsetenv("VAR")Rich Felker1-5/+5
2012-10-21accept "nan(n-char-sequence)" in strtod/scanf functionsRich Felker1-1/+19
2012-10-21fix copy/paste error in popen changes that broke signalsRich Felker1-1/+1
2012-10-21complex: make _Complex_I work with gcc -std=c99 -pedantic-errorsnsz1-0/+4
2012-10-19support looking up thread-local objects with dlsymRich Felker1-0/+6
2012-10-19fix breakage in dlsym for looking up RTLD_DEFAULT, etc.Rich Felker1-2/+5
2012-10-19fix struct stat size/padding on microblazeRich Felker1-1/+2
2012-10-19fix usage of locks with vforkRich Felker3-3/+4
2012-10-19fix crashes in static-linked multithreaded programs without TLSRich Felker1-0/+2
2012-10-19fix order of syscall args for microblaze clone syscallRich Felker1-3/+2
2012-10-18use $CC rather than "$CC" in configure scriptRich Felker1-4/+4
2012-10-18inline syscalls for microblazeRich Felker1-0/+97
2012-10-18ensure microblaze __set_thread_area returns successRich Felker1-1/+2
2012-10-18better support for reverse-endian variants of arm/mips/microblazeRich Felker3-0/+12
2012-10-18avoid raising spurious division-by-zero exception in printfRich Felker1-1/+1
2012-10-18floating point environment/exceptions support for mipsRich Felker2-3/+73
2012-10-18fix parent-memory-clobber in posix_spawn (environ)Rich Felker3-9/+17
2012-10-18overhaul system() and popen() to use vfork; fix various related bugsRich Felker4-56/+110
2012-10-18fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmpRich Felker1-3/+12
2012-10-17fix microblaze asm relocations for shared libcRich Felker4-6/+6
2012-10-17assert() is supposed to have type voidRich Felker1-1/+1
2012-10-15add memmem function (gnu extension)Rich Felker2-0/+149
2012-10-15microblaze TLS relocation support, completely untestedRich Felker2-1/+14
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker12-17/+79
2012-10-15block uid/gid changes during posix_spawnRich Felker1-0/+10