Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove NOTREACHED | 2016-03-17 | 1 | -2/+1 | |
| | |||||
* | Wrap <fstab.h> so that calls go direct and the symbols are all weak | 2015-09-13 | 1 | -1/+2 | |
| | | | | (Do you sense a theme?) | ||||
* | When fopen()ing internal to libc (the API doesn't support the use | 2014-09-15 | 1 | -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 null | 2013-06-01 | 1 | -13/+13 | |
| | |||||
* | Ensure there is a statement after a label. | 2009-06-03 | 1 | -1/+2 | |
| | | | | ok deraadt@ | ||||
* | Remove the stderr spray balony. Library functions should indicate failure | 2009-04-29 | 1 | -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 -> strtonum | 2007-09-27 | 1 | -19/+15 | |
| | | | | | | | | assign values to struct members directly remove now-unused variable ok otto@ ok & input millert@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | deregister (and deauto!). ok millert@ marco@ | 2005-03-25 | 1 | -2/+2 | |
| | |||||
* | ansify function definitions and zap some `register' | 2004-05-18 | 1 | -11/+8 | |
| | | | | ok millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | use strtok_r() instead of strtok(); millert ok | 2002-06-22 | 1 | -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. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | 2001-06-27 | 1 | -3/+2 | |
| | |||||
* | Use strtol() and strtoul() instead of atoi(). This allows us to catch | 1999-09-03 | 1 | -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. | 1999-08-03 | 1 | -1/+14 | |
| | |||||
* | Clean up some -Wall complaints. | 1997-07-09 | 1 | -6/+6 | |
| | |||||
* | oops | 1997-06-14 | 1 | -2/+2 | |
| | |||||
* | strncpy | 1997-06-13 | 1 | -2/+3 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -8/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | sync to netbsd 960418 | 1996-04-21 | 1 | -6/+8 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+217 | |