brueffer
c56d3e4138
my(4) provides support now as well.
2006-06-05 18:02:36 +00:00
joel
12e9888924
Fix minor typos.
2006-06-05 16:31:57 +00:00
pjd
904500481a
- Document that padlock(4) pretends to accelerate HMAC algorithms.
...
- Remove "device cryptodev" as it is not needed for compiling padlock(4)
into the kernel. Actually it is not advisable, because padlock
instructions can be used directly from userland, so passing the work
through the kernel is a bad idea.
2006-06-05 16:24:31 +00:00
rwatson
3b3f1e138b
Break out description of the audit pipe facility from audit.4 into a new
...
man page, auditpipe.4, which describes the behavior of audit pipes, the
ioctls, preselection, etc.
Obtained from: TrustedBSD Project
2006-06-05 15:26:09 +00:00
pjd
894360e76c
Document more bits.
...
Reviewed by: brd
2006-06-03 23:39:13 +00:00
kris
9257695685
Strengthen wording; the KTR_ENTRIES value *must* be a power of two since
...
the code depends on this.
MFC after: 1 week
2006-06-03 23:20:45 +00:00
thompsa
0a5ee5e4db
Add rc.d/bridge which is invoked when a new interface arrives and can
...
automaticly add it to an Ethernet bridge. This is intended for applications
such as qemu, vmware, openvpn, ... which open tap interfaces and need them
bridged with the hosts network adapter, the user can set up a glob for
interfaces to be automatically added (eg tap*).
2006-06-01 11:01:54 +00:00
matteo
54eed11bfc
Add jail_<jname>_exec_afterstart<N> rc.conf variable, where <N> is
...
1,2 and so on.
It specifies the command to be run as Nth after jail startup.
sh(1)-fu by: Dario Freni
PR: conf/97697
MFC after: 2 weeks
Reviewed by: ru@ (man page)
2006-05-30 16:20:48 +00:00
phk
971888ff99
Remove mention of minor number construction.
2006-05-27 10:20:17 +00:00
ceri
2309bc6b91
Clarify that G_F_DISKIOCTL is unused, and remove G_T_DETAILS altogether,
...
since it isn't actually #defined.
Discussed with: phk
2006-05-25 13:39:27 +00:00
ceri
a98047b96c
Clean up the grammar in here some.
2006-05-24 11:01:16 +00:00
imp
b187a35955
Add a stub man page for device_get_sysctl{_ctx,tree}. Needs some
...
work, but is better than nothing. Any help appreciated.
2006-05-23 22:11:20 +00:00
pjd
a219cfbd3e
Document missing CRYPTO_F_ flags.
2006-05-23 08:43:28 +00:00
mlaier
f92608f263
Remove stale altq instructions. They don't belong to the driver manpage
...
anyhow.
2006-05-20 21:12:06 +00:00
mlaier
344107bff0
ALTQ-ify nve(4).
...
Submitted by: Chris Dionissopoulos
Tested by: Chris Dionissopoulos
MFC after: 4 weeks
2006-05-20 21:08:09 +00:00
brueffer
eb6278122a
Fix a formatting issue.
2006-05-20 10:19:53 +00:00
brueffer
7c38545a74
Convert to use a SYNPOSIS section that mentions kernel modules.
...
Also add "device scbus" where needed.
MFC after: 3 days
2006-05-20 09:39:28 +00:00
maxim
f4dd4705d0
o Sort .Xrs, touch .Dd.
2006-05-20 06:58:46 +00:00
brueffer
e0f0752b46
Minimal manpage for the acpi_dock driver. This needs to be fleshed out
...
by someone in the know about this driver.
2006-05-20 06:21:42 +00:00
ume
a8b26079aa
Add description how to use caching.
...
Submitted by: Michael Bushkov <bushman__at__rsu.ru>
2006-05-20 03:29:09 +00:00
rodrigc
99b97186f2
Remove reference to mount_procfs, which is no longer used by mount(8).
...
Add an example using "mount -t procfs".
2006-05-19 00:23:29 +00:00
rodrigc
4516fb6dc1
Remove reference to mount_linprocfs, which is no longer used by mount(8).
...
Add an example using "mount -t linprocfs".
2006-05-19 00:22:45 +00:00
flz
3d58ab6ef3
Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}
...
scripts. These scripts handle vnode backed md(4) devices.
Old ramdisk{,-own} scripts will stay a bit in CVS to allow some time for
migration since variable names have changed (ramdisk_* -> mdconfig_*).
Two new variables have been introduced to be able to populate the md(4)
device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd).
Use should be as easy as:
mdconfig_md0="-t malloc -s 10m"
mdconfig_md1="-t vnode -f /var/foo.img"
See rc.conf(5) for more information and description of the additional
variables.
Approved by: cperciva
2006-05-18 15:29:27 +00:00
rodrigc
8cc17894fe
Remove reference to mount_devfs(8), since mount(8) no longer
...
invokes this mount_devfs when mounting devfs file systems.
2006-05-18 13:37:13 +00:00
rodrigc
df3a262e80
Add a man page for ext2fs.
2006-05-17 23:25:52 +00:00
pjd
fbc4e2cc40
Update HMAC algorithms.
2006-05-17 18:58:25 +00:00
pjd
7ec29a3365
Update manual page: cri_rnd field is gone, cri_mlen field was added.
2006-05-17 18:44:37 +00:00
csjp
26dc0858d5
Fix typo in device hint variable
2006-05-17 13:17:02 +00:00
maxim
7dbcaa9a39
o Replace alpha-specific DESTDIR to a sparc64 one.
...
Spotted by: Gennady Proskurin
2006-05-17 11:31:24 +00:00
phk
537a82e24b
Send the pcvt(4) driver off to retirement.
2006-05-17 09:33:15 +00:00
keramida
955080c0be
Consistently use `superuser privileges' instead of its singular
...
form here and its plural there.
Submitted by: Rostislav Krasny <rosti.bsd@gmail.com>
MFC after: 3 days
2006-05-16 22:58:43 +00:00
rodrigc
051bc9bd7f
Add reiserfs.5 man page to build.
2006-05-16 22:08:38 +00:00
rodrigc
69cb5ca68b
Add man page for ReiserFS.
...
Reviewed by: dumbbell
2006-05-16 22:06:47 +00:00
wilko
815d2ff3a4
Remove reference to Alpha architecture.
2006-05-15 20:58:05 +00:00
wilko
1b065f00e8
Remove reference to Alpha
2006-05-15 20:55:36 +00:00
maxim
3b1f2df0f9
o In the cross-build example replace alpha by sparc64.
2006-05-15 20:53:00 +00:00
wilko
f18a315fe9
Remove reference to the Alpha architecture.
2006-05-15 20:51:53 +00:00
wilko
4abe044f86
Remove reference to Alpha.
2006-05-15 20:48:18 +00:00
wilko
833dc2dde2
Remove reference to Alpha machine
2006-05-15 20:42:42 +00:00
marius
9bddf4cc14
Now that lnc(4) is removed from the source tree, replace lnc0 in an example
...
with fxp0 (fxp(4) was chosen as it's also used in a couple of examples in
other man pages and as it has good grep(1)'ability).
2006-05-15 20:28:18 +00:00
marius
b3c4948947
Now that lnc(4) is removed from the source tree, remove it from the list
...
of drivers supporting ALTQ.
2006-05-15 20:16:42 +00:00
mux
8bc28d95c0
Refer to csup in the make.conf(5) manpage.
...
Insta-MFC to follow.
Reminded by: ru (some time ago)
2006-05-15 14:08:41 +00:00
wilko
3cfda041c5
With the demise of Alpha, remove Alpha specific diagnostic.
2006-05-14 22:19:11 +00:00
brueffer
b5c59e6fbf
Add if_* MLINKS for bce(4) and le(4).
...
MFC after: 3 days
2006-05-14 15:45:44 +00:00
bms
28c1069b5c
Don't quote IP_MAX_MEMBERSHIPS as 20 any more.
2006-05-14 14:13:30 +00:00
gnn
55c0f1d722
Remove the documentation from the Makefile as well.
2006-05-14 02:01:59 +00:00
gnn
30f565b7a6
Remove documentation for the deprecated lnc driver.
...
Reviewed By: simon
2006-05-14 01:55:20 +00:00
mlaier
23ea781ace
Move etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts.
...
Since ipfw2 now does dual-stack, statistics for IPv6 come from the ipfw
scripts as well.
2006-05-12 19:17:34 +00:00
keramida
69574dfc7d
Fix the web-appearance of Hardware notes, in the simplest way
...
possible; by re-arranging a couple of sentences in the ath(4)
HARDWARE section.
Clue by: bmah
MFC after: 1 week
2006-05-12 17:58:11 +00:00
keramida
77351a04fc
apropos(1) does not expand *roff macros that should appear in .Nd
...
text and, as a result, 'FreeBSD' is not visible in apropos output
when security(7) is displayed. Fix this buglet by using a
literal 'FreeBSD' string in .Nd
PR: docs/85986
Submitted by: Matthias Schmidt <schmidtm@mathematik.uni-marburg.de>
MFC after: 1 week
2006-05-12 17:42:48 +00:00