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