Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | 2020-04-23 | 1 | -3/+3 | |
| | |||||
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -3/+3 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -3/+4 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | short note that the filesystem is always mounted readonly | 2014-02-26 | 1 | -2/+3 | |
| | |||||
* | add a variety of missing prototypes | 2013-11-12 | 1 | -1/+5 | |
| | |||||
* | Add missing .Mt macros for AUTHORS email addresses. | 2013-07-16 | 1 | -4/+4 | |
| | | | | | From Jan Stary <hans at stare dot cz>. ok jmc@ | ||||
* | update pedro's email address, at his request; | 2007-12-09 | 2 | -5/+5 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | sync usage(); | 2006-12-15 | 1 | -2/+2 | |
| | |||||
* | Make the mounting process pass a hint to the kernel of where to find the VAT | 2006-07-11 | 1 | -1/+30 | |
| | |||||
* | .Xr vnconfig 8 | 2005-11-27 | 1 | -2/+3 | |
| | |||||
* | deploy .An -nosplit; ok jmc | 2005-09-30 | 1 | -1/+2 | |
| | |||||
* | Sync with recent realpath(3) changes: on failure, don't use the second | 2005-04-08 | 1 | -2/+2 | |
| | | | | | | argument "resolved", since it is undefined. ok and help millert, otto | ||||
* | whitespace and punctuation; | 2005-04-05 | 1 | -3/+3 | |
| | |||||
* | - fix another 'an udf' mistake i made | 2005-04-05 | 1 | -5/+11 | |
| | | | | - enhance 'history' and add an 'authors' section | ||||
* | make the description clearer; | 2005-04-01 | 1 | -2/+2 | |
| | |||||
* | a UDF, not an UDF; | 2005-03-30 | 1 | -3/+2 | |
| | | | | unnecessary .Pp; | ||||
* | document options | 2005-03-30 | 1 | -2/+24 | |
| | |||||
* | Add a mount_udf(8) stub. | 2005-03-29 | 2 | -2/+31 | |
| | |||||
* | mount_udf, okay deraadt@ | 2005-03-29 | 2 | -0/+83 | |