Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
484194dbf41758eec0ef62fef5fe9350c21b9241
/
src
484194d
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
by Rich Felker
· 10 years ago
551c1d7
fix crash in x32 sigsetjmp
by Rich Felker
· 10 years ago
2d5c74c
fix x32 __set_thread_area failure due to junk in upper bits
by Rich Felker
· 10 years ago
b02eed9
complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
by Szabolcs Nagy
· 10 years ago
58fa856
fix mishandling of ENOMEM return case in internal getgrent_a function
by Rich Felker
· 10 years ago
85d12e0
fix sh jmp_buf size to match ABI
by Rich Felker
· 10 years ago
94f4c82
fix build regression in aarch64 sigsetjmp
by Rich Felker
· 10 years ago
a658afb
fix build regression in sh-nofpu subarch due to missing symbol
by Rich Felker
· 10 years ago
abead1b
fix misalignment of dtv in static-linked programs with odd-sized TLS
by Rich Felker
· 10 years ago
23129ab
remove dead store from static __init_tls
by Rich Felker
· 10 years ago
5f51d52
make __init_tp function static when static linking
by Rich Felker
· 10 years ago
18938c2
fix regression in x86_64 math asm with old binutils
by Rich Felker
· 10 years ago
afbcac6
minor optimization to pthread_spin_trylock
by Rich Felker
· 10 years ago
7b1fb0c
optimize spin lock not to dirty cache line while spinning
by Rich Felker
· 10 years ago
b8dda24
in visibility preinclude, remove overrides for stdin/stdout/stderr
by Rich Felker
· 10 years ago
f203b35
fix inconsistent visibility for __hwcap and __sysinfo symbols
by Rich Felker
· 10 years ago
3e827b7
remove additional libc struct accessor cruft
by Rich Felker
· 10 years ago
c267fb8
remove useless visibility application from static-linking-only code
by Rich Felker
· 10 years ago
9d836f4
remove libc.h dependency from otherwise-independent multibyte code
by Rich Felker
· 10 years ago
f9cccfc
remove cruft for libc struct accessor function and broken visibility
by Rich Felker
· 10 years ago
873e0ec
fix duplocale clobbering of new locale struct with memcpy of old
by Rich Felker
· 10 years ago
ea1b6bb
remove dead case for F_SETLKW in fcntl
by Rich Felker
· 10 years ago
086793a
fix mmap leak in sem_open failure path for link call
by Rich Felker
· 10 years ago
c5ab5bd
remove always-true conditional in dynamic linker TLSDESC processing
by Rich Felker
· 10 years ago
97b72d2
remove redundant code in do_dlsym function
by Rich Felker
· 10 years ago
de2b67f
add optional global visibility override
by Rich Felker
· 10 years ago
51fc77c
remove invalid PLT calls from or1k asm
by Rich Felker
· 10 years ago
cf1a9d9
remove possible-textrels from powerpc asm
by Rich Felker
· 10 years ago
a880e6c
remove invalid PLT calls from microblaze asm
by Rich Felker
· 10 years ago
646cb9a
remove invalid PLT calls from sh asm
by Rich Felker
· 10 years ago
b35c4c4
remove potentially PIC-incompatible relocations from x86_64 and x32 asm
by Rich Felker
· 10 years ago
8ed66ec
remove the last of possible-textrels from i386 asm
by Rich Felker
· 10 years ago
01d4274
make dlerror state and message thread-local and dynamically-allocated
by Rich Felker
· 10 years ago
fa80787
add missing 'void' in prototypes of internal pthread functions
by Alexander Monakov
· 10 years ago
cb5c057
math: fix pow(+-0,-inf) not to raise divbyzero flag
by Szabolcs Nagy
· 10 years ago
1b1cafa
apply hidden visibility to tlsdesc accessor functions
by Rich Felker
· 10 years ago
ca7977b
comment fixes in aarch64 tlsdesc asm
by Szabolcs Nagy
· 10 years ago
326e126
ensure debugger hook for dynamic linker does not point to a PLT slot
by Rich Felker
· 10 years ago
8b0d66d
fix mips fesetenv(FE_DFL_ENV) again
by Rich Felker
· 10 years ago
aecdbb3
fix PLT call offset in sh dlsym asm
by Rich Felker
· 10 years ago
33615cd
fix sh build regressions in asm
by Rich Felker
· 10 years ago
64fbd15
fix sh __set_thread_area uninitialized return value
by Rich Felker
· 10 years ago
583e551
redesign sigsetjmp so that signal mask is restored after longjmp
by Rich Felker
· 10 years ago
81e18eb
use hidden __tls_get_new for tls/tlsdesc lookup fallback cases
by Rich Felker
· 10 years ago
9c738dc
cleanup use of visibility attributes in pthread_cancel.c
by Rich Felker
· 10 years ago
7405cd1
fix inconsistent visibility for internal syscall symbols
by Rich Felker
· 10 years ago
72b25dd
use hidden visibility for call from dlsym to internal __dlsym
by Rich Felker
· 10 years ago
cbc02ba
consistently use hidden visibility for cancellable syscall internals
by Rich Felker
· 10 years ago
bc081f6
fix inconsistent visibility for internal __tls_get_new function
by Rich Felker
· 10 years ago
da7ccf8
use hidden visibility for i386 asm-internal __vsyscall symbol
by Rich Felker
· 10 years ago
f1faa0e
make _dlstart_c function use hidden visibility
by Rich Felker
· 10 years ago
f4f9562
remove initializers for decoded aux/dyn arrays in dynamic linker
by Rich Felker
· 10 years ago
1ef849c
allow libc itself to be built with stack protector enabled
by Rich Felker
· 10 years ago
19a1fe6
remove remnants of support for running in no-thread-pointer mode
by Rich Felker
· 10 years ago
71f099c
move thread pointer setup to beginning of dynamic linker stage 3
by Rich Felker
· 10 years ago
0f66fce
stabilize dynamic linker's layout of static TLS
by Rich Felker
· 10 years ago
f630df0
allow i386 __set_thread_area to be called more than once
by Rich Felker
· 10 years ago
f3ddd17
dynamic linker bootstrap overhaul
by Rich Felker
· 10 years ago
385c011
remove mismatched arguments from vmlock function definitions
by Rich Felker
· 10 years ago
a2d3053
apply vmlock wait to __unmapself in pthread_exit
by Rich Felker
· 10 years ago
f08ab9e
redesign and simplify vmlock system
by Rich Felker
· 10 years ago
4e98cce
optimize out setting up robust list with kernel when not needed
by Rich Felker
· 10 years ago
12e1e32
process robust list in pthread_exit to fix detached thread use-after-unmap
by Rich Felker
· 10 years ago
05e0e30
fix getdelim to set the error indicator on all failures
by Szabolcs Nagy
· 10 years ago
0770962
fix rpath string memory leak on failed dlopen
by Rich Felker
· 10 years ago
2963a9f
halt dynamic linker library search on errors resolving $ORIGIN in rpath
by Rich Felker
· 10 years ago
5d1c8c9
harden dynamic linker library path search
by Rich Felker
· 10 years ago
c498efe
regex: fix character class repetitions
by Szabolcs Nagy
· 10 years ago
32dee9b
do not treat \0 as a backref in BRE
by Szabolcs Nagy
· 10 years ago
fc13acc
fix internal buffer overrun in inet_pton
by Rich Felker
· 10 years ago
7c8c86f
suppress backref processing in ERE regcomp
by Rich Felker
· 10 years ago
39dfd58
fix memory-corruption in regcomp with backslash followed by high byte
by Rich Felker
· 10 years ago
76fd011
block all signals (even internal ones) in cancellation signal handler
by Rich Felker
· 10 years ago
4b5ca13
avoid sending huge names as nscd passwd/group queries
by Rich Felker
· 10 years ago
49d1e7f
simplify nscd lookup code for alt passwd/group backends
by Rich Felker
· 10 years ago
2894a44
add alternate backend support for getgrouplist
by Josiah Worcester
· 10 years ago
01ef3dd
add aarch64 port
by Szabolcs Nagy
· 10 years ago
f4e4632
math: add dummy implementations of 128 bit long double functions
by Szabolcs Nagy
· 10 years ago
53cfe0c
math: add ld128 exp2l based on the freebsd implementation
by Szabolcs Nagy
· 10 years ago
204a69d
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
by Szabolcs Nagy
· 10 years ago
a46677a
fix regression in pthread_cond_wait with cancellation disabled
by Rich Felker
· 10 years ago
559de8f
fix FLT_ROUNDS to reflect the current rounding mode
by Szabolcs Nagy
· 10 years ago
bd67959
fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs
by Rich Felker
· 10 years ago
2b42c8c
add legacy functions from sysinfo.h duplicating sysconf functionality
by Rich Felker
· 10 years ago
380857b
fix signed left-shift overflow in pthread_condattr_setpshared
by Rich Felker
· 10 years ago
064898c
remove useless check of bin match in malloc
by Rich Felker
· 10 years ago
6de071a
eliminate atomics in syslog setlogmask function
by Rich Felker
· 10 years ago
7a81fe3
fix init race that could lead to deadlock in malloc init code
by Rich Felker
· 10 years ago
56fbaa3
make all objects used with atomic operations volatile
by Rich Felker
· 10 years ago
eb4bd8d
suppress masked cancellation in pthread_join
by Rich Felker
· 10 years ago
a3de8f7
fix namespace issue in pthread_join affecting thrd_join
by Rich Felker
· 10 years ago
5451d95
make aio_suspend a cancellation point and properly handle cancellation
by Rich Felker
· 10 years ago
0fc317d
factor cancellation cleanup push/pop out of futex __timedwait function
by Rich Felker
· 10 years ago
76ca7a5
fix failure of internal futex __timedwait to report ECANCELED
by Rich Felker
· 10 years ago
e346ff8
overhaul optimized x86_64 memset asm
by Rich Felker
· 10 years ago
69858fa
overhaul optimized i386 memset asm
by Rich Felker
· 10 years ago
20cbd60
getloadavg: use sysinfo() instead of /proc/loadavg
by Alexander Monakov
· 10 years ago
2de85a9
fix possible isatty false positives and unwanted device state changes
by Rich Felker
· 10 years ago
e487c20
fix breakage in pthread_cond_wait due to typo
by Rich Felker
· 10 years ago
34b423d
support alternate backends for the passwd and group dbs
by Josiah Worcester
· 10 years ago
Next »