NetBSD/sys/arch/vax/include
itojun d738f90fd7 raise MSIZE from 128 to 256.
- for sizeof(void *) == 8 arch, this is mandatory.  MHLEN is too small
  already (less than 80) and there are chances for unwanted packet loss due
  to m_pullup restriction.
- for other cases, the change should avoid allocating clusters in most cases
  (even when you have IPv4 IPsec tunnel, or IPv6 with moderate amount of
  extension header)

portmasters: if your arch chokes with the change (high memory usage or
whatever), please backout the change for your arch.
2000-06-30 17:55:11 +00:00
..
Makefile Add <machine/int_types.h>, which provides namespace-pure definitions 2000-06-26 15:42:16 +00:00
ansi.h fix typo 2000-06-30 03:35:32 +00:00
aout_machdep.h
asm.h Add ELF support. 2000-06-27 06:17:28 +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
cdefs.h
clock.h Styr upp deklarationen av clockchippsparametrarna. 1999-09-06 19:52:52 +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 Allow printf's from slave CPUs by stealing the v_putc function. 2000-06-11 07:50:11 +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 Move dl* function definitions to libc on ELF. 2000-04-02 15:35:47 +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 Resolve some formatting nits; add __intptr_t and __uintptr_t. 2000-06-27 04:58:51 +00:00
intr.h Make spl0 & spllowersoftclock return void. 2000-06-11 23:33:37 +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
ka410.h
ka420.h
ka630.h Revamp the VAX interrupt handling code. Make it compatible with all the 2000-01-24 02:40:28 +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
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 Define ISO C99 (unsigned) long long (min, max) symbols. 2000-03-07 19:33:00 +00:00
loadfile_machdep.h Add loadfile() support. soon to be needed by bootblocks. 2000-05-25 20:25:22 +00:00
lock.h Let each platform typedef the new __cpu_simple_lock_t, which should 2000-05-02 04:41:04 +00:00
macros.h Add insqti/remqhi macros. These macros are interlock queue instructions 2000-04-09 16:37:09 +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
nexus.h Put all cputype definitions in one file instead of separate files. 2000-06-12 11:13:14 +00:00
param.h raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
pcb.h
pmap.h First cut of multiprocessor support for vax. Still much to do before 2000-03-19 14:56:52 +00:00
proc.h
profile.h
psl.h Correct a comment. 1999-08-05 18:31:06 +00:00
pte.h Write kvtopte() and kvtophys() as inline assembler. GCC create quite bad 2000-05-27 21:17:06 +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 Adjust to new evcnt stuff. 2000-06-05 00:09:17 +00:00
setjmp.h
sgmap.h Preliminary support for the VS4000/90 SGMAP. Needed for SCSI. Does not 2000-05-17 21:22:18 +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 Add a C99-style va_copy macro. 2000-02-03 16:16:06 +00:00
trap.h Add extra argument to scb_vecalloc (a struct evcnt *) 2000-06-04 02:19:24 +00:00
types.h expunge vm_offset_t and vm_size_t. 2000-03-04 07:27:47 +00:00
uvax.h Include offsets in vs_cpu register in comments. 2000-06-02 21:39:54 +00:00
varargs.h
vmparam.h add real vmapbuf/vunmapbuf routines. needed for VS4000 SCSI support. 2000-03-07 00:05:59 +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