summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Include pio.h so that all those drivers that only include cpufunc.hpaul1994-09-151-1/+3
* Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.hpaul1994-09-152-17/+12
* Added support for many more videomodes, including graphic modes up tilsos1994-09-151-14/+93
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-121-111/+7
* Change "asm" to "__asm" - makes it possible to compile code withcsgr1994-09-101-6/+6
* Added the psm driver from 1.1.5.dfr1994-09-091-0/+44
* Quote the first arg to _IO(). Not quoting it didn't matter becausebde1994-09-081-4/+5
* Get all the definitions from DEFS.h and not directly from asmacros.hbde1994-09-081-4/+12
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justbde1994-09-081-8/+6
* Improved some comments.dg1994-09-042-4/+4
* Detect if we're running on a Cyrix 486DLC and enable automatic cachepst1994-09-042-2/+56
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-021-2/+2
* Got rid of some old, unused junk.dg1994-09-011-26/+1
* Corrected some comments regarding ptes/pdes.dg1994-08-231-3/+3
* Re-enabled inlining of inb.paul1994-08-231-11/+3
* I've disabled this piece of code since it's what'spaul1994-08-231-1/+3
* Made idempotent.paul1994-08-214-7/+23
* 1. Make this idempotent.jkh1994-08-191-1/+9
* Fix up some sloppy coding practices:wollman1994-08-182-16/+3
* Updated to latest version from 1.1.5.1+sos1994-08-171-11/+18
* Enable use of the RTC chip for the statistical clock. While this doeswollman1994-08-151-2/+3
* Submitted by: Bruce Evansats1994-08-141-6/+4
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-133-8/+8
* Change outb() as per Bruce's instructions so that it doesn't explicitlyjkh1994-08-111-2/+2
* Add back in CPU detection copde from 1.1.5. As an added bonus, thewollman1994-08-101-1/+5
* Merge in the necessary bits from 1.1.5.1 to make exec.h and reloc.hjkh1994-08-092-37/+61
* Delete redundant #ifdef __i386__, be consistent about idempotencywollman1994-08-051-8/+4
* Inlined insque and remque.dg1994-08-041-2/+27
* Move ieeefp.h over, and put it in the correct subdirectory this time.wollman1994-08-042-2/+106
* Added $Id$dg1994-08-0222-4/+195
* trap.c:dg1994-06-061-1/+8
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-2518-356/+303
* This commit was generated by cvs2svn to compensate for changes in r1543,rgrimes1994-05-256-0/+346
|\
| * BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-256-0/+346
* Added prober Id stringsos1994-05-201-1/+1
* Deleted on ifdef dontdefgclarkii1994-04-291-4/+6
* Sound driver updated to version 2.5ache1994-04-231-6/+26
* New file for pcaudio device driversos1994-04-211-0/+75
* Fix arguments of CONS_GETINFOache1994-04-071-2/+2
* Changes to lpt driver:csgr1994-04-061-0/+24
* First pass at adding locale support. This code only deals with the LC_CTYPEwollman1994-04-043-8/+25
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-025-6/+128
* ifdef KERNEL the pmap_kextract inline function; ps is unhappy otherwise.dg1994-03-251-1/+3
* From John Dyson: performance improvements to the new bounce bufferdg1994-03-241-1/+16
* Changed dynamic stack grow code to grow by "SGROWSIZ" amount. Initiallydg1994-03-211-2/+5
* Updated include files for sound drivers.swallace1994-03-112-13/+16
* 1) "Pre-faulting" in of pages into process address spacedg1994-03-073-16/+18
* Bump CLK_TCK to more precise value (128)ache1994-02-262-4/+4
* Correct definitions of flags used by sigreturn to validate sigcontext.hsu1994-02-241-4/+4
* Make the screen savers runtime switchable. Everybody wants achmr1994-02-041-1/+12
OpenPOWER on IntegriCloud