summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-19add a counter for times ipcomp is skipped because the packet is below theJason Wright
minimum compression threshold.
2003-02-19Fix little buffer overflow on 64-bit platforms.Cedric Berger
Produce wrong output on pfr7 regression test, discovered by henning@. ok+testing henning@
2003-02-19Back out documentation for (currently) non-existent -c option thatTodd C. Miller
got committed by accident in the license update.
2003-02-19tbrsize explicitelyHenning Brauer
2003-02-19need to specify tbrsize explicitely; automatically caclulated one isHenning Brauer
different on 64bit archs due to slightly different MTU
2003-02-19adjust after pfctl changesHenning Brauer
2003-02-19two more load tests; verified on i386 alpha sparc64Henning Brauer
2003-02-19add hints why some regress tests have no pfload counterpartHenning Brauer
2003-02-19copyrights added;Jason McIntyre
pcppi(4): Matthias Drochner wsdisplay(4): Removed (c) for Harris, as that was for work done 2002
2003-02-19Mention ICS1893 here toooMiod Vallat
2003-02-19Sync if_vr code with FreeBSD. This makes the driver much better when it comesMiod Vallat
to trying to recover the hardware going nuts under the load. Reported to work by various people including krw@and I.
2003-02-19Regression tests are not supposed to flush the user's PF ruleset...Cedric Berger
2003-02-19clarify how pfctl -k works a bit; based on a discussion with daniel and samHenning Brauer
smith. ok dhartmei@
2003-02-19style; David KrauseJakob Schlyter
2003-02-19mdoc-police: officer krause catched one againHenning Brauer
2003-02-19RegenMiod Vallat
2003-02-19Recognize ICS1893; from NetBSDMiod Vallat
2003-02-19changes to compat:Jason McIntyre
* extensive use of .Pa for paths * .Nm for kernel options * `procedure' chopped from .Nd * 2nd person -> passive * updated instructions on getting freebsd/linux binaries * various typos thanks millert@ and Grzegorz Czaplinski for help with FreeBSD stuff prompts and ok deraadt@
2003-02-19copyrights added;Jason McIntyre
these are all Matthias Drochner, except: gsckbd(4): miod@ + Drochner wsdisplay(4): Harris + Drochner
2003-02-19intial -> initialJason McIntyre
2003-02-19oops; delete it, don't just shuffleTed Unangst
2003-02-19ansiTheo de Raadt
2003-02-19one strcpy -> strlcpyTheo de Raadt
2003-02-19make this work on sparc64, some borrowed from netbsd; raj@cerias.purdue.eduTheo de Raadt
2003-02-19LFS is dead. saves some space on install floppies too.Ted Unangst
ok deraadt@
2003-02-19Give milter the ghost of a chance of working; still not supported in any way.Todd C. Miller
2003-02-19use a nop with I bit set at the end of the tx chain. This avoids a raceJason Wright
between status update and clearing the suspend bit on machines which can't write data smaller than 32bits at a time. Diff is the work of pefo, he just has been slacking too much to commit =)
2003-02-19Copy the ENTIRE table into the supported algorithms (how the hell did thisJason Wright
work before?!)
2003-02-19lzs is lzs, lzs is not deflateJason Wright
2003-02-19Use pread/pwrite where sensible; also remove some bogus casts inTodd C. Miller
printf to long and long long for things that are int32_t.
2003-02-19Kill an errant space.Todd C. Miller
2003-02-19oopsMarc Espie
2003-02-19Leaving console polling mode works now, and workaround boot -a slow responseMiod Vallat
glitch.
2003-02-19sync to pfctl; BAD HENNING BAD BAD BAD NO COOKIETheo de Raadt
2003-02-18Oops, remove debug code that was not supposed to be left hereMiod Vallat
2003-02-18add PRIQ scheduler to BNFPhilipp Buehler
henning@ ok
2003-02-18fix load option handling (-A, -N, -R) for options.Henning Brauer
due to a bug in the loadopt check options were always loaded no matter which loadopts where specified. while beeing there, move the prints for that to where they belong, into the appropriate pfctl_set_* functions, and thus only print when the options are actually loaded. fixes regress tests pfopt3, pfopt4, pfopt5 I added earlier. ok dhartmei@
2003-02-18gsc_intr is a leafMichael Shalayeff
2003-02-18test correct operation of the -N, -O, -A and -R load options.Henning Brauer
some of these fail right now.
2003-02-18adjust after pf31.in changedHenning Brauer
2003-02-18knf; mickey okTheo de Raadt
2003-02-18fix the way stack is written into the core file on the upward growing stack ↵Michael Shalayeff
machines. the other case is not affected. miod@ deraadt@ ok
2003-02-18missed in lzs addition: allow LZS as an comp typeJason Wright
2003-02-18indent delay slotJason Wright
2003-02-18convert to new registration schemeJason Wright
2003-02-18test pfctl output for the fail tests too.Henning Brauer
that ensures that not a single failure-causing statement makes the whole test succeed.
2003-02-18doesn't hurt to add the files in question...Henning Brauer
2003-02-18test setting all optimization levelsHenning Brauer
2003-02-18better block-policy testsHenning Brauer
2003-02-18test set require-order noHenning Brauer
a regress test especially written for miod@