summaryrefslogtreecommitdiff
path: root/libc/misc/mntent/mntent.c
AgeCommit message (Expand)Author
2004-03-18Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2002-06-18Fix locking. KillEric Andersen
2002-01-09Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen
2002-01-06Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2000-10-26Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen