CVS commit: src/sys/rump/net/lib/libnpf

2018-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 29 15:37:45 UTC 2018 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: Back to using _NPF_TESTING now that it does not change the semantics of the calls, but only adds extra functionality. To generate

CVS commit: src/sys/rump/net/lib/libnpf

2018-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 26 23:34:33 UTC 2018 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: add an _NPF_RUMP define to expose the sampling function. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/rump/net/lib/libnpf

2018-10-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 26 06:23:02 UTC 2018 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: Revert previous (unbreak build) - for now anyway. It turns out _NPF_TESTING is needed for the (rump only) function

CVS commit: src/sys/rump/net/lib/libnpf

2018-10-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 26 01:33:33 UTC 2018 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: Comment out _NPF_TESTING (really should be removed) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/rump/net/lib/libnpf

2018-10-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 26 00:38:52 UTC 2018 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: need libnvpair To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/rump/net/lib/libnpf/Makefile Please note

CVS commit: src/sys/rump/net/lib/libnpf

2016-12-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 9 02:50:06 UTC 2016 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: remove ptree add lpm To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/rump/net/lib/libnpf/Makefile Please

CVS commit: src/sys/rump/net/lib/libnpf

2014-04-04 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Apr 4 13:57:33 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: No lint for rumpnet npf library. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/rump/net/lib/libnpf/Makefile

CVS commit: src/sys/rump/net/lib/libnpf

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 02:07:24 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Added Files: src/sys/rump/net/lib/libnpf: npf_component.c Removed Files: src/sys/rump/net/lib/libnpf: component.c Log Message:

CVS commit: src/sys/rump/net/lib/libnpf

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 14:01:30 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: For now, make it possible to not specify -D_NPF_TESTING by compiling with RUMP_NPF_TESTING_=no. This in turn makes it possible to use

CVS commit: src/sys/rump/net/lib/libnpf

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 19:09:52 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.conf To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/rump/net/lib/libnpf

2014-02-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 26 02:39:29 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: component.c Log Message: Run constructor as part of network faction bootstrap, not device (rumpdev no longer necessary) To generate a diff of this commit:

CVS commit: src/sys/rump/net/lib/libnpf

2013-03-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 12 21:12:47 UTC 2013 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: normali{s,z}e To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/net/lib/libnpf/Makefile Please note that

CVS commit: src/sys/rump/net/lib/libnpf

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 10 21:01:19 UTC 2013 Modified Files: src/sys/rump/net/lib/libnpf: Makefile component.c Log Message: remember to detach and add if_npflog module To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/rump/net/lib/libnpf

2012-11-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 21 11:03:13 UTC 2012 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: This component is not WARNS3 clean (example: it includes socketvar.h which does signed-unsigned comparison in an inline function).