Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
2d8cc92a7cb4a3256ed07d86843388ffd8a882b1
/
src
2d8cc92
fix regression in mips dynamic linker
by Rich Felker
· 10 years ago
9a4ad02
fix regression in dynamic linker error reporting
by Rich Felker
· 10 years ago
5abfd55
add routing protocols to getprotoent-family functions
by Timo Teräs
· 10 years ago
607ce88
rename dynamic linker _start to _dlstart in the stub version
by Rich Felker
· 10 years ago
6ce1fad
add __sysv_signal abi-compat alias for the signal function
by Rich Felker
· 10 years ago
1fd0f6e
add __xmknod and __xmknodat abi-compat functions
by Rich Felker
· 10 years ago
76f2bcc
consolidate __xstat abi-compat functions into a single source file
by Rich Felker
· 10 years ago
5474a34
implement fmtmsg function
by Rich Felker
· 10 years ago
3c42605
implement result address sorting in the resolver (getaddrinfo, etc.)
by Rich Felker
· 10 years ago
fe82bb9
fix gethostby*_r result pointer value on error
by Timo Teräs
· 10 years ago
2e5d256
fix sendmmsg emulation return value for zero-length vector
by Rich Felker
· 10 years ago
3fa2eb2
rename dynamic linker entry point from _start to _dlstart
by Rich Felker
· 10 years ago
acb7e04
implement sendmmsg and recvmmsg
by Rich Felker
· 10 years ago
39201d0
add tlsdesc support for x86_64
by Rich Felker
· 10 years ago
5ba238e
separate __tls_get_addr implementation from dynamic linker/init_tls
by Rich Felker
· 10 years ago
4e0b4a5
add tlsdesc support for i386
by Rich Felker
· 10 years ago
880c479
optimize i386 ___tls_get_addr asm
by Rich Felker
· 10 years ago
e75b16c
change dynamic TLS installation strategy to optimize access
by Rich Felker
· 10 years ago
9d15d5e
add arch-generic support for tlsdesc relocations to dynamic linker
by Rich Felker
· 10 years ago
cef0f28
fix incorrect comparison loop condition in memmem
by Rich Felker
· 10 years ago
7c73cac
reduce code duplication in dynamic linker error paths
by Rich Felker
· 10 years ago
adf94c1
refactor to remove arch-specific relocation code from dynamic linker
by Rich Felker
· 10 years ago
4e5c7a2
fix missing argument to syscall in fanotify_mark
by Clément Vasseur
· 10 years ago
66fcde4
support optional-argument extension to getopt via double-colon
by Rich Felker
· 10 years ago
ac31bf2
simplify errno implementation
by Rich Felker
· 10 years ago
df15168
replace all remaining internal uses of pthread_self with __pthread_self
by Rich Felker
· 10 years ago
64e3228
add thread-pointer support for pre-2.6 kernels on i386
by Rich Felker
· 10 years ago
246e752
avoid spurious lookup failures from badly-behaved nameservers
by Rich Felker
· 10 years ago
f616294
use default timezone from /etc/localtime if $TZ is unset/blank
by Rich Felker
· 10 years ago
348fc55
implement %y and %C specifiers in strptime
by Timo Teräs
· 10 years ago
9c2d437
avoid invalid use of va_arg in open
by Rich Felker
· 10 years ago
7765706
add O_CLOEXEC fallback for open and related functions
by Rich Felker
· 10 years ago
1cacc01
optimize SOCK_CLOEXEC fallback for socket function
by Rich Felker
· 10 years ago
1d34856
add SOCK_CLOEXEC fallback for socketpair on old kernels
by Rich Felker
· 10 years ago
abce315
implement dn_comp RFC 1035 domain name compression
by Szabolcs Nagy
· 10 years ago
07355f5
accept trailing . and empty domain names
by Szabolcs Nagy
· 10 years ago
60158bf
fix fd leak in tmpfile when the fdopen operation fails
by Rich Felker
· 10 years ago
2abb70c
fix the domain name length limit checks
by Szabolcs Nagy
· 10 years ago
b3d9e0b
fix multiple validation issues in dns response label parsing
by Szabolcs Nagy
· 10 years ago
7e222f4
fix missing function declarations in refactored ip literal parsing code
by Rich Felker
· 10 years ago
fde3c29
add support for reverse port lookups from services file to getnameinfo
by Rich Felker
· 10 years ago
01dc3f4
add support for reverse name lookups from hosts file to getnameinfo
by Rich Felker
· 10 years ago
934aa13
remove some dummy "ent" function aliases that duplicated real ones
by Rich Felker
· 10 years ago
6a25313
simplify vasprintf implementation
by Rich Felker
· 10 years ago
bdad2fe
add support for ipv6 scope_id to getaddrinfo and getnameinfo
by Rich Felker
· 10 years ago
8041af5
fix if_nametoindex return value when interface does not exist
by Rich Felker
· 10 years ago
d85d261
fix negative response and non-response handling for dns queries
by Rich Felker
· 10 years ago
ac2a789
fix some validation checks in dns response parsing code
by Rich Felker
· 10 years ago
8fba445
fix incorrect end pointer in some cases when wcsrtombs stops early
by Rich Felker
· 10 years ago
76f440c
remove cruft from old resolver and numeric ip parsing
by Rich Felker
· 10 years ago
3330198
switch standard resolver functions to use the new dns backend
by Rich Felker
· 10 years ago
a2a328b
fix uninitialized variable in new __res_msend dns function
by Rich Felker
· 10 years ago
8312f7f
implement new dns backend, res_send and other legacy resolver functions
by Rich Felker
· 10 years ago
1871f58
add ipsec and tunneling protocols to getprotoent-family functions
by Timo Teräs
· 10 years ago
bb9af59
fix off-by-one in checking hostname length in new resolver backend
by Rich Felker
· 10 years ago
af7c308
improve getservbyname_r using new resolver backend
by Rich Felker
· 10 years ago
e8f39ca
improve gethostbyname2_r using new resolver backend
by Rich Felker
· 10 years ago
6f409bf
refactor getaddrinfo and add support for most remaining features
by Rich Felker
· 10 years ago
bff6095
use cleaner code for handling float rounding in vfprintf
by Szabolcs Nagy
· 10 years ago
24df8b0
fix breakage from recent syscall commits due to missing errno macros
by Rich Felker
· 10 years ago
8258014
fix for broken kernel side RLIM_INFINITY on mips
by Szabolcs Nagy
· 10 years ago
106e65d
break down coarse-grained 64-bit-off_t syscall remappings
by Rich Felker
· 10 years ago
5cf9e8f
additional fixes for linux kernel apis with old syscalls removed
by Rich Felker
· 10 years ago
55f45bc
fix sendfile syscall to use 64-bit off_t
by Rich Felker
· 10 years ago
dd5f50d
support linux kernel apis (new archs) with old syscalls removed
by Rich Felker
· 10 years ago
2e55da9
remove useless synchronization in exit and quick_exit
by Rich Felker
· 10 years ago
d677d3f
fix missing declaration of strcpy in implementation of tmpnam
by Rich Felker
· 10 years ago
2fe6579
overhaul tmpfile, tmpnam, and tempnam functions
by Rich Felker
· 10 years ago
9b880a6
fix sys_open macro for archs without the plain open syscall
by Rich Felker
· 10 years ago
9289931
fix placement of multiple inclusion guard endif in internal syscall.h
by Rich Felker
· 10 years ago
4ef04a2
fix type of extended argument array to pselect6 syscall
by Rich Felker
· 10 years ago
594c827
support kernels with no SYS_open syscall, only SYS_openat
by Rich Felker
· 10 years ago
dec6675
fix unhandled cases in strptime
by Rich Felker
· 10 years ago
93be56b
remove unsupported nonstandard sysconf macros and their table entries
by Rich Felker
· 10 years ago
ff78355
rework sysconf table to treat zero entries as invalid
by Rich Felker
· 10 years ago
8a2d871
add cp437 and cp850 to available iconv conversions
by Rich Felker
· 10 years ago
ac0acd5
fix strftime %s not to zero pad with default width=2
by Szabolcs Nagy
· 11 years ago
adbf025
remove useless __yield alias for sched_yield
by Rich Felker
· 11 years ago
c3d9d17
perform minimal sanity checks on zoneinfo files loaded via TZ variable
by Rich Felker
· 11 years ago
0f2315b
do not try to interpret implementation specific strings as tz definition
by Timo Teräs
· 11 years ago
3176b57
make __init_libc static for non-shared libc
by Rich Felker
· 11 years ago
fbcfed7
further micro-optimize startup code for size
by Rich Felker
· 11 years ago
9b52ab1
micro-optimize some startup code for size
by Rich Felker
· 11 years ago
5c4f11d
allow zoneinfo-path-relative filenames with no slashes in TZ variable
by Rich Felker
· 11 years ago
164c5c7
expose public execvpe interface
by M Farkas-Dyck
· 11 years ago
476cd1d
fix false negatives with periodic needles in strstr, wcsstr, and memmem
by Rich Felker
· 11 years ago
fbeadd1
make socketcall types common as they are same for all architectures
by Timo Teräs
· 11 years ago
de45164
add options when explicitly invoking dynamic loader
by Rich Felker
· 11 years ago
58e75db
add working vdso clock_gettime support, including static linking
by Rich Felker
· 11 years ago
0d0c2f4
fix deadlock race in pthread_once
by Rich Felker
· 11 years ago
96315d2
add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconf
by Rich Felker
· 11 years ago
de20a8f
add namespace-protected name for sysinfo function
by Rich Felker
· 11 years ago
6cf7d17
in sysconf, use getrlimit function rather than raw syscall for rlimits
by Rich Felker
· 11 years ago
233767b
avoid linear-time if/else special cases in sysconf
by Rich Felker
· 11 years ago
8056984
fix fallback code for old kernels in clock_gettime
by Rich Felker
· 11 years ago
83c98aa
use hidden visibility rather than protected for syscall internals
by Rich Felker
· 11 years ago
73c870e
math: fix aliasing violation in long double wrappers
by Szabolcs Nagy
· 11 years ago
6fbdeff
fix search past the end of haystack in memmem
by Timo Teräs
· 11 years ago
e94d069
fix printf rounding with %g for some corner case midpoints
by Rich Felker
· 11 years ago
21ada94
add getauxval function
by Rich Felker
· 11 years ago
Next »