summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-191-2/+2
* Cleaned up prototypes in pmap headers: removed ones for nonexistentbde1995-12-171-6/+4
* Make math_emulators LKMable.phk1995-12-141-2/+2
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-2/+4
* Staticize and cleanup.phk1995-12-103-10/+2
* Pass 3 of the great devsw changesjulian1995-12-081-373/+0
* Moved some prototypes to a better place.bde1995-12-051-5/+66
* __purified pmap_pte(). This seems to make no difference.bde1995-12-031-2/+2
* Moved inline functions for insque() and remque() to <sys/queue.h>.bde1995-12-031-33/+1
* Removed unused thread support (partly to get rid of its incompletebde1995-12-031-46/+2
* Fix Pentium CPU rate diagnosis:wollman1995-11-291-4/+9
* A batch of Jim Lowe's patches:jkh1995-11-291-1/+2
* Mainly cosmetic cleanups... It now uses more consistant message reportingpeter1995-11-281-5/+5
* Completed function declarations and/or added prototypes.bde1995-11-212-4/+4
* Mega commit for sysctl.phk1995-11-201-13/+3
* Removed:phk1995-11-141-1/+5
* Sync the public source with what I'm currently running.peter1995-11-091-32/+6
* Modifications for the new eisaconf.gibbs1995-11-051-1/+3
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-042-2/+26
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-0/+298
* Mask netisrs during softtty isrs. This may fix PR 798. SLIP and PPPbde1995-10-301-3/+7
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-281-0/+72
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-121-23/+38
* remove GCC divsi3 routines which are never used.phk1995-10-051-4/+1
* This upgrades the driver for Cronyx-Sigma multiplexor boardsjkh1995-10-041-1/+21
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-2/+2
* Move some kernel-only stuff to a kernel-only file.peter1995-09-131-12/+1
* Submitted by: Luigi Rizzojulian1995-09-081-0/+52
* devfs changes..julian1995-09-031-2/+1
* Jim's latest fixes.jkh1995-09-011-1/+9
* Kernel components of Matrox Meteor driver.jkh1995-08-281-0/+138
* Don't declare a nonexistent function.bde1995-08-261-4/+2
* Remove "memory" clobber statement from enable_intr(). Enabling interruptsbde1995-08-261-4/+4
* add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypasspeter1995-08-221-2/+2
* Killed some unused stuff inherited from Bill Jolitz. Note that sincedg1995-08-172-19/+4
* Next round of cleanups. Some more debugging hooks added, si_softc definitionpeter1995-08-131-47/+27
* Bring in my long-overdue version of the Specialix driver.peter1995-08-091-0/+556
* Fixed my usage of "asm" instead of "__asm" and "volatile" insteaddyson1995-08-091-2/+2
* Make the spl oriented inline functions less likely to allowdyson1995-08-082-5/+7
* Merge in changes for VOXWARE 3.05jkh1995-07-282-60/+167
* Fix bogus constraint "i" that only worked with -O. The cases where itbde1995-07-251-3/+9
* Rewrote memory sizing code to generally deal with holes in extended memory.dg1995-07-191-2/+2
* Make the bootinfo structure visible from sysctl.phk1995-07-161-2/+4
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+1
* Fix standards conformance bugs in <signal.h>:bde1995-06-281-6/+8
* Define macros _BSD_OFF_T_ and _BSD_PID_T_ suitable for use insteadbde1995-06-281-3/+12
* Remove trailing whitespace.rgrimes1995-05-3021-94/+94
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-252-11/+2
* Added apersand constraint to make sure that the source and destinationdg1995-05-141-2/+2
* Add variable `idelayed' and macros setdelayed() and schedsofttty()bde1995-05-111-1/+5
OpenPOWER on IntegriCloud