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
*
move __res_msend_rc declaration to lookup.h
Rich Felker
2018-09-12
2
-1
/
+1
*
fix type-mismatched declarations of __nl_langinfo_l in source files
Rich Felker
2018-09-12
2
-2
/
+2
*
for c11 mtx and cnd functions, use externally consistent type names
Rich Felker
2018-09-12
6
-12
/
+17
*
move and deduplicate declarations of __dns_parse to make it checkable
Rich Felker
2018-09-12
4
-2
/
+3
*
move lgamma-related internal declarations to libm.h
Rich Felker
2018-09-12
5
-12
/
+7
*
declare __syscall_ret as hidden in vfork asm
Rich Felker
2018-09-12
4
-0
/
+4
*
add arm asm for vfork
Patrick Oppenlander
2018-09-12
1
-0
/
+13
*
move declarations for malloc internals to malloc_impl.h
Rich Felker
2018-09-12
5
-7
/
+7
*
improve machinery for ldso to report libc version
Rich Felker
2018-09-12
3
-9
/
+4
*
make internal declarations for flockfile tracking functions checkable
Rich Felker
2018-09-12
3
-4
/
+5
*
make inadvertently exposed __h{create,delete,search}_r functions static
Rich Felker
2018-09-12
1
-6
/
+6
*
make inadvertently exposed __pthread_{timed,try}join_np functions static
Rich Felker
2018-09-12
1
-2
/
+2
*
use idiomatic weak alias approach for defining asctime_r
Rich Felker
2018-09-12
3
-33
/
+28
*
move and deduplicate declarations of __vdsosym to make it checkable
Rich Felker
2018-09-12
3
-4
/
+2
*
move and deduplicate declarations of __procfdname to make it checkable
Rich Felker
2018-09-12
10
-16
/
+5
*
fix issues from public functions defined without declaration visible
Rich Felker
2018-09-12
11
-2
/
+22
*
remove leftover declarations for removed functions from pthread_impl.h
Rich Felker
2018-09-05
1
-4
/
+0
*
define and use internal macros for hidden visibility, weak refs
Rich Felker
2018-09-05
38
-125
/
+94
*
fix namespace violation for c11 mutex functions
Rich Felker
2018-09-04
1
-1
/
+3
*
in pthread_mutex_timedlock, avoid repeatedly reading mutex type field
Rich Felker
2018-09-04
1
-3
/
+4
*
in pthread_mutex_trylock, EBUSY out more directly when possible
Rich Felker
2018-09-04
1
-2
/
+2
*
fix mistake/cruft in 1.1.20 release notes
Rich Felker
2018-09-04
1
-1
/
+1
*
implement fexecve in terms of execveat when it exists
Joseph C. Sible
2018-09-04
1
-0
/
+5
*
release 1.1.20
v1.1.20
Rich Felker
2018-09-04
2
-1
/
+78
*
fix stack-based oob memory clobber in resolver's result sorting
Rich Felker
2018-09-02
1
-1
/
+1
*
consistently use _NSIG/8 idiom for kernel sigset size in sigaction
Rich Felker
2018-09-01
1
-3
/
+3
*
always terminate by SIGABRT when abort is called
Rich Felker
2018-09-01
2
-4
/
+40
*
optimize raise not to make a syscall for getting tid
Rich Felker
2018-09-01
1
-3
/
+1
*
prevent perror from clobbering stderr's orientation
Rich Felker
2018-08-30
1
-0
/
+8
*
prevent psignal/psiginfo from clobbering stderr orientation, errno
Rich Felker
2018-08-30
2
-8
/
+21
*
make vfprintf set stream orientation even for zero-length output
Rich Felker
2018-08-29
1
-1
/
+2
*
re-fix vfprintf temporary buffer logic
Rich Felker
2018-08-29
1
-2
/
+2
*
fix missing flush of stderr at exit if it was put in buffered mode
Rich Felker
2018-08-29
1
-0
/
+1
*
fix async thread cancellation on sh-fdpic
Rich Felker
2018-08-29
2
-0
/
+8
*
fix async thread cancellation on powerpc64
Rich Felker
2018-08-29
1
-0
/
+7
*
vfwprintf: honor field width with 'c' format type
A. Wilcox
2018-08-28
1
-1
/
+4
*
fix several values reported by sysconf
Rich Felker
2018-08-28
1
-8
/
+11
*
fix return value of system on failure to spawn child process
Rich Felker
2018-08-28
1
-1
/
+1
*
set stream orientations in open_[w]memstream
Rich Felker
2018-08-28
2
-0
/
+3
*
make fmemopen's w+ mode truncate the buffer
Rich Felker
2018-08-28
1
-0
/
+1
*
set errno when fileno is called on a FILE with no underlying fd
Rich Felker
2018-08-28
1
-4
/
+7
*
reject invalid arguments to pthread_barrierattr_setpshared
Rich Felker
2018-08-28
1
-0
/
+1
*
rewrite __aeabi_read_tp in asm
Szabolcs Nagy
2018-08-28
2
-12
/
+6
*
fix dubious char signedness check in limits.h
Rich Felker
2018-08-28
1
-1
/
+1
*
fix deadlock in async thread self-cancellation
Rich Felker
2018-08-28
1
-1
/
+5
*
time: fix incorrect DST offset when using POSIX timezones without DST
A. Wilcox
2018-08-27
1
-1
/
+1
*
fix tls access on arm targets before armv6k
Szabolcs Nagy
2018-08-23
1
-1
/
+1
*
fix missing strerror text for EMULTIHOP
Rich Felker
2018-08-23
1
-0
/
+1
*
fix printf precision specifier for hex floats on non-ld80 archs
Rich Felker
2018-08-23
1
-0
/
+1
*
getopt: update optarg and optind correctly on missing argument
Rich Felker
2018-08-22
1
-6
/
+6
[next]