summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified savectx() a little and fixed a bug that caused it to returndg1996-01-235-48/+22
* Initialize the cpu_class variable. This prevents i386 machines fromjoerg1996-01-211-2/+2
* Added a comment above the npx0 device linenate1996-01-201-1/+2
* Reinstate AUTO_EOI_1. This did break suspend/resume on some portables.phk1996-01-193-77/+111
* Some trivial fixes to get it to compile again, plus some new lint:peter1996-01-191-4/+7
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-194-120/+334
* Removed declarations of nonexistent functions.bde1996-01-161-10/+2
* Since new bcd* macros not argument range overflow resistant,ache1996-01-162-8/+4
* Get rid of two and a half printf in the kernel.phk1996-01-151-4/+4
* My wife is busy making me a new conical hat, so you don't need tophk1996-01-152-46/+24
* Soren called an said that I screwed up badly, so I backup untilphk1996-01-152-22/+44
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-152-46/+24
* Fixed handling of Feb 29 in resettodr().bde1996-01-122-10/+22
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-082-28/+24
* Add comment about only needing on of either ahc, ncr, or ahb typegibbs1996-01-071-2/+3
* Choose a different name to hold the option definition.. The original onepeter1996-01-062-4/+4
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-052-2/+5
* Convert DDB to new-style option.wollman1996-01-046-5/+13
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-042-2/+5
* 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
OpenPOWER on IntegriCloud