2019-04-23 |
Rich Felker | fix regression in s390x SO_PEERSEC definition
|
commit | commitdiff | tree |
2019-04-20 |
Rich Felker | make new math code compatible with unused variable...
|
commit | commitdiff | tree |
2019-04-11 |
Rich Felker | remove external __syscall function and last remaining...
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | implement inline 5- and 6-argument syscalls for mipsn32...
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | cleanup mips64 syscall_arch functions
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | implement inline 5- and 6-argument syscalls for mips
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | use inline syscalls for powerpc (32-bit)
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | remove cruft for supposedly-buggy clang from or1k ...
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | overhaul i386 syscall mechanism not to depend on external...
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | release 1.1.22
|
commit | commitdiff | tree |
2019-04-09 |
Rich Felker | in membarrier fallback, allow for possibility that...
|
commit | commitdiff | tree |
2019-04-01 |
Rich Felker | fix harmless-by-chance typo in priority inheritance...
|
commit | commitdiff | tree |
2019-04-01 |
Rich Felker | implement priority inheritance mutexes
|
commit | commitdiff | tree |
2019-03-29 |
Rich Felker | clean up access to mutex type in pthread_mutex_trylock
|
commit | commitdiff | tree |
2019-03-21 |
Rich Felker | fix data race choosing next key slot in pthread_key_create
|
commit | commitdiff | tree |
2019-03-15 |
Rich Felker | fix crash/out-of-bound read in sscanf
|
commit | commitdiff | tree |
2019-03-14 |
Rich Felker | fix namespace violation in dependencies of mtx_lock
|
commit | commitdiff | tree |
2019-03-13 |
Rich Felker | expose TSVTX unconditionally in tar.h
|
commit | commitdiff | tree |
2019-03-12 |
Rich Felker | make FILE a complete type for pre-C11 standard profiles
|
commit | commitdiff | tree |
2019-03-10 |
Rich Felker | fix invalid-/double-/use-after-free in new dlopen ctor...
|
commit | commitdiff | tree |
2019-03-05 |
Rich Felker | don't reject unknown/future flags in sigaltstack, allow...
|
commit | commitdiff | tree |
2019-03-03 |
Rich Felker | avoid malloc of ctor queue for programs with no external...
|
commit | commitdiff | tree |
2019-03-03 |
Rich Felker | avoid malloc of deps arrays for ldso and vdso
|
commit | commitdiff | tree |
2019-03-03 |
Rich Felker | avoid malloc of deps array for programs with no external...
|
commit | commitdiff | tree |
2019-03-03 |
Rich Felker | fix malloc misuse for startup ctor queue, breakage...
|
commit | commitdiff | tree |
2019-03-03 |
Rich Felker | synchronize shared library dtor exec against concurrent...
|
commit | commitdiff | tree |
2019-03-03 |
Rich Felker | overhaul shared library ctor execution for dependency...
|
commit | commitdiff | tree |
2019-03-02 |
Rich Felker | record preloaded libraries as direct pseudo-dependencies...
|
commit | commitdiff | tree |
2019-03-02 |
Rich Felker | fix unsafety of new ldso dep tracking in presence of...
|
commit | commitdiff | tree |
2019-02-27 |
Rich Felker | fix and overhaul dlsym depedency order, always record...
|
commit | commitdiff | tree |
2019-02-27 |
Rich Felker | fix crash/misbehavior from oob read in new dynamic...
|
commit | commitdiff | tree |
2019-02-25 |
Rich Felker | fix crash in new dynamic tls installation when last...
|
commit | commitdiff | tree |
2019-02-22 |
Rich Felker | add membarrier syscall wrapper, refactor dynamic tls...
|
commit | commitdiff | tree |
2019-02-22 |
Rich Felker | make thread list lock a recursive lock
|
commit | commitdiff | tree |
2019-02-22 |
Rich Felker | fix loop logic cruft in dynamic tls installation
|
commit | commitdiff | tree |
2019-02-20 |
Rich Felker | fix spurious undefined behavior in getaddrinfo
|
commit | commitdiff | tree |
2019-02-20 |
Rich Felker | fix invalid free of partial addrinfo list with multiple...
|
commit | commitdiff | tree |
2019-02-19 |
Rich Felker | install dynamic tls synchronously at dlopen, streamline...
|
commit | commitdiff | tree |
2019-02-18 |
Rich Felker | fix data race between new pthread_key_delete and dtor...
|
commit | commitdiff | tree |
2019-02-16 |
Rich Felker | introduce namespace-safe rwlock aliases; use in pthread_key_...
|
commit | commitdiff | tree |
2019-02-16 |
Rich Felker | rewrite pthread_key_delete to use global thread list
|
commit | commitdiff | tree |
2019-02-16 |
Rich Felker | rewrite __synccall in terms of global thread list
|
commit | commitdiff | tree |
2019-02-16 |
Rich Felker | track all live threads in an AS-safe, fully-consistent...
|
commit | commitdiff | tree |
2019-02-16 |
Rich Felker | always block signals for starting new threads, refactor...
|
commit | commitdiff | tree |
2019-02-15 |
Rich Felker | for SIGEV_THREAD timer threads, replace signal handler...
|
commit | commitdiff | tree |
2019-02-15 |
Rich Felker | defer free of thread-local dlerror buffers from inconsistent...
|
commit | commitdiff | tree |
2019-02-13 |
Rich Felker | fix behavior of gets when input line contains a null...
|
commit | commitdiff | tree |
2019-02-13 |
Rich Felker | redesign robust mutex states to eliminate data races...
|
commit | commitdiff | tree |
2019-02-07 |
Rich Felker | fail fdopendir for O_PATH file descriptors
|
commit | commitdiff | tree |
2019-01-21 |
Rich Felker | release 1.1.21
|
commit | commitdiff | tree |
2019-01-21 |
Rich Felker | fix call to __pthread_tsd_run_dtors with too many arguments
|
commit | commitdiff | tree |
2019-01-19 |
Rich Felker | configure: accept ppc[64] as alias for powerpc[64]...
|
commit | commitdiff | tree |
2019-01-17 |
Rich Felker | fix unintended linking dependency of pthread_key_create...
|
commit | commitdiff | tree |
2018-12-28 |
Rich Felker | halt getspnam[_r] search on error accessing TCB shadow
|
commit | commitdiff | tree |
2018-12-28 |
Rich Felker | don't set errno or return an error when getspnam[_r...
|
commit | commitdiff | tree |
2018-12-20 |
Rich Felker | make sem_wait and sem_timedwait interruptible by signals
|
commit | commitdiff | tree |
2018-12-19 |
Rich Felker | don't fail pthread_sigmask/sigprocmask on invalid how...
|
commit | commitdiff | tree |
2018-12-18 |
Rich Felker | add __timedwait backend workaround for old kernels...
|
commit | commitdiff | tree |
2018-12-11 |
Rich Felker | on failed aio submission, set aiocb error and return...
|
commit | commitdiff | tree |
2018-12-11 |
Rich Felker | don't create aio queue/map structures for invalid file...
|
commit | commitdiff | tree |
2018-12-11 |
Rich Felker | move aio queue allocation from io thread to submitting...
|
commit | commitdiff | tree |
2018-12-10 |
Rich Felker | fix and future-proof against stack overflow in aio...
|
commit | commitdiff | tree |
2018-12-10 |
Rich Felker | add namespace-safe version of getauxval for internal use
|
commit | commitdiff | tree |
2018-12-10 |
Rich Felker | fix wordexp not to read past end of string ending with...
|
commit | commitdiff | tree |
2018-11-19 |
Rich Felker | fix regression in access to optopt object
|
commit | commitdiff | tree |
2018-11-08 |
Rich Felker | optimize two-way strstr and memmem bad character shift
|
commit | commitdiff | tree |
2018-11-03 |
Rich Felker | fix regression in setlocale for LC_ALL with per-category...
|
commit | commitdiff | tree |
2018-11-02 |
Rich Felker | fix failure to flush stderr when fflush(0) is called
|
commit | commitdiff | tree |
2018-11-02 |
Rich Felker | fix deadlock and buffered data loss race in fclose
|
commit | commitdiff | tree |
2018-11-02 |
Rich Felker | remove commented-out debug printf from strstr
|
commit | commitdiff | tree |
2018-11-02 |
Rich Felker | fix spuriously slow check in twoway strstr/memmem cores
|
commit | commitdiff | tree |
2018-10-23 |
Rich Felker | don't omit setting errno in internal __map_file function
|
commit | commitdiff | tree |
2018-10-22 |
Rich Felker | make the default locale (& a variant) failure-free...
|
commit | commitdiff | tree |
2018-10-22 |
Rich Felker | simplify newlocale and allow failure for explicit locale...
|
commit | commitdiff | tree |
2018-10-21 |
Rich Felker | remove volatile qualification from category pointers...
|
commit | commitdiff | tree |
2018-10-21 |
Rich Felker | adapt setlocale to support possibility of failure
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | adjust types in FILE struct to make line buffering...
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | optimize internal putc_unlocked macro used in putc
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | fix wrong result for putc variants due to operator...
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | further optimize getc/putc when locking is needed
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | use prototype for function pointer in static link libc...
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | fix error in constraints for static link libc init...
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | fix build regression due to missing file for putc changes
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | bypass indirection through pointer objects to access...
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | optimize hot paths of putc with manual shrink-wrapping
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | optimize hot paths of getc with manual shrink-wrapping
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | document and make explicit desired noinline property...
|
commit | commitdiff | tree |
2018-10-18 |
Rich Felker | impose barrier between thread pointer setup and use...
|
commit | commitdiff | tree |
2018-10-16 |
Rich Felker | make thread-pointer-loading asm non-volatile
|
commit | commitdiff | tree |
2018-10-16 |
Rich Felker | remove ancient clang workaround from powerpc pthread_arch...
|
commit | commitdiff | tree |
2018-10-16 |
Rich Felker | restore attribute((const)) to pthread_self and errno...
|
commit | commitdiff | tree |
2018-10-16 |
Rich Felker | add new stage 2b to dynamic linker bootstrap for thread...
|
commit | commitdiff | tree |
2018-10-16 |
Rich Felker | move stdio locking MAYBE_WAITERS definition to stdio_impl.h
|
commit | commitdiff | tree |
2018-10-15 |
Rich Felker | fix misleading placement of statement on same line...
|
commit | commitdiff | tree |
2018-10-13 |
Rich Felker | allow escaped path-separator slashes in glob
|
commit | commitdiff | tree |
2018-10-13 |
Rich Felker | rewrite core of the glob implementation for correctness...
|
commit | commitdiff | tree |
2018-10-12 |
Rich Felker | fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0
|
commit | commitdiff | tree |
2018-10-12 |
Rich Felker | combine arch ABI's DTP_OFFSET into DTV pointers
|
commit | commitdiff | tree |
2018-10-11 |
Rich Felker | fix redundant computations of strlen in glob append...
|
commit | commitdiff | tree |
2018-10-11 |
Rich Felker | fix invalid substitute of [1] for flexible array member...
|
commit | commitdiff | tree |