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