Date: Thu, 16 Sep 2004 03:50:57 -0000 From: Pyun YongHyeon <yongari@kt-is.co.kr> To: pf4freebsd@freelists.org Subject: [pf4freebsd] Re: [Fwd: cvs commit: src/sys/net bridge.c pfil.c pfil.h src/sys/netinet ip_input.c ip_output.c ip_var.h src/sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c ip6_var.h ip6protosw.h src/sys/sys param.h protosw.h src/sys/modules/bridge Makefile] Message-ID: <20030925115511.GA15755@kt-is.co.kr> In-Reply-To: <3F72D3BD.4060406@kasimir.com> References: <3F72D3BD.4060406@kasimir.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 25, 2003 at 01:38:37PM +0200, Florian C. Smeets wrote: > Hey guys, >=20 > since the commit below i can't compile pf4freebsd 1.64 anymore. Is the= re=20 > a patch or a new version comming up? Was anybody able to fix this ? I=20 > don't know C good enough to fix this on my own. >=20 The new release will show up in 2 days(IMO). I have some tests to be done before releasing 1.65. BTW, you may have noticed that Max have made PFIL_HOOKS thread-safe. Recent Sam Leffer's commit attributes to Max's hard working. > Regards, > flo >=20 > -------- Original Message -------- > Subject: cvs commit: src/sys/net bridge.c pfil.c pfil.h src/sys/netine= t=20 > ip_input.c ip_output.c ip_var.h src/sys/netinet6 ip6_forward.c=20 > ip6_input.c ip6_output.c ip6_var.h ip6protosw.h src/sys/sys param.h=20 > protosw.h src/sys/modules/bridge Makefile > Date: Tue, 23 Sep 2003 10:54:04 -0700 (PDT) > From: Sam Leffler <sam@FreeBSD.org> > To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.o= rg >=20 > sam 2003/09/23 10:54:04 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/net bridge.c pfil.h pfil.c > sys/netinet ip_input.c ip_output.c ip_var.h > sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c > ip6_var.h ip6protosw.h > sys/sys param.h protosw.h > sys/modules/bridge Makefile > Log: > o update PFIL_HOOKS support to current API used by netbsd > o revamp IPv4+IPv6+bridge usage to match API changes > o remove pfil_head instances from protosw entries (no longer used) > o add locking > o bump FreeBSD version for 3rd party modules >=20 > Heavy lifting by: "Max Laier" <max@love2party.net> > Supported by: FreeBSD Foundation > Obtained from: NetBSD (bits of pfil.h and pfil.c) >=20 > Revision Changes Path > 1.3 +10 -0 src/sys/modules/bridge/Makefile > 1.70 +19 -23 src/sys/net/bridge.c > 1.8 +280 -76 src/sys/net/pfil.c > 1.10 +52 -20 src/sys/net/pfil.h > 1.242 +18 -23 src/sys/netinet/ip_input.c > 1.194 +8 -19 src/sys/netinet/ip_output.c > 1.76 +4 -0 src/sys/netinet/ip_var.h > 1.17 +8 -20 src/sys/netinet6/ip6_forward.c > 1.48 +17 -24 src/sys/netinet6/ip6_input.c > 1.50 +7 -19 src/sys/netinet6/ip6_output.c > 1.13 +4 -0 src/sys/netinet6/ip6_var.h > 1.10 +0 -6 src/sys/netinet6/ip6protosw.h > 1.168 +1 -1 src/sys/sys/param.h > 1.41 +0 -6 src/sys/sys/protosw.h > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >=20 >=20 >=20 --=20 Pyun YongHyeon <http://www.kr.freebsd.org/~yongari> KTIS, Inc. +82-2-597-0600
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030925115511.GA15755>