Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-06 | populate /dev/fd/ like other archs in 'all)' target | Todd T. Fries | |
2001-06-28 | add an entry for ALTQ. | Kenjiro Cho | |
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-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-14 | slight cleaning of rm -f calls | Theo de Raadt | |
2001-04-10 | keep naming of audio devices consistent across all archs that have audio | Brad Smith | |
support. -- Ok'd by: deraadt@ | |||
2000-05-06 | Add the tape device nodes to the miniroot, for tape install, deraadt@ ok | Miod Vallat | |
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. | |||
2000-02-21 | add SES device | mjacob | |
1999-09-04 | add entries for fga, scf, and flash | Jason Wright | |
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-18 | rf support; m4@umn.edu | Theo de Raadt | |
1999-05-26 | create links for audio->audio0 and friends if they don't exist | Jason Wright | |
1999-02-01 | add spif tty & bpp devices | Jason Wright | |
1999-01-04 | clean up: remove the correct devices before trying to create them | Jason Wright | |
1998-12-29 | prepare for sparc bpp | 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-10-16 | fix magma device generation; three cards supported | Marco S Hyman | |
ttym*, ttyn*, and ttyo* plus bppm{unit}{0,1} | |||
1998-09-28 | rm -f before creation | Todd T. Fries | |
1998-09-25 | sync | Todd T. Fries | |
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-26 | rm before mknod | Theo de Raadt | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-07-21 | make cua{a,b,c,d} nodes when generating standard devs | Marco S Hyman | |
1998-05-20 | magma; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-05 | split sysctl.conf into MD and MI parts | Theo de Raadt | |
1998-04-30 | Updated sparc audio | Jason Wright | |
1998-03-24 | Make floppy device names match the pattern <device name><number><sub-class> | Marco S Hyman | |
1998-03-02 | But only if explicitly asked for (until zs code is finialized) | Jason Wright | |
1998-03-02 | add cua devices for tty[a-d] | Jason Wright | |
1998-03-02 | allow cmdline creation of ttya-d on sparc | Todd T. Fries | |
1998-02-23 | add entries for 4/300 extra serial ports | Jason Wright | |
1998-01-26 | Add /dev/ipnat and /dev/ipstate for IPF 3.2.3 | dgregor | |
1997-12-08 | fix chN (N > 0) problem | Michael Shalayeff | |
1997-09-16 | fix bpf nodes; someone should make sure 0-9 are on all, and rm them nicely | Theo de Raadt | |
1997-09-07 | In pty* rule:\n Change 'rm -rf' to 'rm -f'\n Fix {pty,tty}$n -> {pty,tty}$nam | dgregor | |
1997-08-24 | cgfour* matches cgfourteen*, duh | Theo de Raadt | |
1997-08-08 | Add cgtwo, cgfourteen, tcx. | Jason Downs | |
1997-06-06 | add sd2 sd3 to ramdisk devices, impossible to install on some multi-drive ↵ | grr | |
confiurations otherwise. | |||
1997-05-14 | Make svnd nodes too, please test this on your port | Niklas Hallqvist | |
1997-05-14 | created ramdisk and rd | Theo de Raadt | |
1997-05-13 | Only run MAKEDEV.local if it exists. Avoids an error message | Todd C. Miller | |
during installs where there is no MAKEDEV.local. | |||
1997-05-06 | Remove possibly existing ipl node, before recreating it | Niklas Hallqvist | |
1997-05-06 | reactivate ipl | kstailey | |
1997-05-05 | fix sparc MAKEDEV to match cdevsw[] for pseudo-ttys, scsi scanner and ↵ | grr | |
unknown SCSI devices. Comment out ipl, which doesn't seem to be in cdevsw. | |||
1997-04-30 | fix assorted problems with miniroot stuff | grr | |
1997-04-29 | Fix syntax problems, workaround sh bugs | Niklas Hallqvist | |