summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Back out a bad commit.tegge1997-06-261-3/+1
* Merged/renamed functions:fsmp1997-06-253-246/+168
* Modified to use merged/renamed functions:fsmp1997-06-253-73/+65
* Modified to declare merged/renamed functions:fsmp1997-06-251-5/+4
* Allow the kernel configuration file to override the amount of memorytegge1997-06-251-1/+3
* Allow kernel configuration file to override PMAP_SHPGPERPROC. The defaulttegge1997-06-251-1/+3
* Block some interrupts during the call to pmap_zero_page integge1997-06-251-1/+3
* Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- wesef1997-06-251-2/+6
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-243-3/+27
* Recognize AMD K5 PR166 and PR200 CPUs.kato1997-06-241-1/+7
* Fix calculation of initial mplock value.fsmp1997-06-243-6/+6
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-243-6/+6
* For the xenix_ftime() routine, don't use the native version of the struct --sef1997-06-221-3/+8
* Preliminary support for per-cpu data pages.peter1997-06-2234-882/+713
* Kill some stale leftovers from the earlier attempts at SMP per-cpu pagespeter1997-06-221-18/+1
* From the submitted patch :msmith1997-06-221-2/+34
* The syscons driver doesn't really check the presence of the displayyokota1997-06-221-67/+163
* Fixed va_arg() to work for small args (as in stdarg.h).bde1997-06-211-9/+6
* Don't attempt to generate errors for unpromoted types in va_arg(),bde1997-06-211-14/+8
* Fix crash when halting where APM was configured but not enabledwollman1997-06-192-2/+6
* correct the wrong ATM option name for native atm accesskjc1997-06-172-8/+8
* Fix 2 typos.charnier1997-06-161-3/+3
* Fix another power down braino.wollman1997-06-151-2/+2
* Fix definition of apm_power off (was suffering from cut&paste syndrome).wollman1997-06-152-4/+4
* When APM is configured, turn off the power when halting for good.wollman1997-06-155-5/+48
* Fixed the type of a timeout function and removed casts that hid thebde1997-06-141-7/+7
* Load the kernel config file where userconfig (with option USERCONFIG_BOOT)bde1997-06-141-6/+29
* Use ETHER_ADDR_LEN instead of ETHER_ADDR_SIZE.tegge1997-06-121-1/+1
* Fix two typos in this driver that prevented it from working properly.gibbs1997-06-101-2/+2
* This should have been committed with the changes to boot.c yesterday.bde1997-06-101-0/+18
* - Added support for "dual" internal/serial consoles (-D flag). If -D is set,bde1997-06-098-252/+290
* While deciding to install irq with unneded "conflicts" keyword,ache1997-06-091-3/+4
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-081-4/+7
* Make "conflicts" keyword work againache1997-06-081-4/+5
* Remove no irq -> irq 31 conversionache1997-06-081-4/+4
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-077-8/+65
* Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in abde1997-06-071-4/+1
* Updated comments.bde1997-06-071-15/+15
* YAMF22 - XSERVER comment changes.jkh1997-06-063-6/+6
* Document a non-standard gdbremote protocol extension (kludge, really)pst1997-06-043-2/+34
* Bring back CONSPEED as a last-ditch default if you can't change the speedpst1997-06-045-8/+15
* CONSPEED is defunct.pst1997-06-043-6/+4
* If the boot blocks were using the serial port, read the system consolepst1997-06-042-11/+119
* Fixed mu-law data. Originator's patch was applied.kato1997-06-031-64/+64
* Fixed order of data transfer.kato1997-06-031-1/+5
* Include <sys/conf.h>kato1997-06-031-0/+1
* Fill in some gaps in the cpuid features list..peter1997-06-021-3/+19
* Added PC-98 code.kato1997-06-022-26/+124
* Change isa_device.h to intr_machdep.hdfr1997-06-023-6/+6
* Make this thing actually compile.dfr1997-06-021-2/+2
OpenPOWER on IntegriCloud