| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=247856
|
|
|
|
|
|
|
|
|
|
| |
mount_nullfs(8).
Tested by: pho
MFC after: 2 weeks
Notes:
svn path=/head/; revision=245005
|
|
|
|
|
|
|
|
|
|
| |
fixing the mount(8) "failok" option.
PR: 163668
Reviewed by: Garrett Cooper, delphij (previous version)
Notes:
svn path=/head/; revision=230226
|
|
|
|
|
|
|
|
|
| |
These tools declare global variables without using the static keyword,
even though their use is limited to a single C-file, or without placing
an extern declaration of them in the proper header file.
Notes:
svn path=/head/; revision=227081
|
|
|
|
|
|
|
|
|
|
| |
I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.
Notes:
svn path=/head/; revision=201227
|
|
|
|
|
|
|
| |
Submitted by: Ulrich Spörlein
Notes:
svn path=/head/; revision=198236
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=157877
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=154418
|
|
|
|
| |
Notes:
svn path=/head/; revision=152670
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=141611
|
|
|
|
| |
Notes:
svn path=/head/; revision=140415
|
|
|
|
| |
Notes:
svn path=/head/; revision=131488
|
|
|
|
|
|
|
|
|
| |
per letter dated July 22, 1999.
Approved by: core, imp
Notes:
svn path=/head/; revision=128073
|
|
|
|
|
|
|
| |
Use WARNS?= instead of WARNS=.
Notes:
svn path=/head/; revision=126178
|
|
|
|
|
|
|
|
|
| |
PR: docs/59937
Submitted by: Ada Lim <ada@bsd.org>
MFC After: 1 day
Notes:
svn path=/head/; revision=124236
|
|
|
|
| |
Notes:
svn path=/head/; revision=110396
|
|
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107788
|
|
|
|
| |
Notes:
svn path=/head/; revision=102231
|
|
|
|
|
|
|
| |
include sys/uio.h.
Notes:
svn path=/head/; revision=101829
|
|
|
|
|
|
|
| |
the diffs from my branch.
Notes:
svn path=/head/; revision=101275
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
that nullfs has been converted to nmount.
Notes:
svn path=/head/; revision=97187
|
|
|
|
| |
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=81588
|
|
|
|
| |
Notes:
svn path=/head/; revision=79754
|
|
|
|
| |
Notes:
svn path=/head/; revision=79049
|
|
|
|
|
|
|
|
|
|
|
| |
mount_fdesc -> mount_fdescfs
mount_null -> mount_nullfs
mount_portal -> mount_portalfs
mount_umap -> mount_umapfs
mount_union -> mount_unionfs
Notes:
svn path=/head/; revision=77042
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
systems were repo-copied from sys/miscfs to sys/fs.
- Renamed the following file systems and their modules:
fdesc -> fdescfs, portal -> portalfs, union -> unionfs.
- Renamed corresponding kernel options:
FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS.
- Install header files for the above file systems.
- Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland
Makefiles.
Notes:
svn path=/head/; revision=77031
|
|
|
|
| |
Notes:
svn path=/head/; revision=75670
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74815
|
|
|
|
| |
Notes:
svn path=/head/; revision=74531
|
|
|
|
| |
Notes:
svn path=/head/; revision=70401
|
|
|
|
| |
Notes:
svn path=/head/; revision=70152
|
|
|
|
| |
Notes:
svn path=/head/; revision=68960
|
|
|
|
| |
Notes:
svn path=/head/; revision=68575
|
|
|
|
| |
Notes:
svn path=/head/; revision=63962
|
|
|
|
|
|
|
| |
Some Submitted by: docs/18543 (Anatoly Vorobey)
Notes:
svn path=/head/; revision=60602
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
that nullfs really doesn't work, he askes why this isn't noted for the
"dangerous" filesystems, I go "hmmm."
Notes:
svn path=/head/; revision=42003
|
|
|
|
| |
Notes:
svn path=/head/; revision=37428
|
|
|
|
|
|
|
| |
the default.
Notes:
svn path=/head/; revision=32645
|
|
|
|
| |
Notes:
svn path=/head/; revision=26072
|
|
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24359
|
|
|
|
| |
Notes:
svn path=/head/; revision=23680
|