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