Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-09 | Add labels to rules. These are arbitrary names (not to be confused with | Daniel Hartmeier | |
tags that will be used to tag packets later on). Add pfctl -z to clear per-rule counters. Add pfctl -s labels to output per-rule counters in terse format and only for rules that have labels. Suggested by Henning Brauer. | |||
2002-01-08 | Clean up hifn/ubsec entries (and add new stuff) | Jason Wright | |
2002-01-08 | 7811 support | Jason Wright | |
2002-01-08 | ah yes,... cvs rm first. | Jason Wright | |
2002-01-08 | Remove nofn stuff | Jason Wright | |
2002-01-08 | s;Hi/fn;Hifn; and add 7951 | Jason Wright | |
2002-01-08 | "no" is optional, of course, fix BNF. | Daniel Hartmeier | |
2002-01-08 | Add "no nat/rdr/binat" to nat.conf. The first matching rule applies. | Daniel Hartmeier | |
If it is a "no" rule, no translation occurs. Useful to exclude certain packets from translation. Suggested by Henning Brauer. | |||
2002-01-07 | nofn for me today... | Jason Wright | |
2002-01-07 | man page for hifn 7811 driver 'nofn'. I should also thank GTGI(powercrypt) | Jason Wright | |
for the donation of a 7811 board for development. | |||
2002-01-07 | update w/ chipset descriptions and config flags vs option; from Vladimir ↵ | Michael Shalayeff | |
Popov <jumbo@narod.ru> | |||
2002-01-05 | Documentation update. Adapted from NetBSD. | Thierry Deval | |
2002-01-04 | Fix byte order: 0x55AA -> 0xAA55 | Kjell Wooding | |
2002-01-04 | use An/Aq for the name/email and xr radio(9) too | Michael Shalayeff | |
2002-01-04 | ericsson now | Michael Shalayeff | |
2002-01-04 | update from Vladimir Popov <jumbo@narod.ru> and some from me | Michael Shalayeff | |
2002-01-04 | another patch; sams@moo.cus.org.uk | Theo de Raadt | |
2002-01-04 | better english; sams@sebastian.ath.cx | Theo de Raadt | |
2002-01-03 | use :L variable modifier | Brad Smith | |
2002-01-03 | make regress the main target | Artur Grabowski | |
(now that dependencies are correct) | |||
2002-01-03 | OpenBSD tag | Artur Grabowski | |
2002-01-03 | s/timeout/possible timeout/ the test could simply fail. | Artur Grabowski | |
2002-01-03 | Two new variables. | Artur Grabowski | |
REGRESSSLOWTARGETS, contains a list of all regress targets that are slow. REGRESSSKIPSLOW, settable to "yes"/"no" (default is "no") when running regress. Skips slow tests. (*for some arbitrary and very subjective value of "slow") | |||
2002-01-03 | Support for a new variable REGRESSMAXTIME that sets the cpu time | Artur Grabowski | |
ulimit for tests. Needed for libc_r tests. With some help from marc@ | |||
2002-01-02 | Remove reference to timeout table. deraadt@ ok | Thomas Nordin | |
2002-01-02 | Eh? Why could I finish a make build with this 6 hours ago? | Artur Grabowski | |
2002-01-01 | sync; pointed out by openbsd@davidkrause.com | Niels Provos | |
2002-01-01 | install bsd.regress.mk | Niels Provos | |
2002-01-01 | Start for a framework for regression tests. Simplifies the most common | Artur Grabowski | |
regress test targets, provides logging of success/failure and various minor features. Much Makefile magic from espie@ who thinks that my shell programming skills are "atrocious" (and I agree). | |||
2001-12-30 | update man page references to usbhid(3) | Peter Valchev | |
2001-12-30 | sync with netbsd. | Peter Valchev | |
2001-12-29 | md5 -> distinfo | Anil Madhavapeddy | |
espie@ ok | |||
2001-12-29 | missd one pair of angles | Michael Shalayeff | |
2001-12-29 | fix the history and tag the names proper | Michael Shalayeff | |
2001-12-29 | proper history | Michael Shalayeff | |
2001-12-28 | Use lpd as an example, not sendmail. This has been sitting in my | Todd C. Miller | |
tree for some time and I don't recall whether it is home-grown or came from someone else. | |||
2001-12-28 | do not reference plot; from rogier@quaak.org; closes pr/2276 | Niels Provos | |
2001-12-25 | checkflist is a sh script now. | Miod Vallat | |
2001-12-22 | New scalable implementation with constant time add and delete. ok deraadt@ | Thomas Nordin | |
2001-12-18 | fix Cisco ISL VLAN protocol URL | Brad Smith | |
2001-12-17 | Grrr. Unbreak. | Mike Pechkin | |
2001-12-17 | a few more manuals | Theo de Raadt | |
2001-12-16 | KNF the code block | Theo de Raadt | |
2001-12-15 | add support for creating span ports so that one can snoop a bridge | Jason Wright | |
from another interface/machine/network. | |||
2001-12-15 | support LXT-961; hostmaster@bsws.de | Theo de Raadt | |
2001-12-15 | Clarify description of the vnode life cycle and locks | Constantine Sapuntzakis | |
2001-12-14 | decice -> device. Spotted by cruz@openbsd.ru | Mike Pechkin | |
2001-12-14 | document 0x20000 flag | Michael Shalayeff | |
2001-12-14 | GENERIC allocates 64 ptys, not 32; Keoki Seu | Todd C. Miller | |
2001-12-13 | Don't use sendmail as an example as its current invocation is too | Todd C. Miller | |
complicated for a simple example; biorn AT chips.chalmers.se |