summaryrefslogtreecommitdiff
path: root/etc/etc.alpha
AgeCommit message (Collapse)Author
2001-06-28add an entry for ALTQ.Kenjiro Cho
2001-06-25Since audio is obvoiusly working on alpha, enable the device by defaultNathan Binkert
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-06-22minor nit.Brad Smith
2001-06-22make it so that audio device creation is consistent with other archs.Brad Smith
2001-06-22Add /dev/audio to alphaNathan Binkert
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-05-16copy i386 floppy3 entryTheo de Raadt
2001-05-14clean rm -f usesTheo de Raadt
2001-03-08create devices for usb devices and raidEric Jackson
2001-03-05no longer need binutils.tar.gz fileTheo de Raadt
2001-03-03vt220 console typeTheo de Raadt
2001-01-30move console ttys around. serial becomes tty0?, console ttyC?Theo de Raadt
2001-01-24machdep.unaligned_sigbus has changed the default.Artur Grabowski
2001-01-24Some machdep sysctls.Artur Grabowski
2001-01-23Install more bootblocks.Artur Grabowski
2000-09-13more cleanups for wscons devicesEric Jackson
2000-09-09use wscons devices here tooEric Jackson
2000-09-09add wscons devicesEric Jackson
2000-09-09use vt100 instead of sun nowEric Jackson
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.
1999-09-29chmod devices needed for x by default when logging in at consoleTodd T. Fries
1999-09-27random on floppyTheo de Raadt
1999-08-20Change the default serial port device and /var/spool/lock permissions.Jason Downs
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices become uucp.dialer, mode 660. (A couple of "dead" MAKEDEVs have been updated because they conformed the the old permission scheme, while others have not because they didn't.)
1999-07-30no more acdTheo de Raadt
1998-12-19make alpha bootfloppy fit againTheo de Raadt
1998-11-25remove bogus comment about pty use; chris@sefl.satelnet.orgTodd C. Miller
1998-11-19add support for more ptysDug Song
1998-09-25syncTodd T. Fries
1998-09-25o add xfs0Todd T. Fries
o rm expr
1998-09-21bpf on ramdisksTheo de Raadt
1998-09-15Added definition for ipauth, a new piece for IPFilter v3.2.9pattonme
1998-08-24remove ksyms in std entry like other std thingsTodd C. Miller
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-06-28indentTodd T. Fries
1998-06-25smaller ramdisk MAKEDEV entryTheo de Raadt
1998-05-05split sysctl.conf into MD and MI partsTheo de Raadt
1998-02-16Fix incorrect mknod's for ipl: iplnat -> ipnat and iplstate -> ipstatedgregor
1998-01-26Add /dev/ipnat and /dev/ipstate for IPF 3.2.3dgregor
1997-12-16fix major number for fd/*; felix reported the i386 flawTheo de Raadt
1997-12-08fix chN (N > 0) problemMichael Shalayeff
1997-11-30Make console type "sun" so the default will "just work" for most people.Todd C. Miller
1997-10-31install bootblocks tooTheo de Raadt
1997-10-11cleanupTheo de Raadt
1997-09-21$OpenBSDTheo de Raadt
1997-09-18for architectures which go into src/distrib automatically, start at theTheo de Raadt
top level there...
1997-09-1610 bpf devicesTheo de Raadt
1997-09-07ttyqf/ttyv0 thing is not defunctTheo de Raadt
1997-09-07(Oops.. that last commit was supposed to be aborted.)dgregor
Use 'rm -f' instead of 'rm -rf'.