summaryrefslogtreecommitdiff
path: root/src/misc/mntent.c
AgeCommit message (Expand)AuthorLines
2023-11-16mntent: fields are delimited only by tabs or spaces, not general whitespaceRich Felker-1/+1
2023-11-16mntent: unescape octal sequencesq66-4/+40
2022-05-15mntent: fix potential mishandling of extremely long linesRich Felker-0/+2
2022-05-15mntent: fix parsing lines with optional fieldsAlyssa Ross-3/+7
2016-10-20use dynamic buffer for getmntentNatanael Copa-4/+13
2014-08-08make endmntent function handle null argumentTimo Teräs-1/+1
2012-09-07cleanup src/linux and src/misc trees, etc.Rich Felker-0/+68