aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Added pcaselect call.Søren Schmidt1994-09-291-2/+4
* Updated pcaudio.c to latest from 1.1.5.1Søren Schmidt1994-09-291-67/+49
* LKM support is no longer optional.Garrett Wollman1994-09-281-24/+1
* Ensure normal selection and alignment of the text and data sections beforeBruce Evans1994-09-281-2/+16
* Make Cyrix CPU flush internal cache any time it goes into hold state.Paul Traina1994-09-261-2/+2
* Inlined ins/outs functions.David Greenman1994-09-251-83/+4
* Nuked splnet before sync. Not only is this unnecessary, but it appearsDavid Greenman1994-09-241-2/+1
* Add entry for transputer (cdev 8).Jordan K. Hubbard1994-09-211-5/+20
* Don't lose the RTC interrupt in resettodr().Bruce Evans1994-09-201-2/+2
* resettodr() implemented, inittodr() fixedAndrey A. Chernov1994-09-201-70/+136
* Remove some unnecessary #includes.Bruce Evans1994-09-181-18/+12
* Redo Kernel NTP PLL support, kernel side.Garrett Wollman1994-09-181-22/+1
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromDavid Greenman1994-09-162-30/+2
* Made the kernel compile even without "ether".Poul-Henning Kamp1994-09-161-1/+4
* CPU_ADJKERNTZ added to cpu_sysctlAndrey A. Chernov1994-09-161-1/+5
* Brought over from 1.1.5:David Greenman1994-09-151-2/+17
* Change brought over from 1.1.5:David Greenman1994-09-151-9/+19
* Brought over from 1.1.5:David Greenman1994-09-151-5/+5
* Added support for many more videomodes, including graphic modes up tilSøren Schmidt1994-09-151-1/+23
* Beginnings of support for loadable protocol domains. In particular,Garrett Wollman1994-09-141-1/+23
* 1. adjkerntz variable added for preparation to resettodr() implementationAndrey A. Chernov1994-09-141-2/+4
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemDavid Greenman1994-09-123-7/+3
* Be more careful about dereferencing curproc, p_vmspace, and curpcb,David Greenman1994-09-111-12/+20
* Recycle cdev 20, sound blaster driver is long since deceased.Jordan K. Hubbard1994-09-081-12/+17
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justBruce Evans1994-09-081-8/+7
* Fix comments.Bruce Evans1994-09-051-6/+5
* DOn't allow I/O register access in process 1 (oops).David Greenman1994-09-051-6/+2
* Detect if we're running on a Cyrix 486DLC and enable automatic cachePaul Traina1994-09-042-3/+34
* Rewrote last vestige of code that used gs (copyinstr). The use of gs inDavid Greenman1994-09-041-48/+35
* Added pmap_mapdev() function to map device memory.David Greenman1994-09-041-1/+35
* Initialize eflags register - brought over from 1.1.5.David Greenman1994-09-041-2/+7
* Converted P_LINK -> P_FORW, P_RLINK -> P_BACK, minor optimization.David Greenman1994-09-022-64/+59
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().David Greenman1994-09-024-40/+27
* It's not necessary to make page tables write-through, so get rid of thisDavid Greenman1994-09-021-3/+3
* Realtime priority scheduling support.David Greenman1994-09-012-7/+90
* Reviewed by: Stefan Esser <se>Stefan Eßer1994-08-311-1/+6
* Fixed bug that surfaced with last commit for NOBOUNCE -> BOUNCE_BUFFERS byDavid Greenman1994-08-311-14/+15
* Conditionalized support for syscons as the console so that it can beDavid Greenman1994-08-312-2/+18
* Rather than exclude bounce buffers support with NOBOUNCE, include itDavid Greenman1994-08-312-6/+6
* Whoops...clean up after me cleaning up after Bruce.David Greenman1994-08-301-12/+16
* Cleaned up after Bruce: there were still some things that includedDavid Greenman1994-08-302-49/+12
* Don't define LOCORE (as nothing) in sources. It is now definedBruce Evans1994-08-301-2/+1
* Fake floppy partition RAW_PART=2 nowAndrey A. Chernov1994-08-291-2/+3
* Don't test if a u_int is < 0. The remaining test is sufficient and theBruce Evans1994-08-281-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-272-11/+8
* Changes preparing for iBCS supportSøren Schmidt1994-08-241-10/+9
* Changes preparing for iBCS2 supportSøren Schmidt1994-08-241-1/+8
* Pad `_cpu_vendor' to finish on a 32-bit boundary so that most of theBruce Evans1994-08-221-3/+3
* Implemented filesystem clean bit via:David Greenman1994-08-201-17/+15
* Removed bogus save of CMAP2.David Greenman1994-08-191-4/+1