| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid the thread-ptr-init behavior of sigaction when not installing handler | Rich Felker | 2012-10-11 | 1 | -1/+2 |
* | i386 vsyscall support (vdso-provided sysenter/syscall instruction based) | Rich Felker | 2012-10-11 | 4 | -82/+69 |
* | ensure that buffer for decoding auxv at startup is initially zero | Rich Felker | 2012-10-08 | 1 | -1/+1 |
* | clean up and refactor program initialization | Rich Felker | 2012-10-07 | 6 | -34/+33 |
* | fix breakage due to initializing thread pointer when loading libs | Rich Felker | 2012-10-07 | 1 | -1/+1 |
* | make new TLS setup block even implementation-internals signals | Rich Felker | 2012-10-06 | 1 | -2/+1 |
* | don't crash if TLS library is loaded into process with no thread pointer | Rich Felker | 2012-10-06 | 1 | -0/+5 |
* | fix buggy TLS size/alignment computations in static-linked TLS | Rich Felker | 2012-10-06 | 1 | -5/+22 |
* | fix symbol acceptance/rejection rules for TLS | Rich Felker | 2012-10-06 | 1 | -8/+14 |
* | TLS fixes, mainly alignment handling | Rich Felker | 2012-10-06 | 1 | -39/+48 |
* | fix/improve shared library ctor/dtor handling, allow recursive dlopen | Rich Felker | 2012-10-05 | 1 | -7/+29 |
* | small dynamic linker module search fix | Rich Felker | 2012-10-05 | 1 | -1/+2 |
* | support for TLS in dynamic-loaded (dlopen) modules | Rich Felker | 2012-10-05 | 7 | -47/+115 |
* | fix race condition in dlopen | Rich Felker | 2012-10-05 | 1 | -1/+3 |
* | fix incorrect TLS reloc macro names in x86_64 reloc.h | Rich Felker | 2012-10-05 | 1 | -3/+3 |
* | dynamic-linked TLS support for everything but dlopen'd libs | Rich Felker | 2012-10-04 | 6 | -43/+121 |
* | remove freeing of dynamic linker data when dlopen/dlsym are not used | Rich Felker | 2012-10-04 | 1 | -11/+0 |
* | beginnings of full TLS support in shared libraries | Rich Felker | 2012-10-04 | 4 | -1/+19 |
* | partial TLS support for dynamic-linked programs | Rich Felker | 2012-10-04 | 2 | -27/+77 |
* | TLS (GNU/C11 thread-local storage) support for static-linked programs | Rich Felker | 2012-10-04 | 6 | -14/+117 |
* | tell the assembler to mark all files as not requiring executable stack | Rich Felker | 2012-10-03 | 1 | -0/+7 |
* | add getopt reset support | Rich Felker | 2012-09-30 | 3 | -3/+19 |
* | protect sem_open against cancellation | Rich Felker | 2012-09-30 | 1 | -13/+19 |
* | overhaul sem_open | Rich Felker | 2012-09-30 | 2 | -108/+99 |
* | clean up, bugfixes, and general improvement for shm_open/shm_unlink | Rich Felker | 2012-09-30 | 2 | -30/+28 |
* | define some _POSIX_* macros that were omitted; required for XSI conformance | Rich Felker | 2012-09-30 | 1 | -0/+3 |
* | more close-on-exec fixes, mostly using new "e" flag to fopen | Rich Felker | 2012-09-29 | 8 | -9/+9 |
* | add 'e' modifier (close-on-exec) to fopen and fdopen | Rich Felker | 2012-09-29 | 2 | -2/+5 |
* | fix some more O_CLOEXEC/SOCK_CLOEXEC issues | Rich Felker | 2012-09-29 | 4 | -7/+5 |
* | always expose accept4 | Rich Felker | 2012-09-29 | 1 | -4/+1 |
* | always expose dup3 and pipe2 | Rich Felker | 2012-09-29 | 1 | -2/+2 |
* | move accept4, dup3, and pipe2 to non-linux-specific locations | Rich Felker | 2012-09-29 | 3 | -0/+0 |
* | emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels | Rich Felker | 2012-09-29 | 2 | -3/+15 |
* | sem_open should make process-shared semaphores | Rich Felker | 2012-09-29 | 1 | -1/+1 |
* | use O_CLOEXEC to open semaphore files in sem_open | Rich Felker | 2012-09-29 | 1 | -2/+2 |
* | fix some indention-with-spaces that crept in | Rich Felker | 2012-09-29 | 4 | -9/+9 |
* | microblaze port | Rich Felker | 2012-09-29 | 45 | -0/+2213 |
* | fix arm clone syscall bug (no effect unless app uses clone) | Rich Felker | 2012-09-27 | 1 | -2/+1 |
* | optimize strchrnul/strcspn not to scan string twice on no-match | Rich Felker | 2012-09-27 | 3 | -25/+29 |
* | slightly cleaner strlen, also seems to compile to better code | Rich Felker | 2012-09-27 | 1 | -6/+4 |
* | fix dirname to handle input of form "foo/" correctly | Rich Felker | 2012-09-26 | 1 | -6/+5 |
* | fix handling of EINTR during close() | Rich Felker | 2012-09-24 | 1 | -1/+4 |
* | fix getaddrinfo to accept port 0 (zero) | Rich Felker | 2012-09-22 | 1 | -2/+2 |
* | fix remaining IPC_64 issue (shmctl) | Rich Felker | 2012-09-22 | 2 | -4/+2 |
* | fix IPC_64 in msgctl too | Rich Felker | 2012-09-22 | 3 | -6/+4 |
* | fix broken semctl on systems that don't use IPC_64 flag | Rich Felker | 2012-09-22 | 4 | -2/+12 |
* | offer REALGCC variable to configure musl-gcc wrapper at runtime | Rich Felker | 2012-09-21 | 1 | -1/+1 |
* | LFS64 alias for prlimit | Rich Felker | 2012-09-21 | 2 | -0/+4 |
* | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | 2012-09-16 | 6 | -0/+36 |
* | release notes for 0.9.6 v0.9.6 | Rich Felker | 2012-09-16 | 1 | -0/+11 |