CVS commit: src/external/bsd/top/dist/machine

2023-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 14 07:18:44 UTC 2023 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: avoid crashes when proc_from_thread() returns NULL. XXX: pullup-10, ... To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/top/dist/machine

2023-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 14 07:18:44 UTC 2023 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: avoid crashes when proc_from_thread() returns NULL. XXX: pullup-10, ... To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/lib/libsa

2023-12-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 14 05:39:00 UTC 2023 Modified Files: src/sys/lib/libsa: nfs.c Log Message: libsa: nfs: Fix NFS_NOSYMLINK option for previous Used only by mvme68k. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/lib/libsa

2023-12-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 14 05:39:00 UTC 2023 Modified Files: src/sys/lib/libsa: nfs.c Log Message: libsa: nfs: Fix NFS_NOSYMLINK option for previous Used only by mvme68k. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

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

2023-12-13 Thread Valery Ushakov
On Wed, Dec 13, 2023 at 23:11:35 +, Andrius Varanavicius wrote: > Module Name: src > Committed By: andvar > Date: Wed Dec 13 23:11:35 UTC 2023 > > Modified Files: > src/sys/arch/sparc64/dev: vnet.c > src/sys/arch/sparc64/sparc64: netbsd32_machdep_13.c > > Log Message: >

CVS commit: src/lib/libc/stdlib

2023-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Dec 13 23:53:50 UTC 2023 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: make malloc_usable_size() visible with old jemalloc. it's in and applications like firefox expect it. XXX: pullup-10 To generate a diff

CVS commit: src/lib/libc/stdlib

2023-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Dec 13 23:53:50 UTC 2023 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: make malloc_usable_size() visible with old jemalloc. it's in and applications like firefox expect it. XXX: pullup-10 To generate a diff

CVS commit: src/sys/arch/sparc64

2023-12-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Dec 13 23:11:35 UTC 2023 Modified Files: src/sys/arch/sparc64/dev: vnet.c src/sys/arch/sparc64/sparc64: netbsd32_machdep_13.c Log Message: Add #ifdef DDB blocks around Debugger(); calls to make kernel build without

CVS commit: src/sys/arch/sparc64

2023-12-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Dec 13 23:11:35 UTC 2023 Modified Files: src/sys/arch/sparc64/dev: vnet.c src/sys/arch/sparc64/sparc64: netbsd32_machdep_13.c Log Message: Add #ifdef DDB blocks around Debugger(); calls to make kernel build without

CVS commit: src/sys/arch/sparc64/dev

2023-12-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Dec 13 22:53:04 UTC 2023 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: Make NBPFILTER build by adopting NetBSD's bpf_mtap() interface and definitions. Condition is also not needed, since this check is

CVS commit: src/sys/arch/sparc64/dev

2023-12-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Dec 13 22:53:04 UTC 2023 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: Make NBPFILTER build by adopting NetBSD's bpf_mtap() interface and definitions. Condition is also not needed, since this check is

CVS commit: src/sys/arch/sgimips

2023-12-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Dec 13 20:53:15 UTC 2023 Modified Files: src/sys/arch/sgimips/gio: grtwo.c light.c src/sys/arch/sgimips/hpc: hpcdma.c Log Message: Add (intptr_t) casts to fix "cast to pointer from integer of different size", mainly

CVS commit: src/sys/arch/sgimips

2023-12-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Dec 13 20:53:15 UTC 2023 Modified Files: src/sys/arch/sgimips/gio: grtwo.c light.c src/sys/arch/sgimips/hpc: hpcdma.c Log Message: Add (intptr_t) casts to fix "cast to pointer from integer of different size", mainly

CVS commit: src/sys/arch

2023-12-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Dec 13 10:53:15 UTC 2023 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL Log Message: Removing obsolete TTY_DEBUG option from ALL kernels. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2023-12-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Dec 13 10:53:15 UTC 2023 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL Log Message: Removing obsolete TTY_DEBUG option from ALL kernels. To generate a diff of this commit: cvs rdiff -u

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

2023-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 13 08:25:54 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe: micro-optimize ixgbe_txeof() Update txr->packets outside the loop in ixgbe_txeof(). To generate a diff of this commit: cvs

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

2023-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 13 08:25:54 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe: micro-optimize ixgbe_txeof() Update txr->packets outside the loop in ixgbe_txeof(). To generate a diff of this commit: cvs

CVS commit: src/doc

2023-12-13 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Dec 13 08:20:04 UTC 2023 Modified Files: src/doc: CHANGES Log Message: doc: Recent changes To generate a diff of this commit: cvs rdiff -u -r1.3021 -r1.3022 src/doc/CHANGES Please note that diffs are not public domain; they

CVS commit: src/doc

2023-12-13 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Dec 13 08:20:04 UTC 2023 Modified Files: src/doc: CHANGES Log Message: doc: Recent changes To generate a diff of this commit: cvs rdiff -u -r1.3021 -r1.3022 src/doc/CHANGES Please note that diffs are not public domain; they