CVS commit: src/sys/dev/raidframe

2010-03-01 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Mar 1 14:51:58 UTC 2010 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Don't merge a good parity map with random stuff in the event that the first component is missing. (Since the merging just OR's the

CVS commit: src/sys/dev/raidframe

2010-03-01 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Mar 1 14:51:58 UTC 2010 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Don't merge a good parity map with random stuff in the event that the first component is missing. (Since the merging just OR's the

CVS commit: src/sys/dev/raidframe

2010-03-03 Thread Greg Oster
Module Name:src Committed By: oster Date: Wed Mar 3 14:23:27 UTC 2010 Modified Files: src/sys/dev/raidframe: rf_paritymap.c Log Message: Don't attempt to read or write component label stuff from/to 'dead disks'. Update used spares with the correct parity map bits too.

CVS commit: src/sys/dev/raidframe

2010-03-03 Thread Greg Oster
Module Name:src Committed By: oster Date: Wed Mar 3 14:23:27 UTC 2010 Modified Files: src/sys/dev/raidframe: rf_paritymap.c Log Message: Don't attempt to read or write component label stuff from/to 'dead disks'. Update used spares with the correct parity map bits too.

Re: CVS commit: src/sys/dev/raidframe

2014-04-02 Thread Greg Oster
need to force it, and just use -A yes. FWIW: I like this idea the best. It also doesn't break any existing installations. Later... Greg Oster

Re: CVS commit: src/sbin/mount

2016-10-09 Thread Greg Oster
are for this change at all, as I don't think it really helps anything, and it significantly reduces the amount of useful information provided by the warning...) Later... Greg Oster

Re: CVS commit: src/sys/arch

2018-12-11 Thread Greg Oster
nouveau: user:001f906e:fff9: fini completed in 130us [ 69.9188746] kern info: nouveau: user:001f906e:fff9: destroy children... [ 69.9188746] kern info: nouveau: user:001f906e:fff9: destroy running... with -current, and fails to display anything more than a black screen. Additional details happily provided on request. Later... Greg Oster

CVS commit: src/share/man/man9

2019-09-01 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Sep 1 17:50:32 UTC 2019 Modified Files: src/share/man/man9: copy.9 intro.9 uiomove.9 Log Message: s/Xr store/Xr ustore/ to fix cross-references in these man-pages. To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/share/man/man9

2019-09-01 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Sep 1 17:50:32 UTC 2019 Modified Files: src/share/man/man9: copy.9 intro.9 uiomove.9 Log Message: s/Xr store/Xr ustore/ to fix cross-references in these man-pages. To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/sys/dev/raidframe

2021-08-28 Thread Greg Oster
Module Name:src Committed By: oster Date: Sat Aug 28 16:00:52 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: If there is a FS_RAID partition on a disk, then we shouldn't look at the raw partition. In particular, we now need to account for

CVS commit: src/sys/dev/raidframe

2021-08-28 Thread Greg Oster
Module Name:src Committed By: oster Date: Sat Aug 28 16:00:52 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: If there is a FS_RAID partition on a disk, then we shouldn't look at the raw partition. In particular, we now need to account for

CVS commit: src/sys/dev/raidframe

2023-09-16 Thread Greg Oster
Module Name:src Committed By: oster Date: Sat Sep 16 23:38:57 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: A component that is in state rf_ds_reconstructing has failed, and should not be consulted for DIOCGCACHE. Fixes an observed panic

CVS commit: src/sys/dev/raidframe

2023-09-16 Thread Greg Oster
Module Name:src Committed By: oster Date: Sat Sep 16 23:38:57 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: A component that is in state rf_ds_reconstructing has failed, and should not be consulted for DIOCGCACHE. Fixes an observed panic

CVS commit: src

2023-09-17 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Sep 17 20:07:39 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c src/sys/dev/raidframe: raidframeio.h rf_diskqueue.c rf_diskqueue.h rf_disks.c rf_disks.h rf_driver.c rf_netbsdkintf.c rf_raid.h

CVS commit: src

2023-09-17 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Sep 17 20:07:39 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c src/sys/dev/raidframe: raidframeio.h rf_diskqueue.c rf_diskqueue.h rf_disks.c rf_disks.h rf_driver.c rf_netbsdkintf.c rf_raid.h

CVS commit: src/sys/dev/raidframe

2023-09-08 Thread Greg Oster
Module Name:src Committed By: oster Date: Fri Sep 8 22:55:32 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_reconstruct.c Log Message: Revision 1.104 actually fixed the issues that were preventing us from freeing the ReconControl structures. So free them and thus

CVS commit: src/sys/dev/raidframe

2023-09-08 Thread Greg Oster
Module Name:src Committed By: oster Date: Fri Sep 8 22:55:32 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_reconstruct.c Log Message: Revision 1.104 actually fixed the issues that were preventing us from freeing the ReconControl structures. So free them and thus

CVS commit: src/sys/arch/vax/include

2023-09-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Sep 10 00:15:52 UTC 2023 Modified Files: src/sys/arch/vax/include: cpu.h Log Message: With the overhaul of the scheduler code the semantics of ci_want_resched have changed, and for some reason vax still requires

CVS commit: src/sys/arch/vax/include

2023-09-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Sep 10 00:15:52 UTC 2023 Modified Files: src/sys/arch/vax/include: cpu.h Log Message: With the overhaul of the scheduler code the semantics of ci_want_resched have changed, and for some reason vax still requires

CVS commit: src/sys/dev

2023-10-16 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 16 13:31:33 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: Redo previous by making the DPRINT macro always expand to something. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/sys/dev

2023-10-16 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 16 13:31:33 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: Redo previous by making the DPRINT macro always expand to something. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

Re: CVS commit: src/sys/dev/pci/igc

2023-10-16 Thread Greg Oster
On 2023-10-15 17.06, Joerg Sonnenberger wrote: On Sun, Oct 15, 2023 at 10:36:53PM +, Greg Oster wrote: Module Name:src Committed By: oster Date: Sun Oct 15 22:36:53 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: Fix build of the MODULAR

CVS commit: src/sys/dev/raidframe

2023-09-25 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Sep 25 16:16:50 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_disks.c Log Message: snprintf() should really include a format. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys/dev/raidframe

2023-09-25 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Sep 25 16:16:50 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_disks.c Log Message: snprintf() should really include a format. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src

2023-09-25 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Sep 25 21:59:39 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c src/sys/dev/raidframe: files.raidframe rf_decluster.c rf_driver.c rf_netbsdkintf.c rf_paritymap.c rf_raid.h

CVS commit: src

2023-09-25 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Sep 25 21:59:39 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c src/sys/dev/raidframe: files.raidframe rf_decluster.c rf_driver.c rf_netbsdkintf.c rf_paritymap.c rf_raid.h

CVS commit: src/sbin/raidctl

2023-09-20 Thread Greg Oster
Module Name:src Committed By: oster Date: Thu Sep 21 01:40:44 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c Log Message: Implement command-line configuration of simple RAID sets with raidctl based on the usage pattern: raidctl create... For

CVS commit: src/sbin/raidctl

2023-09-20 Thread Greg Oster
Module Name:src Committed By: oster Date: Thu Sep 21 01:40:44 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c Log Message: Implement command-line configuration of simple RAID sets with raidctl based on the usage pattern: raidctl create... For

CVS commit: src/sbin/raidctl

2023-09-20 Thread Greg Oster
Module Name:src Committed By: oster Date: Thu Sep 21 01:48:41 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.c Log Message: Remove a couple of unneeded comments. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sbin/raidctl/raidctl.c Please note

CVS commit: src/sbin/raidctl

2023-09-20 Thread Greg Oster
Module Name:src Committed By: oster Date: Thu Sep 21 01:48:41 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.c Log Message: Remove a couple of unneeded comments. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sbin/raidctl/raidctl.c Please note

CVS commit: src/sys/dev/pci/igc

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 22:36:53 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: Fix build of the MODULAR kernel, which explicitly excludes vlans. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/pci/igc

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 22:36:53 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: Fix build of the MODULAR kernel, which explicitly excludes vlans. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/raidframe

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 18:15:20 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_dagdegwr.c rf_dagffwr.c rf_pq.c rf_pqdeg.c rf_pqdegdags.c rf_pqdegdags.h Log Message: Make RF_INCLUDE_RAID6 build (needs more changes to make it

CVS commit: src/sys/dev/raidframe

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 18:15:20 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_dagdegwr.c rf_dagffwr.c rf_pq.c rf_pqdeg.c rf_pqdegdags.c rf_pqdegdags.h Log Message: Make RF_INCLUDE_RAID6 build (needs more changes to make it

CVS commit: src/sys/dev

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 18:13:37 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: When building kernel=ALL, make gcc happy by addressing its warning of: "suggest braces around empty body in an 'if' statement". To generate a

CVS commit: src/sys/dev

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 18:13:37 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: When building kernel=ALL, make gcc happy by addressing its warning of: "suggest braces around empty body in an 'if' statement". To generate a

CVS commit: src/sys/dev/raidframe

2023-10-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 9 21:55:48 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: spaces->tabs. Noted by Edgar Fuß To generate a diff of this commit: cvs rdiff -u -r1.416 -r1.417

CVS commit: src/sys/dev/raidframe

2023-10-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 9 21:55:48 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: spaces->tabs. Noted by Edgar Fuß To generate a diff of this commit: cvs rdiff -u -r1.416 -r1.417

CVS commit: src/sys/dev/raidframe

2023-10-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 9 22:00:38 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_driver.c Log Message: Make the name of the condition more reflective of the name of the condition variable. From Edgar Fuß. To generate a diff of this

CVS commit: src/sys/dev/raidframe

2023-10-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 9 22:00:38 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_driver.c Log Message: Make the name of the condition more reflective of the name of the condition variable. From Edgar Fuß. To generate a diff of this

CVS commit: src/sys/dev/raidframe

2022-06-27 Thread Greg Oster
Module Name:src Committed By: oster Date: Tue Jun 28 03:13:27 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_compat80.c Log Message: RAIDframe must be initialized for the RAIDFRAME_FAIL_DISK80 ioctl. Reported-by: syzbot+048387fcc9a1a3682...@syzkaller.appspotmail.com

CVS commit: src/sys/dev/raidframe

2022-06-27 Thread Greg Oster
Module Name:src Committed By: oster Date: Tue Jun 28 03:13:27 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_compat80.c Log Message: RAIDframe must be initialized for the RAIDFRAME_FAIL_DISK80 ioctl. Reported-by: syzbot+048387fcc9a1a3682...@syzkaller.appspotmail.com

CVS commit: src/sys/dev/raidframe

2022-08-27 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Aug 28 00:26:04 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: RAIDframe must be initialized for the RAIDFRAME_SET_LAST_UNIT and RAIDFRAME_SHUTDOWN ioctls. XXX Pullup-9 Reported-by:

CVS commit: src/sys/dev/raidframe

2022-08-27 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Aug 28 00:26:04 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: RAIDframe must be initialized for the RAIDFRAME_SET_LAST_UNIT and RAIDFRAME_SHUTDOWN ioctls. XXX Pullup-9 Reported-by:

CVS commit: src/sys/dev/raidframe

2022-08-27 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Aug 28 00:37:41 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Simplify the check for what ioctls can be done in raidioctl() without the device being initialized. To generate a diff of this

CVS commit: src/sys/dev/raidframe

2022-08-27 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Aug 28 00:37:41 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Simplify the check for what ioctls can be done in raidioctl() without the device being initialized. To generate a diff of this

CVS commit: src/sys/arch/vax

2022-12-11 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Dec 11 18:02:40 UTC 2022 Modified Files: src/sys/arch/vax/include: cpu.h pcb.h src/sys/arch/vax/vax: pmap.c trap.c Log Message: Support save/restore of AST levels in the PCB for context switching. Code written by

CVS commit: src/sys/arch/vax

2022-12-11 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Dec 11 18:02:40 UTC 2022 Modified Files: src/sys/arch/vax/include: cpu.h pcb.h src/sys/arch/vax/vax: pmap.c trap.c Log Message: Support save/restore of AST levels in the PCB for context switching. Code written by

CVS commit: src/usr.sbin/wgconfig

2023-05-07 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun May 7 16:05:07 UTC 2023 Modified Files: src/usr.sbin/wgconfig: wgconfig.c Log Message: Don't allow "wgconfig add peer ..." to accept invalid options. Addresses PR bin/57392 . To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/wgconfig

2023-05-07 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun May 7 16:05:07 UTC 2023 Modified Files: src/usr.sbin/wgconfig: wgconfig.c Log Message: Don't allow "wgconfig add peer ..." to accept invalid options. Addresses PR bin/57392 . To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/common

2023-12-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Sat Dec 9 20:31:57 UTC 2023 Modified Files: src/sys/compat/common: compat_90_mod.c net_inet6_nd_90.c Log Message: Allow kernels builds which don't define INET6 to compile compat bits too. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/common

2023-12-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Sat Dec 9 20:31:57 UTC 2023 Modified Files: src/sys/compat/common: compat_90_mod.c net_inet6_nd_90.c Log Message: Allow kernels builds which don't define INET6 to compile compat bits too. To generate a diff of this commit: cvs