Module Name:src
Committed By: riastradh
Date: Thu Mar 27 11:01:07 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Test LOCAL_CONNWAIT.
PR kern/59220: accept(2): null pointer deref
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 sr
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 11:01:07 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Test LOCAL_CONNWAIT.
PR kern/59220: accept(2): null pointer deref
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 sr
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 10:57:30 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Make existing tests more reliable by exiting in child.
Returning into atf in the child is not helpful.
Preparation for adding a tes
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 10:57:30 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Make existing tests more reliable by exiting in child.
Returning into atf in the child is not helpful.
Preparation for adding a tes
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 10:57:10 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Sort includes.
No functional change intended.
Preparation for:
PR kern/59220: accept(2): null pointer deref
To generate a diff o
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 10:57:10 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Sort includes.
No functional change intended.
Preparation for:
PR kern/59220: accept(2): null pointer deref
To generate a diff o
Module Name:src
Committed By: riastradh
Date: Sat Aug 5 13:22:49 UTC 2023
Modified Files:
src/tests/net/net: t_bind.c
Log Message:
tests/net/net/t_bind: IP_BINDANY and IPV6_BINDANY require root.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/n
Module Name:src
Committed By: riastradh
Date: Sat Aug 5 13:22:49 UTC 2023
Modified Files:
src/tests/net/net: t_bind.c
Log Message:
tests/net/net/t_bind: IP_BINDANY and IPV6_BINDANY require root.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/n
Module Name:src
Committed By: ozaki-r
Date: Wed Nov 30 07:48:43 UTC 2022
Modified Files:
src/tests/net/net: Makefile
Log Message:
tests: restore a line removed accidentally
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/tests/net/net/Makefile
Please n
Module Name:src
Committed By: ozaki-r
Date: Wed Nov 30 07:48:43 UTC 2022
Modified Files:
src/tests/net/net: Makefile
Log Message:
tests: restore a line removed accidentally
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/tests/net/net/Makefile
Please n
Module Name:src
Committed By: ozaki-r
Date: Wed Nov 30 06:06:36 UTC 2022
Modified Files:
src/tests/net/net: t_ip_reass.c
Log Message:
tests: tweak t_ip_reass.c for NetBSD
The test is modified to run on rump kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: ozaki-r
Date: Wed Nov 30 06:06:36 UTC 2022
Modified Files:
src/tests/net/net: t_ip_reass.c
Log Message:
tests: tweak t_ip_reass.c for NetBSD
The test is modified to run on rump kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: ozaki-r
Date: Wed Nov 30 06:05:58 UTC 2022
Added Files:
src/tests/net/net: t_ip_reass.c
Log Message:
tests: import ip_reass_test.c from FreeBSD as t_ip_reass.c
As of:
commit 9ed1e4ecd4e9eb3bde16f52a937a6fa86a971638
Author: Mar
Module Name:src
Committed By: ozaki-r
Date: Wed Nov 30 06:05:58 UTC 2022
Added Files:
src/tests/net/net: t_ip_reass.c
Log Message:
tests: import ip_reass_test.c from FreeBSD as t_ip_reass.c
As of:
commit 9ed1e4ecd4e9eb3bde16f52a937a6fa86a971638
Author: Mar
Module Name:src
Committed By: ozaki-r
Date: Thu Nov 17 08:34:39 UTC 2022
Modified Files:
src/tests/net/net: t_socket_afinet.c
Log Message:
tests: make t_socket_afinet.c run on rump kernel
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_soc
Module Name:src
Committed By: ozaki-r
Date: Thu Nov 17 08:34:39 UTC 2022
Modified Files:
src/tests/net/net: t_socket_afinet.c
Log Message:
tests: make t_socket_afinet.c run on rump kernel
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_soc
Module Name:src
Committed By: ozaki-r
Date: Thu Nov 17 08:33:27 UTC 2022
Added Files:
src/tests/net/net: t_socket_afinet.c
Log Message:
tests: import socket_afinet.c from FreeBSD as t_socket_afinet.c
As of:
commit 32efde896e19d229ee2cf09fe7e6ab0fbf6e
A
Module Name:src
Committed By: ozaki-r
Date: Thu Nov 17 08:33:27 UTC 2022
Added Files:
src/tests/net/net: t_socket_afinet.c
Log Message:
tests: import socket_afinet.c from FreeBSD as t_socket_afinet.c
As of:
commit 32efde896e19d229ee2cf09fe7e6ab0fbf6e
A
Module Name:src
Committed By: rin
Date: Mon Nov 8 10:57:09 UTC 2021
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
Fix (a kind of) violation of strict aliasing rule.
Due to the rule, "sin" and "sin6" can be treated as restrict pointers.
Compilers seem to be conf
Module Name:src
Committed By: rin
Date: Mon Nov 8 10:57:09 UTC 2021
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
Fix (a kind of) violation of strict aliasing rule.
Due to the rule, "sin" and "sin6" can be treated as restrict pointers.
Compilers seem to be conf
Module Name:src
Committed By: christos
Date: Sat Oct 26 23:08:27 UTC 2019
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
- use accept4 instead of paccept for everyone.
- add test for accept preserving non-block
- comment on FreeBSD and Linux behavior.
To generat
Module Name:src
Committed By: christos
Date: Sat Oct 26 23:08:27 UTC 2019
Modified Files:
src/tests/net/net: t_tcp.c
Log Message:
- use accept4 instead of paccept for everyone.
- add test for accept preserving non-block
- comment on FreeBSD and Linux behavior.
To generat
Module Name:src
Committed By: ozaki-r
Date: Mon Aug 26 07:41:51 UTC 2019
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
tests: add tests for IPv6 link-local addresses with a scope ID
Setting an address with a scope ID doesn't work for rump.ifconfig for s
Module Name:src
Committed By: ozaki-r
Date: Mon Aug 26 07:41:51 UTC 2019
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
tests: add tests for IPv6 link-local addresses with a scope ID
Setting an address with a scope ID doesn't work for rump.ifconfig for s
On Mon, Nov 7, 2016 at 1:43 PM, Ryota Ozaki wrote:
> 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)
>
On 9/30/11 2:17 PM, Christos Zoulas wrote:
On Sep 30, 5:37pm, jruoho...@iki.fi (Jukka Ruohonen) wrote:
-- Subject: Re: CVS commit: src/tests/net/net
| This fails, probably because it does not follow the atf(7) API:
|
| tps-count: 1
| tp-start: t_unix, 2
| tc-start: sockaddr_un_len_exceed
| tc
On Sep 30, 5:37pm, jruoho...@iki.fi (Jukka Ruohonen) wrote:
-- Subject: Re: CVS commit: src/tests/net/net
| This fails, probably because it does not follow the atf(7) API:
|
| tps-count: 1
| tp-start: t_unix, 2
| tc-start: sockaddr_un_len_exceed
| tc-end: sockaddr_un_len_exceed, passed
| tc
On Wed, Sep 28, 2011 at 12:13:03PM -0400, Christos Zoulas wrote:
> 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 socke
28 matches
Mail list logo