CVS commit: src/sys/external/bsd/common/include/linux

2024-10-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 2 01:56:02 UTC 2024 Modified Files: src/sys/external/bsd/common/include/linux: bitops.h Log Message: linux/bitops: Fix overestimate for BITS_TO_LONGS(9) Fortunately, this seems harmless except for allocating excessive buffe

CVS commit: src/sys/external/bsd/common/include/linux

2024-10-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 2 01:56:02 UTC 2024 Modified Files: src/sys/external/bsd/common/include/linux: bitops.h Log Message: linux/bitops: Fix overestimate for BITS_TO_LONGS(9) Fortunately, this seems harmless except for allocating excessive buffe

CVS commit: src/external/bsd/ntp/dist

2024-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 1 20:59:51 UTC 2024 Modified Files: src/external/bsd/ntp/dist/include: ntp.h ntp_lists.h ntpd.h src/external/bsd/ntp/dist/ntpd: ntp_control.c ntp_request.c ntp_restrict.c Log Message: Don't play poin

CVS commit: src/external/bsd/ntp/dist

2024-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 1 20:59:51 UTC 2024 Modified Files: src/external/bsd/ntp/dist/include: ntp.h ntp_lists.h ntpd.h src/external/bsd/ntp/dist/ntpd: ntp_control.c ntp_request.c ntp_restrict.c Log Message: Don't play poin

CVS commit: src/sys/rump/net/lib/libshmif

2024-10-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 1 08:55:58 UTC 2024 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: shmif: Fix logics for media change and status - shmif_mediachange: Drop check for if_link_state. Otherwise, there can be race b/w

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:05:17 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: sys/compat/linux/common/linux_file.c: Fix blank lines and comments. No functional change intended. To generate a diff of thi

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:46:51 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: linux_sys_copy_file_range: Nix unused variable new_size. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:46:51 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: linux_sys_copy_file_range: Nix unused variable new_size. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:05:17 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: sys/compat/linux/common/linux_file.c: Fix blank lines and comments. No functional change intended. To generate a diff of thi

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:18:46 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: linux_sys_copy_file_range: Avoid more UB arithmetic overflow. Need to check the input offset too, not just the output offset.

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:15:59 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: linux_sys_copy_file_range: Avoid UB arithmetic overflow. No functional change intended in the non-UB case. To generate a dif

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:18:46 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: linux_sys_copy_file_range: Avoid more UB arithmetic overflow. Need to check the input offset too, not just the output offset.

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:15:59 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: linux_sys_copy_file_range: Avoid UB arithmetic overflow. No functional change intended in the non-UB case. To generate a dif

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:11:39 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: sys/compat/linux/common/linux_file.c: KNF No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:11:39 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: sys/compat/linux/common/linux_file.c: KNF No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:08:47 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: linux_sys_copy_file_range: Prune dead branch. kmem_alloc(KM_SLEEP) can't fail. No functional change intended. To generate a

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:08:47 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: linux_sys_copy_file_range: Prune dead branch. kmem_alloc(KM_SLEEP) can't fail. No functional change intended. To generate a

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:00:27 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: sys/compat/linux/common/linux_file.c: KNF in function heads. No functional change intended. To generate a diff of this commi

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 17:00:27 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: sys/compat/linux/common/linux_file.c: KNF in function heads. No functional change intended. To generate a diff of this commi

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 16:41:29 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_cdrom.c linux_file.c linux_inotify.c linux_ioctl.c linux_ioctl.h linux_limit.h linux_misc.c linux_misc.h linux_mod.c linux_m

CVS commit: src/sys/compat/linux/common

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 16:41:29 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_cdrom.c linux_file.c linux_inotify.c linux_ioctl.c linux_ioctl.h linux_limit.h linux_misc.c linux_misc.h linux_mod.c linux_m

CVS commit: src/sys/compat/linux/arch

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 16:29:15 UTC 2024 Modified Files: src/sys/compat/linux/arch/mips: syscalls.master src/sys/compat/linux/arch/powerpc: syscalls.master Log Message: sys/compat/linux/arch/*/syscalls.master: Nix trailing whitespa

CVS commit: src/sys/compat/linux/arch

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 16:35:42 UTC 2024 Modified Files: src/sys/compat/linux/arch/alpha: linux_osf1.c linux_types.h src/sys/compat/linux/arch/amd64: Makefile linux_errno.h linux_exec.h linux_exec_machdep.c linux_fcntl.h

CVS commit: src/sys/compat/linux/arch

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 16:35:42 UTC 2024 Modified Files: src/sys/compat/linux/arch/alpha: linux_osf1.c linux_types.h src/sys/compat/linux/arch/amd64: Makefile linux_errno.h linux_exec.h linux_exec_machdep.c linux_fcntl.h

CVS commit: src/lib/libc/include

2024-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 1 16:35:13 UTC 2024 Modified Files: src/lib/libc/include: extern.h Log Message: just use off_t To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/include/extern.h Please note that diffs are no

CVS commit: src/lib/libc/include

2024-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 1 16:35:13 UTC 2024 Modified Files: src/lib/libc/include: extern.h Log Message: just use off_t To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/include/extern.h Please note that diffs are no

CVS commit: src/sys/compat/linux/arch

2024-10-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 1 16:29:15 UTC 2024 Modified Files: src/sys/compat/linux/arch/mips: syscalls.master src/sys/compat/linux/arch/powerpc: syscalls.master Log Message: sys/compat/linux/arch/*/syscalls.master: Nix trailing whitespa

Re: CVS commit: src/lib/libc/include

2024-10-01 Thread Taylor R Campbell
> Module Name:src > Committed By: christos > Date: Sat Sep 28 14:24:59 UTC 2024 > > Modified Files: > src/lib/libc/include: extern.h > > Log Message: > need for __off_t in gnu11 mode. Why do we need to use __off_t in particular here? This file is purely internal to libc

CVS commit: src/usr.bin/grep

2024-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 1 14:56:42 UTC 2024 Modified Files: src/usr.bin/grep: fastgrep.c Log Message: Handle -i in pattern. XXX: does not deal with with non-ascii. echo ' acpi' | fgrep -i ACPI echo ' ACPI' | fgrep -i acpi was broken be

CVS commit: src/usr.bin/grep

2024-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 1 14:56:42 UTC 2024 Modified Files: src/usr.bin/grep: fastgrep.c Log Message: Handle -i in pattern. XXX: does not deal with with non-ascii. echo ' acpi' | fgrep -i ACPI echo ' ACPI' | fgrep -i acpi was broken be

CVS commit: src/sys/rump/net/lib/libshmif

2024-10-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 1 08:55:58 UTC 2024 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: shmif: Fix logics for media change and status - shmif_mediachange: Drop check for if_link_state. Otherwise, there can be race b/w

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

2024-10-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 1 07:44:22 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: simplify putchar() a bit, use 16bit accesses for fonts that are more than 8 pixels wide To generate a diff of this commit: cvs rdiff -u

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

2024-10-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 1 07:44:22 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: simplify putchar() a bit, use 16bit accesses for fonts that are more than 8 pixels wide To generate a diff of this commit: cvs rdiff -u

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

2024-10-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 1 07:02:15 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: use HW to draw bitmap fonts To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hppa/dev/gftfb.c Please note that

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

2024-10-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 1 07:02:15 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: use HW to draw bitmap fonts To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hppa/dev/gftfb.c Please note that