summaryrefslogtreecommitdiff
path: root/etc/etc.sun3
AgeCommit message (Collapse)Author
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09syncTodd T. Fries
2002-05-16Regen.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-14syncTheo de Raadt
2002-04-14add missing cd0 devices to ramdisk targetsTheo de Raadt
2002-03-31regen. some of these were missed previously.Federico G. Schwindt
2002-02-25random typo fix; ok deraadt@Todd T. Fries
2002-02-25a reasonable start at ramdisk) for sun3Todd T. Fries
ok deraadt@
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-21add ramdisk target, very basic, unused atm, but makes regress happyTodd T. Fries
2002-02-19syncTodd T. Fries
2002-02-17syncTheo de Raadt
2002-02-15syncTodd T. Fries
2002-02-14syncTodd T. Fries
2002-02-14complete the function arg KNF spacingTodd T. Fries
2002-02-14sync (only comments with commas effected)Todd T. Fries
2002-02-14syncTodd T. Fries
2002-02-14syncTodd T. Fries
2002-02-09sync, and update, to make "ramdisk" target diskTheo de Raadt
2002-02-08syncTodd T. Fries
2002-01-23syncTodd T. Fries
2002-01-23syncTodd T. Fries
2002-01-23syncTodd T. Fries
2002-01-08syncTodd T. Fries
2002-01-08syncTodd T. Fries
2002-01-08enable sun3; ok miod@Todd T. Fries
2002-01-08add sun3 'source'Todd T. Fries
2001-09-06populate /dev/fd/ like other archs in 'all)' targetTodd T. Fries
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-02-15correct perms on nullTodd T. Fries
2000-12-16Remove duplicate entries already found in the main sysctl.confMiod Vallat
2000-06-21Add a few missing devices (/dev/vme*, for example) ; make devices forMiod Vallat
16 slices per disk instead of 8 previously ; and tidy things a bit
2000-06-19Add the minirott definition, and the sparc ramdisk (unused yet, but can't hurt)Miod Vallat
2000-06-19Build only the necessary things ; look closer to etc.sparcMiod Vallat
2000-06-19Put more devices into standard config, add ramdisk sectionMiod Vallat
2000-05-22fix tty[ab] owner bugletMiod Vallat
2000-05-19Add sd4 (as in sparc)Miod Vallat
2000-05-01Clean up/updateMiod Vallat
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.
2000-03-02sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>, add ksyms.Todd T. Fries
1998-11-25remove bogus comment about pty use; chris@sefl.satelnet.orgTodd C. Miller
1998-11-19add support for more ptysDug Song