CVS commit: src/tests/net/bpfilter

2015-02-11 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Wed Feb 11 23:39:07 UTC 2015 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Add bpfilternegjmp test. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/net/bpfilter/t_bpfilter.c Please note

CVS commit: src/tests/net/bpfilter

2015-02-11 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Wed Feb 11 19:37:37 UTC 2015 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Add bpfilterbadjmp and bpfilterbadret tests. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/net/bpfilter/t_bpfi

CVS commit: src/tests/net/bpfilter

2014-06-24 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Jun 24 11:32:36 UTC 2014 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Zap trailing spaces. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/net/bpfilter/t_bpfilter.c Please note that

CVS commit: src/tests/net/bpfilter

2013-12-18 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Wed Dec 18 22:39:16 UTC 2013 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Add bpfilterbadmem, bpfilternoinitA and bpfilternoinitX tests. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/n

CVS commit: src/tests/net/bpfilter

2012-09-03 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Mon Sep 3 21:27:14 UTC 2012 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Fix test timeout. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/net/bpfilter/t_bpfilter.c Please note that di

CVS commit: src/tests/net/bpfilter

2012-08-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Aug 31 04:02:21 UTC 2012 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: There's a known-but-unresolved race condition in here somewhere that causes these tests to sometimes deadlock. Since they run really

CVS commit: src/tests/net/bpfilter

2012-08-16 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Aug 16 20:16:06 UTC 2012 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Close pipes on exit. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/net/bpfilter/t_bpfilter.c Please note that

CVS commit: src/tests/net/bpfilter

2012-08-16 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Aug 16 19:42:23 UTC 2012 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Wait for a child to initialise its network stack before sending a ping. Decrease BIOCSRTIMEOUT to 500ms. To generate a diff of this co

CVS commit: src/tests/net/bpfilter

2012-08-15 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Wed Aug 15 21:36:00 UTC 2012 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Test contiguous buffer as well. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/net/bpfilter/t_bpfilter.c Pleas

CVS commit: src/tests/net/bpfilter

2012-08-14 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue Aug 14 19:09:16 UTC 2012 Added Files: src/tests/net/bpfilter: Makefile t_bpfilter.c Log Message: Add t_bpfilter test. At the moment, it only checks that bpf program can read bytes from mbuf chain. To generate a diff of this c