index
:
musl.git
master
rs-1.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
legacy
Age
Commit message (
Expand
)
Author
2024-06-21
getusershell: skip blank lines and comments
Rich Felker
2022-10-19
remove LFS64 symbol aliases; replace with dynamic linker remapping
Rich Felker
2021-02-13
fix error return value for cuserid
Rich Felker
2021-02-13
fix misuse of getpwuid_r in cuserid
Rich Felker
2021-02-13
cuserid: don't return truncated results
Rich Felker
2021-02-13
cuserid: support invocation with a null pointer argument
Sören Tempel
2020-11-29
fix segfault in lutimes when tv argument is NULL
Érico Rolim
2018-09-12
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
remove or make static various unused __-prefixed symbols
Rich Felker
2018-09-12
fix issues from public functions defined without declaration visible
Rich Felker
2017-03-14
fix one-byte overflow in legacy getpass function
Rich Felker
2016-08-30
getdtablesize: fix returning hard instead of soft rlimit
Olivier Brunel
2016-01-28
add errno setting to stub utmpxname function
Rich Felker
2016-01-28
legacy/utmpx: Add utmp{,x}name stubs
Kylie McClain
2015-05-06
fix futimes legacy function with null tv pointer
Rich Felker
2015-02-25
getloadavg: use sysinfo() instead of /proc/loadavg
Alexander Monakov
2014-07-06
fix multiple issues in legacy function getpass
Rich Felker
2013-12-12
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-11-21
add legacy getloadavg api
Szabolcs Nagy
2013-09-15
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
2013-08-21
unbreak vwarn: print ": " before errno message
Rich Felker
2013-08-03
collapse euidaccess to a call to faccessat
Rich Felker
2013-08-03
add legacy euidaccess function and eaccess alias for it
Rich Felker
2013-08-02
add legacy function valloc
Rich Felker
2013-05-18
make err.h functions print __progname
Rich Felker
2012-09-29
more close-on-exec fixes, mostly using new "e" flag to fopen
Rich Felker
2012-09-07
cleanup src/linux and src/misc trees, etc.
Rich Felker