| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
with r158666. mount_ext2fs and mount_std were disconnected with r164527.
Notes:
svn path=/head/; revision=247860
|
| |
|
|
|
|
|
|
|
|
| |
fixing the mount(8) "failok" option.
PR: 163668
Reviewed by: Garrett Cooper, delphij (previous version)
Notes:
svn path=/head/; revision=230226
|
| |
|
|
|
|
|
| |
Submitted by: Ulrich Spörlein
Notes:
svn path=/head/; revision=198236
|
| |
|
|
| |
Notes:
svn path=/head/; revision=166290
|
| |
|
|
| |
Notes:
svn path=/head/; revision=148719
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
per letter dated July 22, 1999.
Approved by: core, imp
Notes:
svn path=/head/; revision=128073
|
| |
|
|
|
|
|
|
|
|
| |
that ext2fs in the kernel supports async mounts. ext2fs used to
effectively force the -async flag on. -async for ext2fs only gives
async (more precisely, delayed) writes for inode updates, so it is
barely worth using even when it is safe.
Notes:
svn path=/head/; revision=125841
|
| |
|
|
|
|
|
|
|
|
|
| |
- constifying copyright
PR: 39867
Submitted by: Dan Lukes <dan@obluda.cz>
Tested by: make universe
Notes:
svn path=/head/; revision=122622
|
| |
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102231
|
| |
|
|
|
|
|
| |
include sys/uio.h.
Notes:
svn path=/head/; revision=101829
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
remove all the code which was trying to do so.
This code was nasty in several ways, it was hiding
the kernel bug where the kernel was unable to properly
load a module, and it was quitting if it wasn't able
to load the module. The consequence is that an ABI
breakage of the vfsconf API would have broken *every*
mount utility.
Notes:
svn path=/head/; revision=101270
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99501
|
| |
|
|
|
|
|
| |
Reviewed by: iedowse
Notes:
svn path=/head/; revision=97256
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96707
|
| |
|
|
|
|
|
| |
o main prototype removed
Notes:
svn path=/head/; revision=92882
|
| |
|
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
Notes:
svn path=/head/; revision=87325
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79530
|
| |
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74815
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74531
|
| |
|
|
|
|
|
|
| |
PR: 24842
Submitted by: Rich Morin <rdm@cfcl.com>
Notes:
svn path=/head/; revision=72015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68960
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Made mount more userfriendly (bad slashes are now filtered out)
and we remove in mount_nfs trailing slashes if there are any.
Fixed mount_xxx binarys to resolve with realpath(3)
the mountpoint.
Translate the deprecated nfs-syntax with '@' to ':' .
The ':' syntax has now precedence, but '@' still works.
Notify the user that the '@' syntax should not be used.
PR: 7846
PR: 13692
Submitted by: Martin Blapp <mb@imp.ch>
Reviewed by: phk
Notes:
svn path=/head/; revision=52055
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
|
|
| |
kernel supports them, and the force option will be more important
when mounting of unclean ext2fs file systems is not permitted unless
it is forced.
Notes:
svn path=/head/; revision=39008
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37426
|
| |
|
|
|
|
|
| |
the default.
Notes:
svn path=/head/; revision=32645
|
| |
|
|
|
|
|
| |
manpage is being viewed.
Notes:
svn path=/head/; revision=26826
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24359
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23680
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22990
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
|
|
| |
for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
Notes:
svn path=/head/; revision=18286
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17786
|
| |
|
|
|
|
|
|
|
|
| |
the real ../mount/getmntopts.c and ../mount/mntopts.h
Closes PR#1419
Submitted by: rhh@stealth.ct.picker.com (Randall Hopper)
Notes:
svn path=/head/; revision=17260
|
| |
|
|
|
|
|
|
|
|
|
|
| |
mount_* programs. While we're at it, collapse the four now-identical
mount programs for devfs, fdesc, kernfs, and procfs into links to
a new mount_std(8) which can mount any really generic filesystem
such as these when called with the appropriate argv[0].
Also, convert the mount programs to use sysexits.h.
Notes:
svn path=/head/; revision=15770
|
| |
|
|
|
|
|
| |
simply a copy of the mount_lfs man page.
Notes:
svn path=/head/; revision=13802
|
|
|
Submitted by: Godmar Back <gback@facility.cs.utah.edu>
Notes:
svn path=/head/; revision=12119
|