Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
9b14ad541068d4f7d0be9bcd1ff4c70090d868d3
« Previous
23389b1
move malloc implementation types and macros to an internal header
by Rich Felker
· 7 years ago
618b18c
revert detection of partially-replaced allocator
by Rich Felker
· 7 years ago
3f3cc3e
setvbuf: minor comment typo fix
by Will Dietz
· 7 years ago
8c2943f
arm: use a_ll/a_sc atomics when building for ARMv6T2
by Andre McCurdy
· 7 years ago
749a06b
arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros
by Andre McCurdy
· 7 years ago
ea489b8
provide optimized a_ctz_32 for arm
by Andre McCurdy
· 7 years ago
0c6abb5
remove a_ctz_l from arch specific atomic_arch.h
by Andre McCurdy
· 7 years ago
3f6dc30
fix out of bounds write for zero length buffer in gethostname
by Marc André Tanner
· 7 years ago
0b80a7b
add support for caller-provided buffers to setvbuf
by Rich Felker
· 7 years ago
6019459
clean up allocation/setup logic for open_[w]memstream
by Rich Felker
· 7 years ago
0b043c7
clean up allocation/setup logic for fmemopen
by Rich Felker
· 7 years ago
4245a23
minor cleanup in fopencookie
by Rich Felker
· 7 years ago
c9f415d
allow interposition/replacement of allocator (malloc)
by Rich Felker
· 7 years ago
c1014a8
refactor flockfile not to duplicate lock mechanism logic
by Rich Felker
· 7 years ago
c21f750
fix stdio lock dependency on read-after-free not faulting
by Rich Felker
· 7 years ago
5020275
remove unused __brk function/source file
by Rich Felker
· 7 years ago
d610c14
enable reclaim_gaps for fdpic
by Rich Felker
· 7 years ago
14032c3
comment __malloc_donate overflow logic
by Rich Felker
· 7 years ago
ce7ae11
ldso, malloc: implement reclaim_gaps via __malloc_donate
by Alexander Monakov
· 7 years ago
d889cc3
malloc: fix an over-allocation bug
by Alexander Monakov
· 7 years ago
b941006
use explicit dynamic-list rather than symbolic-functions for linking
by Rich Felker
· 7 years ago
4bf0717
fix return value of nice function
by Rich Felker
· 7 years ago
424eab2
optimize malloc0
by Alexander Monakov
· 7 years ago
10e4bd3
fix incorrect results for catan with some inputs
by Rich Felker
· 7 years ago
ae2a01d
fix wrong result in casin and many related complex functions
by Rich Felker
· 7 years ago
ea81529
implement wcsftime padding specifier extensions
by Samuel Holland
· 7 years ago
119bc55
prevent bypass of guarantee that suids start with fd 0/1/2 open
by Rich Felker
· 7 years ago
282b1cd
fix fmaf wrong result
by Szabolcs Nagy
· 7 years ago
729fef0
fix default feature profile in tar.h
by Rich Felker
· 7 years ago
c7bb9c4
adjust makefile target-specific CFLAGS rules to be more robust & complete
by Rich Felker
· 7 years ago
a7c53e0
fix out-of-tree build of crt files with stack protector enabled
by Rich Felker
· 7 years ago
919ad8d
explicitly use signed keyword to define intNN_t and derivative types
by Rich Felker
· 7 years ago
eb5ae94
fix minor namespace issues in termios.h
by Rich Felker
· 7 years ago
f9c2498
remove spurious const keyword in sigqueue declaration
by Rich Felker
· 7 years ago
a3f7bcd
fix minor namespace issue in unistd.h
by Rich Felker
· 7 years ago
d93c074
fix minor namespace issue in tar.h
by Rich Felker
· 7 years ago
8e1381b
fix minor namespace issues in limits.h
by Rich Felker
· 7 years ago
6ecb9c1
use PAGESIZE rather than PAGE_SIZE in user.h bits
by Rich Felker
· 7 years ago
c9c2cd3
reverse definition dependency between PAGESIZE and PAGE_SIZE
by Rich Felker
· 7 years ago
0cf5058
fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value
by Rich Felker
· 7 years ago
57b97b4
add public interface headers to implementation files
by Rich Felker
· 7 years ago
2fae10f
fix aliasing violations in fgetpos/fsetpos
by Rich Felker
· 7 years ago
455bd82
use idiomatic safe form for FUNLOCK macro
by Rich Felker
· 7 years ago
7c59d09
in vswprintf, initialize the FILE rather than memset-and-assign
by Rich Felker
· 7 years ago
aaa29c2
remove unused MIN macro from getdelim source file
by Rich Felker
· 7 years ago
0fbe53e
remove useless null check before call to free in fclose
by Rich Felker
· 7 years ago
52d42b5
remove useless and confusing parentheses in stdio __towrite function
by Rich Felker
· 7 years ago
e7eeeb9
avoid use of readv syscall in __stdio_read backend when not needed
by Rich Felker
· 7 years ago
f928041
consistently return number of bytes read from stdio read backend
by Rich Felker
· 7 years ago
9bf9c73
remove obfuscated flags bit-twiddling logic in __stdio_read
by Rich Felker
· 7 years ago
b123f23
fix getopt wrongly treating colons in optstring as valid option chars
by Rich Felker
· 7 years ago
82f1768
add getentropy function
by Rich Felker
· 7 years ago
e206582
add getrandom syscall wrapper
by Hauke Mehrtens
· 7 years ago
9bed82d
aarch64: add sve_context struct and related defines from linux v4.15
by Szabolcs Nagy
· 7 years ago
74ab4b8
elf.h: add DT_SYMTAB_SHNDX
by Szabolcs Nagy
· 7 years ago
dfeeeaf
elf.h: syncronize DF_1_ flags with binutils
by Szabolcs Nagy
· 7 years ago
eef5e48
elf.h: update NT_* coredump elf notes for linux v4.15
by Szabolcs Nagy
· 7 years ago
5024804
elf.h: add PPC64_OPT_LOCALENTRY
by Szabolcs Nagy
· 7 years ago
e7bd039
elf.h: add AT_* auxval macros for cache geometry
by Szabolcs Nagy
· 7 years ago
121d18d
sys/prctl.h: add new PR_SVE_* macros from linux v4.15
by Szabolcs Nagy
· 7 years ago
5a4a780
aarch64: update hwcap.h for linux v4.15
by Szabolcs Nagy
· 7 years ago
8be960d
arm: add get_tls syscall from linux v4.15
by Szabolcs Nagy
· 7 years ago
0fc2f09
powerpc: update hwcap.h for linux v4.15
by Szabolcs Nagy
· 7 years ago
4ccd075
s390x: add s390_sthyi system call from v4.15
by Szabolcs Nagy
· 7 years ago
4001c51
netinet/in.h: add new IPV6_FREEBIND from linux v4.15
by Szabolcs Nagy
· 7 years ago
5f4ff22
netinet/tcp.h: add TCP_* socket options from linux v4.15
by Szabolcs Nagy
· 7 years ago
9b57db3
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
by Szabolcs Nagy
· 7 years ago
9eda4dc
mips,powerpc: fix TIOCSER_TEMT in termios.h
by Szabolcs Nagy
· 7 years ago
e696087
netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14
by Szabolcs Nagy
· 7 years ago
abdaba8
sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi
by Szabolcs Nagy
· 7 years ago
fba3059
netinet/if_ether.h: add new ETH_P_ macros from linux v4.14
by Szabolcs Nagy
· 7 years ago
4d4a665
net/if_arp.h: add ARPHRD_RAWIP from linux v4.14
by Szabolcs Nagy
· 7 years ago
38e81dd
signal.h: add missing SIGTRAP si_codes
by Szabolcs Nagy
· 7 years ago
ebd8ef5
aarch64: add HWCAP_DCPOP from linux v4.14
by Szabolcs Nagy
· 7 years ago
5431c20
sys/mman.h: add MADV_WIPEONFORK from linux v4.14
by Szabolcs Nagy
· 7 years ago
986bc21
sys/socket.h: add MSG_ZEROCOPY from linux v4.14
by Szabolcs Nagy
· 7 years ago
404097a
sys/socket.h: add SOL_TLS from linux v4.13
by Szabolcs Nagy
· 7 years ago
709bbf5
sys/socket.h: add PF_SMC from linux v4.11
by Szabolcs Nagy
· 7 years ago
55df09b
release 1.1.19
by Rich Felker
· 7 years ago
1366b3c
update authors/contributors list
by Rich Felker
· 7 years ago
fcf24b9
fix detection of LIBCC for compiler-rt with clang
by Matúš Olekšák
· 7 years ago
6d61024
convert execvp error handling to switch statement
by Rich Felker
· 7 years ago
8e0b380
fix execvp failing on not-dir entries in PATH.
by Przemyslaw Pawelczyk
· 7 years ago
75cba9c
fix incorrect overflow check for allocation in fmemopen
by Rich Felker
· 7 years ago
249b621
better configure check for long double support
by Szabolcs Nagy
· 7 years ago
23ddab8
make getcwd fail if it cannot obtain an absolute path
by Dmitry V. Levin
· 7 years ago
376b3c5
disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes
by Rich Felker
· 7 years ago
f0b235c
honor rpath $ORIGIN for ldd/ldso command with program in working dir
by Rich Felker
· 7 years ago
c7f0da4
adjust strftime + modifier to match apparent intent of POSIX
by Rich Felker
· 7 years ago
596207a
fix strftime field widths with %F format and zero year
by Rich Felker
· 7 years ago
cc7c300
document pthread structure ABI constraints in comments
by Rich Felker
· 7 years ago
e53296f
re-fix child reaping in wordexp
by Alexander Monakov
· 7 years ago
cd0ae68
revert regression in faccessat AT_EACCESS robustness
by Rich Felker
· 7 years ago
7c709f2
store pthread stack guard sizes for pthread_getattr_np
by William Pitcock
· 7 years ago
b3ae7be
adjust dladdr dli_fbase definition to match other implementations
by Rich Felker
· 7 years ago
6f03b61
getopt_long: accept prefix match of long options containing equals signs
by Samuel Holland
· 7 years ago
f1abc29
fix getopt_long arguments to partial matches
by Samuel Holland
· 7 years ago
14edadb
aarch64: fix mismatched type of ucontext_t uc_link member
by William Pitcock
· 7 years ago
1bc10ff
add _DIRENT_HAVE_D_* macros to dirent.h
by Rostislav Skudnov
· 7 years ago
b64539a
fix printf alt-form octal with value 0 and no explicit precision
by Rich Felker
· 7 years ago
Next »