summaryrefslogtreecommitdiff
path: root/etc/etc.vax
AgeCommit message (Collapse)Author
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
ok miod@
2002-08-03Correct RA82 disktab alias. Spotted by Fred van Kempen.Hugh Graham
2002-06-24Add xfs device; seems to work.Hugh Graham
2002-06-13Not much point supplying /boot by itself.Hugh Graham
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09syncTodd T. Fries
2002-05-16Add systrace devices until vax is converted to new MAKEDEV scheme (soon)Miod Vallat
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
Tested by various people on various platforms, I'm willing to fix any breakage this causes. ok niels@ deraadt@ and mickey@ (after his comments were applied)
2002-05-13move common distrib rules to main Makefile,Marc Espie
make -> ${MAKE} add phony targets remove unnecessary subshells install kernel in a separate target from building. some SUDO. okay deraadt@ (checked bootstrap on i386, should be safe elsewhere, and trivial to fix anyways)
2002-04-05shrink the ramdisk imagesizeTheo de Raadt
2002-04-04shrink things in ramdisk; hugh okTheo de Raadt
2002-02-21I should back out the base files tooTheo de Raadt
2002-02-21Remove uncommited garbage. I am sorry, but this was just not tested. ItTheo de Raadt
crashes sh, EVEN after that possible fix. It appears to overflow the ramdisk _before_ it dumps core. Noone was shown these changes. They were just tossed in. This is not a development process that will work, so I am just backing out all the changes in the last 24 hours.
2002-02-21syncTodd T. Fries
2002-02-21syncTodd T. Fries
2002-02-21ramdisk: add back st0 st1 rx0 bpf0 rd0 sd2 sd3 ra1 ra2 cd0Todd T. Fries
2002-02-16final touchesTodd T. Fries
2002-02-15tweaks for vax; I must find a way of over-riding default target's, until then,Todd T. Fries
this feels alot like distrib/sets .. mi global and md for everybody that's gotta be different ..
2002-02-15my guess at what will make a full distributionTheo de Raadt
2002-02-14M4 generated MAKEDEV still premature.Hugh Graham
2002-02-14syncTodd T. Fries
2002-02-14o start a TODO listTodd T. Fries
o properly generate scsi scanner devices o shorten pty generation shell fragment o many tweaks for vax (audio what? how did I ever think vax had audio?)
2002-02-14syncTodd T. Fries
2002-02-14fix just a tadTodd T. Fries
2002-02-14syncTodd T. Fries
2002-02-14vax joins the fun.Todd T. Fries
2002-02-14escapees; it is not yet time (but soon)Todd T. Fries
2002-02-14syncTodd T. Fries
2002-02-09not ready for MAKEDEV.mdTheo de Raadt
2002-02-09sync, and update, to make "ramdisk" target diskTheo de Raadt
2002-02-09use "ramdisk" for the ramdisk target, alwaysTheo de Raadt
2002-02-08prepare for invasion, sparc64 gets major number fix wrt tty[a-d]Todd T. Fries
order a few places provide '[ "$DEBUG" ] && set -x' inside R() for debugging help ..
2001-12-07Add a floppy entry.Hugh Graham
2001-12-07Add ra and rx entries to the ramdisk.Hugh Graham
2001-07-13Don't remove innocent files by accident, but on the other hand,Miod Vallat
be sure to remove filres before mknod'ing them again. Also speed up some rm constructs. Discussed with hugh@
2001-06-28add an entry for ALTQ.Kenjiro Cho
2001-06-25add pf device on all architectures.Kjell Wooding
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo
2001-06-24Add the pf device for the shiny new packet filterKjell Wooding
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-04-01Braces and spaces.Hugh Graham
2001-03-31Build SCSI tape eject devices. Spotted while testing beckish slag?Hugh Graham
2000-12-05Avoid dependency on printf(1) by replacing it with a ksh array.Hugh Graham
Has side effect of constraining dmz dev entries to the ttyXX convention.
2000-12-04Build network tunnel devices.Hugh Graham
2000-11-24Add entries to build nodes required for "floppy", and "ramdisk".Hugh Graham
2000-11-24Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd".Hugh Graham
2000-11-24build the 'safe' vnode deviceHugh Graham
2000-11-24Support 16 slices per device, like the other OpenBSD arches.Hugh Graham
2000-05-15remove double specification of fa#; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-05-01new makedev, partly from netbsdBrandon Creighton
2000-03-22operator should have perms to write and change tapes. ch* is still missingNiklas Hallqvist
in some MAKEDEVs, will see to them in a separate commit.