1121 Commits (e7257d3e63b10d4725450c383e94cdbb997d9151)

Author SHA1 Message Date
rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. 14 years ago
Richard Pennington 7669d1e334 import preliminary ppc work by rdp. 14 years ago
Rich Felker c4a35f8c2a debloat src/thread tree but putting lots of junk in one file 14 years ago
Rich Felker 7df42e8744 report support of TPS option in unistd.h and sysconf 14 years ago
Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 14 years ago
Rich Felker e9b885ee55 fix clobber of edx in i386 vsyscall asm 14 years ago
Rich Felker dc059f03e8 always add memory streams to stdio open file list 14 years ago
Rich Felker 65465101ee support ldso path files without final newline 14 years ago
Rich Felker 40d5f7eb83 change ldso path file logic to replace rather than add to search path 14 years ago
Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h 14 years ago
Rich Felker 835f9f950e clean up stdio_impl.h 14 years ago
Rich Felker 1e717ea3d2 fix dlsym asm for mips 14 years ago
Rich Felker e8a0b27a71 improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code 14 years ago
Rich Felker fc5f16d182 mips cache flush/ctl syscall support and header 14 years ago
Rich Felker 2f2f115b58 remove one unnecessary static var from dynamic linker 14 years ago
Rich Felker a617a8e2ad fix more unused variable warnings 14 years ago
Rich Felker 3a5aa8e49c fix unused variable warnings 14 years ago
Rich Felker 18c0e02e2b add dl_iterate_phdr interface 14 years ago
Rich Felker 76f28cfce5 system is a cancellation point 14 years ago
Rich Felker 86dd1e7bbb fix shmdt syscall calling convention on old archs 14 years ago
Rich Felker 8fc7b5965a separate getc/putc from fgetc/fputc 14 years ago
Rich Felker 607b05aca6 use explicit visibility to optimize a few hot-path function calls 14 years ago
Rich Felker c8cb6bcdf0 correct locking in stdio functions that tried to be lock-free 14 years ago
Rich Felker 892cafff66 greatly improve freopen behavior 14 years ago
Rich Felker 708c91f4e9 remove useless failure-check from freopen (can't happen) 14 years ago
Rich Felker 838951c97e simplify logic in stpcpy; avoid copying first aligned byte twice 14 years ago
Rich Felker 31a55f233b as an extension, have putenv("VAR") behave as unsetenv("VAR") 14 years ago
Rich Felker 8489897e01 accept "nan(n-char-sequence)" in strtod/scanf functions 14 years ago
Rich Felker f1b23d41cf fix copy/paste error in popen changes that broke signals 14 years ago
Rich Felker 0a1c2c1c17 support looking up thread-local objects with dlsym 14 years ago
Rich Felker deb15b3cf2 fix breakage in dlsym for looking up RTLD_DEFAULT, etc. 14 years ago
Rich Felker 599f973603 fix usage of locks with vfork 14 years ago
Rich Felker ebee8c2b47 fix crashes in static-linked multithreaded programs without TLS 14 years ago
Rich Felker 6a04d1b8c6 fix order of syscall args for microblaze clone syscall 14 years ago
Rich Felker 1f485230df ensure microblaze __set_thread_area returns success 14 years ago
Rich Felker 776251867d avoid raising spurious division-by-zero exception in printf 14 years ago
Rich Felker f321de9e0a floating point environment/exceptions support for mips 14 years ago
Rich Felker 97c8bdd88a fix parent-memory-clobber in posix_spawn (environ) 14 years ago
Rich Felker 44eb4d8b9b overhaul system() and popen() to use vfork; fix various related bugs 14 years ago
Rich Felker f1e7a5e5f6 fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp 14 years ago
Rich Felker ef2f595f74 fix microblaze asm relocations for shared libc 14 years ago
Rich Felker c86f2974e2 add memmem function (gnu extension) 14 years ago
Rich Felker 9ec4283b28 add support for TLS variant I, presently needed for arm and mips 14 years ago
Rich Felker d5304147b9 block uid/gid changes during posix_spawn 14 years ago
Rich Felker 42c36f957d fix overlap of thread stacks with thread tls segments 14 years ago
Rich Felker c62b9f3980 fix main program TLS alignment for dynamic-linked programs 14 years ago
Rich Felker 36be5284c2 workaround broken hidden-visibility handling in pcc 14 years ago
Rich Felker e23d358fd6 fix namespace clash (libc) in dynlink.c 14 years ago
Rich Felker 31f340a17a remove dead code from dynamic linker 14 years ago
Rich Felker 216dca82f6 comment possibly-confusing i386 vsyscall asm 14 years ago