summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed:phk1996-05-0211-103/+104
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-024-38/+38
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-022-56/+4
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-014-97/+504
* i386/machdep.cbde1996-05-011-14/+3
* Don't return unused values in cpu_switch() or savectx().bde1996-05-013-14/+6
* Only disable sio3 by default.bde1996-05-011-2/+2
* Make pcibus_check() ignore Device/Vendor IDs of all 0.se1996-04-302-4/+4
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromphk1996-04-302-18/+23
* Remove a spurious mapping that was introduced earlier.phk1996-04-302-18/+2
* Add ATAPI_STATIC so that the ATAPI cdroms work correctly againjkh1996-04-291-2/+3
* Fix some bugs I introduced and some old ones as well.phk1996-04-282-108/+410
* Fixed a bug introoduced in the previous change. ISA device memory wasbde1996-04-262-6/+6
* A significant debogofication of locore.s. I havn't found any actualyphk1996-04-263-697/+598
* Fix cpu_fork for real.phk1996-04-255-20/+14
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-224-12/+55
* This fixes a troubling oversight in some of the pmap code enhancements.dyson1996-04-221-1/+2
OpenPOWER on IntegriCloud