Re: CVS commit: src/sys/net/npf

2025-03-20 Thread Paul Goyette
On Thu, 20 Mar 2025, Emmanuel Nyarko wrote: When did it start causing panics ? sometime between Feb 9 and March 19 Can I get a log of the crash ? No serial coonsole, but I did transcribe the backtrace: vpanic kern_assert spec_close VOP_CLOSE vn_clos

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

2025-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 18:43:03 UTC 2025 Modified Files: src/crypto/external/bsd/openssh/dist: auth.c Log Message: PR/59108; Jose Luis Duran: Reset the blocklist counter after successful authentication To generate a diff of this commit: c

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

2025-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 18:43:03 UTC 2025 Modified Files: src/crypto/external/bsd/openssh/dist: auth.c Log Message: PR/59108; Jose Luis Duran: Reset the blocklist counter after successful authentication To generate a diff of this commit: c

CVS commit: src/external/bsd/nvi/dist/regex

2025-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 18:39:17 UTC 2025 Modified Files: src/external/bsd/nvi/dist/regex: regcomp.c Log Message: PR/59103: RVP: Search of non-ASCII chars. broken when `:set extended' is set To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/nvi/dist/regex

2025-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 18:39:17 UTC 2025 Modified Files: src/external/bsd/nvi/dist/regex: regcomp.c Log Message: PR/59103: RVP: Search of non-ASCII chars. broken when `:set extended' is set To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/npf/npfctl

2025-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 17:52:23 UTC 2025 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_parse.y npf_scan.l Log Message: PR/58116: Attaulah: Allow comments inside lists in npf.conf To generate a diff of this commit: cvs rdiff -u -

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/sys/kern

2025-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 20 15:10:25 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: and add the trailing " To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/kern/kern_module.c Please note that diffs ar

CVS commit: src/sys/kern

2025-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 20 13:26:55 UTC 2025 Modified Files: src/sys/kern: kern_module_vfs.c Log Message: One more `module' name formatting. Again, NFCI To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/kern/kern_module_v

CVS commit: src/sys/kern

2025-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 20 15:10:25 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: and add the trailing " To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/kern/kern_module.c Please note that diffs ar

Re: CVS commit: src/sys/kern

2025-03-20 Thread Paul Goyette
On Thu, 20 Mar 2025, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Thu Mar 20 15:04:55 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: One more debug message to different manual vs auto unload differentiate --^

CVS commit: src/sys/kern

2025-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 20 15:04:55 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: One more debug message to different manual vs auto unload To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/kern/kern_

CVS commit: src/sys/kern

2025-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 20 15:04:55 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: One more debug message to different manual vs auto unload To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/kern/kern_

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/sys/kern

2025-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 20 13:26:55 UTC 2025 Modified Files: src/sys/kern: kern_module_vfs.c Log Message: One more `module' name formatting. Again, NFCI To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/kern/kern_module_v

CVS commit: src/sys/arch

2025-03-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Mar 19 21:03:41 UTC 2025 Modified Files: src/sys/arch/evbarm/conf: HPT5325 MINI2440 src/sys/arch/evbmips/conf: XLSATX src/sys/arch/pmax/conf: GENERIC64 INSTALL64 src/sys/arch/vax/conf: VAX780 Log Mess

CVS commit: src/sys/net/npf

2025-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 20 09:49:02 UTC 2025 Modified Files: src/sys/net/npf: npf_os.c Log Message: Disable autounload for the npf module, until we can figure out why it's causing panic during system startup. To generate a diff of this commit

CVS commit: src/sys/net/npf

2025-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 20 09:49:02 UTC 2025 Modified Files: src/sys/net/npf: npf_os.c Log Message: Disable autounload for the npf module, until we can figure out why it's causing panic during system startup. To generate a diff of this commit