Module Name:src
Committed By: christos
Date: Tue Sep 8 14:13:50 UTC 2020
Modified Files:
src/tests/net/net: Makefile
Added Files:
src/tests/net/net: t_bind.c
Log Message:
Add tests for IP_BINDANY, IPV6_BINDANY
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 14:18:29 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tests/net/net/t_unix.c
Please note that diffs a
Module Name:src
Committed By: christos
Date: Fri Aug 28 13:56:30 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
When running the tests with atf-run the directory we are running in is
drwx-- so when we change to a different user, we can't find the soc
Module Name:src
Committed By: christos
Date: Fri Aug 28 11:46:05 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Remove unneeded sete{u,g}id pointed out by kre.
Remove dup unlink.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tests/n
Module Name:src
Committed By: christos
Date: Thu Aug 27 14:00:01 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
- when running as root, create the socket under a different uid/gid to verify
that it works properly with different users opening the socket
Module Name:src
Committed By: christos
Date: Wed Aug 26 22:52:58 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Check that fstat returns the correct socket owner
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/net/net/t_unix.c
Module Name:src
Committed By: christos
Date: Mon Jul 6 18:45:26 UTC 2020
Modified Files:
src/tests/net/net: Makefile
Added Files:
src/tests/net/net: t_mapped.c
Log Message:
add a test for v4 mapped addresses
To generate a diff of this commit:
cvs rdiff -u -r1.23
Module Name:src
Committed By: christos
Date: Mon Jul 6 16:24:06 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
don't open the socket twice.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/net/net/t_unix.c
Please note that diff
Module Name:src
Committed By: christos
Date: Sun Apr 14 01:45:30 UTC 2019
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
ifix uninialized pid
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/net/net/t_unix.c
Please note that diffs are no
Module Name:src
Committed By: maxv
Date: Thu Apr 26 06:23:33 UTC 2018
Modified Files:
src/tests/net/net: t_ping6_opts.sh
Log Message:
Remove ping6_opts_hops, "-g" does not exist anymore (RH0 removed).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/
Module Name:src
Committed By: christos
Date: Sat Feb 17 20:16:19 UTC 2018
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
make it compile again for those who don't have LOCAL_PEERCRED
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/net/ne
Module Name:src
Committed By: christos
Date: Sat Feb 17 16:34:18 UTC 2018
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Add a test demonstrating thst LOCAL_PEEREID is busted.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/net/net/t_uni
Module Name:src
Committed By: christos
Date: Sat Feb 17 00:28:47 UTC 2018
Modified Files:
src/tests/net/net: test.h
Log Message:
remove clause 3, 4.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/test.h
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Fri Feb 16 22:20:18 UTC 2018
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
Use the same variable name for the accepted socket as with the AF_LOCAL test.
Call getpeereid on the accepted socket.
To generate a diff of t
Module Name:src
Committed By: christos
Date: Fri Feb 16 22:17:17 UTC 2018
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
make sure we call getpeername on the accepted socket!
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/net/net/t_unix
Module Name:src
Committed By: christos
Date: Fri Feb 16 19:24:16 UTC 2018
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
ensure that getpeereid does not succeed on tcp sockets.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/net/net/t_tcp.c
Module Name:src
Committed By: christos
Date: Fri Feb 16 16:30:20 UTC 2018
Modified Files:
src/tests/net/net: t_tcp.c t_unix.c
Log Message:
explain what's going on before we fix it.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/net/t_tcp.c
cvs
Module Name:src
Committed By: christos
Date: Fri Feb 16 16:23:15 UTC 2018
Modified Files:
src/tests/net/net: t_tcp.c t_unix.c
Added Files:
src/tests/net/net: test.h
Log Message:
add getpeereid tests for non-unix sockets, returns garbage...
To generate a diff of t
Module Name:src
Committed By: christos
Date: Fri Feb 16 16:08:22 UTC 2018
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
add a getpeeeid test.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/net/t_unix.c
Please note that diffs are n
Module Name:src
Committed By: ozaki-r
Date: Fri Feb 9 03:53:07 UTC 2018
Modified Files:
src/tests/net/net: t_ping_opts.sh
Log Message:
Fix ping_opts_gateway and ping_opts_recordroute
We need to enable the options of source routing on all rump kernels.
To generate a dif
Module Name:src
Committed By: maxv
Date: Thu Feb 8 09:56:19 UTC 2018
Modified Files:
src/tests/net/net: t_ping_opts.sh
Log Message:
Now that we don't allow source-routed packets by default, set allowsrcrt=1
and forwsrcrt=1. Should fix the ATF failure.
To generate a diff
Module Name:src
Committed By: gson
Date: Sat Dec 30 22:02:34 UTC 2017
Modified Files:
src/tests/net/net: t_pktinfo_send.c
Log Message:
Use the default ATF timeout instead of a reduced one of 5 seconds,
which isn't enough for pmax under gxemul on babylon5.netbsd.org.
To g
Module Name:src
Committed By: christos
Date: Mon Aug 28 10:19:57 UTC 2017
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
add tests for 4->6 connections.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/net/t_tcp.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Mon Aug 28 09:30:29 UTC 2017
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
add v6 tests
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/net/t_tcp.c
Please note that diffs are not public dom
Module Name:src
Committed By: ozaki-r
Date: Fri Mar 31 06:41:40 UTC 2017
Modified Files:
src/tests/net/net: Makefile
Added Files:
src/tests/net/net: t_ping_opts.sh
Log Message:
Add test cases for ping options
To generate a diff of this commit:
cvs rdiff -u -r1.19
Module Name:src
Committed By: ozaki-r
Date: Mon Mar 6 07:33:27 UTC 2017
Modified Files:
src/tests/net/net: t_mtudisc.sh
Log Message:
Add a test case for net.inet.ip.mtudisctimeout
The test case just reproduces PR kern/52029 and needs more tests.
To generate a diff of t
Module Name:src
Committed By: ozaki-r
Date: Mon Feb 20 09:58:59 UTC 2017
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
Add basic tests for forwarding fragmented packets
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/net/net/t_fo
Module Name:src
Committed By: ozaki-r
Date: Mon Feb 20 09:00:09 UTC 2017
Modified Files:
src/tests/net/net: t_ipaddress.sh
Log Message:
Add simple tests of behaviors of alias addresses
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/net/net/t_ipadd
Module Name:src
Committed By: ozaki-r
Date: Wed Dec 21 01:16:18 UTC 2016
Modified Files:
src/tests/net/net: t_mtudisc.sh
Log Message:
Suppress harmless warning message
rump.netstat: sysctlnametomib: net.inet6.udp6.pcblist: No such file or directory
To generate a diff of
Module Name:src
Committed By: ozaki-r
Date: Thu Dec 15 02:43:56 UTC 2016
Modified Files:
src/tests/net/net: t_ipaddress.sh
Log Message:
Fix that cleanup doesn't run when DEBUG=false
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/net/net/t_ipaddress
Module Name:src
Committed By: ozaki-r
Date: Wed Dec 14 02:50:42 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
Rename dump because it's used in net_common.sh
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/net/t_ipv6
Module Name:src
Committed By: ozaki-r
Date: Fri Nov 25 08:10:12 UTC 2016
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
Add missing head functions
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/net/net/t_forwarding.sh
Please not
Module Name:src
Committed By: ozaki-r
Date: Thu Nov 24 07:32:20 UTC 2016
Modified Files:
src/tests/net/net: t_ipaddress.sh
Log Message:
Make tests strict
Connected routes have 'C' flag.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/net/t_ipad
Module Name:src
Committed By: ozaki-r
Date: Mon Nov 7 05:44:48 UTC 2016
Modified Files:
src/tests/net/net: t_ping6_opts.sh
Log Message:
Add tests for combination use of -g option and hops optional argument
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/
Module Name:src
Committed By: ozaki-r
Date: Mon Nov 7 04:43:14 UTC 2016
Modified Files:
src/tests/net/net: t_ping6_opts.sh
Log Message:
Add tests of ping6 hops optional argument (Type 0 Routing Headers)
Note that ping6 with the argument can send packets with routing head
Module Name:src
Committed By: kre
Date: Thu Oct 6 02:44:48 UTC 2016
Modified Files:
src/tests/net/net: t_mtudisc.sh
Log Message:
PR bin/51532 - kill the test http server before terminating
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_m
Module Name:src
Committed By: ozaki-r
Date: Tue Oct 4 03:43:15 UTC 2016
Modified Files:
src/tests/net/net: t_ipaddress.sh
Log Message:
Add tests for sysctl net.inet6.ip6.auto_linklocal
>From suzu-ken@IIJ
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/t
Module Name:src
Committed By: kre
Date: Mon Oct 3 17:59:27 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
80 column violation fixes, hopefully minor readability improvements.
No intended functional change.
To generate a diff of this commit:
cv
Module Name:src
Committed By: kre
Date: Sun Oct 2 15:27:32 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6_lifetime.sh
Log Message:
This test works fine on real hardware, but due to PR kern/43997 (qemu
timing problems) fails when run under qemu. Attempt to compensate
Module Name:src
Committed By: kre
Date: Sun Oct 2 04:29:25 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
More adaptation to new ifconfig output format - prefix length is now
appended to the address, rather than a second parameter, so needs to b
Module Name:src
Committed By: ozaki-r
Date: Fri Sep 16 00:44:14 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6_lifetime.sh
Log Message:
Ignore case in deprecated
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/net/t_ipv6_lifetime.sh
Please
Module Name:src
Committed By: kre
Date: Wed Aug 10 21:33:52 UTC 2016
Modified Files:
src/tests/net/net: t_forwarding.sh t_ipaddress.sh t_ipv6_lifetime.sh
t_ipv6address.sh
Log Message:
+ -lrumpdev
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 s
Module Name:src
Committed By: pgoyette
Date: Mon Aug 8 14:16:32 UTC 2016
Modified Files:
src/tests/net/net: Makefile
Log Message:
Another place where we need librumpdev
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/net/net/Makefile
Please note
Module Name:src
Committed By: ozaki-r
Date: Wed Jun 29 07:29:04 UTC 2016
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
Destroy interfaces at the end of tests
It's useful to know if interface destructions work correctly or not
with complex internal states
Module Name:src
Committed By: ozaki-r
Date: Sun Mar 13 17:26:05 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
Fix test
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/net/t_ipv6address.sh
Please note that diffs are n
Module Name:src
Committed By: ozaki-r
Date: Sun Mar 13 05:46:20 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
Add more debugging code
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/net/t_ipv6address.sh
Please note t
Module Name:src
Committed By: ozaki-r
Date: Sat Mar 12 06:15:31 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
Add debugging code and enable it by default
to know what is happening on anita (qemu)
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Fri Mar 4 18:52:01 UTC 2016
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
make it work on linux, be pickier about errors, and correct variable type.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/te
Module Name:src
Committed By: ozaki-r
Date: Tue Dec 15 01:33:08 UTC 2015
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
Add more tests for IPv6 link-local addresses
The tests include a test for PR 50549.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: ozaki-r
Date: Tue Nov 24 02:37:33 UTC 2015
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
Add fastforward6 test
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/net/net/t_forwarding.sh
Please note that
Module Name:src
Committed By: ozaki-r
Date: Thu Nov 19 10:45:10 UTC 2015
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
Set timeout of ping6 to reduce execution time
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_ipv6add
Module Name:src
Committed By: ozaki-r
Date: Tue Sep 29 08:27:24 UTC 2015
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
Let ftp use a different output file from httpd's one
Previously the target file served by httpd and the output file of ftp
were identic
Module Name:src
Committed By: ozaki-r
Date: Mon Sep 28 01:54:15 UTC 2015
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
Add simple tests for fastforward
The tests just do TCP communication via HTTP GET.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: ozaki-r
Date: Fri Sep 4 05:24:57 UTC 2015
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
Add tests to check if nexthop route lookup works
These tests reproduce a panic on assertion "ro->_ro_rt ==NULL ||
ro->_ro_rt->rt_refcnt
Module Name:src
Committed By: ozaki-r
Date: Tue Jun 2 07:32:50 UTC 2015
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
Check if tests surely failed with TTL exceeded
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/net/t_forward
Module Name:src
Committed By: ozaki-r
Date: Wed May 27 01:12:04 UTC 2015
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
Add timeout to ping6 positive tests too
For when they fail.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net
Module Name:src
Committed By: christos
Date: Wed Nov 13 21:41:23 UTC 2013
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
CID 1107543, 230676, 1107543, 976795, 230676, 976795, 1125885, etc.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/
Module Name:src
Committed By: christos
Date: Sun Oct 20 17:36:36 UTC 2013
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
write fail as a proper macro
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/net/net/t_unix.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Thu Oct 17 12:53:28 UTC 2013
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
CID 1107548: resource leak
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/net/t_tcp.c
Please note that diffs are
Module Name:src
Committed By: christos
Date: Thu Oct 17 12:52:09 UTC 2013
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
CID 1107550: resource leak
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/net/net/t_unix.c
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Sat Oct 12 17:26:32 UTC 2013
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
more tests
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_tcp.c
Please note that diffs are not public domai
Module Name:src
Committed By: christos
Date: Sat Oct 12 15:29:16 UTC 2013
Modified Files:
src/tests/net/net: Makefile
Added Files:
src/tests/net/net: t_tcp.c
Log Message:
new test to check if non-blocking sockets are reset to blocking on the
accepted file descripto
Module Name:src
Committed By: christos
Date: Thu Oct 10 16:01:55 UTC 2013
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
make this work on linux
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/net/t_unix.c
Please note that diffs are n
Module Name:src
Committed By: christos
Date: Tue Oct 8 18:05:31 UTC 2013
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Improve tests so that they check the sockaddr's returned by accept(2) and
getsockname(2). Test for accept success after closed client socket.
Module Name:src
Committed By: christos
Date: Thu Jun 27 20:01:24 UTC 2013
Modified Files:
src/tests/net/net: Makefile
Added Files:
src/tests/net/net: t_pktinfo.c
Log Message:
add a pktinfo test
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests
Module Name:src
Committed By: christos
Date: Sun Jan 6 02:22:50 UTC 2013
Modified Files:
src/tests/net/net: t_udp.c
Log Message:
fix messages.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_udp.c
Please note that diffs are not public do
Module Name:src
Committed By: christos
Date: Sun Jan 6 00:35:22 UTC 2013
Modified Files:
src/tests/net/net: Makefile
Added Files:
src/tests/net/net: t_udp.c
Log Message:
new udp test
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/net/M
Module Name:src
Committed By: christos
Date: Tue Oct 4 16:28:26 UTC 2011
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Fixed reversed/child parent and check the right variable for failure from
gson@
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6
Module Name:src
Committed By: christos
Date: Mon Oct 3 14:55:23 UTC 2011
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Fix the exceed test.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/net/t_unix.c
Please note that diffs are not
Module Name:src
Committed By: christos
Date: Fri Sep 30 19:12:35 UTC 2011
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
use ATF_CHECK_MSG instead of err() in atf.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/net/t_unix.c
Please no
Module Name:src
Committed By: christos
Date: Wed Sep 28 23:11:12 UTC 2011
Modified Files:
src/tests/net/net: Makefile
Log Message:
add back the raw test and fix typo in the libraries.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/net/Makefile
Module Name:src
Committed By: christos
Date: Wed Sep 28 22:19:52 UTC 2011
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
revert part of previous that was wrong.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/net/t_unix.c
Please note
Module Name:src
Committed By: christos
Date: Wed Sep 28 22:08:12 UTC 2011
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
fix error message
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_unix.c
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Wed Sep 28 16:13:03 UTC 2011
Modified Files:
src/tests/net/net: Makefile
Added Files:
src/tests/net/net: t_unix.c
Log Message:
Add a unix socket pathname size limit test.
To generate a diff of this commit:
cvs rdiff -u
74 matches
Mail list logo