summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove end of line whitespace.joel2012-06-051-13/+13
|
* RAID is an acronym.obrien2012-06-051-3/+3
|
* Various mdoc fixes.joel2012-06-051-8/+9
|
* Correct examples to the latest version I had.obrien2012-06-051-3/+4
|
* Fix style nit: don't use leading zero for dates in .Ddeadler2012-06-055-5/+5
| | | | | | Prompted by: brueffer Approved by: brueffer MFC after: 3 days
* More wording corrections and simplifications.wblock2012-06-051-5/+5
| | | | Approved by: gjb (mentor)
* Add a man page for filemon(4) [r236592].obrien2012-06-042-0/+167
|
* Lines were a bit too long. Wrap some of them to 60 columns.sbruno2012-06-041-14/+27
| | | | | Suggested by: bjk@ MFC after: 3 days
* Add myself as a new committer.mjg2012-06-041-0/+2
| | | | Approved by: trasz (mentor)
* During buildworld and buildkernel, define EARLY_BUILD in the earlierdim2012-06-031-3/+6
| | | | | | | | | | | | | | | | | | stages (build-tools, cross-tools, etc) of the build, so we can detect in bsd.*.mk whether to pass compiler-specific flags to ${CC}. In particular, this commit will allow using WITH_CLANG_IS_CC when the base compiler is still gcc, and when ${CC}, ${CXX} and ${CPP} are left at their defaults. The early stages will then be built using gcc, and no clang-specific flags will be passed to it. The later stages will be built as usual. The EARLY_BUILD define can also serve other uses, such as building the world stage C++ executables with libc++ instead of libstdc++: during the early build stages, we cannot assume libc++ is already available, so we must still build with libstdc++ at that time. MFC after: 1 week
* mdoc: minor Bl improvements.joel2012-06-0210-14/+22
|
* mdoc: terminate quoted string and remove unneeded paragraph macro.joel2012-06-011-2/+1
|
* Doh! Bump the date as I touched it!sbruno2012-06-011-1/+1
| | | | | Noted by: gjb@ MFC after: 3 days
* Add notes and information for exposed tuneables in bce(4).sbruno2012-06-011-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix my botched merge and correct mentor ordering. (Spotted by flo)tj2012-05-311-11/+11
| | | | | | | - Fix missing new line in node block. (Spotted by gavin) - Sort the node list while I'm here. Approved by: eadler (mentor)
* Bump date for content missed in r236290eadler2012-05-311-1/+1
| | | | | | | Submitted by: gjb Approved by: cperciva (implicit) MFC after: 3 days X-MFC-With: r236290
* Add my mentor relationships.tj2012-05-311-0/+4
| | | | Approved by: eadler (mentor)
* Add myself and mentors relationship.jase2012-05-301-0/+5
| | | | Approved by: flo (mentor)
* - Witness doesn't verify the old MTX_NOSWITCH flag's correctness (that was ↵jhb2012-05-301-16/+19
| | | | | | | | | 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.
* Catch up to the carp rewrite and refer to vhids instead of interfaces.bjk2012-05-301-2/+2
| | | | | | Pointy hat to: bjk Submitted by: glebius Approved by: hrs (mentor)
* Document daily_status_security_chkportsum_enableeadler2012-05-301-0/+6
| | | | | | | | PR: docs/167980 Submitted by: "Bryan Drewery" <bryan@shatow.net> Reported by: rank1seeker@gmail.com Approved by: cperciva MFC after: 2 weeks
* Regen src.conf.5 after r236279.gjb2012-05-301-3/+3
| | | | MFC after: 3 days
* Fix mdoc(7) style nits.gjb2012-05-302-2/+2
| | | | MFC after: 3 days
* Hook up wbwd man page to the build.kevlo2012-05-301-0/+2
|
* Fix an mdoc(7) formatting nit.gjb2012-05-301-1/+1
| | | | MFC after: 3 days
* Add myself and my relation to my mentors.olivierd2012-05-291-0/+3
| | | | Approved by: miwi@, rene@
* Fix lock interaction table for rmlocks - by default they cannot sleep,trasz2012-05-291-2/+2
| | | | | | just like rwlocks. MFC after: 1 week
* Wording corrections and simplifications.wblock2012-05-261-16/+14
| | | | | Approved by: gjb (mentor) MFC after: 3 days
* Update to reflect various doc commit bits taken into safekeeping.gavin2012-05-261-4/+4
| | | | MFC after: 1 week
* Updates to reflect recent commit bits handed back, etc.gavin2012-05-261-8/+8
| | | | MFC after: 1 week
* Fix an inconsistency I just ran into for LDADD and DPADD. The descriptionmarcel2012-05-241-2/+2
| | | | | | 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 ...
* MFprojects/zfsd:mav2012-05-2410-97/+157
| | | | | | | | | | | 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
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-242-3/+6
| | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days
* Fix panic on attaching to non-existent interface (introduced by r233937, ↵melifaro2012-05-212-3/+27
| | | | | | | | | | | | | | | | 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
* Typo and mdoc(7) style fixes.gjb2012-05-2029-40/+46
| | | | | | PR: 168117 Submitted by: Nobuyuki Koganemaru (kogane&jp!freebsd!org) MFC after: 3 days
* Typo and mdoc(7) style fixes.gjb2012-05-202-2/+2
| | | | | | PR: 167890 Submitted by: Nobuyuki Koganemaru (kogane&jp!freebsd!org) MFC after: 3 days
* Regenerate after the additions of:marcel2012-05-191-5/+18
| | | | | | | | WITHOUT_ED_CRYPTO WITHOUT_LS_COLORS WITH_NAND Pointed out by: Garrett Cooper
* Add build opton MK_LS_COLORS to control whether ls(1) supports colorsmarcel2012-05-191-0/+1
| | | | | | | (and thus needs to depend on libtermcap). Embedded systems may not want or need colors. Obtained from: Juniper Networks, Inc.
* Add build option MK_ED_CRYPTO to control whether ed(1) is to have themarcel2012-05-191-0/+1
| | | | | | | ability to encrypt/decrypt files. Embedded systems can typically have OpenSSL, but not for ed(1) to use it. Obtained from: Juniper Networks, Inc.
* Add missing LIBPROCSTAT.marcel2012-05-191-0/+1
|
* Fix a case typo.gnn2012-05-181-1/+1
| | | | Pointed out by: jlh@
* Add a DTrace script to show the frequency and latency of NFS client calls.gnn2012-05-181-0/+74
| | | | Submitted by: rwatson
* Add support for our own DTrace scripts and those from the DTraceToolkitgnn2012-05-184-0/+50
| | | | | | | | 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
* mdoc(7) style/formatting fixes.gjb2012-05-171-57/+57
| | | | | | While here, fix a few nits igor(1) does not like. MFC after: 3 days
* Removed repeated content from man page.gber2012-05-171-92/+0
|
* mdoc: remove superfluous paragraph macro.joel2012-05-171-1/+0
|
* Import work done under project/nand (@235533) into head.gber2012-05-176-0/+460
| | | | | | | | | | | | | | 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
* Rework sample code which sets SSH_AUTH_SOCK to the user's ssh-agenteadler2012-05-151-1/+1
| | | | | | | | | | | 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
* mdoc: Avoid playing tricks with Ns: If Nm is present in the SYNOPSIS section,joel2012-05-145-18/+15
| | | | | 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.
* Fix an mdoc(7) formatting nit.gjb2012-05-141-1/+1
|
OpenPOWER on IntegriCloud