CVS log for src/tests/net/Makefile
Up to [cvs.NetBSD.org] / src / tests / net
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Sat Aug 24 16:42:26 2024 UTC (5 months, 2 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +2 -2
lines
Pull up following revision(s) (requested by ozaki-r in ticket #811):
tests/net/if_shmif/t_shmif.sh: revision 1.1
sbin/ifconfig/ifconfig.c: revision 1.251
sbin/ifconfig/ifconfig.8: revision 1.130
sys/rump/net/lib/libshmif/if_shmem.c: revision 1.85
sys/rump/net/lib/libshmif/if_shmem.c: revision 1.86
sys/rump/net/lib/libshmif/if_shmem.c: revision 1.87
etc/mtree/NetBSD.dist.tests: revision 1.206
distrib/sets/lists/tests/mi: revision 1.1333
tests/net/if_shmif/Makefile: revision 1.1
tests/net/Makefile: revision 1.42
shmif: change behaviors about link states
- Change the link state to UP on ifconfig linkstr
- This behavior emulates physical devices
- Change the link state to UNKNOWN on ifconfig -linkstr just in case
- Reject sending/receiving packets if the link state is DOWN
- Permit to send/receive packets on UNKNOWN, which is required
to unbreak some ATF tests written in C
shmif: support media
It enables to link-down shmif by ifconfig media none and link-up
again by media auto.
ifconfig: show link state on -v
We could guess it through "media" or "status" output, however, we
sometimes want to know it directly for debugging or testing.
It is shown only if the -v option is specified.
tests: add tests for shmif
The test file is placed under tests/net, not tests/rump/rumpnet,
to leverage utility functions provided for tests in there.
shmem(4): Fix typo in comment: AFT -> ATF.
Also fix grammar (if I understood correctly what this meant: rump
servers written in C, rather than set up via shell scripts around
rump_server invoking ifconfig).
No functional change intended.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Aug 20 08:20:19 2024 UTC (5 months, 3 weeks ago) by ozaki-r
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2
lines
tests: add tests for shmif
The test file is placed under tests/net, not tests/rump/rumpnet,
to leverage utility functions provided for tests in there.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Nov 17 08:45:35 2022 UTC (2 years, 2 months ago) by ozaki-r
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Branch point for: netbsd-10
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2
lines
tests: build and install added test files
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Nov 2 09:37:56 2022 UTC (2 years, 3 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
tests: add tests for TCP with nc
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jul 14 03:22:33 2021 UTC (3 years, 7 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2
lines
tests: add tests for ALTQ CBQ
Revision 1.37.2.1: download - view: text, markup, annotated - select for diffs
Mon May 31 22:15:23 2021 UTC (3 years, 8 months ago) by cjep
Branches: cjep_staticlib_x
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +4 -3
lines
sync with head
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon May 17 04:07:44 2021 UTC (3 years, 8 months ago) by yamaguchi
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -3
lines
Add a new link-aggregation pseudo interface named lagg(4)
- FreeBSD's lagg(4) based implementation
- MP-safe and MP-scalable
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Sep 29 19:41:48 2020 UTC (4 years, 4 months ago) by roy
Branches: MAIN
CVS tags: cjep_staticlib_x-base
Branch point for: cjep_staticlib_x
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
vether(4): Add ATF tests based on the tap(4) tests.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Aug 26 16:03:42 2020 UTC (4 years, 5 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
Clarify wg(4)'s relation to WireGuard, pending further discussion.
Still planning to replace wgconfig(8) and wg-keygen(8) by one wg(8)
tool compatible with wireguard-tools; update wg(4) for the minor
changes from the 2018-06-30 spec to the 2020-06-01 spec; &c. This just
clarifies the current state of affairs as it exists in the development
tree for now.
Mark the man page EXPERIMENTAL for extra clarity.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Aug 20 21:21:32 2020 UTC (4 years, 5 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
[ozaki-r] Changes to the kernel core for wireguard
Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Sun Feb 11 21:17:35 2018 UTC (7 years ago) by snj
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +2 -2
lines
Pull up following revision(s) (requested by ozaki-r in ticket #536):
distrib/sets/lists/base/shl.mi: 1.825
distrib/sets/lists/comp/mi: 1.2168-1.2169
distrib/sets/lists/comp/shl.mi: 1.310
distrib/sets/lists/debug/mi: 1.234
distrib/sets/lists/debug/shl.mi: 1.188
distrib/sets/lists/man/mi: 1.1570
distrib/sets/lists/tests/mi: 1.772
etc/mtree/NetBSD.dist.tests: 1.150
share/man/man4/Makefile: 1.650
share/man/man4/ipsec.4: 1.42-1.43
share/man/man4/ipsecif.4: 1.1-1.5
sys/arch/amd64/conf/ALL: 1.77
sys/arch/amd64/conf/GENERIC: 1.480
sys/conf/files: 1.1191
sys/net/Makefile: 1.34
sys/net/files.net: 1.14
sys/net/if.c: 1.404
sys/net/if.h: 1.248
sys/net/if_gif.c: 1.135
sys/net/if_ipsec.c: 1.1-1.3
sys/net/if_ipsec.h: 1.1
sys/net/if_l2tp.c: 1.16
sys/net/if_types.h: 1.28
sys/netinet/in.c: 1.214
sys/netinet/in.h: 1.103
sys/netinet/in_gif.c: 1.92
sys/netinet/ip_var.h: 1.122
sys/netinet6/in6.c: 1.257
sys/netinet6/in6.h: 1.88
sys/netinet6/in6_gif.c: 1.90
sys/netinet6/ip6_var.h: 1.75
sys/netipsec/Makefile: 1.6
sys/netipsec/files.netipsec: 1.13
sys/netipsec/ipsec.h: 1.62
sys/netipsec/ipsecif.c: 1.1
sys/netipsec/ipsecif.h: 1.1
sys/netipsec/key.c: 1.246-1.247
sys/netipsec/key.h: 1.34
sys/rump/net/Makefile.rumpnetcomp: 1.20
sys/rump/net/lib/libipsec/IPSEC.ioconf: 1.1
sys/rump/net/lib/libipsec/Makefile: 1.1
sys/rump/net/lib/libipsec/ipsec_component.c: 1.1
tests/net/Makefile: 1.34
tests/net/if_ipsec/Makefile: 1.1
tests/net/if_ipsec/t_ipsec.sh: 1.1-1.2
Don't touch an SP without a reference to it
unify processing to check nesting count for some tunnel protocols.
add ipsec(4) interface, which is used for route-based VPN.
man and ATF are added later, please see man for details.
reviewed by christos@n.o, joerg@n.o and ozaki-r@n.o, thanks.
https://mail-index.netbsd.org/tech-net/2017/12/18/msg006557.html
ipsec(4) interface supports rump now.
add ipsec(4) interface ATF.
add ipsec(4) interface man as ipsecif.4.
add ipsec(4) interface to amd64/GENERIC and amd64/ALL configs.
apply in{,6}_tunnel_validate() to gif(4).
Spell IPsec that way. Simplify macro usage. Sort SEE ALSO. Bump
date for previous.
Improve wording and macro use.
Some parts are not clear to me, so someone with knowledge of ipsecif(4)
should improve this some more.
Improve ipsecif.4. Default port ipsec(4) NAT-T is tested now.
pointed out by wiz@n.o and suggested by ozaki-r@n.o, thanks.
Change the prefix of test names to ipsecif_ to distinguish from tests for ipsec(4)
New sentence, new line. Remove empty macro.
Fix PR kern/52920. Pointed out by David Binderman, thanks.
Improve wording, and put a new drawing, from me and Kengo Nakahara.
apply a little more #ifdef INET/INET6. fixes !INET6 builds.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jan 10 11:06:06 2018 UTC (7 years, 1 month ago) by knakahara
Branches: MAIN
CVS tags: phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
add ipsec(4) interface ATF.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat May 27 21:02:56 2017 UTC (7 years, 8 months ago) by bouyer
Branches: MAIN
CVS tags: perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Branch point for: netbsd-8
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4
lines
merge the bouyer-socketcan branch to HEAD.
CAN stands for Controller Area Network, a broadcast network used
in automation and automotive fields. For example, the NMEA2000 standard
developped for marine devices uses a CAN network as the link layer.
This is an implementation of the linux socketcan API:
https://www.kernel.org/doc/Documentation/networking/can.txt
you can also see can(4).
This adds a new socket family (AF_CAN) and protocol (PF_CAN),
as well as the canconfig(8) utility, used to set timing parameter of
CAN hardware. Also inclued is a driver for the CAN controller
found in the allwinner A20 SoC (I tested it with an Olimex lime2 board,
connected with PIC18-based CAN devices).
There is also the canloop(4) pseudo-device, which allows to use
the socketcan API without CAN hardware.
At this time the CANFD part of the linux socketcan API is not implemented.
Error frames are not implemented either. But I could get the cansend and
canreceive utilities from the canutils package to build and run with minimal
changes. tcpudmp(8) can also be used to record frames, which can be
decoded with etherreal.
Revision 1.28.2.3: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:53:33 2017 UTC (7 years, 9 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.28.2.2: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.2: +3 -3
lines
Sync with HEAD
Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:54:12 2017 UTC (7 years, 9 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.30.2.1: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.1: +3 -3
lines
Sync with HEAD
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Apr 14 02:56:48 2017 UTC (7 years, 10 months ago) by ozaki-r
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
bouyer-socketcan-base1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
Add tests for ipsec
- Check if setkey correctly handles algorithms for AH/ESP
- Check IPsec of transport mode with AH/ESP over IPv4/IPv6
- Check IPsec of tunnel mode with AH/ESP over IPv4/IPv6
Revision 1.28.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:58:00 2017 UTC (7 years, 10 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.28.2.1: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.2.1: +4 -3
lines
Sync with HEAD
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Feb 16 08:44:47 2017 UTC (7 years, 11 months ago) by knakahara
Branches: MAIN
CVS tags: pgoyette-localcount-20170320
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3
lines
add l2tp(4) basic test.
Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Sun Jan 15 20:29:01 2017 UTC (8 years ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3
lines
Basic tests for our SocketCAN implementation (using rump)
Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:55 2017 UTC (8 years, 1 month ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Nov 26 03:19:48 2016 UTC (8 years, 2 months ago) by ozaki-r
Branches: MAIN
CVS tags: pgoyette-localcount-20170107,
bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Add basic tests for vlan(4)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Sep 5 02:26:48 2016 UTC (8 years, 5 months ago) by ozaki-r
Branches: MAIN
CVS tags: pgoyette-localcount-20161104,
localcount-20160914
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
Add very basic tests for tun devices
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Apr 15 01:38:17 2016 UTC (8 years, 10 months ago) by ozaki-r
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
Add a new test case for PPPoE using PAP
From s-yamaguchi@IIJ (with some tweaks by me)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Mar 4 02:44:45 2016 UTC (8 years, 11 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
Add tests for tap(4)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Nov 5 00:02:59 2015 UTC (9 years, 3 months ago) by knakahara
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3
lines
add basic if_gif tests to ATF.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Aug 3 09:54:20 2015 UTC (9 years, 6 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Add tests for NDP
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jul 29 12:05:10 2015 UTC (9 years, 6 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
Add tests for ARP
Forgot to commit this. Should fix the build.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jun 22 00:05:23 2015 UTC (9 years, 7 months ago) by matt
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue May 26 00:42:07 2015 UTC (9 years, 8 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4
lines
Run mcast tests on rump kernels
The tests on anita qemus failed due to that the host network environment
didn't meet the tests.
The change makes the tests independent from host environments
and the tests will pass on any environments including anita qemus.
Discussed on tech-kern and tech-net.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed May 20 17:39:04 2015 UTC (9 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2
lines
MKRUMP=no fixes (Robert Swindells)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jan 5 22:38:36 2015 UTC (10 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
Port the in_cksum test from regress.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Oct 11 23:04:42 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
add a multicast test (what to do with v6?)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Sep 18 15:13:27 2014 UTC (10 years, 4 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Add net/if_bridge test
Revision 1.12.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:04:51 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.12.2.1: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.2.1: +6 -3
lines
Rebase to HEAD as of a few days ago.
Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:57:30 2014 UTC (10 years, 6 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +4 -1
lines
Rebase.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jun 30 21:30:51 2014 UTC (10 years, 7 months ago) by alnsn
Branches: MAIN
CVS tags: tls-maxphys-base,
tls-earlyentropy-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -1
lines
Add bpfjit kernel tests for loading from mbuf chain.
Revision 1.9.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:42:22 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.9.4.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.4.1: +3 -3
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 18 18:20:44 2014 UTC (10 years, 10 months ago) by riastradh
Branches: MAIN
CVS tags: yamt-pagecache-base9,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1
lines
Merge riastradh-drm2 to HEAD.
Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Tue Jul 23 21:07:38 2013 UTC (11 years, 6 months ago) by riastradh
Branches: riastradh-drm2
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +2 -2
lines
sync with HEAD
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jul 19 04:00:40 2013 UTC (11 years, 6 months ago) by kefren
Branches: MAIN
CVS tags: riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Add a couple of basic IP/MPLS forwarding tests
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 3 14:01:29 2013 UTC (11 years, 7 months ago) by nakayama
Branches: MAIN
CVS tags: riastradh-drm2-base
Branch point for: riastradh-drm2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3
lines
Enable tests which does not require rump if MKRUMP=no.
Pointed out by christos on source-changes-d.
Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:02:56 2012 UTC (12 years, 2 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.9.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 19:00:05 2012 UTC (12 years, 3 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2
lines
sync with head
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 12 14:06:31 2012 UTC (12 years, 5 months ago) by martin
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
agc-symver-base,
agc-symver
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
ATF wrapping of the npf tests
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 14 19:13:54 2012 UTC (12 years, 6 months ago) by alnsn
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Build and install t_bpfilter.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 13 11:15:05 2012 UTC (12 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
add fdpass tests
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Aug 8 13:57:06 2012 UTC (12 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2
lines
Exclude tests that use rump
Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:20:09 2011 UTC (14 years ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +2 -2
lines
Sync with HEAD
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 8 10:11:28 2011 UTC (14 years ago) by pooka
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: yamt-pagecache
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Time to start adding tests for the routing code to make that part
of the kernel more approachable.
Begin the task with an xfail test for PR kern/40455.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 11 10:51:45 2011 UTC (14 years, 1 month ago) by pooka
Branches: MAIN
Branch point for: bouyer-quota2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
add test for PR kern/44369
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Nov 7 19:53:42 2010 UTC (14 years, 3 months ago) by pooka
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
convert program in PR kern/44054 to an atf test case
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 10 21:55:28 2010 UTC (14 years, 6 months ago) by pooka
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Add a most elementary carp test: it forks off two processes,
configures carp in each of them, and after verifying that the shared
address responds to ping it brutally kills the master like a proper
carnivore (none of that ifconfig down sissy vegan nonsense). Then
the test checks if the backup got its act together by pinging the
shared address and passes verdict.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jul 25 21:42:08 2010 UTC (14 years, 6 months ago) by pooka
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Add xfail test for kernel diagnostic panic described in PR kern/43664
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jul 13 21:13:28 2010 UTC (14 years, 7 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 4 19:31:30 2010 UTC (14 years, 7 months ago) by pooka
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
descend into icmp
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:07:34 2010 UTC (14 years, 9 months ago) by pooka
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Check that bpf doesn't accept programs with divide-by-zero in them.
Example filter from Guy Harris via PR kern/43185.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:59:28 2008 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +10 -0
lines
sync with HEAD
Revision 1.1.2.1
Sun Dec 23 13:50:22 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
FILE REMOVED
Changes since revision 1.1: +0 -10
lines
file Makefile was added on branch matt-armv6 on 2008-01-09 01:59:28 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 23 13:50:22 2007 UTC (17 years, 1 month ago) by jmmv
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base
Branch point for: matt-armv6
Add regression tests for low-port allocation in connect and listen, which
was broken and fixed recently in:
http://mail-index.netbsd.org/source-changes/2007/12/16/0011.html
Test-case code provided by elad@.
CVSweb <webmaster@jp.NetBSD.org>