summaryrefslogtreecommitdiff
path: root/src/legacy
AgeCommit message (Expand)Author
2024-06-21getusershell: skip blank lines and commentsRich Felker
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker
2021-02-13fix error return value for cuseridRich Felker
2021-02-13fix misuse of getpwuid_r in cuseridRich Felker
2021-02-13cuserid: don't return truncated resultsRich Felker
2021-02-13cuserid: support invocation with a null pointer argumentSören Tempel
2020-11-29fix segfault in lutimes when tv argument is NULLÉrico Rolim
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker
2018-09-12reduce spurious inclusion of libc.hRich Felker
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker
2018-09-12fix issues from public functions defined without declaration visibleRich Felker
2017-03-14fix one-byte overflow in legacy getpass functionRich Felker
2016-08-30getdtablesize: fix returning hard instead of soft rlimitOlivier Brunel
2016-01-28add errno setting to stub utmpxname functionRich Felker
2016-01-28legacy/utmpx: Add utmp{,x}name stubsKylie McClain
2015-05-06fix futimes legacy function with null tv pointerRich Felker
2015-02-25getloadavg: use sysinfo() instead of /proc/loadavgAlexander Monakov
2014-07-06fix multiple issues in legacy function getpassRich Felker
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2013-11-21add legacy getloadavg apiSzabolcs Nagy
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy
2013-08-21unbreak vwarn: print ": " before errno messageRich Felker
2013-08-03collapse euidaccess to a call to faccessatRich Felker
2013-08-03add legacy euidaccess function and eaccess alias for itRich Felker
2013-08-02add legacy function vallocRich Felker
2013-05-18make err.h functions print __prognameRich Felker
2012-09-29more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker
2012-09-07cleanup src/linux and src/misc trees, etc.Rich Felker