summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fstab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove NOTREACHEDmmcc2016-03-171-2/+1
* Wrap <fstab.h> so that calls go direct and the symbols are all weakguenther2015-09-131-1/+2
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-2/+2
* no need to cast nulltedu2013-06-011-13/+13
* Ensure there is a statement after a label.jsg2009-06-031-1/+2
* Remove the stderr spray balony. Library functions should indicate failurederaadt2009-04-291-23/+2
* strtol -> strtonumblambert2007-09-271-19/+15
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-2/+2
* ansify function definitions and zap some `register'jfb2004-05-181-11/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* use strtok_r() instead of strtok(); millert okderaadt2002-06-221-15/+16
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
* Use strtol() and strtoul() instead of atoi(). This allows us to catchmillert1999-09-031-6/+27
* Return an open failure if the fstab is zero length or not a regular file.downsj1999-08-031-1/+14
* Clean up some -Wall complaints.millert1997-07-091-6/+6
* oopsderaadt1997-06-141-2/+2
* strncpyderaadt1997-06-131-2/+3
* Fix RCS idstholo1996-08-191-8/+1
* sync to netbsd 960418deraadt1996-04-211-6/+8
* initial import of NetBSD treederaadt1995-10-181-0/+217