Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
dbcb3ad9255c71cbfeb4e9d65d56a8f49dcda6a6
/
src
dbcb3ad
clean up search_vec usage for vdso
by Rich Felker
· 12 years ago
08b3c71
use new search_vec function to find vdso in dynamic linker
by Rich Felker
· 12 years ago
731e8ff
ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app
by Rich Felker
· 12 years ago
2bd05a4
add gnu hash support in the dynamic linker
by Rich Felker
· 12 years ago
67ba40d
optimize legacy ffs function
by Rich Felker
· 12 years ago
a749ba3
fix bug whereby most atexit-registered functions got skipped
by Rich Felker
· 12 years ago
0410950
make dynamic linker report all failures before exiting
by Rich Felker
· 12 years ago
efe9751
fix bug computing argc when invoking ld-musl-mips.so.1 progname ...
by Rich Felker
· 12 years ago
da8d0fc
fix extremely rare but dangerous race condition in robust mutexes
by Rich Felker
· 12 years ago
11458e5
fix float parsing logic for long decimal expansions
by Rich Felker
· 12 years ago
dc82ee4
handle null arguments to legacy bsd err.h functions
by Rich Felker
· 12 years ago
7650390
add missing xattr functions
by Rich Felker
· 12 years ago
2d93d64
Merge remote-tracking branch 'nsz/exp'
by Rich Felker
· 12 years ago
ab76321
remove significandl
by Rich Felker
· 12 years ago
2242bf6
add significand[fl] math functions
by Rich Felker
· 12 years ago
aaa9eb5
memcpy asm for i386 and x86_64
by Rich Felker
· 12 years ago
f997e22
remove unused but buggy code from strstr.c
by Rich Felker
· 12 years ago
35c1693
remove buggy short-string wcsstr implementation; always use twoway
by Rich Felker
· 12 years ago
6171827
add bsd fgetln function
by Rich Felker
· 12 years ago
2b964b0
minor but worthwhile optimization in printf: avoid expensive strspn
by Rich Felker
· 12 years ago
4c34691
trivial optimization to printf: avoid wasted call frame
by Rich Felker
· 12 years ago
a02bf5f
add blowfish hash support to crypt
by Rich Felker
· 12 years ago
2f43704
fix (hopefully) all hard-coded 8's for kernel sigset_t size
by Rich Felker
· 12 years ago
b3c4cc1
make crypt return an unmatchable hash rather than NULL on failure
by Rich Felker
· 12 years ago
1fb0169
math: fix exp.s on i386 and x86_64 so the exception flags are correct
by nsz
· 12 years ago
6ecff18
fix bug dlsym bug that slipped in during dynamic linker cleanup
by Rich Felker
· 12 years ago
3a1e756
dlsym RTLD_NEXT support for mips
by Rich Felker
· 12 years ago
7d9a5c6
more changes that were lost when committing mips dynamic linker
by Rich Felker
· 12 years ago
59f4086
fix change lost in the process of integrating mips dynamic linker
by Rich Felker
· 12 years ago
babf820
mips dynamic linker support
by Rich Felker
· 12 years ago
87d13a4
more cleanup of dynamic linker internals
by Rich Felker
· 12 years ago
7cb44cd
more dynamic linker internals cleanup
by Rich Felker
· 12 years ago
05eff01
dynamic linker internals cleanup
by Rich Felker
· 12 years ago
5a3a378
floating point support for arm setjmp/longjmp
by Rich Felker
· 12 years ago
b0fc785
fix argument type error on wcwidth function
by Rich Felker
· 12 years ago
129ca6c
fix missing static in getusershell (namespace pollution)
by Rich Felker
· 12 years ago
970ef6a
optimize mempcpy to minimize need for data saved across the call
by Rich Felker
· 12 years ago
5aac5e2
optimize arm setjmp/longjmp register saving/loading
by Rich Felker
· 12 years ago
e1b9c1b
save AT_HWCAP from auxv for subsequent use in machine-specific code
by Rich Felker
· 12 years ago
07e6295
retry on cas failures in sem_trywait
by Rich Felker
· 12 years ago
d426b04
add ioperm/iopl syscalls
by Rich Felker
· 12 years ago
53147f9
add splice and vmsplice syscalls
by Rich Felker
· 12 years ago
207460d
add extended attributes syscalls
by Rich Felker
· 12 years ago
42f0e96
add pipe2 syscall
by Rich Felker
· 12 years ago
845a5e6
remove scanf dependency from getaddrinfo /etc/services support
by Rich Felker
· 12 years ago
efe72c5
getaddrinfo /etc/services lookup support
by Rich Felker
· 12 years ago
dc046f5
add floating point register saving/restoring to mips setjmp/longjmp
by Rich Felker
· 12 years ago
75fff40
make getservby*_r return error code rather than -1 (and using errno)
by Rich Felker
· 12 years ago
68c5822
fix logic error for skipping failed interfaces in if_nameindex
by Rich Felker
· 12 years ago
06650b9
fix getservby*() with null pointer for protocol argument
by Rich Felker
· 12 years ago
7be3b5a
avoid blx instruction which does not exist on armv4t or armv4
by Rich Felker
· 12 years ago
649cec5
make dynamic linker tell the debugger its own pathname
by Rich Felker
· 12 years ago
532cd3a
sigsetjmp asm for mips
by Rich Felker
· 12 years ago
9610756
workaround another sendmsg kernel bug on 64-bit machines
by Rich Felker
· 12 years ago
bbbe87e
fix several locks that weren't updated right for new futex-based __lock
by Rich Felker
· 12 years ago
c89f130
fix pthread_kill unlocking
by Rich Felker
· 12 years ago
ea4175e
fix breakage of x86_64 sigaction from recent changes for mips
by Rich Felker
· 12 years ago
92f8396
fix potential race condition in detached threads
by Rich Felker
· 12 years ago
a03f69d
mips clone: don't free stack space used to copy arg
by Rich Felker
· 12 years ago
b58f738
fix mips clone() on real linux kernel
by Rich Felker
· 12 years ago
715b640
fix clone() on mips (args were in wrong order)
by Rich Felker
· 12 years ago
5c94367
first attempt at making threads work on mips
by Rich Felker
· 12 years ago
d0bfbd9
generic c version of __set_thread_area for archs where it works
by Rich Felker
· 12 years ago
6315004
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
by Rich Felker
· 12 years ago
cd8d724
remove unused var in new sigaction code
by Rich Felker
· 12 years ago
5091e08
use unsigned bitmask for consistency in ksigaction
by Rich Felker
· 12 years ago
0b63779
fix breakage from last commit: forgot to include ksigaction.h
by Rich Felker
· 12 years ago
fcaec91
changes to kernel sigaction struct handling in preparation for mips port
by Rich Felker
· 12 years ago
e864a29
make dynamic linker depend on -DSHARED not -fPIC
by Rich Felker
· 12 years ago
0420b87
fix lots of breakage on dlopen, mostly with explicit pathnames
by Rich Felker
· 12 years ago
d93e028
fix dlsym RTLD_NEXT support
by Rich Felker
· 12 years ago
920baab
putw is supposed to return 0 (not the value written) on success
by Rich Felker
· 12 years ago
98eddc6
make sure getw/putw agree with prototypes by defining _GNU_SOURCE
by Rich Felker
· 12 years ago
d6c0efe
jmp_buf overhaul fixing several issues
by Rich Felker
· 12 years ago
e6129e6
fix sigsetjmp on arm (needs asm)
by Rich Felker
· 12 years ago
8e26a59
fix missing function declarations for __stdio_exit
by Rich Felker
· 12 years ago
007c03f
fix missing prototype and simplify sincosl on ld64 archs
by Rich Felker
· 12 years ago
fe2df4a
fix invalid implicit pointer conversion in ld64 modfl
by Rich Felker
· 12 years ago
cdf5150
replace old and ugly crypt implementation
by Rich Felker
· 12 years ago
9cf9c39
add process_vm_readv and process_vm_writev syscall wrappers
by Rich Felker
· 12 years ago
4e8b093
proper error handling for fcntl F_GETOWN on modern kernels
by Rich Felker
· 12 years ago
e5fb682
math: fix fma bug on x86 (found by Bruno Haible with gnulib)
by nsz
· 12 years ago
ac4fb51
fix broken wcwidth tables
by Rich Felker
· 12 years ago
fad231b
support ld80 pseudo-denormal invalid bit patterns; treat them as nan
by Rich Felker
· 12 years ago
c21a19d
fix ptsname_r to conform to the upcoming posix requirements
by Rich Felker
· 12 years ago
cea106f
fix fwrite return value when full write does not succeed
by Rich Felker
· 12 years ago
1af8c25
avoid cancellation in pclose
by Rich Felker
· 12 years ago
9799560
fix invalid memory access in pclose
by Rich Felker
· 12 years ago
9c21f43
make popen cancellation-safe
by Rich Felker
· 12 years ago
f305467
popen: handle issues with fd0/1 being closed
by Rich Felker
· 12 years ago
b3d7d06
duplocale: don't crash when called with LC_GLOBAL_LOCALE
by Rich Felker
· 12 years ago
f313a16
make strerror_r behave nicer on failure
by Rich Felker
· 12 years ago
839bff6
fix another oob pointer arithmetic issue in printf floating point
by Rich Felker
· 12 years ago
82a4499
minor perror behavior fix
by Rich Felker
· 12 years ago
85a3ba3
fix localeconv values and implementation
by Rich Felker
· 12 years ago
ee96c50
fix mistake in length test in getlogin_r
by Rich Felker
· 12 years ago
ee1f69a
fix dummied-out fsync
by Rich Felker
· 12 years ago
ca1773d
fix dummied-out fdatasync
by Rich Felker
· 12 years ago
914949d
fix pointer overflow bug in floating point printf
by Rich Felker
· 12 years ago
25c8444
add vhangup syscall wrapper
by Rich Felker
· 12 years ago
Next »