summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* convert the math emulation to use the new-style options.wollman1996-01-042-2/+6
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-034-4/+9
* Fixed user-mode mcount which I broke in the previous revision.bde1996-01-011-13/+33
* Restrict /devfs/io perms to 0600.joerg1995-12-311-2/+2
* In memory test, cast pointer as "volatile int *", not "int *" to make suredg1995-12-301-9/+9
* Implemented non-statistical kernel profiling. This is based onbde1995-12-293-43/+256
* Make a couple of options that hurt when they're removed morejkh1995-12-291-2/+3
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-281-61/+1
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-283-35/+148
* Fix one more label that I overlooked with the P6 support. Sigh.dg1995-12-282-4/+4
* Update bcopyb & bcopy to reflect changes I made in the libc version ofdg1995-12-272-14/+24
* random_machdep.c: New version, also includes revectored interrupts, rathermarkm1995-12-272-18/+2
* Modify the ioctl to handle revectored interrupts for the entropy gatherers.markm1995-12-271-5/+30
* Removed almost all traces of libkern.a. The objects that were inbde1995-12-262-40/+2
* 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
OpenPOWER on IntegriCloud