summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove warnings from f00f_hack.eivind1998-02-091-5/+5
* Back out DIAGNOSTIC changes.eivind1998-02-068-18/+8
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-052-122/+147
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-048-8/+18
* Make FAILSAFE a new-style option.eivind1998-02-041-1/+2
* Converted DISABLE_PSE to a new-style option.bde1998-02-031-1/+3
* Ifdefed some SMP and VM86 code. Note that although VM86 is not a globalbde1998-02-032-2/+21
* Forward declare a union so that this file is self-sufficient.bde1998-02-031-11/+10
* Ifdefed use of a GNU feature.bde1998-02-031-1/+3
* Fixed disordering of busdma* and swi_vm.bde1998-02-011-4/+4
* Fixed a recently broken comment.bde1998-02-011-4/+4
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-011-4/+3
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-7/+21
* Make the debug options new-style.eivind1998-01-312-2/+4
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-1/+2
* Skip probing devices which have already probed true.eivind1998-01-311-1/+13
* Include "opt_nfs.h"eivind1998-01-312-2/+4
* Retire LFS.phk1998-01-301-20/+1
* Make the bounce buffer code a little more robust when space isn'tdyson1998-01-302-19/+25
* APM calls inittodr(0) which is stupid, but at least stop setting thephk1998-01-282-10/+14
* Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU.kato1998-01-271-4/+13
* Undo previous commit. The cpuid symbol has been already used by SMPkato1998-01-252-23/+5
* Added cpuid instruction.kato1998-01-251-1/+10
* Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU,kato1998-01-251-4/+13
* Even though BIOS writer's guide recommends cpuid instruction of Cyrixkato1998-01-252-17/+56
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-243-7/+15
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-2/+2
* VM level code cleanups.dyson1998-01-223-75/+64
* Add entries for tx card.jkh1998-01-211-1/+2
* Add prototypes for swi_vm, setsoftvm, schedsoftvm, and splsoftvm that weregibbs1998-01-211-1/+2
* Suggested by: bdejb1998-01-201-1/+12
* The removal of a page from the free queue in vm_page_zero_idle wastegge1998-01-191-1/+2
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-24/+6
* Bring in IDE ATAPI floppy support.pst1998-01-161-2/+3
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.gibbs1998-01-154-12/+12
OpenPOWER on IntegriCloud