aboutsummaryrefslogtreecommitdiff
path: root/src/linux/mntent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make getmntent_r discard long lines when it returns error, not seek back•••seeking back can be performed by the caller, but if the caller doesn't expect it, it will result in an infinite loop of failures. Rich Felker2011-09-281-2/+1
* improve error handling in mntent stuff...•••not sure if this is correct/ideal. it needs further attention. Rich Felker2011-09-271-2/+9
* fix completely bogus loop condition in getmntent_r•••somehow this worked on my simple fstab, but horribly broke in general, leading to use of uninitialized offset array and crashes. Rich Felker2011-04-061-1/+1
* add getmntent_r interface (all of mntent is nonstandard anyway)Rich Felker2011-04-051-12/+17
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+57