CVS commit: src/bin/csh

2025-03-20 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Thu Mar 20 15:02:00 UTC 2025 Modified Files: src/bin/csh: err.c proc.c Log Message: Cause jobs -l to actually show process ID's again. Thanks to rvp for the initial patch. See: http://mail-index.NetBSD.org/current-users/2025/03/17

CVS commit: src/bin/csh

2025-03-20 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Thu Mar 20 15:02:00 UTC 2025 Modified Files: src/bin/csh: err.c proc.c Log Message: Cause jobs -l to actually show process ID's again. Thanks to rvp for the initial patch. See: http://mail-index.NetBSD.org/current-users/2025/03/17

CVS commit: src/crypto/external/bsd/openssh/dist

2025-01-08 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Jan 8 13:37:04 UTC 2025 Modified Files: src/crypto/external/bsd/openssh/dist: sshd-session.c Log Message: Applied patches based on suggestions from Greg Woods in current-users to address the problem that when sshd-session was

CVS commit: src/doc

2025-01-08 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Jan 8 13:41:24 UTC 2025 Modified Files: src/doc: 3RDPARTY Log Message: Applied patches based on suggestions from Greg Woods in current-users to address the problem that when sshd-session was merged into the NetBSD tree, not

CVS commit: src/doc

2025-01-08 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Jan 8 13:41:24 UTC 2025 Modified Files: src/doc: 3RDPARTY Log Message: Applied patches based on suggestions from Greg Woods in current-users to address the problem that when sshd-session was merged into the NetBSD tree, not

CVS commit: src/crypto/external/bsd/openssh/dist

2025-01-08 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Jan 8 13:37:04 UTC 2025 Modified Files: src/crypto/external/bsd/openssh/dist: sshd-session.c Log Message: Applied patches based on suggestions from Greg Woods in current-users to address the problem that when sshd-session was

CVS commit: src/sys/dev/pci

2023-10-24 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Oct 25 00:21:49 UTC 2023 Modified Files: src/sys/dev/pci: mpii.c Log Message: Fixes for PR kern/57133: I can now explain why this assert is firing and have a fix for it. It is a regression introduced in R1.22 of mpii.c.

CVS commit: src/sys/dev/pci

2023-10-24 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Oct 25 00:21:49 UTC 2023 Modified Files: src/sys/dev/pci: mpii.c Log Message: Fixes for PR kern/57133: I can now explain why this assert is firing and have a fix for it. It is a regression introduced in R1.22 of mpii.c.

CVS commit: src/sys/kern

2023-02-13 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Mon Feb 13 19:07:14 UTC 2023 Modified Files: src/sys/kern: subr_devsw.c Log Message: When a device driver calls devsw_attach() it has the option of attaching a block device structure and a character device structure, or,

CVS commit: src/sys/kern

2023-02-13 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Mon Feb 13 19:07:14 UTC 2023 Modified Files: src/sys/kern: subr_devsw.c Log Message: When a device driver calls devsw_attach() it has the option of attaching a block device structure and a character device structure, or,

CVS commit: src/sys/dev/pci

2022-05-18 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Thu May 19 04:43:43 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: For chips which contain an ASF/IPMI firmware, instruct the chip to shut the host ASF firmware down when attaching the device so the IPMI BMC can

CVS commit: src/sys/dev/pci

2022-05-18 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Thu May 19 04:43:43 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: For chips which contain an ASF/IPMI firmware, instruct the chip to shut the host ASF firmware down when attaching the device so the IPMI BMC can

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

2014-04-11 Thread Brian Buhrow
Hello. Thanks for the detailed response. I've already gone through and, I believe, fixed the indentation issues with the code. Those fixes are checked in as V1.21 of the mpt_netbsd.c file. I'll next go through and make your suggested changes for comments and long lines. -thanks -Brian

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

2014-04-10 Thread Brian Buhrow
Apr 2014 23:57:54 +0000 } From: "Brian Buhrow" } }Modified Files: }src/sys/dev/ic: mpt_netbsd.c mpt_netbsd.h } }Log Message: }Checking in changes to improve error handling. Specifically: } } There are a lot of KNF issues in this change, making it hard to