| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
OK'ed by: core
Notes:
svn path=/head/; revision=139103
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/head/; revision=136910
|
| |
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=80029
|
| |
|
|
|
|
|
| |
builtints (e.g., exit, strcmp).
Notes:
svn path=/head/; revision=78720
|
| |
|
|
|
|
|
| |
Approved by: phk
Notes:
svn path=/head/; revision=74988
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74257
|
| |
|
|
|
|
|
|
|
|
| |
entirely as previously advertised.
md(4) adopted all assets of vn(4) some time back and has proper devfs
support and cloning abilities to boot.
Notes:
svn path=/head/; revision=74047
|
| |
|
|
| |
Notes:
svn path=/head/; revision=73233
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71898
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71831
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70629
|
| |
|
|
|
|
|
| |
device as expected.
Notes:
svn path=/head/; revision=70529
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70403
|
| |
|
|
|
|
|
|
|
| |
Try to use vn%d.ctl for setup and control if possible.
This paves the way for a DEVFS/cloning vn driver.
Notes:
svn path=/head/; revision=70053
|
| |
|
|
|
|
|
| |
Use _PATH_* where where possible.
Notes:
svn path=/head/; revision=69793
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69499
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68965
|
| |
|
|
|
|
|
|
| |
PR: docs/21837
Submitted by: Tony Finch <dot@dotat.at>
Notes:
svn path=/head/; revision=66897
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66352
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62988
|
| |
|
|
|
|
|
|
| |
PR: bin/6997
Submitted-by:
Notes:
svn path=/head/; revision=60564
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60125
|
| |
|
|
|
|
|
|
|
|
|
| |
'boundry' --> 'boundary'
'seperated' --> 'separated'
PR: 16623
Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp>
Notes:
svn path=/head/; revision=57271
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56488
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51490
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
size != 512 that are configured without a label. The bug should only
have effected swap-backed VN mounts without a label.
Add several major features to VN. In the kernel we add a swap
pre-reservation capability, which can be used to guarentee seek
consistency for swap-backed VN nodes. This also incidently allows
a swap-backed VN filesystem to be recovered after a crash in some
cases (if the same swap blocks happen to be reserved).
We also add a number of new options to vnconfig which do the work
of pre-zeroing or creating/truncating/extending a file which greatly
simplifies using VN in a file-backed configuration.
Add FreeBSD CVS label to sys/sys/vnioctl.h, as well as a new ioctl
flag for the swap pre-reservation feature.
Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
Notes:
svn path=/head/; revision=51341
|
| |
|
|
|
|
|
|
| |
Cleanup a few "-Wall -O" warnings.
Make "usage()" agree with man page.
Notes:
svn path=/head/; revision=50670
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48791
|
| |
|
|
|
|
|
|
|
| |
we may still have vn in the kernel but not be able to see it.
This enables building -current SNAPS in a chroot on a -stable system
Notes:
svn path=/head/; revision=47247
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The old VN device broke in -4.x when the definition of B_PAGING
changed. This patch fixes this plus implements additional capabilities.
The new VN device can be backed by a file ( as per normal ), or it can
be directly backed by swap.
Due to dependencies in VM include files (on opt_xxx options) the new
vn device cannot be a module yet. This will be fixed in a later commit.
This commit delimitted by tags {PRE,POST}_MATT_VNDEV
Notes:
svn path=/head/; revision=44739
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43216
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37967
|
| |
|
|
| |
Notes:
svn path=/head/; revision=30766
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24428
|
| |
|
|
|
|
|
|
|
|
|
| |
vnconfig doesn't seem to be in Lite2, although dev/vn is. The Lite2
merge in userland has converted all mount calls except this one and
one for devfs in init, so we can drop support for old mount args soon.
Vnconfig probably shouldn't support mounting - it only supports ufs.
Notes:
svn path=/head/; revision=24371
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23703
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22997
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22666
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21880
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13843
|
| |
|
|
|
|
|
|
|
|
| |
The -a option description is not very visible.
Submitted by: Pierre Beyssac <pb@fasterix.freenix.fr>
Obtained from: PR docs/447
Notes:
svn path=/head/; revision=9441
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8857
|
| |
|
|
| |
Notes:
svn path=/head/; revision=6999
|
|
|
Notes:
svn path=/head/; revision=4966
|