NetBSD/sys/arch/vax/vax
matt 2f33599840 Casting lvalues is evil. Do it the right way. 2000-11-02 17:04:28 +00:00
..
autoconf.c Remove the use of global "mastercpu", the world is different now. 2000-07-26 11:44:25 +00:00
bus_dma.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
bus_mem.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
cfl.c More event counter stuff. Plus a little cruft cleanup while doing it. 2000-06-04 06:16:53 +00:00
clock.c Make yeartonum/numtoyear visible. 2000-07-26 11:54:32 +00:00
cmi.c Changes to sbi_attach_args. (and some cleanup) 2000-06-04 18:02:35 +00:00
conf.c KA88 console support. 2000-07-26 11:50:16 +00:00
crl.c %b -> bitmask_snprintf() 2000-08-09 03:02:52 +00:00
crl.h Ungarble the copyright notice. 1999-04-12 20:57:52 +00:00
crx.c sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
crx.h Allocate (almost) all interrupt vectors dynamically. Simplifies much 1999-01-19 21:04:47 +00:00
ctu.c A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
db_disasm.c Wall cleaning. 1998-04-13 12:10:26 +00:00
db_disasm.h
db_machdep.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
disksubr.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
emulate.s Changes so that the kernel can be compiled under __ELF__. 2000-07-17 02:54:04 +00:00
findcpu.c Discover the KA88 cpu. 2000-07-26 11:50:51 +00:00
genassym.cf Support for a machine-specific badaddr handler. 2000-07-26 11:48:50 +00:00
gencons.c Adapt to new line discipline scheme. 2000-11-02 00:37:56 +00:00
gencons.h Don't need to include opt_vax8600.h. Always defined the 8600 specific bits. 2000-01-20 00:07:49 +00:00
ibcs2_machdep.c Add ibcs2 machine dependent file for VAX. 2000-01-10 03:06:44 +00:00
ibus.c Changes to sbi_attach_args. (and some cleanup) 2000-06-04 18:02:35 +00:00
in4_cksum.c Slight stylistic changes. Add KAME checksum routine. 2000-06-07 19:31:33 +00:00
in_cksum.c Slight stylistic changes. Add KAME checksum routine. 2000-06-07 19:31:33 +00:00
intvec.s Reverse polarity on INSN_EMULATION to NO_INSN_EMULATION. Thus by default 2000-08-26 02:30:59 +00:00
ka43.c %b -> bitmask_snprintf() 2000-08-09 03:02:52 +00:00
ka46.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
ka48.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
ka49.c Add extra argument to scb_vecalloc (a struct evcnt *) 2000-06-04 02:19:24 +00:00
ka53.c Add extra argument to scb_vecalloc (a struct evcnt *) 2000-06-04 02:19:24 +00:00
ka88.c Support for the KA88 CPU and the NMI backplane. 2000-07-26 11:47:15 +00:00
ka410.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
ka630.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
ka650.c %b -> bitmask_snprintf() 2000-08-09 03:02:52 +00:00
ka660.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
ka670.c %b -> bitmask_snprintf() 2000-08-09 03:02:52 +00:00
ka680.c Add extra argument to scb_vecalloc (a struct evcnt *) 2000-06-04 02:19:24 +00:00
ka750.c Changes to sbi_attach_args. (and some cleanup) 2000-06-04 18:02:35 +00:00
ka780.c Changes to sbi_attach_args. (and some cleanup) 2000-06-04 18:02:35 +00:00
ka820.c %b -> bitmask_snprintf() 2000-08-09 03:02:52 +00:00
ka860.c %b -> bitmask_snprintf() 2000-08-09 03:02:52 +00:00
ka6400.c CPU support for the 6000/400 CPU. No support for spinning up the 2000-07-06 17:40:00 +00:00
locore.c Fix to correctly identify 3100/m30. From moj@stacken.kth.se. 2000-09-04 11:46:33 +00:00
machdep.c add a clarifying comment. 2000-10-18 21:38:52 +00:00
md_root.c defopt MINIROOTSIZE 1999-03-17 18:59:21 +00:00
mem.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
multicpu.c Casting lvalues is evil. Do it the right way. 2000-11-02 17:04:28 +00:00
nmi_mainbus.c Support for the KA88 CPU and the NMI backplane. 2000-07-26 11:47:15 +00:00
ns_cksum.c
pmap.c If a process is locked into memory with mlockall() (like ntpd is) 2000-10-31 20:15:09 +00:00
sbi.c Changes to sbi_attach_args. (and some cleanup) 2000-06-04 18:02:35 +00:00
scb.c more cleanup. use __builtin_frame_address(0) instead of our funky 2000-06-04 19:30:14 +00:00
sgmap.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
subr.s Since cpu_switch (aka Swtch) is now called at splsched() with sched_lock 2000-08-27 00:21:46 +00:00
trap.c Changes so that the kernel can be compiled under __ELF__. 2000-07-17 02:54:04 +00:00
udiv.s More ELF changes (a.out still works). 2000-07-19 18:15:01 +00:00
unimpl_emul.s Reverse polarity on INSN_EMULATION to NO_INSN_EMULATION. Thus by default 2000-08-26 02:30:59 +00:00
urem.s More ELF changes (a.out still works). 2000-07-19 18:15:01 +00:00
vm_machdep.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
xmi_mainbus.c Framework for the mainbus-XMI block. Not completely finished. 2000-07-06 17:41:37 +00:00
yyyin_cksum.c