summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-0213-422/+960
* Grr. Remove not-ready LDT modification fluff that also crept in withmsmith1997-06-021-26/+1
* Oops, remove some bogus debugging code that crept in with the last commit.msmith1997-06-021-10/+1
* Add support for the SIOCGIFHWADDR ioctl, commonly used bymsmith1997-06-022-2/+115
* Was superseded by ns16550.h 4-5 years ago.bde1997-06-021-50/+0
* I've given up on the idea of sizing FIFO's. You can set it with a flagphk1997-06-011-68/+15
* Don't use -fomit-frame-pointer for ipl_funcs.c if ${PROF} is nonempty,bde1997-06-011-7/+9
* on second thoughts, it doesn't even need <machine/ipl.h> either.peter1997-06-011-2/+1
* <machine/spl.h> -> <machine/ipl.h>peter1997-06-011-2/+2
* Fix a typo.tegge1997-05-311-2/+2
* specify compile-with option to get -fomit-frame-pointer on ipl_funcs.cpeter1997-05-311-2/+3
* Revert previous change, use "compile-with" in files.i386 instead.peter1997-05-311-5/+1
OpenPOWER on IntegriCloud