aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Collect all the functioons concerned with rebooting into one placeJulian Elischer1996-08-191-160/+6
* Back out mistaken local change that sneaked in on the last commit.Garrett Wollman1996-08-121-0/+40
* Don't declare the user_ldt functions unless USER_LDT is defined.Garrett Wollman1996-08-122-42/+4
* Add support for i686 machine check trap.David Greenman1996-08-114-6/+12
* Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.David Greenman1996-08-111-2/+3
* Add recognition for the AMD 5x86 CPU models.Peter Wemm1996-08-101-1/+15
* Trivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to thePeter Wemm1996-08-101-3/+5
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.Bruce Evans1996-08-023-29/+15
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.Bruce Evans1996-08-021-8/+6
* Add an fls() inline function which does the opposite operation toGarrett Wollman1996-08-011-1/+12
* Eliminated pcb_inl. It was always 0 because context switches don't occurBruce Evans1996-07-314-18/+6
* Converted timer/run queues to 4.4BSD queue style. Removed old and unusedDavid Greenman1996-07-313-43/+11
* Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'Bruce Evans1996-07-301-10/+7
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes wereBruce Evans1996-07-303-38/+88
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-302-412/+519
* Fix a problem with a DEBUG section of code.John Dyson1996-07-291-1/+1
* Fix an error in statement order in pmap_remove_pages, remove the pmapJohn Dyson1996-07-291-39/+10
* Fix a problem that pmap update was not being done for kernel_pmap. AlsoJohn Dyson1996-07-281-13/+11
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-272-521/+445
* Update to current state of PC98 world.Satoshi Asami1996-07-231-1/+3
* Post-commit review by Bruce. Mostly stylistic changes.Joerg Wunsch1996-07-212-98/+108
* Major cleanup of the timerX_{acquire,release} stuff. In particular,Joerg Wunsch1996-07-202-96/+192
* Fixed adjustment of `time' when timer0 is released. 27465 was 27645 inBruce Evans1996-07-172-4/+4
* Moved declaration of zbuf outside of #ifdef DEVFS code.Nate Williams1996-07-151-3/+3
* Quick fix for previous commit: don't free zbuf on close since it may beBruce Evans1996-07-151-9/+2
* Almost gratuitious improvement of the performance of readingJohn Dyson1996-07-141-5/+14
* Removed "optimization" using gcc's builtin memcpy instead of bcopy.Bruce Evans1996-07-121-5/+2
* Renamed upa to p0upa to match p0upt.Bruce Evans1996-07-122-28/+28
* Export `dumpmag' to utilities but not to the kernel.Bruce Evans1996-07-121-3/+4
* Fixed cloned comments about npx traps to match context.Bruce Evans1996-07-121-5/+8
* Fixed operand order for shld and shrd.Bruce Evans1996-07-121-82/+80
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-3/+3
* Merge.Jordan K. Hubbard1996-07-111-1/+3
* Clean out some historical cruft.Jordan K. Hubbard1996-07-101-6/+1
* Fix something that's been bugging me for a long time: move the CPUGarrett Wollman1996-07-082-195/+284
* Fixed lots of warnings about unportable casts of pointers to volatileBruce Evans1996-07-011-3/+10
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterBruce Evans1996-07-012-20/+10
* Use the standard timer (interrupt) frequency while calibrating the clocks.Bruce Evans1996-07-012-14/+8
* Enable ktrace by default, accompanied by a small reminder about theJoerg Wunsch1996-06-301-2/+7
* When page table pages were removed from process address space, theJohn Dyson1996-06-261-1/+3
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-253-3/+6
* trap.c:Bruce Evans1996-06-254-106/+14
* Save John Polstra's initial fix for profiling for reference. TheBruce Evans1996-06-252-8/+10
* Limit the scan for preloading pte's to the end of an object.John Dyson1996-06-251-1/+4
* Properly account for non-page aligned buffers.David Greenman1996-06-201-3/+4
* Minor KNF formatting change to vmapbuf() and vunmapbuf().David Greenman1996-06-201-13/+9
* Clean up vmapbuf and vunmapbuf significantly. The previous code wasJohn Dyson1996-06-191-49/+16
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-184-10/+4
* In getit(), use read_eflags()/write_eflags() to preserve the interruptBruce Evans1996-06-172-6/+16
* Several bugfixes/improvements:John Dyson1996-06-171-485/+620