correct locking in stdio functions that tried to be lock-free
[musl] / src /
2012-10-25 Rich Felkercorrect locking in stdio functions that tried to be...
2012-10-25 Rich Felkergreatly improve freopen behavior
2012-10-25 Rich Felkerremove useless failure-check from freopen (can't happen)
2012-10-22 Rich Felkersimplify logic in stpcpy; avoid copying first aligned...
2012-10-21 Rich Felkeras an extension, have putenv("VAR") behave as unsetenv...
2012-10-21 Rich Felkeraccept "nan(n-char-sequence)" in strtod/scanf functions
2012-10-21 Rich Felkerfix copy/paste error in popen changes that broke signals
2012-10-20 Rich Felkersupport looking up thread-local objects with dlsym
2012-10-20 Rich Felkerfix breakage in dlsym for looking up RTLD_DEFAULT,...
2012-10-19 Rich Felkerfix usage of locks with vfork
2012-10-19 Rich Felkerfix crashes in static-linked multithreaded programs...
2012-10-19 Rich Felkerfix order of syscall args for microblaze clone syscall
2012-10-19 Rich Felkerensure microblaze __set_thread_area returns success
2012-10-19 Rich Felkeravoid raising spurious division-by-zero exception in...
2012-10-19 Rich Felkerfloating point environment/exceptions support for mips
2012-10-18 Rich Felkerfix parent-memory-clobber in posix_spawn (environ)
2012-10-18 Rich Felkeroverhaul system() and popen() to use vfork; fix various...
2012-10-18 Rich Felkerfix (hopefully; untested) completely broken/incomplete...
2012-10-18 Rich Felkerfix microblaze asm relocations for shared libc
2012-10-16 Rich Felkeradd memmem function (gnu extension)
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-15 Rich Felkerblock uid/gid changes during posix_spawn
2012-10-15 Rich Felkerfix overlap of thread stacks with thread tls segments
2012-10-14 Rich Felkerfix main program TLS alignment for dynamic-linked programs
2012-10-14 Rich Felkerworkaround broken hidden-visibility handling in pcc
2012-10-14 Rich Felkerfix namespace clash (libc) in dynlink.c
2012-10-14 Rich Felkerremove dead code from dynamic linker
2012-10-12 Rich Felkercomment possibly-confusing i386 vsyscall asm
2012-10-12 Rich Felkeravoid the thread-ptr-init behavior of sigaction when...
2012-10-12 Rich Felkeri386 vsyscall support (vdso-provided sysenter/syscall...
2012-10-08 Rich Felkerensure that buffer for decoding auxv at startup is...
2012-10-08 Rich Felkerclean up and refactor program initialization
2012-10-08 Rich Felkerfix breakage due to initializing thread pointer when...
2012-10-07 Rich Felkermake new TLS setup block even implementation-internals...
2012-10-06 Rich Felkerdon't crash if TLS library is loaded into process with...
2012-10-06 Rich Felkerfix buggy TLS size/alignment computations in static...
2012-10-06 Rich Felkerfix symbol acceptance/rejection rules for TLS
2012-10-06 Rich FelkerTLS fixes, mainly alignment handling
2012-10-05 Rich Felkerfix/improve shared library ctor/dtor handling, allow...
2012-10-05 Rich Felkersmall dynamic linker module search fix
2012-10-05 Rich Felkersupport for TLS in dynamic-loaded (dlopen) modules
2012-10-05 Rich Felkerfix race condition in dlopen
2012-10-05 Rich Felkerdynamic-linked TLS support for everything but dlopen...
2012-10-05 Rich Felkerremove freeing of dynamic linker data when dlopen/dlsym...
2012-10-05 Rich Felkerbeginnings of full TLS support in shared libraries
2012-10-05 Rich Felkerpartial TLS support for dynamic-linked programs
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...
2012-10-01 Rich Felkeradd getopt reset support
2012-09-30 Rich Felkerprotect sem_open against cancellation
2012-09-30 Rich Felkeroverhaul sem_open
2012-09-30 Rich Felkerclean up, bugfixes, and general improvement for shm_ope...
2012-09-29 Rich Felkermore close-on-exec fixes, mostly using new "e" flag...
2012-09-29 Rich Felkeradd 'e' modifier (close-on-exec) to fopen and fdopen
2012-09-29 Rich Felkerfix some more O_CLOEXEC/SOCK_CLOEXEC issues
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...
2012-09-29 Rich Felkeremulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre...
2012-09-29 Rich Felkersem_open should make process-shared semaphores
2012-09-29 Rich Felkeruse O_CLOEXEC to open semaphore files in sem_open
2012-09-29 Rich Felkerfix some indention-with-spaces that crept in
2012-09-29 Rich Felkermicroblaze port
2012-09-27 Rich Felkerfix arm clone syscall bug (no effect unless app uses...
2012-09-27 Rich Felkeroptimize strchrnul/strcspn not to scan string twice...
2012-09-27 Rich Felkerslightly cleaner strlen, also seems to compile to bette...
2012-09-26 Rich Felkerfix dirname to handle input of form "foo/" correctly
2012-09-25 Rich Felkerfix handling of EINTR during close()
2012-09-22 Rich Felkerfix getaddrinfo to accept port 0 (zero)
2012-09-22 Rich Felkerfix remaining IPC_64 issue (shmctl)
2012-09-22 Rich Felkerfix IPC_64 in msgctl too
2012-09-22 Rich Felkerfix broken semctl on systems that don't use IPC_64...
2012-09-21 Rich FelkerLFS64 alias for prlimit
2012-09-17 Rich Felkeradd clock_adjtime, remap_file_pages, and syncfs syscall...
2012-09-16 Rich Felkeradd crypt_md5 password hash
2012-09-15 Rich Felkerrevert low rounds-count limits in crypt hashes
2012-09-15 Rich Felkerupdate mips cancellation-point syscall asm with 7-arg...
2012-09-15 Rich Felkerworkaround gcc got-register-reload performance problems...
2012-09-14 Rich Felkeruse vfork if possible in posix_spawn
2012-09-10 Rich Felkerasm for memmove on i386 and x86_64
2012-09-10 Rich Felkerfix another ppoll issue (missing sigset_t size argument)
2012-09-10 Rich Felkerreenable word-at-at-time copying in memmove
2012-09-10 Rich Felkerfix ppoll with null timeout argument
2012-09-09 Rich Felkeradd setdomainname syscall, fix getdomainname (previousl...
2012-09-09 Rich Felkermincore syscall wrapper
2012-09-09 Rich Felkerfix up lfs64 junk for preadv/pwritev
2012-09-09 Rich Felkeradd preadv/pwritev syscall wrappers
2012-09-09 Rich Felkeradd linux ppoll syscall wrapper
2012-09-09 Rich Felkerreenable sync_file_range; should no longer break on...
2012-09-09 Rich Felkeradd 7-arg syscall support for mips
2012-09-09 Rich Felkerfix mips syscall_cp_asm code (saved register usage)
2012-09-09 Rich Felkerfix broken mips syscall asm
2012-09-09 Rich Felkerdisable sync_file_range for now
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-09 Rich Felkeradd acct syscall source file, omitted in last syscalls...
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-08 Rich Felkeradd linux tee syscall
2012-09-08 Rich Felkeradd linux sync_file_range syscall
2012-09-08 Rich Felkermove fallocate syscall wrapper to linux-specific syscal...
2012-09-08 Rich Felkeradd linux readahead syscall
2012-09-08 Rich Felkeradd fallocate (nonstandardized) function
2012-09-08 Rich Felkerfix broken fallocate syscall in posix_fallocate
2012-09-08 Rich Felkeradd timerfd interfaces (untested)
next