CVS commit: src/sys/rump

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 04:16:48 UTC 2024 Modified Files: src/sys/rump: Makefile.rump Log Message: Handle versions > 100 To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/rump/Makefile.rump Please note that diffs

CVS commit: src/sys/rump

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 04:16:48 UTC 2024 Modified Files: src/sys/rump: Makefile.rump Log Message: Handle versions > 100 To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/rump/Makefile.rump Please note that diffs

CVS commit: src/sys/rump/librump/rumpkern

2023-10-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 15 11:11:38 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: emul.c lwproc.c Log Message: rump: Sprinkle sys/syncobj.h here too. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201

CVS commit: src/sys/rump/librump/rumpkern

2023-10-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 15 11:11:38 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: emul.c lwproc.c Log Message: rump: Sprinkle sys/syncobj.h here too. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201

CVS commit: src/sys/rump/librump/rumpkern

2023-10-13 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Oct 13 18:23:54 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: Rump: sleepq_remove(): don't unlock the sleepq. Spotted by hannken@. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/rump/librump/rumpkern

2023-10-13 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Oct 13 18:23:54 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: Rump: sleepq_remove(): don't unlock the sleepq. Spotted by hannken@. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/rump/librump/rumpkern

2023-10-04 Thread Andrew Doran
Module Name:src Committed By: ad Date: Wed Oct 4 21:56:16 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: rump now needs lwp_need_userret() To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/rump/librump/rumpkern

2023-10-04 Thread Andrew Doran
Module Name:src Committed By: ad Date: Wed Oct 4 21:56:16 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: rump now needs lwp_need_userret() To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/rump/librump/rumpkern

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 11:51:48 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Revert "rump: Set mp_online = true and start threads _after_ cold = 0." This breaks some tests, e.g. dev/scsipi/t_cd:noisyeject,

CVS commit: src/sys/rump/librump/rumpkern

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 11:51:48 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Revert "rump: Set mp_online = true and start threads _after_ cold = 0." This breaks some tests, e.g. dev/scsipi/t_cd:noisyeject,

CVS commit: src/sys/rump/librump/rumpkern

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 08:05:58 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: rump: Set mp_online = true and start threads _after_ cold = 0. Otherwise we may have threads running while cold, which is a

CVS commit: src/sys/rump/librump/rumpkern

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 08:05:58 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: rump: Set mp_online = true and start threads _after_ cold = 0. Otherwise we may have threads running while cold, which is a

CVS commit: src/sys/rump/librump

2023-07-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 29 15:11:04 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: rumpkern_syscalls.c src/sys/rump/librump/rumpnet: rumpnet_syscalls.c src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c Log Message: rump:

CVS commit: src/sys/rump/librump

2023-07-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 29 15:11:04 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: rumpkern_syscalls.c src/sys/rump/librump/rumpnet: rumpnet_syscalls.c src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c Log Message: rump:

CVS commit: src/sys/rump/librump/rumpkern

2023-07-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 16 23:12:17 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: rump: Fix comment to reflect l_private -> l_sched.info. Comment was misspelled `l->private', hence didn't come up in grep. To

CVS commit: src/sys/rump/librump/rumpkern

2023-07-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 16 23:12:17 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: rump: Fix comment to reflect l_private -> l_sched.info. Comment was misspelled `l->private', hence didn't come up in grep. To

CVS commit: src/sys/rump

2023-07-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 16 23:05:53 UTC 2023 Modified Files: src/sys/rump/kern/lib/libsysproxy: sysproxy.c src/sys/rump/librump/rumpkern: locks.c Log Message: rump: Use l_sched.info, not l_private, for cv waits. - l_sched is

CVS commit: src/sys/rump

2023-07-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 16 23:05:53 UTC 2023 Modified Files: src/sys/rump/kern/lib/libsysproxy: sysproxy.c src/sys/rump/librump/rumpkern: locks.c Log Message: rump: Use l_sched.info, not l_private, for cv waits. - l_sched is

CVS commit: src/sys/rump/share/man/man7

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 20:00:11 UTC 2023 Modified Files: src/sys/rump/share/man/man7: rumpkernel.7 Log Message: use rumpkernel.github.io as the entry point To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/rump/share/man/man7

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 20:00:11 UTC 2023 Modified Files: src/sys/rump/share/man/man7: rumpkernel.7 Log Message: use rumpkernel.github.io as the entry point To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/rump/share/man

2023-07-14 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 14 23:21:53 UTC 2023 Modified Files: src/sys/rump/share/man/man3: rumpuser.3 src/sys/rump/share/man/man7: rumpkernel.7 Log Message: fix rump URLs in man pages Link to https://github.com/rumpkernel/wiki/wiki

CVS commit: src/sys/rump/share/man

2023-07-14 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 14 23:21:53 UTC 2023 Modified Files: src/sys/rump/share/man/man3: rumpuser.3 src/sys/rump/share/man/man7: rumpkernel.7 Log Message: fix rump URLs in man pages Link to https://github.com/rumpkernel/wiki/wiki

CVS commit: src/sys/rump/librump/rumpkern

2023-06-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jun 23 21:09:45 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: klock.c Log Message: rump: KASSERT(x && y) -> KASSERT(x); KASSERT(y) Add some KASSERTMSG while here. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/rump/librump/rumpkern

2023-06-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jun 23 21:09:45 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: klock.c Log Message: rump: KASSERT(x && y) -> KASSERT(x); KASSERT(y) Add some KASSERTMSG while here. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/rump/librump/rumpdev

2023-04-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 23 07:03:30 UTC 2023 Modified Files: src/sys/rump/librump/rumpdev: rump_dev.c Log Message: rumpdev: Catch up to buf_syncwait -> vfs_syncwait rename. Do similarly with a do_sys_sync weak stub so we can drop the rumpvfs

CVS commit: src/sys/rump/librump/rumpdev

2023-04-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 23 07:03:30 UTC 2023 Modified Files: src/sys/rump/librump/rumpdev: rump_dev.c Log Message: rumpdev: Catch up to buf_syncwait -> vfs_syncwait rename. Do similarly with a do_sys_sync weak stub so we can drop the rumpvfs

CVS commit: src/sys/rump/librump/rumpvfs

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 18:55:59 UTC 2023 Modified Files: src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: rumpvfs: Link in secmodel_extensions_vfs.c as intended, like kernel. Forgot to commit this part when splitting up

CVS commit: src/sys/rump/librump/rumpvfs

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 18:55:59 UTC 2023 Modified Files: src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: rumpvfs: Link in secmodel_extensions_vfs.c as intended, like kernel. Forgot to commit this part when splitting up

CVS commit: src/sys/rump/librump

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:54:59 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: rump: Move vnode_if.c from rumpkern to rumpvfs. This has become

CVS commit: src/sys/rump/librump

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:54:59 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: rump: Move vnode_if.c from rumpkern to rumpvfs. This has become

CVS commit: src/sys/rump/librump

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:53:53 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: vm.c src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: rump: Move ubc_uiomove, ubc_zerorange from rumpvfs to rumpkern. Needed by

CVS commit: src/sys/rump/librump

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:53:53 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: vm.c src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: rump: Move ubc_uiomove, ubc_zerorange from rumpvfs to rumpkern. Needed by

CVS commit: src/sys/rump/librump/rumpkern

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:53:44 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: rumpkern: Provide stub pnbuf_cache weak alias. Needed only by sys_module.c handle_modctl_load, which won't work if there's no

CVS commit: src/sys/rump/librump/rumpkern

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:53:44 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: rumpkern: Provide stub pnbuf_cache weak alias. Needed only by sys_module.c handle_modctl_load, which won't work if there's no

CVS commit: src/sys/rump/librump/rumpkern

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:53:37 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: rumpkern: Provide stub uvm_vnodeops weak alias. Needed for UVM_OBJ_IS_VNODE, but not for anything else in rumpkern without rumpvfs.

CVS commit: src/sys/rump/librump/rumpkern

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:53:37 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: rumpkern: Provide stub uvm_vnodeops weak alias. Needed for UVM_OBJ_IS_VNODE, but not for anything else in rumpkern without rumpvfs.

CVS commit: src/sys/rump/librump/rumpkern

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:53:30 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: rumpkern: Provide fs_filtops weak alias. We should introduce a link set for sys_kfilters, but this works around the problem for

CVS commit: src/sys/rump/librump/rumpkern

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 13:53:30 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: rumpkern: Provide fs_filtops weak alias. We should introduce a link set for sys_kfilters, but this works around the problem for

CVS commit: src/sys/rump/librump/rumpkern

2023-02-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 22 21:44:45 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: rump: Nix membar_enter/exit after/before RUMPUSER_LWP_CREATE/DESTROY. These make no sense and are obviously not needed for any

CVS commit: src/sys/rump/librump/rumpkern

2023-02-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 22 21:44:45 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: rump: Nix membar_enter/exit after/before RUMPUSER_LWP_CREATE/DESTROY. These make no sense and are obviously not needed for any

CVS commit: src/sys/rump/librump/rumpkern

2023-02-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 22 21:44:34 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: rumpkern/lwproc.c: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/rump/librump/rumpkern

2023-02-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 22 21:44:34 UTC 2023 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: rumpkern/lwproc.c: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/rump/librump/rumpkern

2022-11-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 2 09:01:42 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: rump: don't touch p_nlwps without holding p_lock There was a race condition on p_nlwps. Heavy thread switching could cause a

CVS commit: src/sys/rump/librump/rumpkern

2022-11-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 2 09:01:42 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: rump: don't touch p_nlwps without holding p_lock There was a race condition on p_nlwps. Heavy thread switching could cause a

CVS commit: src/sys/rump/librump/rumpnet

2022-09-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 3 09:41:24 UTC 2022 Modified Files: src/sys/rump/librump/rumpnet: Makefile.rumpnet Log Message: netisr.c is gone. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/rump/librump/rumpnet

2022-09-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 3 09:41:24 UTC 2022 Modified Files: src/sys/rump/librump/rumpnet: Makefile.rumpnet Log Message: netisr.c is gone. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/rump/include/machine

2022-08-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 22 13:22:10 UTC 2022 Modified Files: src/sys/rump/include/machine: pmap.h Log Message: provide pmap_wired_count macro. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/rump/include/machine/pmap.h

CVS commit: src/sys/rump/include/machine

2022-08-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 22 13:22:10 UTC 2022 Modified Files: src/sys/rump/include/machine: pmap.h Log Message: provide pmap_wired_count macro. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/rump/include/machine/pmap.h

CVS commit: src/sys/rump/librump/rumpkern/arch/generic

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 22:28:26 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern/arch/generic: rump_generic_pmap.c Log Message: rump: Define pmap_resident_count, pmap_wired_count conditionally. These definitions will not be used by

CVS commit: src/sys/rump/librump/rumpkern/arch/generic

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 22:28:26 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern/arch/generic: rump_generic_pmap.c Log Message: rump: Define pmap_resident_count, pmap_wired_count conditionally. These definitions will not be used by

CVS commit: src/sys/rump/librump/rumpkern/arch/generic

2022-08-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 21 16:55:14 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern/arch/generic: rump_generic_pmap.c Log Message: Add stubs for pmap_resident_count, pmap_wired_count. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/librump/rumpkern/arch/generic

2022-08-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 21 16:55:14 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern/arch/generic: rump_generic_pmap.c Log Message: Add stubs for pmap_resident_count, pmap_wired_count. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/librump/rumpkern/arch/x86

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 12:08:12 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern/arch/x86: rump_x86_pmap.c Log Message: rump/x86: Add stubs for pmap_resident_count, pmap_wired_count. These are no longer static inlines, now that

CVS commit: src/sys/rump/librump/rumpkern/arch/x86

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 12:08:12 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern/arch/x86: rump_x86_pmap.c Log Message: rump/x86: Add stubs for pmap_resident_count, pmap_wired_count. These are no longer static inlines, now that

CVS commit: src/sys/rump/kern/lib/libsysproxy

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 10:24:23 UTC 2022 Modified Files: src/sys/rump/kern/lib/libsysproxy: sysproxy.c Log Message: rump libsysproxy: More workarounds for pmap abuse. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/rump/kern/lib/libsysproxy

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 10:24:23 UTC 2022 Modified Files: src/sys/rump/kern/lib/libsysproxy: sysproxy.c Log Message: rump libsysproxy: More workarounds for pmap abuse. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/rump/librump/rumpkern

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 10:18:20 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: rumpkern: Abusing struct pmap internals now requires extra effort. (as it should) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/librump/rumpkern

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 10:18:20 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: rumpkern: Abusing struct pmap internals now requires extra effort. (as it should) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/librump/rumpkern/arch/x86

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 10:18:11 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern/arch/x86: rump_x86_cpu.c Log Message: rump/x86: Need x86/cpufunc.h for declaration of wbinvd. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/sys/rump/librump/rumpkern/arch/x86

2022-08-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 21 10:18:11 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern/arch/x86: rump_x86_cpu.c Log Message: rump/x86: Need x86/cpufunc.h for declaration of wbinvd. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/sys/rump

2022-07-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jul 9 20:11:00 UTC 2022 Modified Files: src/sys/rump: README.compileopts Log Message: s/desciption/description/ To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/rump/README.compileopts Please note

CVS commit: src/sys/rump

2022-07-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jul 9 20:11:00 UTC 2022 Modified Files: src/sys/rump: README.compileopts Log Message: s/desciption/description/ To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/rump/README.compileopts Please note

CVS commit: src/sys/rump/librump/rumpkern

2022-06-30 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Jun 30 07:47:07 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: Fix rump build failure after sleepq.h:r1.35. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/rump/librump/rumpkern

2022-06-30 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Jun 30 07:47:07 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: Fix rump build failure after sleepq.h:r1.35. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/rump/fs

2022-05-27 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri May 27 09:25:39 UTC 2022 Modified Files: src/sys/rump/fs: Makefile.rumpfscomp Log Message: ... and more MKLFS here To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/fs/Makefile.rumpfscomp Please note

CVS commit: src/sys/rump/fs

2022-05-27 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri May 27 09:25:39 UTC 2022 Modified Files: src/sys/rump/fs: Makefile.rumpfscomp Log Message: ... and more MKLFS here To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/fs/Makefile.rumpfscomp Please note

CVS commit: src/sys/rump/dev/lib/libwsemul_vt100

2022-05-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue May 3 14:11:59 UTC 2022 Added Files: src/sys/rump/dev/lib/libwsemul_vt100: Makefile Log Message: libwsemul_vt100: Rumpified wscons vt100 emulator (wsvt25). This library provides wscons vt100 emulation (aka TERM=wsvt25). This

CVS commit: src/sys/rump/dev/lib/libwsemul_vt100

2022-05-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue May 3 14:11:59 UTC 2022 Added Files: src/sys/rump/dev/lib/libwsemul_vt100: Makefile Log Message: libwsemul_vt100: Rumpified wscons vt100 emulator (wsvt25). This library provides wscons vt100 emulation (aka TERM=wsvt25). This

CVS commit: src/sys/rump/librump/rumpkern

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 23:45:23 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: rumpkern/sleepq: Convert membar_exit/store to atomic_store_release. To generate a diff of this commit: cvs rdiff -u -r1.21

CVS commit: src/sys/rump/librump/rumpkern

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 23:45:23 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: rumpkern/sleepq: Convert membar_exit/store to atomic_store_release. To generate a diff of this commit: cvs rdiff -u -r1.21

CVS commit: src/sys/rump/librump/rumpkern

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 23:45:14 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: rumpkern/scheduler: Use membar_release. ...but add an XXX comment asking for clarity on what it pairs with. To generate a

CVS commit: src/sys/rump/librump/rumpkern

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 23:45:14 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: rumpkern/scheduler: Use membar_release. ...but add an XXX comment asking for clarity on what it pairs with. To generate a

CVS commit: src/sys/rump/net/lib/libshmif

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 23:45:02 UTC 2022 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: if_shmem(4): Use membar_acquire/release for lock acquire/release. To generate a diff of this commit: cvs rdiff -u -r1.83

CVS commit: src/sys/rump/net/lib/libshmif

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 23:45:02 UTC 2022 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: if_shmem(4): Use membar_acquire/release for lock acquire/release. To generate a diff of this commit: cvs rdiff -u -r1.83

CVS commit: src/sys/rump/librump/rumpkern

2022-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 28 20:49:52 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: include the extensions secmodel To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188

CVS commit: src/sys/rump/librump/rumpkern

2022-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 28 20:49:52 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: include the extensions secmodel To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188

CVS commit: src/sys/rump/librump/rumpkern

2022-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 28 20:49:32 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: no need to include suser; it gets autoloaded as a module. To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355

CVS commit: src/sys/rump/librump/rumpkern

2022-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 28 20:49:32 UTC 2022 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: no need to include suser; it gets autoloaded as a module. To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355

CVS commit: src/sys/rump/dev/lib/libpci

2022-02-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 13 19:20:41 UTC 2022 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_dma.c Log Message: rump: Omit unused EIEIO #define, vestige of powerpc bus_dma.c. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/rump/dev/lib/libpci

2022-02-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 13 19:20:41 UTC 2022 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_dma.c Log Message: rump: Omit unused EIEIO #define, vestige of powerpc bus_dma.c. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/rump/kern/lib/libcrypto

2021-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 21 09:08:55 UTC 2021 Modified Files: src/sys/rump/kern/lib/libcrypto: Makefile Log Message: rename glue.c to sodium_module.c To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/rump/kern/lib/libcrypto

2021-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 21 09:08:55 UTC 2021 Modified Files: src/sys/rump/kern/lib/libcrypto: Makefile Log Message: rename glue.c to sodium_module.c To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/rump/kern/lib/libcrypto

2021-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 21 08:47:23 UTC 2021 Modified Files: src/sys/rump/kern/lib/libcrypto: Makefile Log Message: Add glue.c for libsodium (suggested by riastradh). Tidy up. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/rump/kern/lib/libcrypto

2021-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 21 08:47:23 UTC 2021 Modified Files: src/sys/rump/kern/lib/libcrypto: Makefile Log Message: Add glue.c for libsodium (suggested by riastradh). Tidy up. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

Re: CVS commit: src/sys/rump/include/rump

2020-06-17 Thread Kamil Rytarowski
On 16.06.2020 14:23, Kamil Rytarowski wrote: > On 16.06.2020 12:25, J. Hannken-Illjes wrote: >>> On 15. Jun 2020, at 01:38, Kamil Rytarowski wrote: >>> >>> Module Name:src >>> Committed By: kamil >>> Date: Sun Jun 14 23:38:25 UTC 2020 >>> >>> Modified Files: >>>

Re: CVS commit: src/sys/rump/include/rump

2020-06-16 Thread Kamil Rytarowski
On 16.06.2020 12:25, J. Hannken-Illjes wrote: >> On 15. Jun 2020, at 01:38, Kamil Rytarowski wrote: >> >> Module Name: src >> Committed By:kamil >> Date:Sun Jun 14 23:38:25 UTC 2020 >> >> Modified Files: >> src/sys/rump/include/rump: rump.h >> >> Log Message: >>

Re: CVS commit: src/sys/rump/include/rump

2020-06-16 Thread J. Hannken-Illjes
> On 15. Jun 2020, at 01:38, Kamil Rytarowski wrote: > > Module Name: src > Committed By: kamil > Date: Sun Jun 14 23:38:25 UTC 2020 > > Modified Files: > src/sys/rump/include/rump: rump.h > > Log Message: > Remove old compat include of rump_syscallshotgun.h > > It was

Re: CVS commit: src/sys/rump

2020-04-25 Thread Manuel Bouyer
On Sat, Apr 25, 2020 at 08:49:14AM -0700, Jason Thorpe wrote: > Why were any of these files touched by Xen changes? listsrcdirs is expected, we need to add xen here (because we now need xen/intrdefs.h For others I don't know. Actually a cvs diff shows that only the $NetBSD: $ did change. --

Re: CVS commit: src/sys/rump

2020-04-25 Thread Jason Thorpe
Why were any of these files touched by Xen changes? > On Apr 25, 2020, at 8:42 AM, Manuel Bouyer wrote: > > Module Name: src > Committed By: bouyer > Date: Sat Apr 25 15:42:15 UTC 2020 > > Modified Files: > src/sys/rump: listsrcdirs > src/sys/rump/dev/lib/libumass:

Re: CVS commit: src/sys/rump

2020-03-09 Thread Kamil Rytarowski
On 09.03.2020 15:31, Taylor R Campbell wrote: >> Module Name:src >> Committed By: kamil >> Date: Mon Mar 9 00:03:00 UTC 2020 >> >> Modified Files: >> src/sys/rump: Makefile.rump >> >> Log Message: >> Build RUMP with -fno-delete-null-pointer-checks on all compilers > > I

Re: CVS commit: src/sys/rump

2020-03-09 Thread Taylor R Campbell
> Module Name:src > Committed By: kamil > Date: Mon Mar 9 00:03:00 UTC 2020 > > Modified Files: > src/sys/rump: Makefile.rump > > Log Message: > Build RUMP with -fno-delete-null-pointer-checks on all compilers I asked you to hold off on making this change, ten hours

CVS commit: src/sys/rump/librump/rumpkern

2019-10-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 15 18:36:38 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Add a function cast for enosys To generate a diff of this commit: cvs rdiff -u -r1.334 -r1.335

CVS commit: src/sys/rump/librump/rumpkern

2019-10-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 15 18:36:38 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Add a function cast for enosys To generate a diff of this commit: cvs rdiff -u -r1.334 -r1.335

CVS commit: src/sys/rump/librump/rumpkern

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 9 01:43:35 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys/rump/librump/rumpkern/rump_syscalls.c

CVS commit: src/sys/rump/librump/rumpkern

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 9 01:43:35 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys/rump/librump/rumpkern/rump_syscalls.c

CVS commit: src/sys/rump

2019-09-27 Thread Christoph Badura
Module Name:src Committed By: bad Date: Fri Sep 27 11:57:42 UTC 2019 Modified Files: src/sys/rump: listsrcdirs Log Message: Remove libelf from "usr" list. Deleted 2015-09-30. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/rump/listsrcdirs Please

CVS commit: src/sys/rump

2019-09-27 Thread Christoph Badura
Module Name:src Committed By: bad Date: Fri Sep 27 11:57:42 UTC 2019 Modified Files: src/sys/rump: listsrcdirs Log Message: Remove libelf from "usr" list. Deleted 2015-09-30. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/rump/listsrcdirs Please

CVS commit: src/sys/rump

2019-09-27 Thread Christoph Badura
Module Name:src Committed By: bad Date: Fri Sep 27 11:53:42 UTC 2019 Modified Files: src/sys/rump: listsrcdirs Log Message: Exclude sys/external/{gpl2/dts,bsd/drm*}. Saves some 100MB in the src-netbsd repo. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys/rump

2019-09-27 Thread Christoph Badura
Module Name:src Committed By: bad Date: Fri Sep 27 11:53:42 UTC 2019 Modified Files: src/sys/rump: listsrcdirs Log Message: Exclude sys/external/{gpl2/dts,bsd/drm*}. Saves some 100MB in the src-netbsd repo. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys/rump

2019-09-26 Thread Christoph Badura
Module Name:src Committed By: bad Date: Thu Sep 26 22:43:37 UTC 2019 Modified Files: src/sys/rump: listsrcdirs Log Message: rtadvd needs expandm.[hc] from libwrap. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/rump/listsrcdirs Please note that

  1   2   3   >