summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Collapse)Author
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-08-30OpenBSD doesn't use EXEC_AOUT and EXEC_SCRIPT. -mojMats O Jansson
1997-08-30Since the previous one died...Mats O Jansson
Some code to get my MV3600 to work. -moj
1997-08-30Small changes to get a working MV3600 kernel. It's problems with memoryMats O Jansson
allocation in cpu_start. A work around is to define NBUF in the config file. -moj
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
make time_t int not int32_t.
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others).
1997-05-30s/NetBSD/OpenBSD/gMichael Shalayeff
1997-05-29RCS taggingNiklas Hallqvist
1997-05-28We do not have sc_link.channelNiklas Hallqvist
1997-05-28use exec_setup_stack insteadNiklas Hallqvist
1997-05-28First stab att siginfo handling, needs more work. KNF.Niklas Hallqvist
1997-05-28First stab att siginfo handling, needs more work. Proto fixes.Niklas Hallqvist
1997-05-28remove some staticsNiklas Hallqvist
1997-05-28Add kernel_text symNiklas Hallqvist
1997-05-28We use select, not poll. Correct ipl entry. Add blktochr func.Niklas Hallqvist
Comment out the cfl device for the time being, we miss some file for it.
1997-05-28Correct protoNiklas Hallqvist
1997-05-28remove bitmask_snprintfNiklas Hallqvist
1997-05-28s/options/option/Niklas Hallqvist
1997-05-28remove cfl.c ref for the time being, we miss it.Niklas Hallqvist
1997-04-08attempt cd9660 & part/nblks fixTheo de Raadt
1997-04-04Fix NTOHS and HTONS macros.Todd C. Miller
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-03-21Yet more DDB type correctnessNiklas Hallqvist
1997-03-21New FIXUP_PC_AFTER_BREAK convention from NetBSDNiklas Hallqvist
1997-01-17Do IPFILTER the OpenBSD way... -mojMats O Jansson
1997-01-16do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵kstailey
updates suspended
1997-01-16Don't define MAXBSIZE here. -mojMats O Jansson
1997-01-15sync with NetBSD 970112 -mojMats O Jansson
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-23remrq -> remrunqueuekstailey