summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fstab.c (follow)
Commit message (Collapse)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
| | | | (Do you sense a theme?)
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-2/+2
| | | | | | | of the resulting FILE *), then pass fopen() the 'e' mode letter to mark it close-on-exec. ok miod@
* no need to cast nulltedu2013-06-011-13/+13
|
* Ensure there is a statement after a label.jsg2009-06-031-1/+2
| | | | ok deraadt@
* Remove the stderr spray balony. Library functions should indicate failurederaadt2009-04-291-23/+2
| | | | | | | (and libc and some others can use errno to indicate more detailed results). They should not print trash to stderr, let alone assume that stderr is open to the place they think it is. ok millert
* strtol -> strtonumblambert2007-09-271-19/+15
| | | | | | | | assign values to struct members directly remove now-unused variable ok otto@ ok & input millert@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-2/+2
|
* ansify function definitions and zap some `register'jfb2004-05-181-11/+8
| | | | ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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
| | | | errors reasonably and deal correctly with unsigned quantities.
* 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
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* sync to netbsd 960418deraadt1996-04-211-6/+8
|
* initial import of NetBSD treederaadt1995-10-181-0/+217