bjk
61c789bc4b
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
eadler
bf2eae7971
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
gjb
80e7af67ab
Regen src.conf.5 after r236279.
...
MFC after: 3 days
2012-05-30 02:41:09 +00:00
gjb
dac8a344ee
Fix mdoc(7) style nits.
...
MFC after: 3 days
2012-05-30 02:29:47 +00:00
kevlo
ba87efc7e0
Hook up wbwd man page to the build.
2012-05-30 02:02:37 +00:00
gjb
a4dfa90779
Fix an mdoc(7) formatting nit.
...
MFC after: 3 days
2012-05-30 01:52:01 +00:00
olivierd
d6062cd9dd
Add myself and my relation to my mentors.
...
Approved by: miwi@, rene@
2012-05-29 20:16:26 +00:00
trasz
cb69eb600c
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
wblock
402b03b98a
Wording corrections and simplifications.
...
Approved by: gjb (mentor)
MFC after: 3 days
2012-05-26 21:30:18 +00:00
gavin
00acb776a5
Update to reflect various doc commit bits taken into safekeeping.
...
MFC after: 1 week
2012-05-26 16:26:23 +00:00
gavin
bc5f229f6c
Updates to reflect recent commit bits handed back, etc.
...
MFC after: 1 week
2012-05-26 14:44:18 +00:00
marcel
64b0ebf1a2
Fix an inconsistency I just ran into for LDADD and DPADD. The description
...
for both of them use different, and presumably wrong, variables in the
example. They set LDFILES and SRCLIB respectively. I guess that's what
DPADD and LDADD were called first ...
2012-05-24 20:00:58 +00:00
mav
96f3e42ce2
MFprojects/zfsd:
...
Revamp the CAM enclosure services driver.
This updated driver uses an in-kernel daemon to track state changes and
publishes physical path location information\for disk elements into the
CAM device database.
Sponsored by: Spectra Logic Corporation
Sponsored by: iXsystems, Inc.
Submitted by: gibbs, will, mav
2012-05-24 14:07:44 +00:00
wblock
9fa9a2acad
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
melifaro
1c776bfa6e
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
gjb
cae1f5b994
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
gjb
9dc8674ed3
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
1e1aafe3d8
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
marcel
23744f4adf
Add build opton MK_LS_COLORS to control whether ls(1) supports colors
...
(and thus needs to depend on libtermcap). Embedded systems may not
want or need colors.
Obtained from: Juniper Networks, Inc.
2012-05-19 18:05:00 +00:00
marcel
c2132f894f
Add build option MK_ED_CRYPTO to control whether ed(1) is to have the
...
ability to encrypt/decrypt files. Embedded systems can typically have
OpenSSL, but not for ed(1) to use it.
Obtained from: Juniper Networks, Inc.
2012-05-19 17:55:49 +00:00
marcel
da710a8ff4
Add missing LIBPROCSTAT.
2012-05-19 04:57:37 +00:00
gnn
986701592a
Fix a case typo.
...
Pointed out by: jlh@
2012-05-18 20:34:08 +00:00
gnn
8cfd0497b1
Add a DTrace script to show the frequency and latency of NFS client calls.
...
Submitted by: rwatson
2012-05-18 16:47:15 +00:00
gnn
a20823e069
Add support for our own DTrace scripts and those from the DTraceToolkit
...
to the build system. FreeBSD written scripts are stored in
src/share and the toolkit scripts are brought from the cddl directory
into a working tree via install.
MFC after: 2 weeks
2012-05-18 16:40:15 +00:00
gjb
61ebbeb1e1
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
gber
8d93169f7c
Removed repeated content from man page.
2012-05-17 11:53:38 +00:00
joel
b7cd9ae880
mdoc: remove superfluous paragraph macro.
2012-05-17 11:29:22 +00:00
gber
6f7c735300
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
eadler
2179867a54
Rework sample code which sets SSH_AUTH_SOCK to the user's ssh-agent
...
socket path if running
PR: 167932
Submitted by: madpilot (pr)
Submitted by: wblock (final patch)
Reviewed by: If someone else reviewed your modification.
Approved by: cperciva (implicit)
MFC after: 3 days
2012-05-15 20:15:17 +00:00
joel
ec1de9262d
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
gjb
f2a3e3a594
Fix an mdoc(7) formatting nit.
2012-05-14 14:33:08 +00:00
gjb
567e856364
Remove leading .Ns macro to silence mdoc(7) warning.
2012-05-12 20:53:00 +00:00
gjb
2bbcb90c84
mdoc(7) markup cleanup.
2012-05-12 20:46:19 +00:00
gjb
1ad1048d19
Fix mdoc(7) markup.
2012-05-12 20:41:40 +00:00
gjb
29c01a336d
Set formatting width and offset in DB_COMMAND(9).
2012-05-12 20:08:16 +00:00
gjb
b11eebdff9
Fix an mdoc(7) nit.
2012-05-12 20:06:17 +00:00
joel
3a772ce0a6
Remove end of line whitespace.
2012-05-12 19:59:37 +00:00
joel
b7c89a0edb
Minor mdoc nit.
2012-05-12 19:53:44 +00:00
gjb
1f9ce5f4a1
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
gjb
9507326d1f
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
gjb
67d88d49d4
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
a68d81c8cc
mdoc: list items should be specified with the It macro.
2012-05-12 07:01:21 +00:00
gjb
8c3a5f5c35
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
gjb
ed459e330b
General mdoc(7) and typo fixes.
...
PR: 167776
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 03:25:46 +00:00
gjb
f7c356b602
Bump .Dd
2012-05-12 00:30:54 +00:00
imp
6c7125e2ba
Add pointers for how to setup debugging over firewire.
2012-05-11 21:25:59 +00:00
gjb
8670397617
General mdoc(7) and typo fixes.
...
PR: 167734
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-11 20:06:46 +00:00
gabor
60e2e3c08c
- Regen
2012-05-11 13:03:52 +00:00
gabor
52bc32b6b5
- Hook up BSD sort to the build. By default, it will be installed as
...
"bsdsort" and GNU sort will be the default "sort". When WITH_BSD_SORT
is set, BSD sort will be the default "sort" and GNU sort will be installed
as "gnusort".
2012-05-11 12:47:21 +00:00
uqs
de60317f67
Stop lying about default UFS blocksizes.
...
This catches up with the year-old change to default blocksizes. Also
reduce the variants of spelling gigabyte from 3 down to 2 (GB and GiB).
Suggested by: arundel (about a year ago now ...)
2012-05-11 10:13:34 +00:00