Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
9b14ad541068d4f7d0be9bcd1ff4c70090d868d3
9b14ad5
always terminate by SIGABRT when abort is called
by Rich Felker
· 6 years ago
0b4c92b
optimize raise not to make a syscall for getting tid
by Rich Felker
· 6 years ago
cff4b91
prevent perror from clobbering stderr's orientation
by Rich Felker
· 6 years ago
cd8d830
prevent psignal/psiginfo from clobbering stderr orientation, errno
by Rich Felker
· 6 years ago
a43a7b2
make vfprintf set stream orientation even for zero-length output
by Rich Felker
· 6 years ago
f1791f4
re-fix vfprintf temporary buffer logic
by Rich Felker
· 6 years ago
ddc947e
fix missing flush of stderr at exit if it was put in buffered mode
by Rich Felker
· 6 years ago
35cd7c0
fix async thread cancellation on sh-fdpic
by Rich Felker
· 6 years ago
0ec49da
fix async thread cancellation on powerpc64
by Rich Felker
· 6 years ago
9cdaf1a
vfwprintf: honor field width with 'c' format type
by A. Wilcox
· 6 years ago
d41cdef
fix several values reported by sysconf
by Rich Felker
· 6 years ago
1d297a2
fix return value of system on failure to spawn child process
by Rich Felker
· 6 years ago
b152d57
set stream orientations in open_[w]memstream
by Rich Felker
· 6 years ago
f66022d
make fmemopen's w+ mode truncate the buffer
by Rich Felker
· 6 years ago
b39b47b
set errno when fileno is called on a FILE with no underlying fd
by Rich Felker
· 6 years ago
baf95a5
reject invalid arguments to pthread_barrierattr_setpshared
by Rich Felker
· 6 years ago
056f9d8
rewrite __aeabi_read_tp in asm
by Szabolcs Nagy
· 6 years ago
cdbbcfb
fix dubious char signedness check in limits.h
by Rich Felker
· 6 years ago
060ed93
fix deadlock in async thread self-cancellation
by Rich Felker
· 6 years ago
92c5264
time: fix incorrect DST offset when using POSIX timezones without DST
by A. Wilcox
· 6 years ago
c06c1eb
fix tls access on arm targets before armv6k
by Szabolcs Nagy
· 6 years ago
f4542fd
fix missing strerror text for EMULTIHOP
by Rich Felker
· 6 years ago
cfa0a54
fix printf precision specifier for hex floats on non-ld80 archs
by Rich Felker
· 6 years ago
6aeb131
getopt: update optarg and optind correctly on missing argument
by Rich Felker
· 6 years ago
184ef36
fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if
by Rich Felker
· 6 years ago
767f7a1
remove erroneous SYMLINK_MAX definition from limits.h, pathconf
by Rich Felker
· 6 years ago
8b2b61e
mips archs: fix runaway execution if start fn passed to clone returns
by Segev Finer
· 6 years ago
91e1e29
fix pthread_create return value with PTHREAD_EXPLICIT_SCHED
by Rich Felker
· 6 years ago
1ad8138
fix sign of strftime %z output with offsets <1 hour west of UTC
by Rich Felker
· 6 years ago
7dad9c2
fix musl-gcc wrapper to be compatible with default-pie gcc toolchains
by Rich Felker
· 6 years ago
14992d4
make pthread_attr_init honor defaults set by pthread_setattr_default_np
by Rich Felker
· 6 years ago
3d8322c
bsearch: simplify and optimize
by Fangrui Song
· 6 years ago
f2c6dbe
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
by midipix
· 6 years ago
2fab90a
remove inclusion guard hacks for sys/kd.h
by midipix
· 6 years ago
18fbc7e
remove spurious declaration of __getdents from readdir.c
by Rich Felker
· 6 years ago
b3fa0f2
fix regression in alignment of dirent structs produced by readdir
by Rich Felker
· 6 years ago
df6d945
add support for arch-specific ptrace command macros
by Szabolcs Nagy
· 6 years ago
7ea32a8
sys/ptrace.h: add missing PTRACE_EVENT_STOP
by Szabolcs Nagy
· 6 years ago
cbf16c4
uchar.h: define char16_t and char32_t for old c++
by Szabolcs Nagy
· 6 years ago
5c2f46a
block dlopen of libraries with initial-exec refs to dynamic TLS
by Rich Felker
· 6 years ago
5fdccbc
fix inefficient choice of tlsdesc function due to off-by-one
by Rich Felker
· 6 years ago
187bcc3
implement getaddrinfo's AI_ADDRCONFIG flag
by Rich Felker
· 6 years ago
9cad27a
fix writes outside buffer by ungetc after setvbuf
by Rich Felker
· 6 years ago
0620152
add ST_RELATIME to statvfs.h
by Rich Felker
· 6 years ago
4f35eb7
resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs
by Rich Felker
· 6 years ago
b0d2b3a
optimize explicit_bzero for size
by Alexander Monakov
· 6 years ago
193338e
avoid spurious dso matches by dladdr outside bounds of load segments
by Rich Felker
· 6 years ago
f6870d6
make dladdr consistently produce the first symbol in presence of aliases
by Rich Felker
· 6 years ago
c8b49b2
fix symtab-order-dependent spurious matches in dladdr
by Rich Felker
· 6 years ago
8b8fb7f
correctly handle non-matching symbols in dladdr
by Rich Felker
· 6 years ago
e829695
avoid using undefined pointer arithmetic in dladdr
by Rich Felker
· 6 years ago
a0d64dc
fix missing timeout argument to futex syscall in __futexwait
by Patrick Oppenlander
· 6 years ago
05ac345
add explicit_bzero implementation
by David Carlier
· 6 years ago
5c8e692
inet_ntop: do not compress single zeros in IPv6
by Arthur Jones
· 6 years ago
da5851e
strftime: fix underlying format string in %z format
by Daniel Sabogal
· 6 years ago
63e2e40
resolver: omit final dot (root/suppress-search) in canonical name
by Rich Felker
· 6 years ago
efda534
fix regression in powerpc[64] SO_PEERSEC definition
by Rich Felker
· 6 years ago
587f5a5
fix value of SO_PEERSEC on mips archs
by Rich Felker
· 6 years ago
471497a
add m68k reg.h and user.h
by Rich Felker
· 6 years ago
68a5a23
fix dynamic linker mapping/clearing bss in first/only LOAD segment
by Rich Felker
· 6 years ago
38f2fa3
add memfd_create syscall wrapper
by Szabolcs Nagy
· 6 years ago
b64d66d
add mlock2 linux syscall wrapper
by Szabolcs Nagy
· 7 years ago
84b2516
fix m68k float.h long double exponent range
by Rich Felker
· 6 years ago
0cd2be2
work around broken kernel struct ipc_perm on some big endian archs
by Rich Felker
· 6 years ago
7ea235b
s390x: add kexec_file_load syscall number from linux v4.17
by Szabolcs Nagy
· 6 years ago
1177f61
mips: add HWCAP_ flags from linux v4.17
by Szabolcs Nagy
· 6 years ago
f3b6690
aarch64: add HWCAP_ flags from linux v4.17
by Szabolcs Nagy
· 6 years ago
da9f2b2
add speculation control prctls from linux v4.17
by Szabolcs Nagy
· 6 years ago
5b85ed5
add ETH_P_PREAUTH ethertype from linux v4.17
by Szabolcs Nagy
· 6 years ago
ebeb1de
add TCP_NLA_* from linux v4.17
by Szabolcs Nagy
· 6 years ago
af55070
add {MSG,SEM,SHM}_STAT_ANY from linux v4.17
by Szabolcs Nagy
· 6 years ago
156a3be
add MAP_FIXED_NOREPLACE from linux v4.17
by Szabolcs Nagy
· 6 years ago
90ac71d
powerpc: add pkey syscall numbers from linux v4.16
by Szabolcs Nagy
· 7 years ago
a697a1c
aarch64: add HWCAP_ASIMDFHM from linux v4.16
by Szabolcs Nagy
· 7 years ago
0f7aa60
sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16
by Szabolcs Nagy
· 7 years ago
3a81cbe
netinet/if_ether.h: add ETH_TLEN from linux v4.16
by Szabolcs Nagy
· 7 years ago
833df86
netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16
by Szabolcs Nagy
· 7 years ago
29f3202
sys/epoll.h: add EPOLLNVAL from linux v4.16
by Szabolcs Nagy
· 7 years ago
f81e44a
add m68k port
by Rich Felker
· 6 years ago
18f02c4
add support for m68k 80-bit long double variant
by Rich Felker
· 6 years ago
d5e55ba
add missing m68k relocation types in elf.h
by Rich Felker
· 6 years ago
610c5a8
fix TLS layout of TLS variant I when there is a gap above TP
by Szabolcs Nagy
· 6 years ago
029c622
fix output size handling for multi-unicode-char big5-hkscs characters
by Rich Felker
· 6 years ago
165a1e3
fix iconv mapping of big5-hkscs characters that map to two unicode chars
by Rich Felker
· 6 years ago
99f4237
fix iconv conversion to UTF-32 with implicit (big) endianness
by Will Dietz
· 7 years ago
55a661f
fix iconv buffer overflow converting to legacy JIS-based encodings
by Will Dietz
· 7 years ago
40bae2d
make linking of thread-start with explicit scheduling conditional
by Rich Felker
· 7 years ago
b8742f3
improve design of thread-start with explicit scheduling attributes
by Rich Felker
· 7 years ago
1db9a35
clean up and reduce size of internal pthread structure
by Rich Felker
· 7 years ago
cdba6b2
improve joinable/detached thread state handling
by Rich Felker
· 7 years ago
526e64f
improve pthread_exit synchronization with functions targeting tid
by Rich Felker
· 7 years ago
4df4216
remove incorrect ESRCH error from pthread_kill
by Rich Felker
· 7 years ago
9e2d820
use a dedicated futex object for pthread_join instead of tid field
by Rich Felker
· 7 years ago
941bd88
optimize sigisemptyset
by Rich Felker
· 7 years ago
375840c
avoid excessive stack usage in getcwd
by Rich Felker
· 7 years ago
e3c682a
work around arm gcc's rejection of r7 asm constraints in thumb mode
by Rich Felker
· 7 years ago
9be4ed5
getopt_long_only: don't prefix-match long-options that match short ones
by Rich Felker
· 7 years ago
b4b1e10
reintroduce hardening against partially-replaced allocator
by Rich Felker
· 7 years ago
7214179
return chunks split off by memalign using __bin_chunk instead of free
by Rich Felker
· 7 years ago
3c2cbbe
using malloc implementation types/macros/idioms for memalign
by Rich Felker
· 7 years ago
Next »