summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Brought over from 1.1.5:dg1994-09-151-2/+17
* Change brought over from 1.1.5:dg1994-09-151-9/+19
* Brought over from 1.1.5:dg1994-09-151-5/+5
* Added support for many more videomodes, including graphic modes up tilsos1994-09-151-1/+23
* Beginnings of support for loadable protocol domains. In particular,wollman1994-09-141-1/+23
* 1. adjkerntz variable added for preparation to resettodr() implementationache1994-09-141-2/+4
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-123-7/+3
* Be more careful about dereferencing curproc, p_vmspace, and curpcb,dg1994-09-111-12/+20
* Recycle cdev 20, sound blaster driver is long since deceased.jkh1994-09-081-12/+17
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justbde1994-09-081-8/+7
* Fix comments.bde1994-09-051-6/+5
* DOn't allow I/O register access in process 1 (oops).dg1994-09-051-6/+2
* Detect if we're running on a Cyrix 486DLC and enable automatic cachepst1994-09-042-3/+34
* Rewrote last vestige of code that used gs (copyinstr). The use of gs indg1994-09-041-48/+35
* Added pmap_mapdev() function to map device memory.dg1994-09-041-1/+35
* Initialize eflags register - brought over from 1.1.5.dg1994-09-041-2/+7
* Converted P_LINK -> P_FORW, P_RLINK -> P_BACK, minor optimization.dg1994-09-022-64/+59
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-024-40/+27
* It's not necessary to make page tables write-through, so get rid of thisdg1994-09-021-3/+3
* Realtime priority scheduling support.dg1994-09-012-7/+90
* Reviewed by: Stefan Esser <se>se1994-08-311-1/+6
* Fixed bug that surfaced with last commit for NOBOUNCE -> BOUNCE_BUFFERS bydg1994-08-311-14/+15
* Conditionalized support for syscons as the console so that it can bedg1994-08-312-2/+18
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-312-6/+6
* Whoops...clean up after me cleaning up after Bruce.dg1994-08-301-12/+16
* Cleaned up after Bruce: there were still some things that includeddg1994-08-302-49/+12
* Don't define LOCORE (as nothing) in sources. It is now definedbde1994-08-301-2/+1
* Fake floppy partition RAW_PART=2 nowache1994-08-291-2/+3
* Don't test if a u_int is < 0. The remaining test is sufficient and thebde1994-08-281-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-272-11/+8
* Changes preparing for iBCS supportsos1994-08-241-10/+9
* Changes preparing for iBCS2 supportsos1994-08-241-1/+8
* Pad `_cpu_vendor' to finish on a 32-bit boundary so that most of thebde1994-08-221-3/+3
* Implemented filesystem clean bit via:dg1994-08-201-17/+15
* Removed bogus save of CMAP2.dg1994-08-191-4/+1
* Terry Lambert's loadable kernel module support w/improvements from thedg1994-08-192-4/+78
* Fix up some sloppy coding practices:wollman1994-08-185-25/+6
* Bruce Evans' dynamic interrupt support.dg1994-08-181-7/+5
* Enable use of the RTC chip for the statistical clock. While this doeswollman1994-08-151-4/+56
* Fix conditional-compilation mixup, pointed out by Paul Richards.wollman1994-08-131-3/+1
* Made the kernel compile cleanly with gcc 2.6.0. Thanks go to Brucedg1994-08-131-2/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-1315-123/+123
* For Pentium machines, use a faster version of microtime with 8 usecwollman1994-08-112-4/+51
* Tell Pentium users their CPU speed. (More changes to make use of thiswollman1994-08-102-3/+33
* Handle NMI's in accordance with data in van Gilluwe book.wollman1994-08-101-2/+2
* Some programs (like GNU configure programs) depend on the output ofwollman1994-08-101-2/+2
* Add back in CPU detection copde from 1.1.5. As an added bonus, thewollman1994-08-102-28/+78
* Removed ntohl and ntohs functions. These were already inlined assembly indg1994-08-091-26/+1
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-072-8/+10
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-1/+2
OpenPOWER on IntegriCloud