summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2002-01-09Add labels to rules. These are arbitrary names (not to be confused withDaniel 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-08Clean up hifn/ubsec entries (and add new stuff)Jason Wright
2002-01-087811 supportJason Wright
2002-01-08ah yes,... cvs rm first.Jason Wright
2002-01-08Remove nofn stuffJason Wright
2002-01-08s;Hi/fn;Hifn; and add 7951Jason Wright
2002-01-08"no" is optional, of course, fix BNF.Daniel Hartmeier
2002-01-08Add "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-07nofn for me today...Jason Wright
2002-01-07man 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-07update w/ chipset descriptions and config flags vs option; from Vladimir ↵Michael Shalayeff
Popov <jumbo@narod.ru>
2002-01-05Documentation update. Adapted from NetBSD.Thierry Deval
2002-01-04Fix byte order: 0x55AA -> 0xAA55Kjell Wooding
2002-01-04use An/Aq for the name/email and xr radio(9) tooMichael Shalayeff
2002-01-04ericsson nowMichael Shalayeff
2002-01-04update from Vladimir Popov <jumbo@narod.ru> and some from meMichael Shalayeff
2002-01-04another patch; sams@moo.cus.org.ukTheo de Raadt
2002-01-04better english; sams@sebastian.ath.cxTheo de Raadt
2002-01-03use :L variable modifierBrad Smith
2002-01-03make regress the main targetArtur Grabowski
(now that dependencies are correct)
2002-01-03OpenBSD tagArtur Grabowski
2002-01-03s/timeout/possible timeout/ the test could simply fail.Artur Grabowski
2002-01-03Two 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-03Support for a new variable REGRESSMAXTIME that sets the cpu timeArtur Grabowski
ulimit for tests. Needed for libc_r tests. With some help from marc@
2002-01-02Remove reference to timeout table. deraadt@ okThomas Nordin
2002-01-02Eh? Why could I finish a make build with this 6 hours ago?Artur Grabowski
2002-01-01sync; pointed out by openbsd@davidkrause.comNiels Provos
2002-01-01install bsd.regress.mkNiels Provos
2002-01-01Start for a framework for regression tests. Simplifies the most commonArtur 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-30update man page references to usbhid(3)Peter Valchev
2001-12-30sync with netbsd.Peter Valchev
2001-12-29md5 -> distinfoAnil Madhavapeddy
espie@ ok
2001-12-29missd one pair of anglesMichael Shalayeff
2001-12-29fix the history and tag the names properMichael Shalayeff
2001-12-29proper historyMichael Shalayeff
2001-12-28Use lpd as an example, not sendmail. This has been sitting in myTodd C. Miller
tree for some time and I don't recall whether it is home-grown or came from someone else.
2001-12-28do not reference plot; from rogier@quaak.org; closes pr/2276Niels Provos
2001-12-25checkflist is a sh script now.Miod Vallat
2001-12-22New scalable implementation with constant time add and delete. ok deraadt@Thomas Nordin
2001-12-18fix Cisco ISL VLAN protocol URLBrad Smith
2001-12-17Grrr. Unbreak.Mike Pechkin
2001-12-17a few more manualsTheo de Raadt
2001-12-16KNF the code blockTheo de Raadt
2001-12-15add support for creating span ports so that one can snoop a bridgeJason Wright
from another interface/machine/network.
2001-12-15support LXT-961; hostmaster@bsws.deTheo de Raadt
2001-12-15Clarify description of the vnode life cycle and locksConstantine Sapuntzakis
2001-12-14decice -> device. Spotted by cruz@openbsd.ruMike Pechkin
2001-12-14document 0x20000 flagMichael Shalayeff
2001-12-14GENERIC allocates 64 ptys, not 32; Keoki SeuTodd C. Miller
2001-12-13Don't use sendmail as an example as its current invocation is tooTodd C. Miller
complicated for a simple example; biorn AT chips.chalmers.se