summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-3018-52/+52
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-301-6/+6
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-2/+1
* Add commands for ptrace get/set registers.. (Same numbers as NetBSD)peter1996-01-241-3/+11
* Simplified savectx() a little and fixed a bug that caused it to returndg1996-01-231-2/+2
* Newest version of the Matrox Meteor driver. Tested with various MBONEjkh1996-01-211-10/+19
* Removed declarations of nonexistent functions.bde1996-01-161-10/+2
* Fixed user-mode mcount which I broke in the previous revision.bde1996-01-011-13/+33
* recording cvs-1.6 file deathpeter1995-12-304-953/+0
* Implemented non-statistical kernel profiling. This is based onbde1995-12-292-43/+103
* 1) ifdef out some unused functions (for now)markm1995-12-291-0/+7
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-281-61/+1
* Clean up and make more universal. Next version of random device.markm1995-12-271-5/+16
* Fixed staticizing. Some functions aren't static but depend onbde1995-12-251-1/+7
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-242-6/+8
* 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
OpenPOWER on IntegriCloud