Home | History | Annotate | Download | only in pfctl
History log of /src/dist/pf/sbin/pfctl/pfctl_radix.c
RevisionDateAuthorComments
 1.6  01-Aug-2023  mrg fix simple mis-matched function prototype and definitions.

most of these are like, eg

void foo(int[2]);

with either of these

void foo(int*) { ... }
void foo(int[]) { ... }

in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.

found by GCC 12.
 1.5  18-Jun-2008  yamt merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
 1.4  14-Nov-2004  yamt branches: 1.4.26; 1.4.28;
merge after importing pf from openbsd 3.6. (userland part)

some files were imported to the different places from the previous version.
v3_5:
etc/pf.conf
etc/pf.os
etc/spamd.conf
share/man/man4/pf.4
share/man/man4/pflog.4
share/man/man5/pf.conf.5
share/man/man5/pf.os.5
share/man/man5/spamd.conf.5
v3_6:
dist/pf/etc/pf.conf
dist/pf/etc/pf.os
dist/pf/etc/spamd.conf
dist/pf/share/man/man4/pf.4
dist/pf/share/man/man4/pflog.4
dist/pf/share/man/man5/pf.conf.5
dist/pf/share/man/man5/pf.os.5
dist/pf/share/man/man5/spamd.conf.5
 1.3  29-Oct-2004  dsl Add (unsigned char) cast to ctype functions
 1.2  22-Jun-2004  itojun PF from openbsd 3.5
massage pfctl to compile/run on netbsd. put reachover makefile for pfctl
into src/sbin.
reviewed by matt, perry, christos
 1.1  22-Jun-2004  itojun branches: 1.1.1;
Initial revision
 1.1.1.3  01-Dec-2009  martti Import PF from OpenBSD 4.2
 1.1.1.2  14-Nov-2004  yamt import pf from OpenBSD 3.6. (userland part)
 1.1.1.1  22-Jun-2004  itojun PF from openbsd 3.5
 1.4.28.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.4.26.1  19-Apr-2008  yamt Peter Postma's work-in-progress pf import from OpenBSD 4.2.
updated to NetBSD-current by me.

RSS XML Feed