Alexander Motin
f0f25b9c80
To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,
...
CAM_DEBUG_CDB, CAM_DEBUG_PERIPH and CAM_DEBUG_PROBE) by default.
List of these flags can be modified with CAM_DEBUG_COMPILE kernel option.
CAMDEBUG kernel option still enables all possible debug, if not overriden.
Additional 50KB of kernel size is a good price for the ability to debug
problems without rebuilding the kernel. In case where size is important,
debugging can be compiled out by setting CAM_DEBUG_COMPILE option to 0.
2012-06-07 10:05:51 +00:00
David E. O'Brien
8124c91fde
Add to the description and spell check.
2012-06-06 16:51:33 +00:00
John Baldwin
3d2a7480b3
Use the defined terms "readers" and "writers" to simplify some text.
2012-06-06 13:35:30 +00:00
Michael Tuexen
30852968ef
The cmsg_len field includes the cmsg header. So use CMSG_LEN().
...
MFC after: 3 days
2012-06-05 20:48:13 +00:00
David E. O'Brien
db852c28f7
mdoc police.
...
Submitted by: ru
Much thanks to: ru
2012-06-05 20:32:38 +00:00
Joel Dahl
3fa1fde3b6
Remove end of line whitespace.
2012-06-05 17:58:47 +00:00
David E. O'Brien
568dbd8b45
RAID is an acronym.
2012-06-05 17:49:11 +00:00
Joel Dahl
d5064cc2f6
Various mdoc fixes.
2012-06-05 17:46:50 +00:00
David E. O'Brien
30a39288e4
Correct examples to the latest version I had.
2012-06-05 17:36:28 +00:00
Eitan Adler
3e0efd2ec4
Fix style nit: don't use leading zero for dates in .Dd
...
Prompted by: brueffer
Approved by: brueffer
MFC after: 3 days
2012-06-05 03:14:39 +00:00
Warren Block
00a58aed6b
More wording corrections and simplifications.
...
Approved by: gjb (mentor)
2012-06-05 02:18:54 +00:00
David E. O'Brien
27db57a90d
Add a man page for filemon(4) [r236592].
2012-06-04 22:59:06 +00:00
Sean Bruno
5c8d326cba
Lines were a bit too long. Wrap some of them to 60 columns.
...
Suggested by: bjk@
MFC after: 3 days
2012-06-04 22:46:04 +00:00
Joel Dahl
7e3de069ef
mdoc: minor Bl improvements.
2012-06-02 11:03:14 +00:00
Joel Dahl
597646daac
mdoc: terminate quoted string and remove unneeded paragraph macro.
2012-06-01 19:26:38 +00:00
Sean Bruno
a12015ef05
Doh! Bump the date as I touched it!
...
Noted by: gjb@
MFC after: 3 days
2012-06-01 19:09:17 +00:00
Sean Bruno
ffc06c80d8
Add notes and information for exposed tuneables in bce(4).
...
Add source of documentation for this driver.
Thanks to Warren Block for the suggestions for readability.
Note that strict_rx_mtu in inverted in stable/7/8/9 and is
named loose_rx_mtu. Ensure that this is converted over when MFC'd
hw.bce.rx_ticks
hw.bce.rx_ticks_int
hw.bce.rx_quick_cons_trip
hw.bce.rx_quick_cons_trip_int
hw.bce.tx_ticks
hw.bce.tx_ticks_int
hw.bce.tx_quick_cons_trip
hw.bce.tx_quick_cons_trip_int
hw.bce.strict_rx_mtu
hw.bce.hdr_split
hw.bce.tx_pages
hw.bce.rx_pages
hw.bce.tso_enable
hw.bce.verbose
Reviewed by: Warren Block <wblock@wonkity.com>
MFC after: 3 days
2012-06-01 18:01:51 +00:00
Eitan Adler
3e2af38b96
Bump date for content missed in r236290
...
Submitted by: gjb
Approved by: cperciva (implicit)
MFC after: 3 days
X-MFC-With: r236290
2012-05-31 07:16:50 +00:00
John Baldwin
1b5ba09fbb
- Witness doesn't verify the old MTX_NOSWITCH flag's correctness (that was obsoleted
...
when critical sections were added). Instead, list a check that witness does perform.
- Note that 'show locks' in DDB takes an optional thread argument.
- Document 'show all locks'.
- Remove the BUGS section, the bug in question was fixed 11 years ago in r76272.
2012-05-30 21:02:12 +00:00
Benjamin Kaduk
e98adf398d
Catch up to the carp rewrite and refer to vhids instead of interfaces.
...
Pointy hat to: bjk
Submitted by: glebius
Approved by: hrs (mentor)
2012-05-30 05:42:40 +00:00
Eitan Adler
a521695cf4
Document daily_status_security_chkportsum_enable
...
PR: docs/167980
Submitted by: "Bryan Drewery" <bryan@shatow.net>
Reported by: rank1seeker@gmail.com
Approved by: cperciva
MFC after: 2 weeks
2012-05-30 04:14:38 +00:00
Glen Barber
ee4e9133d4
Regen src.conf.5 after r236279.
...
MFC after: 3 days
2012-05-30 02:41:09 +00:00
Glen Barber
a82b501b27
Fix mdoc(7) style nits.
...
MFC after: 3 days
2012-05-30 02:29:47 +00:00
Kevin Lo
69e5d6b823
Hook up wbwd man page to the build.
2012-05-30 02:02:37 +00:00
Glen Barber
82f39c10fe
Fix an mdoc(7) formatting nit.
...
MFC after: 3 days
2012-05-30 01:52:01 +00:00
Edward Tomasz Napierala
18183ca93f
Fix lock interaction table for rmlocks - by default they cannot sleep,
...
just like rwlocks.
MFC after: 1 week
2012-05-29 14:41:16 +00:00
Warren Block
161172e59c
Wording corrections and simplifications.
...
Approved by: gjb (mentor)
MFC after: 3 days
2012-05-26 21:30:18 +00:00
Warren Block
344c81a166
Fixes to man8 groff mandoc style, usage mistakes, or typos.
...
PR: 168016
Submitted by: Nobuyuki Koganemaru
Approved by: gjb
MFC after: 3 days
2012-05-24 02:24:03 +00:00
Alexander V. Chernikov
6c74ff0ea6
Fix panic on attaching to non-existent interface (introduced by r233937, pointed by hrs@)
...
Fix panic on tcpdump being attached to interface being removed (introduced by r233937, pointed by hrs@ and adrian@)
Protect most of bpf_setf() by BPF global lock
Add several forgotten assertions (thanks to adrian@)
Document current locking model inside bpf.c
Document EVENTHANDLER(9) usage inside BPF.
Approved by: kib(mentor)
Tested by: gnn
MFC in: 4 weeks
2012-05-21 22:13:48 +00:00
Glen Barber
73bbeaa529
Typo and mdoc(7) style fixes.
...
PR: 168117
Submitted by: Nobuyuki Koganemaru (kogane&jp!freebsd!org)
MFC after: 3 days
2012-05-20 16:43:47 +00:00
Glen Barber
67d785e9ef
Typo and mdoc(7) style fixes.
...
PR: 167890
Submitted by: Nobuyuki Koganemaru (kogane&jp!freebsd!org)
MFC after: 3 days
2012-05-20 16:09:40 +00:00
Marcel Moolenaar
aebdfbc56a
Regenerate after the additions of:
...
WITHOUT_ED_CRYPTO
WITHOUT_LS_COLORS
WITH_NAND
Pointed out by: Garrett Cooper
2012-05-19 21:29:18 +00:00
Glen Barber
6f5baf295c
mdoc(7) style/formatting fixes.
...
While here, fix a few nits igor(1) does not like.
MFC after: 3 days
2012-05-17 20:49:44 +00:00
Grzegorz Bernacki
ce0080980c
Removed repeated content from man page.
2012-05-17 11:53:38 +00:00
Joel Dahl
a8a5898dca
mdoc: remove superfluous paragraph macro.
2012-05-17 11:29:22 +00:00
Grzegorz Bernacki
7f725bcd5c
Import work done under project/nand (@235533) into head.
...
The NAND Flash environment consists of several distinct components:
- NAND framework (drivers harness for NAND controllers and NAND chips)
- NAND simulator (NANDsim)
- NAND file system (NAND FS)
- Companion tools and utilities
- Documentation (manual pages)
This work is still experimental. Please use with caution.
Obtained from: Semihalf
Supported by: FreeBSD Foundation, Juniper Networks
2012-05-17 10:11:18 +00:00
Joel Dahl
7646a84161
mdoc: Avoid playing tricks with Ns: If Nm is present in the SYNOPSIS section,
...
it will be output on its own line. Ns cancels this effect however. This change
is also consistent with the rest of our manual pages.
2012-05-14 16:25:17 +00:00
Glen Barber
e907445846
Fix an mdoc(7) formatting nit.
2012-05-14 14:33:08 +00:00
Glen Barber
f32235d532
Remove leading .Ns macro to silence mdoc(7) warning.
2012-05-12 20:53:00 +00:00
Glen Barber
ecb0bac9ab
mdoc(7) markup cleanup.
2012-05-12 20:46:19 +00:00
Glen Barber
e525498959
Fix mdoc(7) markup.
2012-05-12 20:41:40 +00:00
Glen Barber
9255dffde1
Set formatting width and offset in DB_COMMAND(9).
2012-05-12 20:08:16 +00:00
Glen Barber
437f059811
Fix an mdoc(7) nit.
2012-05-12 20:06:17 +00:00
Joel Dahl
4228c8a2b1
Remove end of line whitespace.
2012-05-12 19:59:37 +00:00
Joel Dahl
2e27f04f55
Minor mdoc nit.
2012-05-12 19:53:44 +00:00
Glen Barber
e18a29ac35
Docuement requirement to alter some sysctls when using igb(4) with
...
jumbo frames.
PR: 153738
Submitted by: Tom Judge (tom!tomjudge.com)
Discussed with: jfv (in part, a long time ago...)
MFC after: 1 week
2012-05-12 18:10:27 +00:00
Glen Barber
a5e4c905ee
Regenerate src.conf(5) for mdoc(7) and typo corrections.
...
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 16:12:36 +00:00
Glen Barber
7b1d17a1bc
General mdoc(7) and typo fixes.
...
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 15:08:22 +00:00
Joel Dahl
86d2025588
mdoc: list items should be specified with the It macro.
2012-05-12 07:01:21 +00:00
Glen Barber
0dded3391e
Remove duplicate words in mdoc(7) pages.
...
PR: 167810
Submitted by: Bryan Drewery {bryan!shatow%net} (hackers lounge)
Found with: textproc/igor
MFC after: 3 days
2012-05-12 03:46:43 +00:00