Attilio Rao
008f392e2e
Update lockmgr manpage with last lockmgr modifies:
...
- Remove LK_SLEEPFAIL and LK_NOWAIT for lockinit() and add LK_QUIET and
LK_NOPROFILE
- Include sys/lock.h as mandatory for the lockmgr support
2008-03-01 20:05:20 +00:00
Alexander Motin
fffba935e4
Add support for the libalias redirect functionality.
...
Submitted by: Vadim Goncharov <vadim_nuclight@mail.ru>
2008-03-01 17:14:02 +00:00
Christian Brueffer
ba0700b5b6
Xref uchcom(4).
2008-03-01 13:28:27 +00:00
Christian Brueffer
b32d5fae5f
Manpage for the uchcom(4) driver, adapted from the one in NetBSD.
2008-03-01 13:05:03 +00:00
Christian Brueffer
9453fd717f
Move the HARDWARE section below the DESCRIPTION section, like it is
...
everywhere else.
MFC after: 3 days
2008-03-01 11:35:30 +00:00
Remko Lodder
64da64c3f7
Add the Epson - CX5400 to the supported lists of epson scanners.
...
Noticed by: simon
Forgotten by: me
2008-02-27 10:57:51 +00:00
Christian Brueffer
4c2d7071c5
Spell out the name of the month, normalize copyright layout.
2008-02-26 23:16:23 +00:00
Chad David
6e8ded9f82
Add vfs_mountedfrom.9 to the build.
2008-02-26 21:40:30 +00:00
Chad David
0835bcde34
Add new man page.
2008-02-26 21:39:59 +00:00
Chad David
60c6be61db
Add insmntque.9 to the build.
2008-02-26 21:11:05 +00:00
Chad David
19589ea1b1
Add new man page.
2008-02-26 21:09:54 +00:00
Chad David
1f5679e7f0
Link vholdl.9 to vhold.9
2008-02-26 21:03:20 +00:00
Chad David
b03ee585b4
Document vholdl(9)
...
No longer refer to vbusy(9) or vfree(9)
2008-02-26 20:25:01 +00:00
Chad David
96872be38c
Refer to vrefcnt(9)
2008-02-26 20:13:08 +00:00
Chad David
07fbcd3aac
Minor grammar fixup.
2008-02-26 20:11:37 +00:00
Chad David
40f7fef0d0
Add vrefcnt.9 to the build.
2008-02-26 20:10:32 +00:00
Chad David
b299ca2dc3
Add new man page.
2008-02-26 20:10:05 +00:00
Attilio Rao
3220cdf4a3
Modify VOP_ISLOCKED() and lockstatus() prototypes in order to reflect
...
'thread' argument axing.
2008-02-25 19:12:01 +00:00
Bruce M Simpson
e75f77ece7
ip6(4) man page lacks documentation for TCLASS option.
...
PR: docs/120945
Reviewed by: remko
2008-02-22 21:02:36 +00:00
Andrew Thompson
764fa86761
geom_lvm(4) is now known as geom_linux_lvm(4).
2008-02-20 07:52:43 +00:00
Andrew Thompson
1669d8afc6
Rename geom_lvm(4) to geom_linux_lvm(4).
...
Requested by: des, phk
2008-02-20 07:50:13 +00:00
Andrew Thompson
1332875338
Add a geom class to map Linux LVM logical volumes.
...
The logical disks will appear as /dev/lvm/<vol group>-<logical vol>, for
instance /dev/lvm/vg0-home. G_LINUX_LVM currently supports linear stripes with
segments on multiple physical disks. The metadata is read only, logical
volumes can not be allocated or resized.
Reviewed by: Ivan Voras
Previously known as geom_lvm(4), rename requested by des, phk.
2008-02-20 07:45:36 +00:00
Daniel Gerzo
5a2e3b61ce
- fix typo
...
Submitted by: Constantine A. Murenin <cnst@FreeBSD.org>
MFC after: 3 days
2008-02-15 23:56:33 +00:00
Christian Brueffer
af176d7306
Some language and mdoc style improvements.
2008-02-14 19:39:09 +00:00
Christian Brueffer
c515fdbfa4
Document the hw.skc.jumbo_disable tunable. While here, correct some things
...
in the SYSCTLS section.
Submitted by: yongari
2008-02-14 10:01:48 +00:00
Attilio Rao
f0c5fe2d1d
Update manpage with lockmgr_assert() description.
2008-02-13 21:54:16 +00:00
Christian Brueffer
df77ed7558
The hptrr driver first appeared in 6.3, not 5.3.
...
PR: 120616
Submitted by: Josh Paetzel <josh@tcbug.org>
MFC after: 3 days
2008-02-13 18:32:44 +00:00
Christian Brueffer
a733fdfe95
Remove dublicate MLINK.
...
Submitted by: David Naylor <blackdragon@highveldmail.co.za>
2008-02-13 09:50:37 +00:00
Christian Brueffer
269c9210d1
- mention new firmware images used in multi-slice mode
...
- mention LRO support
- describe multi-slice related tunables.
- correct DIAGNOSTICS section to reflect that missing firmware
is non-fatal.
Submitted by: gallatin
2008-02-13 08:09:55 +00:00
Mike Pritchard
f2c05021d1
We no longer have both block and character devices, so remove the
...
misleading information stated here.
2008-02-11 09:36:43 +00:00
Mike Pritchard
203f7a2877
Explain in more detail how the pass number field works. Bump .Dd.
2008-02-11 09:02:48 +00:00
Christian Brueffer
fa3796dcdf
Some small fixes, also introduce an EXAMPLES section.
2008-02-11 09:01:14 +00:00
Andrew Thompson
2b8d4f5bd4
Hook geom_lvm(4) up to the build.
2008-02-11 03:10:40 +00:00
Andrew Thompson
77b65eef19
Add a geom class to map Linux LVM logical volumes.
...
The logical disks will appear as /dev/lvm/<vol group>-<logical vol>, for
instance /dev/lvm/vg0-home. GLVM currently supports linear stripes with
segments on multiple physical disks. The metadata is read only, logical
volumes can not be allocated or resized.
Reviewed by: Ivan Voras
2008-02-11 03:05:11 +00:00
Mitsuru IWASAKI
5a3c4d694e
Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) for
...
NOP-message polling in ciss_periodic().
Note that setting the tunable to non-zero can be workaround only for
`ADAPTER HEARTBEAT FAILED' problem, and may freeze the system w/o
the problem.
Reviewed by: scottl
Reported by: Attila Nagy
MFC after: 3 days
2008-02-10 06:21:52 +00:00
Scott Long
54c1b47d28
Add a note that the hptrr driver supersedes the rr232x driver.
2008-02-06 03:30:13 +00:00
Attilio Rao
abd94b3d59
Update manpage in order to reflect LK_NODUP and LK_NOWITNESS options
...
introduction.
2008-02-06 00:50:51 +00:00
Christian Brueffer
0aad0c5005
Remove an empty line that crept into the previous commit.
2008-02-03 16:42:22 +00:00
Christian Brueffer
6db6179768
MLINK hptrr(4) to rr232x(4).
...
Requested by: scottl
2008-02-03 16:38:44 +00:00
Scott Long
fbbd744496
Update the hptiop man page for the new driver.
2008-02-03 16:16:38 +00:00
Scott Long
a00390415c
Remove the rr232x manual page.
2008-02-03 07:31:49 +00:00
Poul-Henning Kamp
cf827063a9
Give MEXTADD() another argument to make both void pointers to the
...
free function controlable, instead of passing the KVA of the buffer
storage as the first argument.
Fix all conventional users of the API to pass the KVA of the buffer
as the first argument, to make this a no-op commit.
Likely break the only non-convetional user of the API, after informing
the relevant committer.
Update the mbuf(9) manual page, which was already out of sync on
this point.
Bump __FreeBSD_version to 800016 as there is no way to tell how
many arguments a CPP macro needs any other way.
This paves the way for giving sendfile(9) a way to wait for the
passed storage to have been accessed before returning.
This does not affect the memory layout or size of mbufs.
Parental oversight by: sam and rwatson.
No MFC is anticipated.
2008-02-01 19:36:27 +00:00
Tom Rhodes
c01d5f7d0f
Some clarifications to make keyboard configuration under syscons.
...
PR: 89325
Submitted by: Oliver Fromme <olli@secnetix.de>
Reviewed by: emax
2008-01-29 18:28:50 +00:00
Tom Rhodes
c4b709a010
Properly Xref device.hints.5.
...
Noticed by: ru
2008-01-29 00:13:20 +00:00
Christian Brueffer
5760e921e8
Remove references to the obsolete card(4) manpage.
2008-01-28 18:08:41 +00:00
Tom Rhodes
a4b8759227
Bring the DIAGNOSTICS section in ed.4 closer to reality by removing missing
...
diagnostic messages and adding a few found in the code.
PR: 51891
2008-01-27 15:37:49 +00:00
Mike Makonnen
82e9dc59ce
Add a dummynet_enable knob to go with firewall_enable. If this knob
...
is enabled dummynet(4) is added to the list of required modules.
Discussed on: #freebsd-bugbusters (rwatson, trhodes)
PR: conf/79196
MFC after: 1 week
2008-01-27 15:15:12 +00:00
David E. O'Brien
16ea8822d9
Add to the history section.
2008-01-27 03:58:22 +00:00
Christian Brueffer
7133bff46c
OLDCARD is long gone, so finally remove the oldcard.4 manpage.
...
Confirmed by: imp
2008-01-26 20:23:25 +00:00
Mike Pritchard
5338828a37
Explain how the passno field in /etc/fstab works with fsck
...
and quotacheck in some more detail.
2008-01-26 13:03:35 +00:00