NetBSD/sys/arch/vax/include
matt 27980172f6 Add the types needed by the new locale code. 2001-01-13 03:48:26 +00:00
..
Makefile Add <machine/int_types.h>, which provides namespace-pure definitions 2000-06-26 15:42:16 +00:00
ansi.h Add the types needed by the new locale code. 2001-01-13 03:48:26 +00:00
aout_machdep.h
asm.h Revert WEAK_ALIAS back to ELF only. 2000-07-03 23:05:32 +00:00
bswap.h Use machine instead of vax in include path. 2000-05-27 16:44:14 +00:00
bus.h Change the kernel mmap interface so that the offset to map is an 2000-06-26 04:55:19 +00:00
byte_swap.h GCC 2.96 wants the = constraint first. Older gcc(s) don't care. 2000-07-01 06:43:42 +00:00
cca.h Console Communication Area (CCA) layout description. 2000-07-06 17:34:29 +00:00
cdefs.h
clock.h Make yeartonum/numtoyear visible. 2000-07-26 11:54:32 +00:00
coff_machdep.h Add coff_machdep.h (now need due to the recent exec_coff changes). 2000-06-04 21:06:18 +00:00
cpu.h Add prototype. 2000-12-02 17:08:32 +00:00
db_machdep.h remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
disklabel.h
elf_machdep.h Reflect the new reality. 2000-07-13 03:18:22 +00:00
endian.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
endian_machdep.h Use machine instead of vax in include path. 2000-05-27 16:44:14 +00:00
float.h
frame.h more cleanup. use __builtin_frame_address(0) instead of our funky 2000-06-04 19:30:14 +00:00
ibcs2_machdep.h Move COFF_LDPGSZ to ibcs2_machdep.h. Fix nmagic loader to deal with 2000-06-21 05:45:15 +00:00
int_types.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
intr.h Add spllock(). See spl(9) for details. 2000-08-22 19:46:26 +00:00
ioa.h Put all cputype definitions in one file instead of separate files. 2000-06-12 11:13:14 +00:00
ka43.h
ka46.h
ka48.h Add some defines gleaned from OpenVMS to enable cache on the 4000/VLC. 2000-04-18 16:23:42 +00:00
ka88.h Support for the KA88 CPU and the NMI backplane. 2000-07-26 11:47:15 +00:00
ka410.h
ka420.h
ka630.h Move KA630 definitions from boot/boot/consio.c to here. 2000-07-19 01:01:58 +00:00
ka650.h Clean up all bus handling stuff, it has become a mess the latest years. 1999-08-07 10:36:43 +00:00
ka670.h Some defines for the 6000/400 CPU. 2000-07-06 17:42:49 +00:00
ka750.h Clean up all bus handling stuff, it has become a mess the latest years. 1999-08-07 10:36:43 +00:00
ka820.h Revamp the VAX interrupt handling code. Make it compatible with all the 2000-01-24 02:40:28 +00:00
lcgreg.h Initial definition of registers for VS400 LCG cards. Still needs more. 2000-04-24 17:09:03 +00:00
limits.h Preparation for the future introduction of multibyte locale. 2000-08-08 22:31:13 +00:00
loadfile_machdep.h More ELF changes (a.out still works). 2000-07-19 18:15:01 +00:00
lock.h GCC 2.96 wants the = constraint first. Also change to be a bit more 2000-07-01 06:41:06 +00:00
macros.h Redefine the memset/memmove/bcopy/bzero/memset macros to use more agressive 2001-01-02 04:03:42 +00:00
math.h C99: Define a NAN macro in <math.h> which evaulates to a constant expression of 1999-12-23 10:15:05 +00:00
mtpr.h Some defines for the 6000/400 CPU. 2000-07-06 17:42:49 +00:00
nexus.h Put all cputype definitions in one file instead of separate files. 2000-06-12 11:13:14 +00:00
param.h Convert some spaces to tabs. 2000-11-15 00:49:31 +00:00
pcb.h
pmap.h eliminate TRUNC_PAGE() and ROUND_PAGE() in favor of their 2000-11-21 05:49:07 +00:00
proc.h
profile.h Add ELF support. 2000-07-01 06:42:54 +00:00
psl.h
pte.h eliminate TRUNC_PAGE() and ROUND_PAGE() in favor of their 2000-11-21 05:49:07 +00:00
ptrace.h
qdioctl.h
qdreg.h
qduser.h
qevent.h
reg.h
rpb.h Add RPB number for VS4000 SCSI. 2000-04-18 20:23:54 +00:00
rsp.h
scb.h Nexus vector number is 0x14-0x17, not 14-17! Fortunately, 3 wrong did 2000-07-10 09:14:32 +00:00
setjmp.h
sgmap.h Commit changes to SCSI working on the VS4000/9x. "Don't overthink the 2000-11-16 19:25:40 +00:00
sid.h Obviously we don't use the symbol, but we might give it the correct value. 2000-05-22 15:40:06 +00:00
signal.h
stdarg.h More GCC 2.96 changes. 2000-07-01 06:38:53 +00:00
trap.h Add extra argument to scb_vecalloc (a struct evcnt *) 2000-06-04 02:19:24 +00:00
types.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
uvax.h Include offsets in vs_cpu register in comments. 2000-06-02 21:39:54 +00:00
varargs.h
vmparam.h We use 4K VM pages on the VAX. Make PAGE_SIZE and friends into 2000-11-14 19:49:57 +00:00
vsbus.h Make the HDC9224 MFM device driver up-to-date; has been not-working 2000-06-25 16:00:43 +00:00