remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / legacy /
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2021-02-13 Rich Felkerfix error return value for cuserid
2021-02-13 Rich Felkerfix misuse of getpwuid_r in cuserid
2021-02-13 Rich Felkercuserid: don't return truncated results
2021-02-13 Sören Tempelcuserid: support invocation with a null pointer argument
2020-11-29 Érico Rolimfix segfault in lutimes when tv argument is NULL
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-09-12 Rich Felkerfix issues from public functions defined without declar...
2017-03-14 Rich Felkerfix one-byte overflow in legacy getpass function
2016-08-30 Olivier Brunelgetdtablesize: fix returning hard instead of soft rlimit
2016-01-28 Rich Felkeradd errno setting to stub utmpxname function
2016-01-28 Kylie McClainlegacy/utmpx: Add utmp{,x}name stubs
2015-05-06 Rich Felkerfix futimes legacy function with null tv pointer
2015-02-25 Alexander Monakovgetloadavg: use sysinfo() instead of /proc/loadavg
2014-07-06 Rich Felkerfix multiple issues in legacy function getpass
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-21 Szabolcs Nagyadd legacy getloadavg api
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-08-21 Rich Felkerunbreak vwarn: print ": " before errno message
2013-08-03 Rich Felkercollapse euidaccess to a call to faccessat
2013-08-03 Rich Felkeradd legacy euidaccess function and eaccess alias for it
2013-08-02 Rich Felkeradd legacy function valloc
2013-05-18 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-18 Rich Felkermake err.h functions print __progname
2012-09-29 Rich Felkermore close-on-exec fixes, mostly using new "e" flag...
2012-09-07 Rich Felkercleanup src/linux and src/misc trees, etc.