Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
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-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-06-13 | Shrink... | Jason Downs | |
1999-05-01 | Add ksyms. | Jason Downs | |
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-15 | add missing entries for xfs in all | Artur Grabowski | |
1998-09-25 | add xfs | Todd T. Fries | |
1998-09-15 | Added definition for ipauth, a new piece for IPFilter v3.2.9 | pattonme | |
1998-06-28 | indent | Todd T. Fries | |
1998-05-05 | split sysctl.conf into MD and MI parts | Theo de Raadt | |
1998-02-19 | Add needed continuation marks for subshells that span lines. | ryker | |
1998-02-16 | Explicitly chdir when building snapshot kernels and their associated | gene | |
tarballs. In a related effort, do everything that has a different chdir root (ie, config && make depend etc) in a subshell. Thanks to Hans for the initial prompting on this. | |||
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-10-11 | cleanup | Theo de Raadt | |
1997-10-06 | Build generic and genericsbc kernels into snapshot and distribute them | gene | |
tar'ed and gzip'ed rather then as unmodified images. | |||
1997-09-21 | $OpenBSD | Theo de Raadt | |
1997-09-16 | 10 bpf devices | Theo de Raadt | |
1997-09-16 | fix bpf nodes; someone should make sure 0-9 are on all, and rm them nicely | Theo de Raadt | |
1997-09-16 | fix {pty,tty}[p..]? creation; bug noted by crc@grand-central.yar.com | 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-09-03 | no more need for the fstab.* files | Theo de Raadt | |
1997-06-21 | The mac68k ite emulates a vt100, _not_ a vt220. This is the sorta simple | gene | |
thing that makes people's lives easier. | |||
1997-06-10 | Get major number for ss* and ipl* right, so these start working. | gene | |
Add a missing asc* (rudimentary Apple Sound Chip) entry. & fix a comment. | |||
1997-05-25 | slave/master pty is 4/5 not 5/6 | Todd C. Miller | |
1997-05-14 | Make svnd nodes too, please test this on your port | Niklas Hallqvist | |
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-11 | It's OpenBSD policy to ship kernels that _aren't_ gzip'ed. | gene | |
1997-05-11 | Use this file when building mac68k snapshots. | gene | |
We now build a GENERIC and GENERICSBC kernel w/ all snapshots. Test please. | |||
1997-05-05 | On a ttye0 login, give the console over to the user in question. | gene | |
1997-04-23 | remove awk from this MAKEDEV script as well per request | Todd T. Fries | |
1997-04-12 | It helps if MAKEDEV agrees with conf.c. | briggs | |
1997-02-26 | Added commentary on how to enable mac68k serial console and a sample | gene | |
console line (commented). Also, OpenBSD tag. | |||
1996-12-22 | give "a" partition a ufs type by default | Theo de Raadt | |
1996-12-14 | /dev/fd should be owned by root.wheel | Todd C. Miller | |
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-09-18 | do not use chgrp | Theo de Raadt | |
1996-08-28 | fix all random device node entry stuff | Theo de Raadt | |
1996-07-31 | generate fbtab for each architecture | Theo de Raadt | |
1996-07-28 | create pty component of /etc/ttys automatically | Theo de Raadt | |
1996-07-23 | OpenBSD'ify | etheisen | |
1996-07-23 | Backslash continuation of literal strings causes nawk to barf. | etheisen | |
1996-07-15 | ad rnd devices. | Michael Shalayeff | |
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Make grf units 2 and 3. |