aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2893-93/+93
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,Jonathan Lemon1999-08-271-2/+1
* Remove unneeded prototypes.Poul-Henning Kamp1999-08-241-8/+1
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKAlan Cox1999-08-231-7/+3
* Make "s_unlock" an inline function. (Inlining this function takesAlan Cox1999-08-221-2/+8
* Undo my previous commit and do it differently. Break the ffs() etc macrosPeter Wemm1999-08-191-14/+27
* Try using the builtin ffs() for egcs, it (by random inspection)Peter Wemm1999-08-191-1/+5
* Update for MI switch code, and trim a heap of unused (I believe) entries.Peter Wemm1999-08-191-56/+3
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsAlan Cox1999-08-181-3/+14
* Remove the SMBIOS detection and definitions; this should be handled in aMike Smith1999-08-181-29/+1
* Add definitions for Interlink VersaPad.Kazutaka YOKOTA1999-08-171-1/+25
* Search for and interrogate the PnP BIOS if found. This code just printsMike Smith1999-08-171-4/+68
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withMike Smith1999-08-171-8/+9
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-092-11/+2
* updating isdn4bsd to beta version 0.83Hellmuth Michaelis1999-08-064-12/+124
* Reenable the APMIO_BIOS ioctl and translate arguments into the new formatMike Smith1999-07-301-1/+11
* Remove all vestiges of APMIO_BIOSMike Smith1999-07-301-2/+1
* Major update to the kernel's BIOS-calling ability.Mike Smith1999-07-294-38/+89
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-281-4/+6
* Various formatting fixes on my FPE trapcode commit.Martin Cracauer1999-07-261-15/+9
* On FPU exceptions, pass a useful error code (one of the FPE_...Martin Cracauer1999-07-252-4/+21
* Increased max kmem to 200MB. This should fix some out-of-kmem panics onDavid Greenman1999-07-241-2/+2
* atomic.h:Alan Cox1999-07-232-16/+5
* Implement an all-CPU shootdown-style rendezvous facility. This allowsMike Smith1999-07-203-3/+93
* Commit the correct patch, i.e., the one that actually correspondsAlan Cox1999-07-131-35/+55
* Changed the implementation of the primitives to guarantee atomicityAlan Cox1999-07-131-22/+42
* Improve Logitech MouseMan+ protocol support.Kazutaka YOKOTA1999-07-121-1/+4
* Correct a couple of spelling errors in comments.Kris Kennaway1999-07-121-2/+2
* Add apmd support code.Mitsuru IWASAKI1999-07-101-1/+10
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingBruce Evans1999-07-103-13/+12
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-094-4/+30
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much moreMartin Cracauer1999-07-061-8/+32
* Improve compatibility with other systems by changing the defaultWarner Losh1999-07-034-4/+40
* Changes in the way that the APs are started appears to have removed theMike Smith1999-06-231-11/+3
* Do not setup 4M pdir until all APs are up.Luoqi Chen1999-06-232-16/+13
* Remove an unnecessary panic when sparse PCI bus numbering is encountered.Mike Smith1999-06-221-3/+1
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-632/+5
* Changed the global `idt' from an array to a pointer so that npx.cBruce Evans1999-06-181-2/+2
* Unifdef VM86.Jonathan Lemon1999-06-016-22/+8
* Stop the TSC from being used as timecounter on K5/step0 machines.Poul-Henning Kamp1999-05-291-1/+2
* Fixed style bugs in previous commit.Bruce Evans1999-05-222-10/+10
* Set CHAR_{MIN,MAX} according to -funsigned-char flag given or notAndrey A. Chernov1999-05-202-6/+18
* upgrade isdn4bsd from version 0.71 to the just released version 0.81Hellmuth Michaelis1999-05-203-24/+63
* Bt848 driver release 1.65Roger Hardiman1999-05-181-2/+3
* Unbreak VESA on SMP.Luoqi Chen1999-05-125-6/+12
* Yet another place I missed when increasing trapframe size, which causes problemLuoqi Chen1999-05-111-1/+3
* loadandclear() uses an atomic instruction (even on SMP, where it's anPeter Wemm1999-05-091-2/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getPeter Wemm1999-05-091-2/+2
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andPeter Wemm1999-05-081-1/+3
* Fixed profiling of elf kernels. Made high resolution profiling compileBruce Evans1999-05-062-11/+15