CVS commit: src/sys/arch/hp300

2023-04-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 21 23:01:59 UTC 2023 Modified Files: src/sys/arch/hp300/dev: ct.c dcm.c rd.c src/sys/arch/hp300/hp300: bus_space.c trap.c Log Message: Remove ancient /* ARGSUSED */ lint comments. To generate a diff of this

CVS commit: src/sys/arch/hp300

2023-04-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 21 23:01:59 UTC 2023 Modified Files: src/sys/arch/hp300/dev: ct.c dcm.c rd.c src/sys/arch/hp300/hp300: bus_space.c trap.c Log Message: Remove ancient /* ARGSUSED */ lint comments. To generate a diff of this

CVS commit: src/sys/arch/hp300/stand/common

2023-04-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 21 22:44:27 UTC 2023 Modified Files: src/sys/arch/hp300/stand/common: apci.c dca.c dcm.c ite.c Log Message: Remove ancient /* ARGSUSED */ lint comments. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/hp300/stand/common

2023-04-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 21 22:44:27 UTC 2023 Modified Files: src/sys/arch/hp300/stand/common: apci.c dca.c dcm.c ite.c Log Message: Remove ancient /* ARGSUSED */ lint comments. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/hp300/stand/common

2023-04-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 21 22:43:11 UTC 2023 Modified Files: src/sys/arch/hp300/stand/common: if_le.c Log Message: Avoid an extern declaration in .c file. Just declare it as static. Suggested on tech-userlevel@. To generate a diff of this

CVS commit: src/sys/arch/hp300/stand/common

2023-04-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Apr 21 22:43:11 UTC 2023 Modified Files: src/sys/arch/hp300/stand/common: if_le.c Log Message: Avoid an extern declaration in .c file. Just declare it as static. Suggested on tech-userlevel@. To generate a diff of this

CVS commit: src

2023-04-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Apr 21 21:50:05 UTC 2023 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile Added Files: src/tests/kernel: t_open_pr_57260.c Log Message:

CVS commit: src

2023-04-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Apr 21 21:50:05 UTC 2023 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile Added Files: src/tests/kernel: t_open_pr_57260.c Log Message:

CVS commit: src/lib/librefuse

2023-04-21 Thread David Brownlee
Module Name:src Committed By: abs Date: Fri Apr 21 19:29:32 UTC 2023 Modified Files: src/lib/librefuse: fuse.h Log Message: Fix incorrect test for FUSE_USE_VERSION 34 (Thanks to Mark Davies for report) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/lib/librefuse

2023-04-21 Thread David Brownlee
Module Name:src Committed By: abs Date: Fri Apr 21 19:29:32 UTC 2023 Modified Files: src/lib/librefuse: fuse.h Log Message: Fix incorrect test for FUSE_USE_VERSION 34 (Thanks to Mark Davies for report) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:54:09 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Narrow the scope of the device numbering lookup on detach. Just need it for vdevgone, order relative to other things in detach doesn't

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:54:09 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Narrow the scope of the device numbering lookup on detach. Just need it for vdevgone, order relative to other things in detach doesn't

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:45:13 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): dkdump: Simplify. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:45:13 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): dkdump: Simplify. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:44:59 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Omit needless locking in dksize, dkdump. All the members these use are stable after initialization, except for the wedge size, which

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:44:59 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Omit needless locking in dksize, dkdump. All the members these use are stable after initialization, except for the wedge size, which

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:44:18 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Take a read-lock on dkwedges_lock if we're only reading. - dkwedge_find_by_name - dkwedge_find_by_parent - dkwedge_print_wnames To

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:44:18 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Take a read-lock on dkwedges_lock if we're only reading. - dkwedge_find_by_name - dkwedge_find_by_parent - dkwedge_print_wnames To

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:31:00 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Set .d_cfdriver and .d_devtounit to plug open/detach race. This way, opening dkN or rdkN will wait if attach or detach is still in

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:31:00 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Set .d_cfdriver and .d_devtounit to plug open/detach race. This way, opening dkN or rdkN will wait if attach or detach is still in

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:30:52 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Use disk_begindetach and rely on vdevgone to close instances. The first step is to decide whether we can detach (if forced, yes; if

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:30:52 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Use disk_begindetach and rely on vdevgone to close instances. The first step is to decide whether we can detach (if forced, yes; if

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:30:32 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Fix callout detach race. 1. Set a flag sc_iostop under the lock sc_iolock so dkwedge_detach and dkstart don't race over it. 2.

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:30:21 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Add null d_cancel routine to devsw. This way, dkclose is guaranteed that dkopen, dkread, dkwrite, dkioctl, , have all returned before

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:30:21 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Add null d_cancel routine to devsw. This way, dkclose is guaranteed that dkopen, dkread, dkwrite, dkioctl, , have all returned before

CVS commit: src/sys/kern

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:30:04 UTC 2023 Modified Files: src/sys/kern: subr_disk.c Log Message: disk(9): Fix use-after-free race with concurrent disk_set_info. This can happen with dk(4), which allows wedges to have their size increased

CVS commit: src/sys/kern

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:30:04 UTC 2023 Modified Files: src/sys/kern: subr_disk.c Log Message: disk(9): Fix use-after-free race with concurrent disk_set_info. This can happen with dk(4), which allows wedges to have their size increased

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:29:43 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Require dk_openlock in dk_set_geometry. Not strictly necessary but this makes reasoning easier and documents with an assertion how

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:29:43 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Require dk_openlock in dk_set_geometry. Not strictly necessary but this makes reasoning easier and documents with an assertion how

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:29:34 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Assert dkwedges[unit] is the sc we're about to free. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:29:34 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Assert dkwedges[unit] is the sc we're about to free. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:29:26 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Assert parent vp is nonnull before we stash it away. Let's enable early attribution if this goes wrong. If it's not the parent's

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:29:18 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Don't touch dkwedges or ndkwedges outside dkwedges_lock. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:29:26 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Assert parent vp is nonnull before we stash it away. Let's enable early attribution if this goes wrong. If it's not the parent's

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:29:18 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Don't touch dkwedges or ndkwedges outside dkwedges_lock. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:26:36 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Move CFDRIVER_DECL and CFATTACH_DECL3_NEW earlier in file. Follows the pattern of most drivers, and will be necessary for referencing

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:26:36 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Move CFDRIVER_DECL and CFATTACH_DECL3_NEW earlier in file. Follows the pattern of most drivers, and will be necessary for referencing

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:25:49 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Prevent races in access to struct dkwedge_softc::sc_size. Rules: 1. Only ever increases, never decreases. (Decreases require

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:25:49 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Prevent races in access to struct dkwedge_softc::sc_size. Rules: 1. Only ever increases, never decreases. (Decreases require

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:25:30 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): for rwlock(9). To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/dev/dkwedge/dk.c Please note that diffs are

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:25:30 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): for rwlock(9). To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/dev/dkwedge/dk.c Please note that diffs are

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:25:22 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): KNF: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:25:22 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): KNF: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:25:09 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): ENXIO, not ENODEV, means no such device. ENXIO is `device not configured', meaning there is no such device. ENODEV is `operation not

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:25:09 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): ENXIO, not ENODEV, means no such device. ENXIO is `device not configured', meaning there is no such device. ENODEV is `operation not

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:56 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Fix typo in comment: dkstrategy, not dkstragegy. No functional change intended. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:56 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Fix typo in comment: dkstrategy, not dkstragegy. No functional change intended. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:48 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Omit needless void * cast. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:48 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Omit needless void * cast. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:39 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): KNF: Whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:39 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): KNF: Whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:32 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): KNF: return (v) -> return v. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:32 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): KNF: return (v) -> return v. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:19 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Avoid holding dkwedges_lock while allocating array. This is not great -- we shouldn't be choosing the unit number here anyway; we

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:24:19 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Avoid holding dkwedges_lock while allocating array. This is not great -- we shouldn't be choosing the unit number here anyway; we

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:09:38 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Restore assertions in dklastclose. We only enter dklastclose if the wedge is open (sc->sc_dk.dk_openmask != 0), which can happen only

CVS commit: src/sys/dev/dkwedge

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 18:09:38 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Restore assertions in dklastclose. We only enter dklastclose if the wedge is open (sc->sc_dk.dk_openmask != 0), which can happen only

CVS commit: src/external/mit/lua/dist/src

2023-04-21 Thread Nikita
Module Name:src Committed By: nikita Date: Fri Apr 21 17:48:07 UTC 2023 Modified Files: src/external/mit/lua/dist/src: ldo.h Log Message: lua: fix formating diff to upstream in ldo.h To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/mit/lua/dist/src

2023-04-21 Thread Nikita
Module Name:src Committed By: nikita Date: Fri Apr 21 17:48:07 UTC 2023 Modified Files: src/external/mit/lua/dist/src: ldo.h Log Message: lua: fix formating diff to upstream in ldo.h To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/kern

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 17:35:43 UTC 2023 Modified Files: src/sys/kern: subr_autoconf.c Log Message: autoconf(9): Add a comment where we risk arithmetic overflow. To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310

CVS commit: src/sys/kern

2023-04-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 21 17:35:43 UTC 2023 Modified Files: src/sys/kern: subr_autoconf.c Log Message: autoconf(9): Add a comment where we risk arithmetic overflow. To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310

CVS commit: src/external/mit/lua/dist/src

2023-04-21 Thread Nikita
Module Name:src Committed By: nikita Date: Fri Apr 21 17:31:33 UTC 2023 Modified Files: src/external/mit/lua/dist/src: lvm.c Log Message: lua: fix ftb in lvm.c To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/external/mit/lua/dist/src/lvm.c Please note

CVS commit: src/external/mit/lua/dist/src

2023-04-21 Thread Nikita
Module Name:src Committed By: nikita Date: Fri Apr 21 17:31:33 UTC 2023 Modified Files: src/external/mit/lua/dist/src: lvm.c Log Message: lua: fix ftb in lvm.c To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/external/mit/lua/dist/src/lvm.c Please note

CVS commit: src/doc

2023-04-21 Thread Roy Marples
o the NetBSD source tree. @@ -84,3 +84,5 @@ Changes from NetBSD 10.0 to NetBSD 11.0: lua: Import version 5.4.4. Bumped shlib major because of incompatible API/ABI changes. [nikita 20230416] + dhcpcd: Import version 10.0.1. [roy 20230421] +

CVS commit: src/doc

2023-04-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Apr 21 17:00:06 UTC 2023 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note update to dhcpcd-10.0.1 To generate a diff of this commit: cvs rdiff -u -r1.1921 -r1.1922 src/doc/3RDPARTY cvs rdiff -u -r1.2960 -r1.2961

CVS commit: src/external/bsd/dhcpcd/dist

2023-04-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Apr 21 16:54:26 UTC 2023 Modified Files: src/external/bsd/dhcpcd/dist/hooks: 20-resolv.conf 29-lookup-hostname 30-hostname 50-ntp.conf src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcp6.c dhcpcd.c

CVS commit: src/external/bsd/dhcpcd/dist

2023-04-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Apr 21 16:54:26 UTC 2023 Modified Files: src/external/bsd/dhcpcd/dist/hooks: 20-resolv.conf 29-lookup-hostname 30-hostname 50-ntp.conf src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcp6.c dhcpcd.c

CVS import: src/external/bsd/dhcpcd/dist

2023-04-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Apr 21 16:52:47 UTC 2023 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11417 Log Message: Update to dhcpcd-10.0.1 with the following changes: * privsep: keep resources open rather than

CVS import: src/external/bsd/dhcpcd/dist

2023-04-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Apr 21 16:52:47 UTC 2023 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11417 Log Message: Update to dhcpcd-10.0.1 with the following changes: * privsep: keep resources open rather than

CVS commit: src/share/misc

2023-04-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 21 16:12:54 UTC 2023 Modified Files: src/share/misc: style Log Message: style: remove mentions of ANSI C The distinction between traditional C and ISO C90 or later is no longer needed in the style guide. Any old-style

CVS commit: src/share/misc

2023-04-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 21 16:12:54 UTC 2023 Modified Files: src/share/misc: style Log Message: style: remove mentions of ANSI C The distinction between traditional C and ISO C90 or later is no longer needed in the style guide. Any old-style

CVS commit: src/sys/arch

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 15:04:47 UTC 2023 Modified Files: src/sys/arch/arm/at91: at91rm9200bus.c at91sam9261bus.c src/sys/arch/evbarm/armadaxp: armadaxp_machdep.c src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c Log Message: More

CVS commit: src/sys/arch

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 15:04:47 UTC 2023 Modified Files: src/sys/arch/arm/at91: at91rm9200bus.c at91sam9261bus.c src/sys/arch/evbarm/armadaxp: armadaxp_machdep.c src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c Log Message: More

CVS commit: src/sys/arch/arm

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 15:00:48 UTC 2023 Modified Files: src/sys/arch/arm/at91: at91_bus_space.c at91busvar.h at91rm9200bus.c at91sam9260bus.c at91sam9261bus.c src/sys/arch/arm/broadcom: bcmgen_space.c

CVS commit: src/sys/arch/arm

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 15:00:48 UTC 2023 Modified Files: src/sys/arch/arm/at91: at91_bus_space.c at91busvar.h at91rm9200bus.c at91sam9260bus.c at91sam9261bus.c src/sys/arch/arm/broadcom: bcmgen_space.c

CVS commit: src/sys/arch/hpcarm/hpcarm

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 15:00:27 UTC 2023 Modified Files: src/sys/arch/hpcarm/hpcarm: netbookpro_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/hpcarm/hpcarm

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 15:00:27 UTC 2023 Modified Files: src/sys/arch/hpcarm/hpcarm: netbookpro_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/evbarm

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 14:58:35 UTC 2023 Modified Files: src/sys/arch/evbarm/adi_brh: obio_space.c src/sys/arch/evbarm/hdl_g: obio_space.c src/sys/arch/evbarm/ifpga: ifpga_io.c src/sys/arch/evbarm/imx23_olinuxino:

CVS commit: src/sys/arch/evbarm

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 14:58:35 UTC 2023 Modified Files: src/sys/arch/evbarm/adi_brh: obio_space.c src/sys/arch/evbarm/hdl_g: obio_space.c src/sys/arch/evbarm/ifpga: ifpga_io.c src/sys/arch/evbarm/imx23_olinuxino:

CVS commit: src/sys/arch/iyonix/iyonix

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 14:57:52 UTC 2023 Modified Files: src/sys/arch/iyonix/iyonix: obio_space.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/iyonix/iyonix/obio_space.c Please

CVS commit: src/sys/arch/iyonix/iyonix

2023-04-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 21 14:57:52 UTC 2023 Modified Files: src/sys/arch/iyonix/iyonix: obio_space.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/iyonix/iyonix/obio_space.c Please

CVS commit: src/lib/libedit

2023-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 21 14:56:13 UTC 2023 Modified Files: src/lib/libedit: readline.c src/lib/libedit/readline: readline.h Log Message: Align types with readline-8.2 (wiz@) To generate a diff of this commit: cvs rdiff -u -r1.178

CVS commit: src/lib/libedit

2023-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 21 14:56:13 UTC 2023 Modified Files: src/lib/libedit: readline.c src/lib/libedit/readline: readline.h Log Message: Align types with readline-8.2 (wiz@) To generate a diff of this commit: cvs rdiff -u -r1.178