index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
mptable
/
mptable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Divine the array size by using 'nitems(array)' instead of using magic numbers.
neel
2012-12-21
1
-5
/
+7
*
The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID".
neel
2012-12-21
1
-3
/
+3
*
Add an missing argument to open(2). If O_CREAT flag is specified,
pjd
2012-01-04
1
-1
/
+1
*
Mark all global variables static for mptable(1).
ed
2011-11-06
1
-25
/
+16
*
Fix a typo.
jhb
2010-02-19
1
-1
/
+1
*
Remove the useless "version" number output.
obrien
2005-02-06
1
-5
/
+1
*
Make this build and work on amd64 (sledge at least).
peter
2003-09-30
1
-39
/
+39
*
Don't need to redundantly redeclare optreset.
imp
2003-06-07
1
-1
/
+0
*
Deal with table parsing bugs caused by out-of-order record entries.
peter
2001-01-18
1
-31
/
+41
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-2
/
+3
*
Stop printing out the Nfoo options help, since these tunables are about to
msmith
2000-09-22
1
-26
/
+0
*
Remove 3 off by 128 errors.
tegge
2000-08-06
1
-5
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
getopt(3) returns -1 not EOF.
imp
1999-05-23
1
-2
/
+2
*
Don't #include implementation header <machine/types.h> directly.
bde
1998-02-24
1
-5
/
+2
*
Use err(3). Add missing parameter for printf() (reviewed by steve).
charnier
1997-09-25
1
-46
/
+30
*
Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to better
fsmp
1997-09-06
1
-4
/
+4
*
Removed suggested "options AUTO_START", no longer used.
fsmp
1997-08-26
1
-12
/
+2
*
Removed the SMP_TIMER_NC suggestion.
fsmp
1997-07-22
1
-3
/
+4
*
Removed SMP_PRIVPAGES from options list.
fsmp
1997-06-23
1
-5
/
+2
*
Made 'options NINTR' greater of 24 and calculated value.
fsmp
1997-05-22
1
-6
/
+7
*
Document APIC_IO as mandatory.
fsmp
1997-05-10
1
-5
/
+5
*
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
1
-0
/
+1160