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