index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2018-04-19
using malloc implementation types/macros/idioms for memalign
Rich Felker
-20
/
+22
2018-04-19
move malloc implementation types and macros to an internal header
Rich Felker
-37
/
+40
2018-04-19
revert detection of partially-replaced allocator
Rich Felker
-15
/
+6
2018-04-19
setvbuf: minor comment typo fix
Will Dietz
-1
/
+1
2018-04-19
arm: use a_ll/a_sc atomics when building for ARMv6T2
Andre McCurdy
-1
/
+1
2018-04-19
arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros
Andre McCurdy
-2
/
+2
2018-04-19
provide optimized a_ctz_32 for arm
Andre McCurdy
-0
/
+12
2018-04-19
remove a_ctz_l from arch specific atomic_arch.h
Andre McCurdy
-24
/
+28
2018-04-19
fix out of bounds write for zero length buffer in gethostname
Marc André Tanner
-1
/
+1
2018-04-18
add support for caller-provided buffers to setvbuf
Rich Felker
-11
/
+14
2018-04-18
clean up allocation/setup logic for open_[w]memstream
Rich Felker
-38
/
+50
2018-04-18
clean up allocation/setup logic for fmemopen
Rich Felker
-21
/
+31
2018-04-18
minor cleanup in fopencookie
Rich Felker
-5
/
+2
2018-04-18
allow interposition/replacement of allocator (malloc)
Rich Felker
-23
/
+39
2018-04-18
refactor flockfile not to duplicate lock mechanism logic
Rich Felker
-12
/
+14
2018-04-18
fix stdio lock dependency on read-after-free not faulting
Rich Felker
-20
/
+24
2018-04-17
remove unused __brk function/source file
Rich Felker
-7
/
+0
2018-04-17
enable reclaim_gaps for fdpic
Rich Felker
-2
/
+18
2018-04-17
comment __malloc_donate overflow logic
Rich Felker
-0
/
+3
2018-04-17
ldso, malloc: implement reclaim_gaps via __malloc_donate
Alexander Monakov
-30
/
+47
2018-04-17
malloc: fix an over-allocation bug
Alexander Monakov
-4
/
+4
2018-04-17
use explicit dynamic-list rather than symbolic-functions for linking
Rich Felker
-4
/
+41
2018-04-17
fix return value of nice function
Rich Felker
-5
/
+9
2018-04-11
optimize malloc0
Alexander Monakov
-6
/
+23
2018-04-11
fix incorrect results for catan with some inputs
Rich Felker
-13
/
+1
2018-04-09
fix wrong result in casin and many related complex functions
Rich Felker
-3
/
+6
2018-04-07
implement wcsftime padding specifier extensions
Samuel Holland
-3
/
+5
2018-04-05
prevent bypass of guarantee that suids start with fd 0/1/2 open
Rich Felker
-0
/
+2
2018-04-02
fix fmaf wrong result
Szabolcs Nagy
-1
/
+1
2018-03-28
fix default feature profile in tar.h
Rich Felker
-0
/
+2
2018-03-24
adjust makefile target-specific CFLAGS rules to be more robust & complete
Rich Felker
-11
/
+8
2018-03-24
fix out-of-tree build of crt files with stack protector enabled
Rich Felker
-1
/
+1
2018-03-12
explicitly use signed keyword to define intNN_t and derivative types
Rich Felker
-4
/
+4
2018-03-10
fix minor namespace issues in termios.h
Rich Felker
-0
/
+12
2018-03-10
remove spurious const keyword in sigqueue declaration
Rich Felker
-1
/
+1
2018-03-10
fix minor namespace issue in unistd.h
Rich Felker
-2
/
+1
2018-03-10
fix minor namespace issue in tar.h
Rich Felker
-0
/
+2
2018-03-10
fix minor namespace issues in limits.h
Rich Felker
-5
/
+10
2018-03-10
use PAGESIZE rather than PAGE_SIZE in user.h bits
Rich Felker
-8
/
+8
2018-03-10
reverse definition dependency between PAGESIZE and PAGE_SIZE
Rich Felker
-8
/
+8
2018-03-07
fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value
Rich Felker
-1
/
+1
2018-02-25
add public interface headers to implementation files
Rich Felker
-0
/
+11
2018-02-24
fix aliasing violations in fgetpos/fsetpos
Rich Felker
-2
/
+3
2018-02-24
use idiomatic safe form for FUNLOCK macro
Rich Felker
-1
/
+1
2018-02-24
in vswprintf, initialize the FILE rather than memset-and-assign
Rich Felker
-9
/
+8
2018-02-24
remove unused MIN macro from getdelim source file
Rich Felker
-2
/
+0
2018-02-24
remove useless null check before call to free in fclose
Rich Felker
-1
/
+1
2018-02-24
remove useless and confusing parentheses in stdio __towrite function
Rich Felker
-1
/
+1
2018-02-24
avoid use of readv syscall in __stdio_read backend when not needed
Rich Felker
-1
/
+2
2018-02-24
consistently return number of bytes read from stdio read backend
Rich Felker
-2
/
+2
[next]