summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* I missed a case of the page table page dirty-bit fix.dyson1996-06-051-2/+4
* Keep page-table pages from ever being sensed as dirty. This should fixdyson1996-06-051-15/+40
* Bring in changes from if_ep.c for PCCARD driver.nate1996-06-041-2/+2
* Freudian slip. Change M_DEVBUG -> M_DEVBUF.nate1996-06-042-4/+4
* Fix typo. in the APM_DSVALUE_BUG code that I missed.nate1996-06-042-4/+4
* Added missing CR0_NW define for Cyrix 486DLC support. It's still notsos1996-06-031-1/+3
* Don't carry the modified or referenced bits through to the childdyson1996-06-021-12/+30
* Be slightly more verbose during configure() in the bootverbose case.joerg1996-06-021-3/+23
* Hide the ``wrong signature'' message behind bootverbose. It'sjoerg1996-06-021-2/+4
* Fix the problem with pmap_copy that breaks X in small memory machines. Alsodyson1996-06-011-13/+23
* Fix ioctl() operations...nasty typopst1996-05-311-2/+2
* Fix a regression. Turn off the selection hardware during a selection timeoutgibbs1996-05-311-12/+9
* Jump some hoops to have the *.s code being able to be run through both anpeter1996-05-316-164/+172
* Instead of: cpp blah file.s | as -o file.o, use instead:peter1996-05-311-5/+3
* This commit is dual-purpose, to fix more of the pageout daemondyson1996-05-311-44/+57
* Add an option "EXTRA_VNODES" to cause an extra number of vnode structurespeter1996-05-312-4/+24
* When estimating the time (in ms) left to drain the output queue basedpeter1996-05-301-4/+4
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-301-22/+204
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-304-494/+843
* The wrong address (pindex) was being used for the page table directory. Nodyson1996-05-291-7/+5
* Clean up the warnings produced by the recent PCI code. Requested bygpalmer1996-05-271-1/+3
* Cleanup the last of the assembly time "-KERNBASE" relocations.phk1996-05-271-22/+22
* Fix the warnings about "cant inline call to xxx" by reordering twopeter1996-05-271-46/+49
* Properly determine the offset of the remaining bytes we need to transfergibbs1996-05-241-2/+2
* Add an incremental checksum update routine. Perhaps some i386 assemblywollman1996-05-231-1/+17
* Correct a botched commit from yesturday. It helps to bring over thegibbs1996-05-231-4/+10
* Fix harmless warning.. pmap_nw_modified was not having it's argpeter1996-05-221-2/+2
* Setup ULTRAEN in SXFRCTL0 to match the syncrate we are using during thegibbs1996-05-221-8/+15
* A serious error in pmap.c(pmap_remove) is corrected by this. Whendyson1996-05-221-30/+4
* "board not responding" -> "board is not responding"dima1996-05-223-11/+11
* Enable/Disable Ultra mode on a per target basis. This allows the drivergibbs1996-05-211-45/+60
* To quote Stephen McKay: pmap_copy is a complex NOP at this moment :-).dyson1996-05-211-2/+2
* Initial support for mincore and madvise. Both are almost fullydyson1996-05-191-3/+51
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-181-25/+90
* This set of commits to the VM system does the following, and containdyson1996-05-186-612/+803
* A patch for the meteor device driver. It fixes:jkh1996-05-173-3/+8
* Whoops, don't add something that already exists. Removed redundantnate1996-05-132-12/+8
* Added commented out PCCARD entries to GENERIC, also document and addnate1996-05-133-3/+17
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-121-2/+2
* Give up waiting for a successful keyboard reset after somejoerg1996-05-111-5/+7
* Hide options for emulators and static file systems in opt_dontuse.h.bde1996-05-111-2/+5
* Fixed BOOT_HD_BIAS.bde1996-05-112-11/+21
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-101-2/+9
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-102-84/+150
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-101-21/+13
* Oops, I missed these when I imported the Stallion drivers.peter1996-05-102-2/+40
* Fix brino on my part. _etext doesn't include the padding to a pagephk1996-05-091-1/+3
* *blush* How did this slip through?peter1996-05-081-2/+5
* ``mv'' -> ``mv -f''wosch1996-05-071-2/+2
* Simplify probe. Removed the DELAY() as it's not needed.nate1996-05-071-3/+1
OpenPOWER on IntegriCloud