| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
with r158666. mount_ext2fs and mount_std were disconnected with r164527.
Notes:
svn path=/head/; revision=247860
|
| |
|
|
| |
Notes:
svn path=/head/; revision=247856
|
| |
|
|
|
|
|
|
|
|
| |
fixing the mount(8) "failok" option.
PR: 163668
Reviewed by: Garrett Cooper, delphij (previous version)
Notes:
svn path=/head/; revision=230226
|
| |
|
|
| |
Notes:
svn path=/head/; revision=222176
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
Notes:
svn path=/head/; revision=208027
|
| |
|
|
|
|
|
| |
Submitted by: Ulrich Spörlein
Notes:
svn path=/head/; revision=198236
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152358
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152357
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=147575
|
| |
|
|
|
|
|
| |
of the macro.
Notes:
svn path=/head/; revision=147242
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
use of the macro in sbin/mount*'s, by replacing:
mopts[] = {
MOPT_STDOPTS,
{ NULL }
}
With:
mopts[] = {
MOPT_STDOPTS,
MOPT_NULL
}
This change will help to reduce the situation that we don't explicitly
initialize "struct mntopt"'s. It should not contribute to any
functional/logical changes as far as I can tell.
Notes:
svn path=/head/; revision=146853
|
|
|
Approved by: mux (mentor)
Notes:
svn path=/head/; revision=146568
|