Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-28 | add an entry for ALTQ. | Kenjiro Cho | |
2001-06-25 | Since audio is obvoiusly working on alpha, enable the device by default | Nathan Binkert | |
2001-06-25 | add 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-24 | Add the pf device for the shiny new packet filter | Kjell Wooding | |
2001-06-22 | minor nit. | Brad Smith | |
2001-06-22 | make it so that audio device creation is consistent with other archs. | Brad Smith | |
2001-06-22 | Add /dev/audio to alpha | Nathan Binkert | |
2001-05-30 | Remove 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-16 | copy i386 floppy3 entry | Theo de Raadt | |
2001-05-14 | clean rm -f uses | Theo de Raadt | |
2001-03-08 | create devices for usb devices and raid | Eric Jackson | |
2001-03-05 | no longer need binutils.tar.gz file | Theo de Raadt | |
2001-03-03 | vt220 console type | Theo de Raadt | |
2001-01-30 | move console ttys around. serial becomes tty0?, console ttyC? | Theo de Raadt | |
2001-01-24 | machdep.unaligned_sigbus has changed the default. | Artur Grabowski | |
2001-01-24 | Some machdep sysctls. | Artur Grabowski | |
2001-01-23 | Install more bootblocks. | Artur Grabowski | |
2000-09-13 | more cleanups for wscons devices | Eric Jackson | |
2000-09-09 | use wscons devices here too | Eric Jackson | |
2000-09-09 | add wscons devices | Eric Jackson | |
2000-09-09 | use vt100 instead of sun now | Eric Jackson | |
2000-03-22 | operator should have perms to write and change tapes. ch* is still missing | Niklas Hallqvist | |
in some MAKEDEVs, will see to them in a separate commit. | |||
1999-09-29 | chmod devices needed for x by default when logging in at console | Todd T. Fries | |
1999-09-27 | random on floppy | Theo de Raadt | |
1999-08-20 | Change 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-30 | no more acd | Theo de Raadt | |
1998-12-19 | make alpha bootfloppy fit again | Theo de Raadt | |
1998-11-25 | remove bogus comment about pty use; chris@sefl.satelnet.org | Todd C. Miller | |
1998-11-19 | add support for more ptys | Dug Song | |
1998-09-25 | sync | Todd T. Fries | |
1998-09-25 | o add xfs0 | Todd T. Fries | |
o rm expr | |||
1998-09-21 | bpf on ramdisks | Theo de Raadt | |
1998-09-15 | Added definition for ipauth, a new piece for IPFilter v3.2.9 | pattonme | |
1998-08-24 | remove ksyms in std entry like other std things | Todd C. Miller | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-06-28 | indent | Todd T. Fries | |
1998-06-25 | smaller ramdisk MAKEDEV entry | Theo de Raadt | |
1998-05-05 | split sysctl.conf into MD and MI parts | Theo de Raadt | |
1998-02-16 | Fix incorrect mknod's for ipl: iplnat -> ipnat and iplstate -> ipstate | dgregor | |
1998-01-26 | Add /dev/ipnat and /dev/ipstate for IPF 3.2.3 | dgregor | |
1997-12-16 | fix major number for fd/*; felix reported the i386 flaw | Theo de Raadt | |
1997-12-08 | fix chN (N > 0) problem | Michael Shalayeff | |
1997-11-30 | Make console type "sun" so the default will "just work" for most people. | Todd C. Miller | |
1997-10-31 | install bootblocks too | Theo de Raadt | |
1997-10-11 | cleanup | Theo de Raadt | |
1997-09-21 | $OpenBSD | Theo de Raadt | |
1997-09-18 | for architectures which go into src/distrib automatically, start at the | Theo de Raadt | |
top level there... | |||
1997-09-16 | 10 bpf devices | Theo de Raadt | |
1997-09-07 | ttyqf/ttyv0 thing is not defunct | Theo de Raadt | |
1997-09-07 | (Oops.. that last commit was supposed to be aborted.) | dgregor | |
Use 'rm -f' instead of 'rm -rf'. |