summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2000-05-30elf_ldsym, increase boot minor versionMichael Shalayeff
2000-05-30aout_ldsym, increase boot minor versionMichael Shalayeff
2000-05-30stiMichael Shalayeff
2000-05-30new driver for sti graphics.Michael Shalayeff
2000-05-30add ich at pciMichael Shalayeff
2000-05-30Oops. conversion braino.Artur Grabowski
Noted by miod@
2000-05-30hours vs minutes; pr 769 from mfriedl@fau.deMichael Shalayeff
2000-05-29Add tqphy; needed for 3c574 support in ep(4).Aaron Campbell
2000-05-29better MI supportTheo de Raadt
2000-05-28Bugfix pmap_activate.Artur Grabowski
From NetBSD.
2000-05-28Disable cross for UVM until I figure out what the #$%&! is happening in here.Artur Grabowski
2000-05-28UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc.Artur Grabowski
2000-05-28UVM. grow -> uvm_grow, useracc -> uvm_useracc.Artur Grabowski
2000-05-28missing arguments and typos.Artur Grabowski
2000-05-27Fix a bunch of typos.Artur Grabowski
2000-05-27UVM. useracc -> uvm_useracc.Artur Grabowski
2000-05-27oops. remove "line noise".Artur Grabowski
2000-05-27UVM. grow -> uvm_growArtur Grabowski
2000-05-27kcopy, needed by UVM.Artur Grabowski
From NetBSD.
2000-05-27Even more name changes for UVM.Artur Grabowski
2000-05-27Need to include <vm/vm.h> for round_page.Artur Grabowski
2000-05-27UVM support.Artur Grabowski
Just some changes of function names. *yawn*
2000-05-27UVM support.Artur Grabowski
From NetBSD.
2000-05-27UVM support. (kernacc -> uvm_kernacc)Artur Grabowski
2000-05-27uvm support.Artur Grabowski
Buffer cache allocation code from NetBSD.
2000-05-27vm freelist defines for UVM.Artur Grabowski
From NetBSD.
2000-05-27Make pmap_activate take struct proc * as arguemnt.Artur Grabowski
From NetBSD.
2000-05-27Start of support for UVM. interrupt counters and kmem_free -> uvm_km_free.Artur Grabowski
2000-05-27Interrupt counter define for UVM.Artur Grabowski
2000-05-27Oops. This is also needed for MACHINE_NEW_NONCONTIG.Artur Grabowski
2000-05-27MACHINE_NEW_NONCONTIG code for amiga. Enabled by default.Artur Grabowski
Old contig and NONCONTIG code will no longer work.
2000-05-27better man page buildingTheo de Raadt
2000-05-27superior dvorak map by Adam RogoyskiHugh Graham
2000-05-27whitespace issuesHugh Graham
2000-05-26limit MI man page traversalTheo de Raadt
2000-05-26more portable manual pagesTheo de Raadt
2000-05-26Use ../../../conf/GENERIC for standard set of options; general cleanupMiod Vallat
2000-05-26Disable TCP 4.2 compatibility bugs by defaultMiod Vallat
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page ↵Theo de Raadt
install...
2000-05-25man subdirTheo de Raadt
2000-05-25man subdirTheo de Raadt
2000-05-25Add dvorak soft map. Currently attributed to Trevor Schroeder, althoughHugh Graham
apparently originally found in a mailing list archive?
2000-05-24Add an extra byte to the end of struct pcb and make sure that it is set toBrandon Creighton
0xff. Intel (vol1 section 9.5.2) says that there must be a byte inside the TSS after the iomap because it always reads two bytes when checking permissions for io accesses. before this, bits 1016-1023 were ignored. This means that the entire pcb_iomap (and i386_*_ioperm) are accurate; pr#1190 fixed
2000-05-24uncomment wscons-related stuff, and comment gsc betterMichael Shalayeff
2000-05-23KGDB is broken since a few decades, don't useMiod Vallat
2000-05-19Prepare to always install some pcvt man pages.Marc Espie
2000-05-18add machdep.vsyncblank sysctl for controlling whether vsync is disabledJason Wright
when the monitor is blanked.
2000-05-17disable sti for nowMichael Shalayeff
2000-05-17remove unnecessary wscons-related definitions; thx mickey@Brandon Creighton
2000-05-16supply entropy from mouse; provos@ okMichael Shalayeff