Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-09-28 | make getmntent_r discard long lines when it returns error, not seek back | Rich Felker | -2/+1 | |
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. | ||||
2011-09-27 | improve error handling in mntent stuff... | Rich Felker | -2/+9 | |
not sure if this is correct/ideal. it needs further attention. | ||||
2011-04-06 | fix completely bogus loop condition in getmntent_r | Rich Felker | -1/+1 | |
somehow this worked on my simple fstab, but horribly broke in general, leading to use of uninitialized offset array and crashes. | ||||
2011-04-05 | add getmntent_r interface (all of mntent is nonstandard anyway) | Rich Felker | -12/+17 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+57 | |