summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove leading .Ns macro to silence mdoc(7) warning.gjb2012-05-121-2/+1
|
* mdoc(7) markup cleanup.gjb2012-05-122-3/+3
|
* Fix mdoc(7) markup.gjb2012-05-123-7/+7
|
* Set formatting width and offset in DB_COMMAND(9).gjb2012-05-121-1/+1
|
* Fix an mdoc(7) nit.gjb2012-05-121-1/+1
|
* Remove end of line whitespace.joel2012-05-121-3/+3
|
* Minor mdoc nit.joel2012-05-121-1/+1
|
* Docuement requirement to alter some sysctls when using igb(4) withgjb2012-05-121-1/+9
| | | | | | | | | jumbo frames. PR: 153738 Submitted by: Tom Judge (tom!tomjudge.com) Discussed with: jfv (in part, a long time ago...) MFC after: 1 week
* Regenerate src.conf(5) for mdoc(7) and typo corrections.gjb2012-05-121-8/+6
| | | | | | PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* General mdoc(7) and typo fixes.gjb2012-05-126-14/+18
| | | | | | PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* mdoc: list items should be specified with the It macro.joel2012-05-121-2/+2
|
* Remove duplicate words in mdoc(7) pages.gjb2012-05-1212-14/+14
| | | | | | | PR: 167810 Submitted by: Bryan Drewery {bryan!shatow%net} (hackers lounge) Found with: textproc/igor MFC after: 3 days
* General mdoc(7) and typo fixes.gjb2012-05-1260-106/+118
| | | | | | PR: 167776 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Bump .Ddgjb2012-05-121-1/+1
|
* Add pointers for how to setup debugging over firewire.imp2012-05-111-0/+8
|
* General mdoc(7) and typo fixes.gjb2012-05-113-4/+4
| | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* - Regengabor2012-05-111-3/+6
|
* - Hook up BSD sort to the build. By default, it will be installed asgabor2012-05-111-0/+1
| | | | | | "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".
* Stop lying about default UFS blocksizes.uqs2012-05-111-12/+12
| | | | | | | 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 ...)
* Add Spanish Dvorak keyboard model to syscons.eadler2012-05-102-0/+140
| | | | | | | | | (not verified to be accurate) PR: conf/160235 Submitted by: Alvaro <gobledb@gmail.com> Approved by: cperciva MFC after: 3 weeks
* remove trailing '.'bschmidt2012-05-101-1/+1
| | | | | Poked by: gjb MFC after: 3 weeks
* ifconfig(8) is important, but no need to mention it twice.bschmidt2012-05-101-1/+0
| | | | MFC after: 3 weeks
* Update man page due import of RT2800/RT3000 support.bschmidt2012-05-101-25/+62
| | | | | Obtained from: OpenBSD MFC after: 3 weeks
* Revert r235194: 10.8 appears to be a developer preview.pluknet2012-05-091-3/+2
| | | | Reported by: trasz
* Mac OS X 10.8 added (belatedly).pluknet2012-05-091-2/+3
|
* Revert r234656, and apply a proper fix for binutils PR 10474, whichdim2012-05-071-2/+1
| | | | | | | | | | | | caused linking clang on 32-bit PowerPC to fail with "relocation truncated to fit: R_PPC_REL24" errors. Original diffs (relicensed under GPLv2 with permission from author): http://sourceware.org/git/?p=binutils.git;a=commit;h=1fd262ff7d7ea5adf4894c6b960e092e7e43e3cd http://sourceware.org/git/?p=binutils.git;a=commit;h=053c49fbff58bd33bd0d12200ea61302f92caceb Tested by: andreast MFC after: 1 week
* Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) scriptjlh2012-05-072-2/+29
| | | | | | | | | instead of a symlink for .so files. Reviewed by: kib, kan (previous version), dim Approved by: kib (mentor) Silence from: -hackers@ MFC after: 1 week
* - Bump the manpage date after kfd addition.stas2012-05-071-1/+1
| | | | Reported by: gjb
* - Document kfd(8) rc.conf variables in the manpage.stas2012-05-061-0/+13
|
* OpenBSD 5.1 added.pluknet2012-05-061-1/+2
|
* - Add my mentor/mentee relationship to committers-doc.dot.issyl02012-05-051-0/+2
| | | | | | (where me = issyl0) Approved by: gabor (mentor)
* Complete commit message for r235024:jkim2012-05-041-1/+1
| | | | | | | | | | | | | | | | | | | Use MADT to match ACPI Processor objects to CPUs. MADT and DSDT/SSDTs may list CPUs in different orders, especially for disabled logical cores. Now we match ACPI IDs from the MADT with Processor objects, strictly order CPUs accordingly, and ignore disabled cores. This prevents us from executing methods for other CPUs, e. g., _PSS for disabled logical core, which may not exist. Unfortunately, it is known that there are a few systems with buggy BIOSes that do not have unique ACPI IDs for MADT and Processor objects. To work around these problems, 'debug.acpi.cpu_unordered' tunable is added. Set this to a non-zero value to restore the old behavior. Many thanks to jhb for pointing me to the right direction and the manual page change. Reported by: Harris, James R (james dot r dot harris at intel dot com) Tested by: Harris, James R (james dot r dot harris at intel dot com) Reviewed by: jhb MFC after: 1 month
* Use MADT to match ACPI Processor objects to CPUs. MADT and DSDT/SSDTs mayjkim2012-05-041-1/+6
| | | | | | | | | | list CPUs in different orders, especially for disabled logical cores. Now we match ACPI IDs from the MADT with Processor objects, strictly order CPUs accordingly, and ignore disabled cores. This prevents us from executing methods for other CPUs, e. g., _PSS for disabled logical core, which may not exist. Unfortunately, it is known that there are a few systems with buggy BIOSes that do not have unique ACPI IDs for MADT and Processor objects. To work around these problems
* Grammar and markup fixes.bjk2012-05-031-32/+40
| | | | | PR: docs/159854 Approved by: hrs (mentor)
* Prefer the use of csup to cvsup when talking about the binary.eadler2012-05-022-14/+14
| | | | | | | PR: docs/167459 Submitted by: "Bryan Drewery" <bryan@shatow.net> Approved by: bcr MFC after: 1 week
* Add myself to this file - it didn't exist last time.jwd2012-05-011-0/+4
| | | | Approved by: rmacklem (mentor)
* Add two special directives to libmap.conf:bapt2012-04-301-1/+22
| | | | | | | | | | | | | | | include <file>: Parse the contents of file before continuing with the current file. includedir <dir>: Parse the contents of every file in dir that ends in .conf before continuing with the current file. Any file or directory encountered while processing include or includedir directives will be parsed exactly once, even if it is encountered multiple times. Reviewed by: kib, des Approved by: des (mentor) MFC after: 1 month
* Add myself.dumbbell2012-04-301-0/+2
|
* Change the default to not use packet counters to generate rx interrupts.np2012-04-301-5/+4
| | | | | | | | Rely solely on the timer based mechanism. Update man page to reflect this change. MFC after: 1 week
* Copy recent changes from etc/root/dot.cshrc that make the defaults moreeadler2012-04-291-5/+17
| | | | | | | user friendly Approved by: cperciva MFC after: 3 days
* Regenerate src.conf(5)kib2012-04-291-3/+10
|
OpenPOWER on IntegriCloud