CVS commit: src/tests/rump/rumpkern

2024-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 4 17:27:32 UTC 2024 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: rumpkern/t_sp: Save stdout and stderr to report on failure. This is not very tidy at the moment, but it's an experiment using the appro

CVS commit: src/tests/rump/rumpkern

2024-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 4 17:27:32 UTC 2024 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: rumpkern/t_sp: Save stdout and stderr to report on failure. This is not very tidy at the moment, but it's an experiment using the appro

CVS commit: src/tests/rump/kernspace

2023-08-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Aug 10 22:20:20 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Fix mistake in rev. 1.9. Somehow, despite manually verifying a build/install/test of every revision in my patc

CVS commit: src/tests/rump/kernspace

2023-08-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Aug 10 22:20:20 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Fix mistake in rev. 1.9. Somehow, despite manually verifying a build/install/test of every revision in my patc

CVS commit: src/tests/rump

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:03 UTC 2023 Modified Files: src/tests/rump/kernspace: kernspace.h workqueue.c src/tests/rump/rumpkern: t_workqueue.c Log Message: workqueue(9) tests: Add test for PR kern/57574. XXX pullup-10 XXX pullu

CVS commit: src/tests/rump

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:03 UTC 2023 Modified Files: src/tests/rump/kernspace: kernspace.h workqueue.c src/tests/rump/rumpkern: t_workqueue.c Log Message: workqueue(9) tests: Add test for PR kern/57574. XXX pullup-10 XXX pullu

CVS commit: src/tests/rump/kernspace

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:53 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Destroy struct work immediately on entry. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tes

CVS commit: src/tests/rump/kernspace

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:53 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Destroy struct work immediately on entry. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tes

CVS commit: src/tests/rump/kernspace

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:43 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/kernspace

CVS commit: src/tests/rump/kernspace

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:43 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/kernspace

CVS commit: src/tests/rump/rumpkern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:33 UTC 2023 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: tests/rump/rumpkern: Use PROGDPLIBS, not explicit -L/-l. This way we relink the t_* test programs whenever changes under tests/rump/ke

CVS commit: src/tests/rump/rumpkern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:33 UTC 2023 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: tests/rump/rumpkern: Use PROGDPLIBS, not explicit -L/-l. This way we relink the t_* test programs whenever changes under tests/rump/ke

CVS commit: src/tests/rump/rumpvfs

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:21:56 UTC 2023 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: t_etfs: Skip large_blk for system with page size > 8192 Work around kernel freeze reported as PR kern/55658 for powerpc/ibm4xx (16K pages)

CVS commit: src/tests/rump/rumpvfs

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:21:56 UTC 2023 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: t_etfs: Skip large_blk for system with page size > 8192 Work around kernel freeze reported as PR kern/55658 for powerpc/ibm4xx (16K pages)

CVS commit: src/tests/rump/modautoload

2023-04-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Apr 24 20:55:53 UTC 2023 Modified Files: src/tests/rump/modautoload: Makefile Log Message: tests/rump/modautoload: reorder -lrumpvfs_nofifofs Make the way we spell "-lrumpvfs -lrumpvfs_nofifofs" hack consistent. The order doesn'

CVS commit: src/tests/rump/modautoload

2023-04-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Apr 24 20:55:53 UTC 2023 Modified Files: src/tests/rump/modautoload: Makefile Log Message: tests/rump/modautoload: reorder -lrumpvfs_nofifofs Make the way we spell "-lrumpvfs -lrumpvfs_nofifofs" hack consistent. The order doesn'

CVS commit: src/tests/rump/rumpkern

2023-04-11 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Apr 11 18:23:42 UTC 2023 Modified Files: src/tests/rump/rumpkern: t_vm.c Log Message: PR misc/57343 (Jim Spath) - fixed a typo in atf_tc_skip message. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/r

CVS commit: src/tests/rump/rumpkern

2023-04-11 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Apr 11 18:23:42 UTC 2023 Modified Files: src/tests/rump/rumpkern: t_vm.c Log Message: PR misc/57343 (Jim Spath) - fixed a typo in atf_tc_skip message. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/r

CVS commit: src/tests/rump/rumpvfs

2022-05-03 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue May 3 07:36:20 UTC 2022 Modified Files: src/tests/rump/rumpvfs: t_p2kifs.c Log Message: Lock vnode for VOP_LOOKUP(). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/rumpvfs/t_p2kifs.c Please not

CVS commit: src/tests/rump/rumpvfs

2022-05-03 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue May 3 07:36:20 UTC 2022 Modified Files: src/tests/rump/rumpvfs: t_p2kifs.c Log Message: Lock vnode for VOP_LOOKUP(). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/rumpvfs/t_p2kifs.c Please not

Re: CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Kamil Rytarowski
I will test this with ASan and report back! On 16.05.2020 16:15, Christos Zoulas wrote: > That is a completely different issue here. There are no linker tricks. > We want the module loader to include all the symbols any module > can require, this is why we load all the libraries. > > While it is

Re: CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Christos Zoulas
That is a completely different issue here. There are no linker tricks. We want the module loader to include all the symbols any module can require, this is why we load all the libraries. While it is questionable if nofifofs is part of the base system or not, this is the way it was before. Anyway i

Re: CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Kamil Rytarowski
On 16.05.2020 14:54, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat May 16 12:54:27 UTC 2020 > > Modified Files: > src/tests/rump/modautoload: Makefile > > Log Message: > Do the same thing with linker flags instead of directly specifying the > archi

CVS commit: src/tests/rump/modautoload

2019-08-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Aug 17 04:04:29 UTC 2019 Modified Files: src/tests/rump/modautoload: Makefile Log Message: Avoid symbol clashes in test/rump/modautoload/t_modautoload with sanitizers Set SANITIZER_RENAME_SYMBOL.t_modautoload to: * sysctlbyn

CVS commit: src/tests/rump/modautoload

2019-08-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Aug 17 04:04:29 UTC 2019 Modified Files: src/tests/rump/modautoload: Makefile Log Message: Avoid symbol clashes in test/rump/modautoload/t_modautoload with sanitizers Set SANITIZER_RENAME_SYMBOL.t_modautoload to: * sysctlbyn

Re: CVS commit: src/tests/rump/rumpkern/h_client

2011-02-07 Thread Antti Kantee
On Tue Feb 08 2011 at 07:53:15 +1100, matthew green wrote: > > > Module Name:src > > Committed By: pooka > > Date: Mon Feb 7 20:05:09 UTC 2011 > > > > Modified Files: > > src/tests/rump/rumpkern/h_client: h_sigcli.c > > > > Log Message: > > Limit test duration ba

re: CVS commit: src/tests/rump/rumpkern/h_client

2011-02-07 Thread matthew green
> Module Name: src > Committed By: pooka > Date: Mon Feb 7 20:05:09 UTC 2011 > > Modified Files: > src/tests/rump/rumpkern/h_client: h_sigcli.c > > Log Message: > Limit test duration based on wall time instead of loops > (took a long time on slow platforms). FWIW, i think there

CVS commit: src/tests/rump/rumpkern

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 19:27:25 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: msdosfs depends on disk devices now To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/rump/rumpkern/Makefile Please