about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix indention with spaces in powerpc asmRich Felker2012-11-147-55/+54
* Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker2012-11-1411-0/+335
|\
| * PPC port cleaned up, static linking works well now.rofl0r2012-11-1317-112/+321
| * import preliminary ppc work by rdp.Richard Pennington2012-11-138-0/+126
* | debloat src/thread tree but putting lots of junk in one fileRich Felker2012-11-1116-108/+93
* | report support of TPS option in unistd.h and sysconfRich Felker2012-11-111-2/+2
* | add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-1120-13/+147
* | fix clobber of edx in i386 vsyscall asmRich Felker2012-11-111-1/+2
* | always add memory streams to stdio open file listRich Felker2012-11-093-18/+21
* | support ldso path files without final newlineRich Felker2012-11-091-2/+5
* | change ldso path file logic to replace rather than add to search pathRich Felker2012-11-081-2/+2
* | clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-0821-16/+28
* | clean up stdio_impl.hRich Felker2012-11-0841-19/+93
|/
* fix dlsym asm for mipsRich Felker2012-11-081-1/+2
* improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback codeRich Felker2012-11-051-1/+2
* mips cache flush/ctl syscall support and headerRich Felker2012-11-041-0/+18
* remove one unnecessary static var from dynamic linkerRich Felker2012-11-011-2/+2
* fix more unused variable warningsRich Felker2012-11-014-6/+5
* fix unused variable warningsRich Felker2012-11-012-2/+1
* add dl_iterate_phdr interfaceRich Felker2012-10-312-7/+87
* system is a cancellation pointRich Felker2012-10-281-0/+3
* fix shmdt syscall calling convention on old archsRich Felker2012-10-281-1/+1
* separate getc/putc from fgetc/fputcRich Felker2012-10-274-6/+25
* use explicit visibility to optimize a few hot-path function callsRich Felker2012-10-253-11/+13
* correct locking in stdio functions that tried to be lock-freeRich Felker2012-10-246-16/+36
* greatly improve freopen behaviorRich Felker2012-10-245-17/+41
* remove useless failure-check from freopen (can't happen)Rich Felker2012-10-241-2/+2
* simplify logic in stpcpy; avoid copying first aligned byte twiceRich Felker2012-10-221-4/+4
* as an extension, have putenv("VAR") behave as unsetenv("VAR")Rich Felker2012-10-211-5/+5
* accept "nan(n-char-sequence)" in strtod/scanf functionsRich Felker2012-10-211-1/+19
* fix copy/paste error in popen changes that broke signalsRich Felker2012-10-211-1/+1
* support looking up thread-local objects with dlsymRich Felker2012-10-191-0/+6
* fix breakage in dlsym for looking up RTLD_DEFAULT, etc.Rich Felker2012-10-191-2/+5
* fix usage of locks with vforkRich Felker2012-10-193-3/+4
* fix crashes in static-linked multithreaded programs without TLSRich Felker2012-10-191-0/+2
* fix order of syscall args for microblaze clone syscallRich Felker2012-10-191-3/+2
* ensure microblaze __set_thread_area returns successRich Felker2012-10-181-1/+2
* avoid raising spurious division-by-zero exception in printfRich Felker2012-10-181-1/+1
* floating point environment/exceptions support for mipsRich Felker2012-10-181-0/+60
* fix parent-memory-clobber in posix_spawn (environ)Rich Felker2012-10-183-9/+17
* overhaul system() and popen() to use vfork; fix various related bugsRich Felker2012-10-184-56/+110
* fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmpRich Felker2012-10-181-3/+12
* fix microblaze asm relocations for shared libcRich Felker2012-10-174-6/+6
* add memmem function (gnu extension)Rich Felker2012-10-151-0/+148
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-155-6/+46
* block uid/gid changes during posix_spawnRich Felker2012-10-151-0/+10
* fix overlap of thread stacks with thread tls segmentsRich Felker2012-10-141-2/+1
* fix main program TLS alignment for dynamic-linked programsRich Felker2012-10-141-6/+5
* workaround broken hidden-visibility handling in pccRich Felker2012-10-131-1/+1
* fix namespace clash (libc) in dynlink.cRich Felker2012-10-131-14/+13