Re: CVS commit: src/sys/sys

2025-04-04 Thread Taylor R Campbell
> Module Name:src > Committed By: rillig > Date: Fri Apr 4 20:52:32 UTC 2025 > > Modified Files: > src/sys/sys: cdefs.h > > Log Message: > sys/cdefs.h: fix __predict_true and __predict_false for lint > > -#define __predict_true(exp) __builtin_expect((exp) ? 1 :

CVS commit: src/sys

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 31 14:46:42 UTC 2025 Modified Files: src/sys/arch/arm/xscale: pxa2x0_ohci.c src/sys/arch/mips/ralink: ralink_ohci.c src/sys/dev/cardbus: ohci_cardbus.c src/sys/dev/pci: ohci_pci.c src/sys/

CVS commit: src/sys/arch/amd64/conf

2025-04-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 20 22:16:58 UTC 2025 Modified Files: src/sys/arch/amd64/conf: MODULAR Log Message: We now have COMPAT_100, so use the modular version vs built-in To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/ar

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

2025-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 21 14:04:33 UTC 2025 Modified Files: src/crypto/external/bsd/openssh/dist: log.c monitor.c mux.c packet.c serverloop.c session.c sshd-session.c Log Message: PR/59200: Jose Luis Duran: Change exit probe locati

CVS commit: src/lib/libc/string

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 16:28:57 UTC 2025 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Pick some nits in the prose. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/string/strlcpy.3 Pl

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

2025-04-04 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

2025-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Mar 21 20:37:31 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint1: msg_135.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: don't warn when a cast increases the alignment from 1 to n To generate a diff of th

CVS import: src/external/public-domain/tz/dist

2025-04-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 26 17:34:52 UTC 2025 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv28002 Log Message: Import tzdata2025b from https://github.com/JodaOrg/global-tz/releases/download/2025bgtz/

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

2025-04-04 Thread Nat Sloss
On Fri, 4 Apr 2025 22:37:50 Tetsuya Isaki wrote: > At Thu, 3 Apr 2025 14:00:16 +0200, > > Martin Husemann wrote: > > > So these all nops are never executed just before any of f-line > > > instructions. > > > > Can you also please explain how you got at that NOP-after-f-line > > woraround? The Mot

CVS commit: src/sys

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 31 14:46:42 UTC 2025 Modified Files: src/sys/arch/arm/xscale: pxa2x0_ohci.c src/sys/arch/mips/ralink: ralink_ohci.c src/sys/dev/cardbus: ohci_cardbus.c src/sys/dev/pci: ohci_pci.c src/sys/

CVS commit: src

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 14:36:49 UTC 2025 Modified Files: src/sbin/efi: defs.h efiio.c src/sys/dev: efi.c Log Message: efi(8)/efi(9): Rename EFI_VARNAME_MAXLENGTH -> EFI_VARNAME_MAXBYTES. This should help avoid potential confusion

CVS commit: src/sys/arch/amd64/amd64

2025-04-04 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun Mar 30 19:48:15 UTC 2025 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: locore.S: remove duplicate comment Trivial change, tested anyway on NetBSD/amd64; NFCI. "Go go" imil@ To generate a diff of this com

CVS commit: src/sys/dev/pci

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 31 14:48:50 UTC 2025 Modified Files: src/sys/dev/pci: ohci_pci.c Log Message: ohci@pci: Don't detach on shutdown. If there's some USB device that requires detach on shutdown (which would be surprising, because USB devi

CVS commit: src

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 31 14:23:11 UTC 2025 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/lib/libpthread: pthread_cancelstub.c pthread_mi.expsym shlib_version s

CVS commit: [netbsd-10] src/tests/net/if_vlan

2025-04-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:45:08 UTC 2025 Modified Files: src/tests/net/if_vlan [netbsd-10]: t_vlan.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1075): tests/net/if_vlan/t_vlan.sh: revision 1.26

CVS commit: src/tests/lib/libc/gen

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 23:01:51 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: Factor loop out of macro-generated functions. No functional change intended. PR lib/58208: ctype(3) provides poor runtime fe

CVS commit: src/sys

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 31 14:45:35 UTC 2025 Modified Files: src/sys/arch/mips/ralink: ralink_ehci.c src/sys/dev/cardbus: ehci_cardbus.c src/sys/dev/pci: ehci_pci.c usb_pci.c Log Message: ehci(4): Sprinkle KERNEL_LOCKED_P and K

CVS commit: src/sys/dev/pci

2025-04-04 Thread Emmanuel
Module Name:src Committed By: joe Date: Sun Mar 23 18:38:49 UTC 2025 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: avoid NULL pointer dereference on failed memory allocation for sc_ihs To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pc

CVS commit: src/tests/lib/libpthread

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 23:03:06 UTC 2025 Modified Files: src/tests/lib/libpthread: t_once.c Log Message: tests/lib/libpthread/t_once: Test fork and pthread_once race. Test is disabled by default because it triggers only with very low prob

CVS commit: src/usr.bin/make

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 31 14:35:22 UTC 2025 Modified Files: src/usr.bin/make: main.c Log Message: make(1): Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.640 -r1.641 src/usr.bin/

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

2025-04-04 Thread Tetsuya Isaki
At Thu, 3 Apr 2025 14:00:16 +0200, Martin Husemann wrote: > > So these all nops are never executed just before any of f-line > > instructions. > > Can you also please explain how you got at that NOP-after-f-line woraround? > The Motorola errata text (at least the versions I found on the wayback >

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

2025-04-04 Thread Martin Husemann
On Fri, Apr 04, 2025 at 10:48:17PM +1100, Nat Sloss wrote: > The changes to the context switch in sys/m68k have been reverted and the nop > insertion by gas(1) has been turned off by default. What does upstream gcc plan to do with the new option? Default on or off? I guess we can find some way t