summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix something that's been bugging me for a long time: move the CPUwollman1996-07-082-195/+284
* Fixed lots of warnings about unportable casts of pointers to volatilebde1996-07-011-3/+10
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterbde1996-07-012-20/+10
* Use the standard timer (interrupt) frequency while calibrating the clocks.bde1996-07-012-14/+8
* Enable ktrace by default, accompanied by a small reminder about thejoerg1996-06-301-2/+7
* When page table pages were removed from process address space, thedyson1996-06-261-1/+3
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-253-3/+6
* trap.c:bde1996-06-254-107/+15
* Save John Polstra's initial fix for profiling for reference. Thebde1996-06-252-8/+10
* Limit the scan for preloading pte's to the end of an object.dyson1996-06-251-1/+4
* Properly account for non-page aligned buffers.dg1996-06-201-3/+4
* Minor KNF formatting change to vmapbuf() and vunmapbuf().dg1996-06-201-13/+9
* Clean up vmapbuf and vunmapbuf significantly. The previous code wasdyson1996-06-191-49/+16
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-184-10/+4
* In getit(), use read_eflags()/write_eflags() to preserve the interruptbde1996-06-172-6/+16
* Several bugfixes/improvements:dyson1996-06-171-485/+620
* Explain the options for the `od' driver.joerg1996-06-161-2/+2
* The Great PC98 Merge.asami1996-06-143-3/+62
* Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decidese1996-06-132-4/+4
* A fast memory copy for Pentiums using floating point registers.asami1996-06-133-3/+391
* Fix a very significant cnt.v_wire_count leak in vm_page.c, and somedyson1996-06-121-4/+6
* Clean up -Wunused warnings.gpalmer1996-06-123-13/+3
* Move warning messages under bootverbosepst1996-06-112-8/+16
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-112-2/+4
* Removed unnecessary forward declarations of incomplete structs.bde1996-06-081-3/+1
* Stop using the alias `pcb_ptd' for `pcb_tcc.tss_cr3'. Use the (existing)bde1996-06-081-3/+3
* Removed bogus `altfmt' code. No alternative formats are supported, butbde1996-06-081-10/+1
* Removed recently introduced unnecessary #includes of <machine/cpu.h>bde1996-06-081-3/+1
* Adjust the threshold for blocking on movement of pages from the cachedyson1996-06-081-24/+13
* Fix a bug in the pmap_object_init_pt routine that pages aren't takendyson1996-06-071-1/+3
* I missed a case of the page table page dirty-bit fix.dyson1996-06-051-2/+4
* Keep page-table pages from ever being sensed as dirty. This should fixdyson1996-06-051-15/+40
* Added missing CR0_NW define for Cyrix 486DLC support. It's still notsos1996-06-031-1/+3
* Don't carry the modified or referenced bits through to the childdyson1996-06-021-12/+30
* Be slightly more verbose during configure() in the bootverbose case.joerg1996-06-021-3/+23
* Fix the problem with pmap_copy that breaks X in small memory machines. Alsodyson1996-06-011-13/+23
* Jump some hoops to have the *.s code being able to be run through both anpeter1996-05-317-130/+133
* This commit is dual-purpose, to fix more of the pageout daemondyson1996-05-311-44/+57
* The wrong address (pindex) was being used for the page table directory. Nodyson1996-05-291-7/+5
* Cleanup the last of the assembly time "-KERNBASE" relocations.phk1996-05-272-44/+44
* Fix harmless warning.. pmap_nw_modified was not having it's argpeter1996-05-221-2/+2
* A serious error in pmap.c(pmap_remove) is corrected by this. Whendyson1996-05-221-30/+4
* To quote Stephen McKay: pmap_copy is a complex NOP at this moment :-).dyson1996-05-211-2/+2
* Initial support for mincore and madvise. Both are almost fullydyson1996-05-191-3/+51
* This set of commits to the VM system does the following, and containdyson1996-05-185-611/+801
* Added commented out PCCARD entries to GENERIC, also document and addnate1996-05-131-1/+5
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-101-2/+9
* Fix brino on my part. _etext doesn't include the padding to a pagephk1996-05-092-2/+6
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-035-16/+15
* Move atdevbase out of locore.s and into machdep.cphk1996-05-026-199/+168
OpenPOWER on IntegriCloud