about summary refs log tree commit diff
path: root/src/linux/mntent.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup src/linux and src/misc trees, etc.Rich Felker2012-09-071-68/+0
* make getmntent_r discard long lines when it returns error, not seek backRich Felker2011-09-281-2/+1
* improve error handling in mntent stuff...Rich Felker2011-09-271-2/+9
* fix completely bogus loop condition in getmntent_rRich 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.0 v0.5.0Rich Felker2011-02-121-0/+57