Matt Jacob
19ec23bb00
Just a very quick update to get *close* to reality.
2006-06-05 19:46:55 +00:00
Christian Brueffer
3640665627
my(4) provides support now as well.
2006-06-05 18:02:36 +00:00
Joel Dahl
1735925eeb
Fix minor typos.
2006-06-05 16:31:57 +00:00
Pawel Jakub Dawidek
4bc8da3589
- 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
Robert Watson
673937ac08
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
Pawel Jakub Dawidek
3b72821f02
Document more bits.
...
Reviewed by: brd
2006-06-03 23:39:13 +00:00
Kris Kennaway
f2baa2113b
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
Andrew Thompson
55ba40bfe2
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 Riondato
ce5c66f0b2
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
Poul-Henning Kamp
4e1252688c
Remove mention of minor number construction.
2006-05-27 10:20:17 +00:00
Ceri Davies
8a3dce3376
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 Davies
16e8814522
Clean up the grammar in here some.
2006-05-24 11:01:16 +00:00
Warner Losh
9f14302d3c
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
Pawel Jakub Dawidek
265803d0ba
Document missing CRYPTO_F_ flags.
2006-05-23 08:43:28 +00:00
Max Laier
e7e054f426
Remove stale altq instructions. They don't belong to the driver manpage
...
anyhow.
2006-05-20 21:12:06 +00:00
Max Laier
7a569b90b5
ALTQ-ify nve(4).
...
Submitted by: Chris Dionissopoulos
Tested by: Chris Dionissopoulos
MFC after: 4 weeks
2006-05-20 21:08:09 +00:00
Christian Brueffer
b350088186
Fix a formatting issue.
2006-05-20 10:19:53 +00:00
Christian Brueffer
2d431ba618
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 Konovalov
30550483f3
o Sort .Xrs, touch .Dd.
2006-05-20 06:58:46 +00:00
Christian Brueffer
674a743a01
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
Hajimu UMEMOTO
a8cceff8e8
Add description how to use caching.
...
Submitted by: Michael Bushkov <bushman__at__rsu.ru>
2006-05-20 03:29:09 +00:00
Craig Rodrigues
58f05c01d4
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
Craig Rodrigues
7f70be18b4
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
Florent Thoumie
01b19d7852
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
Craig Rodrigues
5935d6b1fd
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
Craig Rodrigues
89419b97cf
Add a man page for ext2fs.
2006-05-17 23:25:52 +00:00
Pawel Jakub Dawidek
71ee05c835
Update HMAC algorithms.
2006-05-17 18:58:25 +00:00
Pawel Jakub Dawidek
f3326d72d0
Update manual page: cri_rnd field is gone, cri_mlen field was added.
2006-05-17 18:44:37 +00:00
Christian S.J. Peron
c6e7a80348
Fix typo in device hint variable
2006-05-17 13:17:02 +00:00
Maxim Konovalov
a51851f1cb
o Replace alpha-specific DESTDIR to a sparc64 one.
...
Spotted by: Gennady Proskurin
2006-05-17 11:31:24 +00:00
Poul-Henning Kamp
f6ce2a64f7
Send the pcvt(4) driver off to retirement.
2006-05-17 09:33:15 +00:00
Giorgos Keramidas
3c0ebd45a5
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
Craig Rodrigues
5815047b57
Add reiserfs.5 man page to build.
2006-05-16 22:08:38 +00:00
Craig Rodrigues
e94a12b117
Add man page for ReiserFS.
...
Reviewed by: dumbbell
2006-05-16 22:06:47 +00:00
Wilko Bulte
7a0761c19c
Remove reference to Alpha architecture.
2006-05-15 20:58:05 +00:00
Wilko Bulte
5471115159
Remove reference to Alpha
2006-05-15 20:55:36 +00:00
Maxim Konovalov
62d065388d
o In the cross-build example replace alpha by sparc64.
2006-05-15 20:53:00 +00:00
Wilko Bulte
49d6fadab6
Remove reference to the Alpha architecture.
2006-05-15 20:51:53 +00:00
Wilko Bulte
631af821b0
Remove reference to Alpha.
2006-05-15 20:48:18 +00:00
Wilko Bulte
29d4ebe97f
Remove reference to Alpha machine
2006-05-15 20:42:42 +00:00
Marius Strobl
55191e9444
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 Strobl
d204811f1e
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
Maxime Henrion
ace2d8c00b
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 Bulte
e3f8465ff0
With the demise of Alpha, remove Alpha specific diagnostic.
2006-05-14 22:19:11 +00:00
Christian Brueffer
390a6b58b2
Add if_* MLINKS for bce(4) and le(4).
...
MFC after: 3 days
2006-05-14 15:45:44 +00:00
Bruce M Simpson
2413531434
Don't quote IP_MAX_MEMBERSHIPS as 20 any more.
2006-05-14 14:13:30 +00:00
George V. Neville-Neil
842c485bf8
Remove the documentation from the Makefile as well.
2006-05-14 02:01:59 +00:00
George V. Neville-Neil
d72e36b914
Remove documentation for the deprecated lnc driver.
...
Reviewed By: simon
2006-05-14 01:55:20 +00:00
Max Laier
9277da52e1
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
Giorgos Keramidas
6ac5e06ca3
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