summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Collapse)Author
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
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-19random device is permanent now.Michael Shalayeff
1996-09-27Opps, add OpenBSD tag. -mojMats O Jansson
1996-09-27Allow make obj. -mojMats O Jansson
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-08-10srandom() seeds random() at boottimeTheo de Raadt
1996-07-31kill /netbsdTheo de Raadt
1996-07-31kernel is /bsdTheo de Raadt
1996-07-27handle RB_CONFIGTheo de Raadt
1996-07-15add rnd driverMichael Shalayeff
1996-06-12sync to 0611Theo de Raadt
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-08fix panic at reboot.Michael Shalayeff
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-04remove #ifndef LKM, since that stuff already in sys/conf.h,Michael Shalayeff
add lkmenodev prototype.
1996-05-03fix LOCORE->_LOCORE changes.Michael Shalayeff
1996-05-03sync w/ 0430Michael Shalayeff
1996-03-24Prefix usage of "long long" with a "/* LONGLONG */" comment to shut upThorsten Lockert
lint(1) about it
1996-03-24Use __asm in place of asmThorsten Lockert
1996-03-24Provide empty __warn_references() when we are not running GCCThorsten Lockert
1996-01-31from ragge; add uvtopte() macro, to get user pte address easilyTheo de Raadt
1996-01-31from ragge; put sp in trapframeTheo de Raadt
1996-01-31from ragge; remove PSL_ALLCCTheo de Raadt
1996-01-31from ragge;Theo de Raadt
Make use of the new disk struct when attaching disks. Don't rely on UBA's; we do not always want them.
1996-01-31from ragge; print cpu modelTheo de Raadt