summaryrefslogtreecommitdiffstats
path: root/sbin/mount_udf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-3/+3
|
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-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 wherederaadt2015-01-161-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 readonlytedu2014-02-261-2/+3
|
* add a variety of missing prototypesderaadt2013-11-121-1/+5
|
* Add missing .Mt macros for AUTHORS email addresses.schwarze2013-07-161-4/+4
| | | | | From Jan Stary <hans at stare dot cz>. ok jmc@
* update pedro's email address, at his request;jmc2007-12-092-5/+5
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* sync usage();jmc2006-12-151-2/+2
|
* Make the mounting process pass a hint to the kernel of where to find the VATpedro2006-07-111-1/+30
|
* .Xr vnconfig 8jmc2005-11-271-2/+3
|
* deploy .An -nosplit; ok jmcjaredy2005-09-301-1/+2
|
* Sync with recent realpath(3) changes: on failure, don't use the secondjaredy2005-04-081-2/+2
| | | | | | argument "resolved", since it is undefined. ok and help millert, otto
* whitespace and punctuation;jmc2005-04-051-3/+3
|
* - fix another 'an udf' mistake i madepedro2005-04-051-5/+11
| | | | - enhance 'history' and add an 'authors' section
* make the description clearer;jmc2005-04-011-2/+2
|
* a UDF, not an UDF;jmc2005-03-301-3/+2
| | | | unnecessary .Pp;
* document optionsderaadt2005-03-301-2/+24
|
* Add a mount_udf(8) stub.pedro2005-03-292-2/+31
|
* mount_udf, okay deraadt@pedro2005-03-292-0/+83