Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | uqs | 2010-05-19 | 1 | -1/+1 |
| | | | | Reviewed by: ru | ||||
* | Fix a typo. | jhb | 2010-02-19 | 1 | -1/+1 |
| | | | | Submitted by: Jakub Lach jakub_lach of mailplus pl | ||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Remove the useless "version" number output. | obrien | 2005-02-06 | 1 | -5/+1 |
| | | | | We don't give a version number each userland binary. | ||||
* | Make this build and work on amd64 (sledge at least). | peter | 2003-09-30 | 2 | -39/+40 |
| | |||||
* | Don't need to redundantly redeclare optreset. | imp | 2003-06-07 | 1 | -1/+0 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -1/+0 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | revert rev 1.3: restore MAN1 directive to unbreak world | alfred | 2001-03-24 | 1 | -0/+1 |
| | |||||
* | Fixed style bugs (use normal formatting for assignment, and don't override | bde | 2001-03-23 | 1 | -2/+1 |
| | | | | the correct default for MAN1). | ||||
* | o Remove BINMODE=0550 -- no need to restrict execution rights as the | rwatson | 2001-03-22 | 2 | -3/+1 |
| | | | | | | authorization check is on /dev/{,k}mem. o Update man page to reflect requirement that gid kmem privileges must be held, not root. (submitted by: peter) | ||||
* | Deal with table parsing bugs caused by out-of-order record entries. | peter | 2001-01-18 | 1 | -31/+41 |
| | | | | | | Complain about out-of-order entries. This fixes the 'mp extended table HOSED!" report on the DL360 we have here with the "fixed" compaq bios rom to fix the table length off-by-one error. | ||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -2/+3 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Update the mptable manpage to remove mention of kernel options (which | msmith | 2000-09-22 | 1 | -2/+3 |
| | | | | there aren't going to be shortly). | ||||
* | Stop printing out the Nfoo options help, since these tunables are about to | msmith | 2000-09-22 | 1 | -26/+0 |
| | | | | go away. | ||||
* | Remove 3 off by 128 errors. | tegge | 2000-08-06 | 1 | -5/+5 |
| | |||||
* | $FreeBSD$ tags moved to bottom of license aggmt. | phantom | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | getopt(3) returns -1 not EOF. | imp | 1999-05-23 | 1 | -2/+2 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -1/+1 |
| | |||||
* | Don't #include implementation header <machine/types.h> directly. | bde | 1998-02-24 | 1 | -5/+2 |
| | | | | #include <sys/types.h> before the headers that depend on it. | ||||
* | Use err(3). Add missing parameter for printf() (reviewed by steve). | charnier | 1997-09-25 | 2 | -64/+47 |
| | |||||
* | Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to better | fsmp | 1997-09-06 | 1 | -4/+4 |
| | | | | | reflect its logical usage. Ie., there is NOT a 1-to-1 correspondence between IRQ numbers and APIC pin numbers as there is with the 8259 ICU. | ||||
* | Removed suggested "options AUTO_START", no longer used. | fsmp | 1997-08-26 | 1 | -12/+2 |
| | | | | Noticed by: Vincent Poy <vince@mail.MCESTATE.COM> | ||||
* | Removed the SMP_TIMER_NC suggestion. | fsmp | 1997-07-22 | 1 | -3/+4 |
| | | | | This is (almost) defunct, start to phase it out... | ||||
* | Removed SMP_PRIVPAGES from options list. | fsmp | 1997-06-23 | 1 | -5/+2 |
| | | | | This functionality is now automatic. | ||||
* | Made 'options NINTR' greater of 24 and calculated value. | fsmp | 1997-05-22 | 1 | -6/+7 |
| | | | | This coincides with changing kernel default to 64. | ||||
* | Document APIC_IO as mandatory. | fsmp | 1997-05-10 | 1 | -5/+5 |
| | | | | Document SMP_AUTOSTART as working. | ||||
* | fixed minor typo, bumped to version 2.0.9 | fsmp | 1997-04-30 | 1 | -3/+3 |
| | |||||
* | add a userland program for SMP support | fsmp | 1997-04-29 | 3 | -0/+1234 |
mptable examines and displays the MP table of an SMP motherboard. |