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