Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |