summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix a lable goofup I made in the previous P6 support changes.dg1995-12-252-6/+6
* Fix typo in CPUCLASS.dg1995-12-251-2/+2
* Added device fxp0 (device driver for Intel EtherExpress Pro/100).dg1995-12-241-1/+2
* Added I686_CPU.dg1995-12-241-1/+2
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-249-63/+86
* Made "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documenteddg1995-12-233-112/+78
* Use FASTER_NOP rather than NOP in rtcin() - only one inb delay was everdg1995-12-232-6/+6
* Staticized code that was hidden by `#ifdef DEBUG'.bde1995-12-221-3/+7
* Increased the double fault stack size from 512 to PAGE_SIZE. This isbde1995-12-221-2/+2
* Fix a small logic bug that caused the arguments of the previous frame todg1995-12-221-3/+6
* Reviewed by: peter (verbally :)julian1995-12-211-1/+23
* Rewrote most of the ddb stack traceback code. These changes are smarterdg1995-12-215-239/+172
* Increase Pentium cyclecounter calibration time to 131072 us. Thiswollman1995-12-202-4/+4
* Corrected a typo in a comment.dg1995-12-191-2/+2
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-198-49/+89
* Cleaned up prototypes in pmap headers: removed ones for nonexistentbde1995-12-171-6/+4
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-5/+2
* Catch a couple more null devsw dereferences...peter1995-12-162-4/+10
* Completed function declarations and/or added prototypes and/or addedbde1995-12-162-14/+14
* Added a prototype. Merged prototype lists.bde1995-12-141-9/+10
* Added a prototype.bde1995-12-141-1/+3
* Moved some more prototypes outside of ifdefs and grouped them together.bde1995-12-141-6/+6
* Fixed staticization of DDB functions.bde1995-12-142-4/+4
* GENERIC/LINT: Remove redundant quoting on some option lines.peter1995-12-145-16/+16
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-36/+4
* Make math_emulators LKMable.phk1995-12-142-9/+11
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-132-5/+5
* Have Eisa and PCI probes occur before ISA probes. Buslogic EISA and PCI cardsgibbs1995-12-121-5/+10
* Have bt0 entry specify "bt_isa_intr" for its vector. This one entry willgibbs1995-12-121-2/+2
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-112-28/+42
* Added pcvt option FAT_CURSOR.bde1995-12-101-6/+7
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-2/+2
* Staticize and cleanup.phk1995-12-108-23/+20
* Staticize and cleanup.phk1995-12-108-189/+89
* Restored used function fusword() (used by GPL math emulator).bde1995-12-102-2/+26
* Remove various unused symbols and procedures.phk1995-12-095-416/+12
* Move sysctl machdep.consdev to cons.cphk1995-12-091-12/+1
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-35/+53
* The static prototype for setroot() was apparently accidently movedpeter1995-12-071-2/+3
* Untangled the vm.h include file spaghetti.dg1995-12-0710-16/+64
* Moving the kern.dumpdev sysctl handler from kern_sysctl.c to swapgeneric.cpeter1995-12-061-1/+19
* A major sweep over the sysctl stuff.phk1995-12-041-9/+32
* __purified pmap_pte(). This seems to make no difference.bde1995-12-031-2/+2
* Completed function declarations and/or added prototypes.bde1995-12-032-11/+28
* Staticized.bde1995-12-031-45/+37
* 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
* GENERIC - Add a commented out line for adding support for IBM ThinkPadnate1995-11-291-1/+3
* Fix Pentium CPU rate diagnosis:wollman1995-11-294-39/+38
OpenPOWER on IntegriCloud