CVS commit: src/sys/arch/amiga/dev

2022-07-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 1 01:32:15 UTC 2022 Modified Files: src/sys/arch/amiga/dev: ms.c Log Message: ms_wscons_ioctl(): Return EPASSTHROUGH instead of -1, for unsupported ioctl, as done for other backends of wsmouse(4). To generate a diff of

CVS commit: src/sys/arch/amiga/dev

2022-07-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 1 01:32:15 UTC 2022 Modified Files: src/sys/arch/amiga/dev: ms.c Log Message: ms_wscons_ioctl(): Return EPASSTHROUGH instead of -1, for unsupported ioctl, as done for other backends of wsmouse(4). To generate a diff of

CVS commit: src/sys/arch/m68k/m68k

2022-07-31 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Jul 31 17:11:41 UTC 2022 Modified Files: src/sys/arch/m68k/m68k: pmap_motorola.c Log Message: in pmap_enter_ptpage(), if we are allowed to fail then fail rather than waiting for memory to be available. when we are mapping an

CVS commit: src/sys/arch/m68k/m68k

2022-07-31 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Jul 31 17:11:41 UTC 2022 Modified Files: src/sys/arch/m68k/m68k: pmap_motorola.c Log Message: in pmap_enter_ptpage(), if we are allowed to fail then fail rather than waiting for memory to be available. when we are mapping an

CVS commit: src/sbin/nvmectl

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 13:49:23 UTC 2022 Modified Files: src/sbin/nvmectl: logpage.c Log Message: Fix build on 32bit. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/nvmectl/logpage.c Please note that diffs are not

CVS commit: src/sbin/nvmectl

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 13:49:23 UTC 2022 Modified Files: src/sbin/nvmectl: logpage.c Log Message: Fix build on 32bit. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/nvmectl/logpage.c Please note that diffs are not

CVS commit: src/sys/net

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 13:14:55 UTC 2022 Modified Files: src/sys/net: if_loop.c Log Message: Count dropped packets caused by ENOBUFS as interface error. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/net/if_loop.c

CVS commit: src/sys/net

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 13:14:55 UTC 2022 Modified Files: src/sys/net: if_loop.c Log Message: Count dropped packets caused by ENOBUFS as interface error. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/net/if_loop.c

CVS commit: src/sys/fs

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 13:08:19 UTC 2022 Modified Files: src/sys/fs/sysvbfs: sysvbfs_vnops.c src/sys/fs/v7fs: v7fs_vnops.c Log Message: Don't panic for a negative offset, just fail the operation with EINVAL. To generate a diff of

CVS commit: src/sys/fs

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 13:08:19 UTC 2022 Modified Files: src/sys/fs/sysvbfs: sysvbfs_vnops.c src/sys/fs/v7fs: v7fs_vnops.c Log Message: Don't panic for a negative offset, just fail the operation with EINVAL. To generate a diff of

CVS commit: src/sys/dev/usb

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 13:01:17 UTC 2022 Modified Files: src/sys/dev/usb: umodem_common.c Log Message: Compute a unique port number from interface index. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/dev/usb

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 13:01:17 UTC 2022 Modified Files: src/sys/dev/usb: umodem_common.c Log Message: Compute a unique port number from interface index. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/dev/usb

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 12:59:26 UTC 2022 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Don't report errors as timeout. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/dev/usb/if_urtwn.c Please note that

CVS commit: src/sys/dev/usb

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 12:59:26 UTC 2022 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Don't report errors as timeout. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/dev/usb/if_urtwn.c Please note that

CVS commit: src

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 12:40:35 UTC 2022 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/lib/libisns: Makefile Log Message: Move libisns to /lib to allow /sbin/iscsid to work

CVS commit: src

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 12:40:35 UTC 2022 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/lib/libisns: Makefile Log Message: Move libisns to /lib to allow /sbin/iscsid to work

CVS commit: src/sbin/nvmectl

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 12:11:44 UTC 2022 Modified Files: src/sbin/nvmectl: logpage.c Log Message: Report error code (SCT/SC). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/nvmectl/logpage.c Please note that diffs

CVS commit: src/sbin/nvmectl

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 12:11:44 UTC 2022 Modified Files: src/sbin/nvmectl: logpage.c Log Message: Report error code (SCT/SC). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/nvmectl/logpage.c Please note that diffs

CVS commit: src/sys/dev/ic

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 12:02:28 UTC 2022 Modified Files: src/sys/dev/ic: nvme.c Log Message: The namespace id is a 32bit value, in particular the "all namespaces" value for global commands is 0x. While the driver only supports 16bit

CVS commit: src/sys/dev/ic

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 12:02:28 UTC 2022 Modified Files: src/sys/dev/ic: nvme.c Log Message: The namespace id is a 32bit value, in particular the "all namespaces" value for global commands is 0x. While the driver only supports 16bit

CVS commit: src/sys/dev/ic

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 11:58:37 UTC 2022 Modified Files: src/sys/dev/ic: nvmereg.h Log Message: The status is an 8 bit field. Fix masks and move the status type field to the correct bit position. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2022-07-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 31 11:58:37 UTC 2022 Modified Files: src/sys/dev/ic: nvmereg.h Log Message: The status is an 8 bit field. Fix masks and move the status type field to the correct bit position. To generate a diff of this commit: cvs

CVS commit: src/sys/sys

2022-07-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 31 11:28:46 UTC 2022 Modified Files: src/sys/sys: atomic.h Log Message: Move attributes to the front of the __do_atomic_store declarations (to make it compatible with c++ and other more nitpicky compiker invocations).

CVS commit: src/sys/sys

2022-07-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 31 11:28:46 UTC 2022 Modified Files: src/sys/sys: atomic.h Log Message: Move attributes to the front of the __do_atomic_store declarations (to make it compatible with c++ and other more nitpicky compiker invocations).

CVS commit: src/lib/libc/sys

2022-07-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 31 06:21:42 UTC 2022 Modified Files: src/lib/libc/sys: __quotactl.2 Log Message: __quotactl(2): typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/__quotactl.2 Please note that diffs

CVS commit: src/lib/libc/sys

2022-07-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 31 06:21:42 UTC 2022 Modified Files: src/lib/libc/sys: __quotactl.2 Log Message: __quotactl(2): typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/__quotactl.2 Please note that diffs