summaryrefslogtreecommitdiffstats
path: root/libc/misc/mntent/mntent.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen2004-03-181-2/+9
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Fix locking. KillEric Andersen2002-06-181-5/+18
* Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen2002-01-091-5/+0
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-061-19/+35
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+1
* Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen2000-10-261-0/+79