aboutsummaryrefslogtreecommitdiff
path: root/contrib/pf/pfctl/pfctl_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 8.0-RELEASE image.
* Commit resolved import of OpenBSD 4.1 pf userland from perforce.Max Laier2007-07-031-29/+130
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=171172
* Resolve conflicts created during the import of pf 3.7 Some features areMax Laier2005-05-031-93/+120
| | | | | | | | | | missing and will be implemented in a second step. This is functional as is. Tested by: freebsd-pf, pfsense.org Obtained from: OpenBSD Notes: svn path=/head/; revision=145840
* Fix printing of u_int64_t with a cast to unsigned long long.Max Laier2004-06-171-1/+1
| | | | | | | Found-by: tinderbox(amd64) Notes: svn path=/head/; revision=130634
* Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).Max Laier2004-06-161-62/+342
| | | | Notes: svn path=/head/; revision=130617
* Fix $FreeBSD$ ids.David E. O'Brien2004-03-161-1/+3
| | | | Notes: svn path=/head/; revision=127082
* Fix some style(9) related issues after discussion with/education from bde:Max Laier2004-03-151-27/+23
| | | | | | | | | | | | | | | | | - Add <sys/param.h> and <limits.h> where required (do not depend on other headers pulling it in). - __dead -> __dead2 - #if defined() -> #ifdef - Remove ugly PRIu64 macros and use %llu w/ (unsigned long long) cast. All changes looped back to OpenBSD (where applicable) for easier sync in the future. Requested by: bde Approved by: bms(mentor) Notes: svn path=/head/; revision=127024
* Apply diff from the port.Max Laier2004-02-281-10/+24
| | | | | | | | | | | | | Rather small diff for the userland (in contrast to the kernel): - Some header file location/differences - Clean compilation on 64bit arch (identified by bento a long time ago) - ALTQ not (yet) available. Leave a switch for patchsets and future ... - most files can be used from the vendor branch Approved by: bms(in general) Notes: svn path=/head/; revision=126355
* Vendor import of OpenBSD's pf userland as of OpenBSD 3.4Max Laier2004-02-281-0/+1286
Approved by: bms(mentor), core(in general) Notes: svn path=/vendor/pf/dist/; revision=126353