aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mptable/mptable.c
Commit message (Expand)AuthorAgeFilesLines
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-10-241-5/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Stop suggesting -grope argument when -grope argument was actually givenBaptiste Daroussin2015-10-221-1/+2
* 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
* Fix a typo.John Baldwin2010-02-191-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-301-39/+39
* Don't need to redundantly redeclare optreset.Warner Losh2003-06-071-1/+0
* 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
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* getopt(3) returns -1 not EOF.Warner Losh1999-05-231-2/+2
* 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-251-46/+30
* 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-291-0/+1160