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
*
syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
Rich Felker
2024-06-13
1
-1
/
+1
*
initgroups: do not artificially limit number of supplementary groups
Rich Felker
2024-04-13
1
-4
/
+22
*
syslog: use C locale for timestamp generation
Rich Felker
2024-02-07
1
-1
/
+2
*
mntent: fields are delimited only by tabs or spaces, not general whitespace
Rich Felker
2023-11-16
1
-1
/
+1
*
mntent: unescape octal sequences
q66
2023-11-16
1
-4
/
+40
*
getopt: fix null pointer arithmetic ub
Alexey Izbyshev
2023-04-11
1
-1
/
+2
*
nftw: fix use of uninitialized struct stat
Alexey Izbyshev
2023-04-11
1
-1
/
+3
*
remove LFS64 symbol aliases; replace with dynamic linker remapping
Rich Felker
2022-10-19
4
-8
/
+0
*
mntent: fix potential mishandling of extremely long lines
Rich Felker
2022-05-15
1
-0
/
+2
*
mntent: fix parsing lines with optional fields
Alyssa Ross
2022-05-15
1
-3
/
+7
*
only use getrlimit/setrlimit syscalls if they exist
Stefan O'Rear
2022-05-01
2
-1
/
+11
*
fix struct layout mismatch in sound ioctl time32 fallback conversion
Rich Felker
2021-10-19
1
-2
/
+7
*
fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels
Rich Felker
2020-12-14
1
-1
/
+9
*
fix v4l2 buffer ioctl fallbacks for pre-5.6 kernels
Arnd Bergmann
2020-12-14
1
-4
/
+4
*
implement realpath directly instead of using procfs readlink
Rich Felker
2020-11-30
1
-23
/
+136
*
lift child restrictions after multi-threaded fork
Rich Felker
2020-11-11
1
-0
/
+2
*
avoid __synccall for setrlimit on kernels with prlimit syscall
Rich Felker
2020-10-27
1
-20
/
+17
*
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
[next]