summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...tegge1999-10-151-7/+0
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-2/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-113-4/+2
* Zap unneeded #includespeter1999-10-111-2/+0
* Simplification of the signal trampoline and other cleanups.marcel1999-10-073-4/+21
* Re-introduction of sigcontext.marcel1999-10-042-29/+65
* Use the rev 1.1.2.1 code from RELENG_3 for atomic operations ratherpeter1999-10-041-19/+38
* Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/peter1999-10-041-1/+1
* Fix style bug: order includesmarcel1999-10-041-1/+1
* Allow compilation with older versions of GCC, in order to make it possibleeivind1999-10-031-0/+23
* Fix style bugs caused by using the wrong file to copy from. That onemarcel1999-10-031-4/+12
* sigset_t change (part 3 of 5)marcel1999-09-296-66/+160
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-251-0/+1
* Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannotdillon1999-09-221-4/+0
* Change default block size for user VBLK device access from 2K to PAGE_SIZEdillon1999-09-221-1/+7
* Make pmap_mapdev() deal with non-page-aligned requests.peter1999-09-111-0/+1
* Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu thatpeter1999-09-101-0/+2
* Invoke smp_rendezvous_action() using the a.out compatible asnames.hmsmith1999-09-101-0/+1
* Set up FPU state on the AP.peter1999-09-051-0/+4
* Don't install stubs, make a compat symlink at buildworld time.peter1999-09-041-6/+0
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>dfr1999-09-041-1362/+4
* Some reorganization of sysarch() interface:luoqi1999-09-022-5/+17
* $Id$ -> $FreeBSD$peter1999-08-2893-93/+93
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,jlemon1999-08-271-2/+1
* Remove unneeded prototypes.phk1999-08-241-8/+1
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-231-7/+3
* Make "s_unlock" an inline function. (Inlining this function takesalc1999-08-221-2/+8
* Undo my previous commit and do it differently. Break the ffs() etc macrospeter1999-08-191-14/+27
* Try using the builtin ffs() for egcs, it (by random inspection)peter1999-08-191-1/+5
* Update for MI switch code, and trim a heap of unused (I believe) entries.peter1999-08-191-56/+3
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsalc1999-08-181-3/+14
* Remove the SMBIOS detection and definitions; this should be handled in amsmith1999-08-181-29/+1
* Add definitions for Interlink VersaPad.yokota1999-08-171-1/+25
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-171-4/+68
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withmsmith1999-08-171-8/+9
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-092-11/+2
* updating isdn4bsd to beta version 0.83hm1999-08-064-12/+124
* Reenable the APMIO_BIOS ioctl and translate arguments into the new formatmsmith1999-07-301-1/+11
* Remove all vestiges of APMIO_BIOSmsmith1999-07-301-2/+1
* Major update to the kernel's BIOS-calling ability.msmith1999-07-294-38/+89
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-4/+6
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-261-15/+9
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-252-4/+21
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-241-2/+2
* atomic.h:alc1999-07-232-16/+5
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-203-3/+93
* Commit the correct patch, i.e., the one that actually correspondsalc1999-07-131-35/+55
* Changed the implementation of the primitives to guarantee atomicityalc1999-07-131-22/+42
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-1/+4
* Correct a couple of spelling errors in comments.kris1999-07-121-2/+2
OpenPOWER on IntegriCloud