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
Olivier Duchateau
54171f992c
Add myself and my relation to my mentors.
...
Approved by: miwi@, rene@
2012-05-29 20:16:26 +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
Gavin Atkinson
89e36b6494
Update to reflect various doc commit bits taken into safekeeping.
...
MFC after: 1 week
2012-05-26 16:26:23 +00:00
Gavin Atkinson
48de59e89e
Updates to reflect recent commit bits handed back, etc.
...
MFC after: 1 week
2012-05-26 14:44:18 +00:00
Marcel Moolenaar
71aaa237f3
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
Alexander Motin
f6ad3f237a
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
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
Marcel Moolenaar
6663ff446e
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 Moolenaar
aa39c44746
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 Moolenaar
6639d35ccf
Add missing LIBPROCSTAT.
2012-05-19 04:57:37 +00:00
George V. Neville-Neil
11f1804db4
Fix a case typo.
...
Pointed out by: jlh@
2012-05-18 20:34:08 +00:00
George V. Neville-Neil
c94c8819a5
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
George V. Neville-Neil
4d37a12307
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
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
Eitan Adler
06c34e294a
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 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
Glen Barber
50d922a02e
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
Glen Barber
608100e2f2
Bump .Dd
2012-05-12 00:30:54 +00:00
Warner Losh
a20f92a206
Add pointers for how to setup debugging over firewire.
2012-05-11 21:25:59 +00:00
Glen Barber
a3fb6da9ba
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 Kovesdan
b0e8c62eb5
- Regen
2012-05-11 13:03:52 +00:00
Gabor Kovesdan
85d7de106c
- 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
Ulrich Spörlein
71b310be7b
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
Eitan Adler
89483500d6
Add Spanish Dvorak keyboard model to syscons.
...
(not verified to be accurate)
PR: conf/160235
Submitted by: Alvaro <gobledb@gmail.com>
Approved by: cperciva
MFC after: 3 weeks
2012-05-10 23:38:34 +00:00