about summary refs log tree commit diff
path: root/src/linux/mntent.c
Commit message (Collapse)AuthorAgeFilesLines
* fix completely bogus loop condition in getmntent_rRich Felker2011-04-061-1/+1
| | | | | somehow this worked on my simple fstab, but horribly broke in general, leading to use of uninitialized offset array and crashes.
* add getmntent_r interface (all of mntent is nonstandard anyway)Rich Felker2011-04-051-12/+17
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+57