about summary refs log tree commit diff
path: root/src/legacy
Commit message (Expand)AuthorAgeFilesLines
* fix error return value for cuseridRich Felker2021-02-131-2/+3
* fix misuse of getpwuid_r in cuseridRich Felker2021-02-131-1/+2
* cuserid: don't return truncated resultsRich Felker2021-02-131-1/+5
* cuserid: support invocation with a null pointer argumentSören Tempel2021-02-131-0/+2
* fix segfault in lutimes when tv argument is NULLÉrico Rolim2020-11-291-5/+7
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-122-2/+0
* remove or make static various unused __-prefixed symbolsRich Felker2018-09-121-1/+1
* fix issues from public functions defined without declaration visibleRich Felker2018-09-121-0/+1
* fix one-byte overflow in legacy getpass functionRich Felker2017-03-141-1/+1
* getdtablesize: fix returning hard instead of soft rlimitOlivier Brunel2016-08-301-1/+1
* add errno setting to stub utmpxname functionRich Felker2016-01-281-0/+2
* legacy/utmpx: Add utmp{,x}name stubsKylie McClain2016-01-281-0/+7
* fix futimes legacy function with null tv pointerRich Felker2015-05-061-0/+1
* getloadavg: use sysinfo() instead of /proc/loadavgAlexander Monakov2015-02-251-11/+7
* fix multiple issues in legacy function getpassRich Felker2014-07-061-5/+6
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-127-4/+8
* add legacy getloadavg apiSzabolcs Nagy2013-11-211-0/+18
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-152-2/+2
* unbreak vwarn: print ": " before errno messageRich Felker2013-08-211-2/+5
* collapse euidaccess to a call to faccessatRich Felker2013-08-031-9/+1
* add legacy euidaccess function and eaccess alias for itRich Felker2013-08-031-0/+18
* add legacy function vallocRich Felker2013-08-021-0/+8
* make err.h functions print __prognameRich Felker2013-05-181-0/+4
* more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker2012-09-291-1/+1
* cleanup src/linux and src/misc trees, etc.Rich Felker2012-09-0713-0/+302