summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-282-8/+8
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-238-40/+208
* Make EPSON_BOUNCEDMA a new-style option.kato1998-03-171-1/+4
* Add missing entry to list of major device names. This list should notmsmith1998-03-171-1/+3
* Spell 'compatibility' like everyone else.msmith1998-03-161-2/+2
* Use dkmakeminor() rather than magic knowledge of the size and location ofmsmith1998-03-161-4/+4
* Be less draconian about the TSC if APM is configured, use it forphk1998-03-162-16/+62
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-14/+25
* Use dsname() to generate the disk region name for the "changing rootmsmith1998-03-151-14/+14
* On SMP systems, initially follow the MP spec with regard to which pintegge1998-03-142-76/+180
* Don't use the standard macros for disabling/enabling interrupt.tegge1998-03-141-3/+3
* Fixed breakage of the !SMP case in vm_page_zero_idle() in thebde1998-03-121-5/+7
* Don't depend on "implicit int" or bloat the data section in thebde1998-03-121-3/+3
* Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, andeivind1998-03-091-1/+2
* "Correct behaviour" involves being consistent with the canonical names ofmsmith1998-03-091-2/+2
* Merge from 2.2; behave correctly in the presence of a slice number thatmsmith1998-03-091-1/+4
* Construct the minor number for the root device taking into account themsmith1998-03-081-8/+10
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-072-6/+4
* The APs now reload the interrupt descriptor table pointer aftertegge1998-03-074-4/+21
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-055-37/+18
* Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT.tegge1998-03-051-2/+7
* Defined CCR6 and CCR7 (configuration registers of M2 CPU.)kato1998-03-041-1/+5
* Reviewed by: msmith, bde long agodufault1998-03-042-6/+26
* When entering the apic version of slow interrupt handler, leveltegge1998-03-038-69/+544
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-036-17/+174
* Reduce timeout before assuming that forwarding of hardclock or softclocktegge1998-03-033-21/+33
* forward_statclock and forward_hardclock are located in mp_machdep.c.tegge1998-03-031-3/+5
* Update the ELF image activator to use some of the exec resources ratherpeter1998-03-021-2/+2
* 1) Use a more consistent page wait methodology.dyson1998-03-014-39/+17
* Prevent the TSC from being used on APM machines, we have no idea ifphk1998-02-282-4/+12
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-252-32/+38
* Removed vestiges of previous microtime() implementation.bde1998-02-251-6/+2
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-231-2/+18
* Quick fix for the i8254 timecounter often gaining 10 msec.bde1998-02-232-2/+4
* Add missing CLOCK_UNLOCK() before write_eflags().jkh1998-02-212-2/+4
* Replace TOD clock code with more systematic approach.phk1998-02-203-201/+231
* Removed unused #includes.bde1998-02-201-2/+1
* Remove DISABLE_PSE option which was masking (but not fixing) the problem.msmith1998-02-161-3/+1
* TEMPORARILY disable support for the 4MB kernel page, as it appears to bemsmith1998-02-161-1/+3
* Removed a superstitious fnop() that broke the usefulness of the FPU'sbde1998-02-152-4/+2
* Use RDMSR instruction instead of WRMSR.kato1998-02-131-16/+16
* Ifdefed SMP-only declarations.bde1998-02-131-3/+8
* Update timer0_prescaler_count before calling hardclock() while timer0bde1998-02-132-30/+44
* Ifdefed some npx code. npx should be optional again.bde1998-02-131-1/+3
* Fixed missing privilege checking and off-by-1 bounds checking inbde1998-02-131-6/+9
* Fixed initialization of the 4MB page. Kernels larger than about 2.75MBbde1998-02-121-2/+2
* Only use the i586-optimized copying and zeroing functions if they arebde1998-02-122-6/+76
* Fix warning after previous staticization.eivind1998-02-101-2/+2
* Staticize.eivind1998-02-0910-44/+50
OpenPOWER on IntegriCloud