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
path:
root
/
src
/
misc
Age
Commit message (
Expand
)
Author
Lines
2020-11-30
implement realpath directly instead of using procfs readlink
Rich Felker
-23
/
+136
2020-11-11
lift child restrictions after multi-threaded fork
Rich Felker
-0
/
+2
2020-10-27
avoid __synccall for setrlimit on kernels with prlimit syscall
Rich Felker
-20
/
+17
2020-07-24
getentropy: fix UB if len==0
Bartosz Brachaczek
-1
/
+1
2020-06-15
fix invalid use of access function in nftw
Rich Felker
-4
/
+18
2019-12-22
spare archs without time32 legacy the cost of ioctl fallback conversions
Rich Felker
-1
/
+1
2019-12-22
add further ioctl time64 fallback conversion for device-specific command
Rich Felker
-0
/
+3
2019-12-21
don't continue looping through ioctl compat_map after finding match
Rich Felker
-0
/
+1
2019-12-20
add further ioctl time64 fallback conversions
Rich Felker
-1
/
+49
2019-12-19
improve ioctl time64 conversion fallback framework
Rich Felker
-17
/
+18
2019-12-18
convert ioctl time64 fallbacks to table-driven framework
Rich Felker
-17
/
+66
2019-10-24
fix errno for posix_openpt with no free ptys available
Rich Felker
-1
/
+3
2019-10-19
wait4, getrusage: add time64/x32 variant
Rich Felker
-1
/
+29
2019-08-30
add public declaration for optreset under appropriate feature profiles
Rich Felker
-0
/
+1
2019-07-31
ioctl: add fallback for new time64 SIOCGSTAMP[NS]
Rich Felker
-1
/
+24
2018-12-09
add namespace-safe version of getauxval for internal use
Rich Felker
-1
/
+3
2018-12-09
fix wordexp not to read past end of string ending with lone backslash
Rich Felker
-1
/
+1
2018-09-12
split internal lock API out of libc.h, creating lock.h
Rich Felker
-1
/
+1
2018-09-12
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
-7
/
+4
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-3
/
+0
2018-09-12
remove or make static various unused __-prefixed symbols
Rich Felker
-2
/
+2
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
-2
/
+0
2018-09-12
declare __getopt_msg in stdio_impl.h
Rich Felker
-2
/
+1
2018-09-12
use lighter internal stdio lock in getopt error printing
Rich Felker
-2
/
+3
2018-09-12
move and deduplicate declarations of __procfdname to make it checkable
Rich Felker
-2
/
+0
2018-09-12
fix issues from public functions defined without declaration visible
Rich Felker
-0
/
+5
2018-08-22
getopt: update optarg and optind correctly on missing argument
Rich Felker
-6
/
+6
2018-04-27
getopt_long_only: don't prefix-match long-options that match short ones
Rich Felker
-2
/
+15
2018-02-25
add public interface headers to implementation files
Rich Felker
-0
/
+2
2018-02-24
fix getopt wrongly treating colons in optstring as valid option chars
Rich Felker
-1
/
+1
2018-02-23
add getentropy function
Rich Felker
-0
/
+31
2018-02-05
re-fix child reaping in wordexp
Alexander Monakov
-7
/
+1
2018-01-31
getopt_long: accept prefix match of long options containing equals signs
Samuel Holland
-1
/
+2
2018-01-31
fix getopt_long arguments to partial matches
Samuel Holland
-1
/
+3
2018-01-09
revise the definition of multiple basic locks in the code
Jens Gustedt
-1
/
+1
2017-10-13
fix incorrect base name offset from nftw when pathname ends in slash(es)
Rich Felker
-3
/
+9
2017-01-04
fix getopt[_long] clobbering of optopt on success
Rich Felker
-2
/
+5
2016-10-20
fix getopt_long_only misinterpreting "--" as an option
Rich Felker
-1
/
+1
2016-10-20
use dynamic buffer for getmntent
Natanael Copa
-4
/
+13
2016-05-23
fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs
Rich Felker
-3
/
+6
2016-02-16
fix unlikely corner cases in getopt's message printing
Rich Felker
-2
/
+2
2015-08-21
getsubopt: don't include leading = in value string
Steven Barth
-1
/
+1
2015-07-09
handle loss of syslog socket connection
Rich Felker
-7
/
+11
2015-03-15
add alternate backend support for getgrouplist
Josiah Worcester
-24
/
+0
2015-03-04
eliminate atomics in syslog setlogmask function
Rich Felker
-4
/
+6
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
-2
/
+2
2015-02-11
fix bad character checking in wordexp
Rich Felker
-0
/
+1
2015-01-21
simplify part of getopt_long
Rich Felker
-13
/
+11
2015-01-21
always set optarg in getopt_long
Rich Felker
-1
/
+1
2015-01-15
for multithreaded set*id/setrlimit, handle case where callback does not run
Rich Felker
-3
/
+3
[next]