aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mptable
Commit message (Expand)AuthorAgeFilesLines
* Stop suggesting -grope argument when -grope argument was actually givenBaptiste Daroussin2015-10-221-1/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-315/+145
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-081-7/+9
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| |_|/ |/| |
* | | Pass the size of the top-level table to map when mapping the table insteadJohn Baldwin2014-03-101-1/+1
* | | - Use <x86/mptable.h> instead of duplicating its definitions.John Baldwin2013-12-111-315/+145
| |/ |/|
* | Divine the array size by using 'nitems(array)' instead of using magic numbers.Neel Natu2012-12-211-5/+7
* | The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID".Neel Natu2012-12-211-3/+3
|/
* Add an missing argument to open(2). If O_CREAT flag is specified,Pawel Jakub Dawidek2012-01-041-1/+1
* Mark all global variables static for mptable(1).Ed Schouten2011-11-061-25/+16
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-191-1/+1
* Fix a typo.John Baldwin2010-02-191-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Remove the useless "version" number output.David E. O'Brien2005-02-061-5/+1
* Make this build and work on amd64 (sledge at least).Peter Wemm2003-09-302-39/+40
* Don't need to redundantly redeclare optreset.Warner Losh2003-06-071-1/+0
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+0
* revert rev 1.3: restore MAN1 directive to unbreak worldAlfred Perlstein2001-03-241-0/+1
* Fixed style bugs (use normal formatting for assignment, and don't overrideBruce Evans2001-03-231-2/+1
* o Remove BINMODE=0550 -- no need to restrict execution rights as theRobert Watson2001-03-222-3/+1
* Deal with table parsing bugs caused by out-of-order record entries.Peter Wemm2001-01-181-31/+41
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Update the mptable manpage to remove mention of kernel options (whichMike Smith2000-09-221-2/+3
* Stop printing out the Nfoo options help, since these tunables are about toMike Smith2000-09-221-26/+0
* Remove 3 off by 128 errors.Tor Egge2000-08-061-5/+5
* $FreeBSD$ tags moved to bottom of license aggmt.Alexey Zelkin1999-10-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+3
* getopt(3) returns -1 not EOF.Warner Losh1999-05-231-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-1/+1
* Don't #include implementation header <machine/types.h> directly.Bruce Evans1998-02-241-5/+2
* Use err(3). Add missing parameter for printf() (reviewed by steve).Philippe Charnier1997-09-252-64/+47
* Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to betterSteve Passe1997-09-061-4/+4
* Removed suggested "options AUTO_START", no longer used.Steve Passe1997-08-261-12/+2
* Removed the SMP_TIMER_NC suggestion.Steve Passe1997-07-221-3/+4
* Removed SMP_PRIVPAGES from options list.Steve Passe1997-06-231-5/+2
* Made 'options NINTR' greater of 24 and calculated value.Steve Passe1997-05-221-6/+7
* Document APIC_IO as mandatory.Steve Passe1997-05-101-5/+5
* fixed minor typo, bumped to version 2.0.9Steve Passe1997-04-301-3/+3
* add a userland program for SMP supportSteve Passe1997-04-293-0/+1234