CVS commit: src/sys/lib/libsa

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 7 05:51:55 UTC 2022 Modified Files: src/sys/lib/libsa: tftp.c Log Message: Consistently use ntohs() instead of htons() when converting from network to host byte order. No binary changes both for big and little endian. To

CVS commit: src/sys/lib/libsa

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 7 05:51:55 UTC 2022 Modified Files: src/sys/lib/libsa: tftp.c Log Message: Consistently use ntohs() instead of htons() when converting from network to host byte order. No binary changes both for big and little endian. To

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

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 7 03:08:40 UTC 2022 Modified Files: src/sys/arch/evbppc/conf: RB800 Log Message: Enable UFS_DIRHASH; this machine has 256MB RAM :) To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

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

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 7 03:08:40 UTC 2022 Modified Files: src/sys/arch/evbppc/conf: RB800 Log Message: Enable UFS_DIRHASH; this machine has 256MB RAM :) To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

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

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:55:46 UTC 2022 Modified Files: src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE SMALL030 Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

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

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:55:46 UTC 2022 Modified Files: src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE SMALL030 Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

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

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:53:43 UTC 2022 Modified Files: src/sys/arch/amiga/conf: GENERIC INSTALL Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.140

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

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:53:43 UTC 2022 Modified Files: src/sys/arch/amiga/conf: GENERIC INSTALL Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.140

CVS commit: src/sys/arch

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:52:30 UTC 2022 Modified Files: src/sys/arch/acorn32/conf: GENERIC src/sys/arch/alpha/conf: GENERIC src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/amiga/conf: DRACO

CVS commit: src/sys/ufs

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:33:47 UTC 2022 Modified Files: src/sys/ufs/lfs: ulfs_dirhash.c src/sys/ufs/ufs: ufs_dirhash.c Log Message: If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache size dependant on memory size.

CVS commit: src/sys/ufs

2022-08-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 7 02:33:47 UTC 2022 Modified Files: src/sys/ufs/lfs: ulfs_dirhash.c src/sys/ufs/ufs: ufs_dirhash.c Log Message: If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache size dependant on memory size.

CVS commit: src/common/lib/libc/arch/aarch64/atomic

2022-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 6 21:31:33 UTC 2022 Modified Files: src/common/lib/libc/arch/aarch64/atomic: Makefile.inc __aarch64_lse.S Log Message: aarch64: Implement __aarch64_casN_sync. gcc generates calls to this symbol in programs that use

CVS commit: src/common/lib/libc/arch/aarch64/atomic

2022-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 6 21:31:33 UTC 2022 Modified Files: src/common/lib/libc/arch/aarch64/atomic: Makefile.inc __aarch64_lse.S Log Message: aarch64: Implement __aarch64_casN_sync. gcc generates calls to this symbol in programs that use

CVS commit: src/usr.bin/make/unit-tests

2022-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 6 21:26:06 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: parse-var.exp parse-var.mk varmod-undefined.mk Log Message: tests/make: demonstrate bug in parsing of modifier parts In the modifier

CVS commit: src/usr.bin/make/unit-tests

2022-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 6 21:26:06 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: parse-var.exp parse-var.mk varmod-undefined.mk Log Message: tests/make: demonstrate bug in parsing of modifier parts In the modifier

CVS commit: src/sys/kern

2022-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 6 21:21:10 UTC 2022 Modified Files: src/sys/kern: vfs_vnops.c Log Message: vnodeops(9): Take exclusive lock in read/seek for f_offset update. Otherwise concurrent readers/seekers might clobber it. To generate a

CVS commit: src/sys/kern

2022-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 6 21:21:10 UTC 2022 Modified Files: src/sys/kern: vfs_vnops.c Log Message: vnodeops(9): Take exclusive lock in read/seek for f_offset update. Otherwise concurrent readers/seekers might clobber it. To generate a

CVS commit: src/sys/dev/fdt

2022-08-06 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Aug 6 20:16:43 UTC 2022 Modified Files: src/sys/dev/fdt: fdt_memory.c Log Message: In my previous change, it was necessary to consider the case where the first block size is zero. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/fdt

2022-08-06 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Aug 6 20:16:43 UTC 2022 Modified Files: src/sys/dev/fdt: fdt_memory.c Log Message: In my previous change, it was necessary to consider the case where the first block size is zero. To generate a diff of this commit: cvs rdiff

CVS commit: src

2022-08-06 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Aug 6 18:26:43 UTC 2022 Modified Files: src/sys/fs/adosfs: adlookup.c src/sys/fs/cd9660: cd9660_lookup.c src/sys/fs/efs: efs_vnops.c src/sys/fs/filecorefs: filecore_lookup.c src/sys/fs/hfs:

CVS commit: src

2022-08-06 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Aug 6 18:26:43 UTC 2022 Modified Files: src/sys/fs/adosfs: adlookup.c src/sys/fs/cd9660: cd9660_lookup.c src/sys/fs/efs: efs_vnops.c src/sys/fs/filecorefs: filecore_lookup.c src/sys/fs/hfs:

CVS commit: src/sys/dev/ic

2022-08-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 6 17:53:49 UTC 2022 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: PR 56948: fix multicast hash filter setup To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/dwc_eqos.c Please note

CVS commit: src/sys/dev/ic

2022-08-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 6 17:53:49 UTC 2022 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: PR 56948: fix multicast hash filter setup To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/dwc_eqos.c Please note

CVS commit: src/sys/dev/pci

2022-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 6 15:38:42 UTC 2022 Modified Files: src/sys/dev/pci: if_sip.c Log Message: sip(4): Tidy up DMA syncs. - No membar_producer in sip_init_rxdesc -- use bus_dmamap_sync with BUS_DMASYNC_PREWRITE to order updates to the

CVS commit: src/sys/dev/pci

2022-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 6 15:38:42 UTC 2022 Modified Files: src/sys/dev/pci: if_sip.c Log Message: sip(4): Tidy up DMA syncs. - No membar_producer in sip_init_rxdesc -- use bus_dmamap_sync with BUS_DMASYNC_PREWRITE to order updates to the

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 10:22:22 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Assert postts only if we really obtained a timestamp. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sbin/dmesg/dmesg.c Please

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 10:22:22 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Assert postts only if we really obtained a timestamp. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sbin/dmesg/dmesg.c Please

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 10:19:44 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Do not declare unused tstamp for SMALL. NFC. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sbin/dmesg/dmesg.c Please note that

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 10:19:44 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Do not declare unused tstamp for SMALL. NFC. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sbin/dmesg/dmesg.c Please note that

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 10:16:18 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Get back to the statically-allocated tbuf. If a string is longer than tbuf, it cannot be a timestamp. Therefore, no need for buffering anymore in

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 10:16:18 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Get back to the statically-allocated tbuf. If a string is longer than tbuf, it cannot be a timestamp. Therefore, no need for buffering anymore in

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 09:42:33 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Oops, fix thinko in the previous. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sbin/dmesg/dmesg.c Please note that diffs are

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 09:42:33 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Oops, fix thinko in the previous. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sbin/dmesg/dmesg.c Please note that diffs are

CVS commit: src/doc

2022-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 6 09:39:50 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: binutils-2.39 out To generate a diff of this commit: cvs rdiff -u -r1.1866 -r1.1867 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2022-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 6 09:39:50 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: binutils-2.39 out To generate a diff of this commit: cvs rdiff -u -r1.1866 -r1.1867 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 09:39:32 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Do not discard \[.*\] which is not identified as a timestamp. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/dmesg/dmesg.c

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 09:39:32 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Do not discard \[.*\] which is not identified as a timestamp. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/dmesg/dmesg.c

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 09:33:56 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: KNF. Do not unnecessarily define ADDC() for SMALL. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sbin/dmesg

2022-08-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 6 09:33:56 UTC 2022 Modified Files: src/sbin/dmesg: dmesg.c Log Message: KNF. Do not unnecessarily define ADDC() for SMALL. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/usr.bin/make/unit-tests

2022-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 6 07:06:58 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: varmod.exp varmod.mk Log Message: tests/make: document parsing behavior of modifiers The table was created by manually inspecting the code of the various

CVS commit: src/usr.bin/make/unit-tests

2022-08-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 6 07:06:58 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: varmod.exp varmod.mk Log Message: tests/make: document parsing behavior of modifiers The table was created by manually inspecting the code of the various