summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1999-05-09provide suport for an apm data segemnt in the lower memory biosMichael Shalayeff
1999-05-08Turn off sync when turning off video so that monitors will go into stand-by.Jason Wright
1999-05-06cleanupMichael Shalayeff
1999-05-06no lifvar.h anymoreMichael Shalayeff
1999-05-06needs machine/trap.hMichael Shalayeff
1999-05-06commentMichael Shalayeff
1999-05-06add lif_* prototypesMichael Shalayeff
1999-05-06make it compile w/o EXEC_DEBUGMichael Shalayeff
1999-05-05do dma_cachectl()Michael Shalayeff
1999-05-05delay in power-off; minoura@dale.makoto.hauN.orgTheo de Raadt
1999-05-05some dma embriosMichael Shalayeff
1999-05-05define gp in here, cleanupMichael Shalayeff
1999-05-05secure the plugMichael Shalayeff
1999-05-05plug unused partsMichael Shalayeff
1999-05-05remove com and hil for nowMichael Shalayeff
1999-05-05protect for multiple inclusionsTodd T. Fries
1999-05-05don't use much of bus.h here, no needMichael Shalayeff
1999-05-05no bha for nowMichael Shalayeff
1999-05-04Change "&=" to "=&", make egcs happy.Todd C. Miller
1999-05-03make lifdir.dir_type unsigned such as it isMichael Shalayeff
1999-05-03lifvar.h -- bye, byeMichael Shalayeff
1999-05-03new pullMichael Shalayeff
1999-05-03fix some parenthesis nightmare; niklas@ okMichael Shalayeff
1999-05-03child_return(), some more traps to handleMichael Shalayeff
1999-05-03remove some more of mklinux cruftMichael Shalayeff
1999-05-02new {s,g}et_psw()Michael Shalayeff
1999-05-02child_return() protoMichael Shalayeff
1999-05-01Add ksyms.Jason Downs
1999-04-28Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdogAlex Feldman
1999-04-27make this compile for !MNN case. (which is the default). DUH.Artur Grabowski
1999-04-24Use the generic m68k param.h.Jason Downs
1999-04-23correct keycap.pcvt pathTodd C. Miller
1999-04-23last part of UVM stuff for pmap (aborted yesterday by a routing loop).Artur Grabowski
1999-04-23mmmmap() bounds check.Jason Downs
1999-04-23Kcore dump, from NetBSD.Jason Downs
1999-04-23Add kcore.hJason Downs
1999-04-23Fix kcore initialization.Jason Downs
1999-04-22MACHINE_NEW_NONCONTIG code. From NetBSD. Needed by UVMArtur Grabowski
1999-04-22UVM stuff. Mostly name changes.Artur Grabowski
1999-04-22UVM stuff. vm_fault -> uvm_faultArtur Grabowski
1999-04-22UVM kernacc -> uvm_kernaccArtur Grabowski
1999-04-22UVM fixes. Mostly changed function names.Artur Grabowski
1999-04-22kcopy needed by UVM. From NetBSDArtur Grabowski
1999-04-22UVM fixes, cnt -> uvmexpArtur Grabowski
1999-04-22constants for UVMArtur Grabowski
1999-04-22[vp]{addr,size}_t needed by UVMArtur Grabowski
1999-04-22implement pmap_{,de}activateArtur Grabowski
1999-04-22protect from multiple includeArtur Grabowski
1999-04-22UVM fixes. vm_map_create -> uvm_map_create and kmem_alloc -> uvm_km_allocArtur Grabowski
1999-04-22UVM fixes, just a few useracc -> uvm_useraccArtur Grabowski