2012-11-11 |
Rich Felker | report support of TPS option in unistd.h and sysconf |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Rich Felker | add support for thread scheduling (POSIX TPS option) |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Rich Felker | fix clobber of edx in i386 vsyscall asm |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Rich Felker | always add memory streams to stdio open file list |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Rich Felker | support ldso path files without final newline |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Rich Felker | change ldso path file logic to replace rather than... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Rich Felker | fix "configure --prefix=" and improve path/arg handling... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Rich Felker | clean up sloppy nested inclusion from pthread_impl.h |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Rich Felker | clean up stdio_impl.h |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Rich Felker | fix dlsym asm for mips |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Rich Felker | improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Rich Felker | fix numerous mips abi constant definition mismatches |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Rich Felker | mips cache flush/ctl syscall support and header |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rich Felker | remove one unnecessary static var from dynamic linker |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rich Felker | fix more unused variable warnings |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rich Felker | fix unused variable warnings |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Rich Felker | avoid breakage if somebody wrongly defines empty featur... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Rich Felker | add dl_iterate_phdr interface |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Rich Felker | system is a cancellation point |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Rich Felker | release notes for 0.9.7 v0.9.7 |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Rich Felker | fix shmdt syscall calling convention on old archs |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rich Felker | separate getc/putc from fgetc/fputc |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rich Felker | update documentation |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Rich Felker | further pcc fixes in configure |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Rich Felker | add support for detecting pcc's compiler runtime |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Rich Felker | use explicit visibility to optimize a few hot-path... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Rich Felker | configure: test not just compiling but linking with... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Rich Felker | correct locking in stdio functions that tried to be... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Rich Felker | greatly improve freopen behavior |
commit | commitdiff | tree | snapshot |
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 |
next |