2012-10-25 |
Rich Felker | remove useless failure-check from freopen (can't happen) |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Rich Felker | simplify logic in stpcpy; avoid copying first aligned... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Rich Felker | fix issues with wait constants in stdlib.h |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Rich Felker | as an extension, have putenv("VAR") behave as unsetenv... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Rich Felker | accept "nan(n-char-sequence)" in strtod/scanf functions |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Rich Felker | fix copy/paste error in popen changes that broke signals |
commit | commitdiff | tree | snapshot |
2012-10-21 |
nsz | complex: make _Complex_I work with gcc -std=c99 -pedant... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Rich Felker | support looking up thread-local objects with dlsym |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Rich Felker | fix breakage in dlsym for looking up RTLD_DEFAULT,... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | fix struct stat size/padding on microblaze |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | fix usage of locks with vfork |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | fix crashes in static-linked multithreaded programs... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | fix order of syscall args for microblaze clone syscall |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | use $CC rather than "$CC" in configure script |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | inline syscalls for microblaze |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | ensure microblaze __set_thread_area returns success |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | better support for reverse-endian variants of arm/mips... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | avoid raising spurious division-by-zero exception in... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rich Felker | floating point environment/exceptions support for mips |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Rich Felker | fix parent-memory-clobber in posix_spawn (environ) |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Rich Felker | overhaul system() and popen() to use vfork; fix various... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Rich Felker | fix (hopefully; untested) completely broken/incomplete... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Rich Felker | fix microblaze asm relocations for shared libc |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Rich Felker | assert() is supposed to have type void |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Rich Felker | add memmem function (gnu extension) |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Rich Felker | microblaze TLS relocation support, completely untested |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Rich Felker | add support for TLS variant I, presently needed for... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Rich Felker | block uid/gid changes during posix_spawn |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Rich Felker | fix overlap of thread stacks with thread tls segments |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Rich Felker | fix main program TLS alignment for dynamic-linked programs |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Rich Felker | workaround broken hidden-visibility handling in pcc |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Rich Felker | ensure pointer decay in inline-asm arg for i386 syscall6 |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Rich Felker | fix namespace clash (libc) in dynlink.c |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Rich Felker | remove dead code from dynamic linker |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Rich Felker | comment possibly-confusing i386 vsyscall asm |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Rich Felker | avoid the thread-ptr-init behavior of sigaction when... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Rich Felker | i386 vsyscall support (vdso-provided sysenter/syscall... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Rich Felker | ensure that buffer for decoding auxv at startup is... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Rich Felker | clean up and refactor program initialization |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Rich Felker | fix breakage due to initializing thread pointer when... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Rich Felker | make new TLS setup block even implementation-internals... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Rich Felker | don't crash if TLS library is loaded into process with... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Rich Felker | fix buggy TLS size/alignment computations in static... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Rich Felker | fix symbol acceptance/rejection rules for TLS |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Rich Felker | TLS fixes, mainly alignment handling |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rich Felker | fix/improve shared library ctor/dtor handling, allow... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rich Felker | small dynamic linker module search fix |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rich Felker | support for TLS in dynamic-loaded (dlopen) modules |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rich Felker | fix race condition in dlopen |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rich Felker | fix incorrect TLS reloc macro names in x86_64 reloc.h |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rich Felker | dynamic-linked TLS support for everything but dlopen... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rich Felker | remove freeing of dynamic linker data when dlopen/dlsym... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rich Felker | beginnings of full TLS support in shared libraries |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rich Felker | partial TLS support for dynamic-linked programs |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Rich Felker | TLS (GNU/C11 thread-local storage) support for static... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Rich Felker | tell the assembler to mark all files as not requiring... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Rich Felker | add getopt reset support |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Rich Felker | protect sem_open against cancellation |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Rich Felker | overhaul sem_open |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Rich Felker | clean up, bugfixes, and general improvement for shm_ope... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Rich Felker | define some _POSIX_* macros that were omitted; required... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | more close-on-exec fixes, mostly using new "e" flag... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | add 'e' modifier (close-on-exec) to fopen and fdopen |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | fix some more O_CLOEXEC/SOCK_CLOEXEC issues |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | always expose accept4 |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | always expose dup3 and pipe2 |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | move accept4, dup3, and pipe2 to non-linux-specific... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | sem_open should make process-shared semaphores |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | use O_CLOEXEC to open semaphore files in sem_open |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | fix some indention-with-spaces that crept in |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Rich Felker | microblaze port |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Rich Felker | fix arm clone syscall bug (no effect unless app uses... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Rich Felker | optimize strchrnul/strcspn not to scan string twice... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Rich Felker | slightly cleaner strlen, also seems to compile to bette... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Rich Felker | fix dirname to handle input of form "foo/" correctly |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Rich Felker | fix handling of EINTR during close() |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rich Felker | fix getaddrinfo to accept port 0 (zero) |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rich Felker | fix remaining IPC_64 issue (shmctl) |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rich Felker | fix IPC_64 in msgctl too |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rich Felker | fix broken semctl on systems that don't use IPC_64... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Rich Felker | offer REALGCC variable to configure musl-gcc wrapper... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Rich Felker | LFS64 alias for prlimit |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Rich Felker | add clock_adjtime, remap_file_pages, and syncfs syscall... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Rich Felker | release notes for 0.9.6 v0.9.6 |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Rich Felker | add O_EXEC open mode |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Rich Felker | add crypt_md5 password hash |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Rich Felker | fix stupid bug in updating of O_ACCMODE for O_SEARCH... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | 0.9.5 release notes v0.9.5 |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | fix syscall asm constraints for arm too |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | revert low rounds-count limits in crypt hashes |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | update mips cancellation-point syscall asm with 7-arg... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | fix buggy constraints in mips inline syscall asm |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | workaround gcc got-register-reload performance problems... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Rich Felker | remove forced -O3 from shared library CFLAGS |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Rich Felker | use vfork if possible in posix_spawn |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Rich Felker | strsep is BSD|GNU, not GNU-only; it's originally from BSD |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Rich Felker | add O_PATH/O_SEARCH support to fcntl.h |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Rich Felker | improve mips syscall asm constraints to use immediates... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Rich Felker | eliminate assumption that mips syscall restart preserve... |
commit | commitdiff | tree | snapshot |
next |