CVS commit: src/distrib/sets/lists/debug

2021-08-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 12 11:57:07 UTC 2021 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add new mkdep test helper h_findcc To generate a diff of this commit: cvs rdiff -u -r1.356 -r1.357 src/distrib/sets/lists/debug/mi

CVS commit: src/etc/mtree

2021-08-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 12 11:50:42 UTC 2021 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: Add directory for new mkdep test binaries To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187

CVS commit: src/usr.sbin/sysinst

2021-08-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 12 09:33:59 UTC 2021 Modified Files: src/usr.sbin/sysinst: defs.h disks.c upgrade.c Log Message: PR 56354: all actions to set up swap space are not guaranteed to gain us enough virtual memory anyway, so drop return codes

CVS commit: src/external/mit/xorg/server/xorg-server

2021-08-11 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Aug 11 23:02:39 UTC 2021 Modified Files: src/external/mit/xorg/server/xorg-server/glamor: Makefile src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg: Makefile Log Message: Fix glamor - don't use stub functions

CVS commit: src/usr.bin/mkdep

2021-08-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 11 20:48:16 UTC 2021 Modified Files: src/usr.bin/mkdep: findcc.c Log Message: mkdep: document possible undefined behavior If findcc is called with a constant string, as its prototype suggests, the process crashes with a

CVS commit: src

2021-08-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 11 20:42:26 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/mkdep: Makefile Added Files: src/tests/usr.bin/mkdep: h_findcc.c t_findcc.sh Log Message: tests/mkdep: test findcc

CVS commit: src/external/cddl/osnet/dev/fbt/x86

2021-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 11 11:16:49 UTC 2021 Modified Files: src/external/cddl/osnet/dev/fbt/x86: fbt_isa.c Log Message: PR/56355: Brad Harder: dtrace triggers double-fault in supervisor mode To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libpam/libpam

2021-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 11 09:12:07 UTC 2021 Modified Files: src/lib/libpam/libpam: Makefile Log Message: cast from strchr fixed. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libpam/libpam/Makefile Please note that

CVS commit: src/external/bsd/openpam/dist/lib/libpam

2021-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 11 09:11:05 UTC 2021 Modified Files: src/external/bsd/openpam/dist/lib/libpam: pam_putenv.c Log Message: use const for strchr assignment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/usr.bin/xlint/lint2

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 11 05:37:45 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: main2.c Log Message: lint: add reminder to sort the output of lint2 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libpam/libpam

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 11 05:23:05 UTC 2021 Modified Files: src/lib/libpam/libpam: Makefile Log Message: libpam: clean up LINTFLAGS Warning 346 is new, the other suppressions are not needed anymore. To generate a diff of this commit: cvs

CVS commit: src

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 11 05:19:33 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_attribute_var.c gcc_attribute_var.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: allow GCC __attribute__ after array

CVS commit: src/sys/ufs/chfs

2021-08-10 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Aug 11 05:17:48 UTC 2021 Modified Files: src/sys/ufs/chfs: media.h Log Message: s/enrty/entry/ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/ufs/chfs/media.h Please note that diffs are not public

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 11 05:08:35 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_attribute_var.c gcc_attribute_var.exp Log Message: tests/lint: demonstrate wrong 'syntax error' for unused argument Seen in

CVS commit: src

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 10 20:43:13 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_115.c msg_115.exp src/usr.bin/xlint/lint1: decl.c init.c tree.c Log Message: lint: fix 3 of the 4 wrong messages about lvalue in initial

CVS commit: src/usr.bin/xlint/lint1

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 10 19:52:14 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: remove redundant test for negative bit-field size A bit-field can never have negative size. Its type is an unsigned integer.

CVS commit: src/usr.bin/xlint/lint1

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 10 17:57:16 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: remove redundant function prototypes To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/usr.bin/xlint/lint1/mem1.c

CVS commit: src/usr.bin/xlint

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 10 17:31:44 UTC 2021 Modified Files: src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: mem1.c src/usr.bin/xlint/lint2: externs2.h Log Message: lint: clean up comments To generate a diff of this

CVS commit: src/sys/arch/arm/cortex

2021-08-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 10 17:12:31 UTC 2021 Modified Files: src/sys/arch/arm/cortex: files.cortex gic.c gicv3.c Log Message: Make gic_splfuncs optional and disable it by default until it has had more testing. To generate a diff of this

CVS commit: src/usr.bin/xlint/lint1

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 10 16:59:28 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: ops.def Log Message: lint: fix documentation of FARG and PUSH To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/xlint/lint1/ops.def

CVS commit: src/sys/arch/arm/dts

2021-08-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 10 16:52:43 UTC 2021 Modified Files: src/sys/arch/arm/dts: sun50i-a64-sopine-baseboard.dts Log Message: Enable DVFS To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/doc

2021-08-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 10 16:45:35 UTC 2021 Modified Files: src/doc: CHANGES Log Message: evbarm: Improvements in interrupt handling on Arm GIC v2 and v3 systems resulting in better network and storage performance. To generate a

CVS commit: src/sys/arch/arm/cortex

2021-08-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 10 15:33:09 UTC 2021 Modified Files: src/sys/arch/arm/cortex: files.cortex gic.c gicv3.c Added Files: src/sys/arch/arm/cortex: gic_splfuncs.c gic_splfuncs.h Log Message: Use custom spl funcs for GIC and avoid

CVS commit: src/sys/arch/arm/pic

2021-08-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 10 15:31:55 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic_splfuncs.c picvar.h Log Message: arm: pic: allow overriding _splraise/_spllower/splx To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/arch/arm/acpi

2021-08-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 10 15:31:38 UTC 2021 Modified Files: src/sys/arch/arm/acpi: acpipchb.c Log Message: Disable MSI if the linux,pcie-nomsi flag is present To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/dev/ic

2021-08-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 10 15:28:44 UTC 2021 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Clear IFF_OACTIVE in genet_txintr (bug introduced in r1.8) and don't sync DMA maps with size 0. To generate a diff of this commit: cvs rdiff

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips

2021-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 10 10:43:42 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips: bn.inc Log Message: PR/56318: Izumi Tsutsui: Don't include mips.S for 32 bit mips because it does not work for mips1 To

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2021-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 10 10:38:42 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: bn.inc Log Message: PR/56318: Izumi Tsutsui: Limit bn-sparcv8.S to sparc64; breaks on sparcstation 2 (sun4c) To generate a

CVS commit: src/usr.bin/xlint/lint1

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 10 07:02:00 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: ops.def Log Message: lint: document the difference between FARG and PUSH To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch/evbarm

2021-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 10 06:47:49 UTC 2021 Modified Files: src/sys/arch/evbarm/imx23_olinuxino: imx23_olinuxino_machdep.c src/sys/arch/evbarm/include: bootconfig.h src/sys/arch/evbarm/integrator: integrator_machdep.c Log

CVS commit: src/usr.bin/xlint/lint1

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 10 06:31:16 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: ops.def Log Message: lint: document operator properties directly at the definition To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/netinet6

2021-08-10 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Aug 10 06:29:56 UTC 2021 Modified Files: src/sys/netinet6: in6_src.c Log Message: PR kern/56348 MTU discovery fails with IPv6 sockets bound to IPv4 mapped address pick up the IPv4 route for IPv4 mapped IPv6 address to get

CVS commit: src

2021-08-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 9 21:38:05 UTC 2021 Modified Files: src/libexec/telnetd: state.c src/sys/arch/mips/mips: mips_machdep.c src/sys/arch/shark/shark: scr.c src/sys/dev: video.c src/sys/dev/pci: cs4280.c

CVS commit: src/usr.bin/xlint/xlint

2021-08-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 9 21:27:20 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: remove commented-out preprocessor options These have been commented out since 2002. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys

2021-08-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 9 21:20:50 UTC 2021 Modified Files: src/sys/arch/x86/x86: intr.c src/sys/arch/xen/x86: xen_intr.c src/sys/dev/ic: athrate-sample.c Log Message: s/alway /always/ To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2021-08-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 9 21:13:06 UTC 2021 Modified Files: src/sys/arch/amiga/dev: grf_rh.c src/sys/arch/mips/include: cpuregs.h src/sys/arch/mvme68k/dev: zsvar.h Log Message: s/definitons/definitions/ To generate a diff of

CVS commit: src/sys

2021-08-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 9 21:08:06 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: iommu.c locore.s pmap.c src/sys/arch/sparc64/sparc64: machdep.c src/sys/dev/pci: if_dge.c src/sys/lib/libunwind: DwarfParser.hpp Log

CVS commit: src/usr.bin/xlint/xlint

2021-08-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 9 20:52:24 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: pathnames.h Log Message: lint: remove unused pathname To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/xlint/xlint/pathnames.h Please

CVS commit: src

2021-08-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 9 20:49:11 UTC 2021 Modified Files: src/doc: BRANCHES TODO.modules src/include: netdb.h string.h src/lib/libc/compat/arch/hppa/sys: compat_sigpending.S compat_sigprocmask.S compat_sigreturn.S

CVS commit: src

2021-08-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 9 20:07:24 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile src/usr.bin/xlint/lint1: err.c tree.c Added Files: src/tests/usr.bin/xlint/lint1:

CVS commit: src

2021-08-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 9 19:57:58 UTC 2021 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: algorithm.c src/sys/arch/hpcmips/stand/lcboot: start.S src/sys/compat/linux/arch/i386: linux_machdep.c src/sys/kern:

CVS commit: src

2021-08-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 9 19:24:33 UTC 2021 Modified Files: src/distrib/alpha/instkernel/ramdisk: upgrade.sh src/distrib/amiga/floppies/upgr: upgrade.sh src/doc: TODO.smpnet src/sys/arch/arm/gemini: gemini_ipm.c

CVS commit: src/bin/sh

2021-08-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 9 11:29:30 UTC 2021 Modified Files: src/bin/sh: var.c Log Message: Fix the fix to a typo in one of the comments. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/bin/sh/var.c Please note that diffs are

CVS commit: src/usr.bin/progress

2021-08-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 9 10:46:39 UTC 2021 Modified Files: src/usr.bin/progress: progress.c Log Message: Test errno when the return value from wait() indicates an error, not when it indicates success. PR install/56303. To generate a diff of

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

2021-08-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Aug 9 04:07:29 UTC 2021 Added Files: src/sys/arch/macppc/dev: smuiic.c smuiicvar.h Log Message: Fix CVS eff-up. To generate a diff of this commit: cvs rdiff -u -r0 -r1.10 src/sys/arch/macppc/dev/smuiic.c cvs rdiff -u -r0

CVS commit: src/sys/dev/acpi

2021-08-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Aug 9 04:06:21 UTC 2021 Added Files: src/sys/dev/acpi: acpi_i2c.h Log Message: Fix CVS eff-up. To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/sys/dev/acpi/acpi_i2c.h Please note that diffs are not public

CVS commit: src/doc

2021-08-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Aug 9 00:32:51 UTC 2021 Modified Files: src/doc: BRANCHES Log Message: thorpej-i2c-spi-conf -> thorpej-i2c-spi-conf2. To generate a diff of this commit: cvs rdiff -u -r1.362 -r1.363 src/doc/BRANCHES Please note that

CVS commit: src/sys/modules/lua

2021-08-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 8 22:26:32 UTC 2021 Modified Files: src/sys/modules/lua: lua.c Log Message: Fix LIST operations, found by strictly-aligned CPUs, i.e., ARMv5 and IBM403: - Initialize LIST_HEAD. - Use LIST_FOREACH_SAFE() where necessary.

CVS commit: src

2021-08-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Aug 8 21:50:10 UTC 2021 Modified Files: src/sys/stand/efiboot: version src/usr.sbin/sysinst: disklabel.c disks.c Log Message: s/partion/partition/ s/arrray/array/ in comments. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/raidframe

2021-08-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Aug 8 21:45:53 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_parityscan.c Log Message: s/arry/array/ To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/raidframe/rf_parityscan.c Please note

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

2021-08-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Aug 8 20:57:09 UTC 2021 Modified Files: src/sys/dev/pci/cxgb: cxgb_offload.c Log Message: s/propely/properly/ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/cxgb/cxgb_offload.c Please note

CVS commit: src/usr.sbin/perfused

2021-08-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Aug 8 20:56:54 UTC 2021 Modified Files: src/usr.sbin/perfused: perfused.c Log Message: perfused: use SOL_LOCAL To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/perfused/perfused.c Please note that

CVS commit: src/sys/modules/examples

2021-08-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Aug 8 20:55:33 UTC 2021 Modified Files: src/sys/modules/examples: Makefile Log Message: Add ddbping example module to SUBDIR list. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src

2021-08-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Aug 8 20:54:49 UTC 2021 Modified Files: src/lib/libc/net: getpeereid.c src/lib/libc/rpc: svc_vc.c src/lib/libc/sys: getsockopt.2 src/lib/libperfuse: perfuse.c src/regress/sys/kern/unfdpass:

CVS commit: src

2021-08-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Aug 8 20:50:12 UTC 2021 Modified Files: src/bin/sh: var.c src/sys/dev/usb: umidi.c Log Message: s/varable/variable s/explictly/explicitly/ s/proerly/properly/ in comments. To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2021-08-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 8 19:28:09 UTC 2021 Modified Files: src/sys/arch/aarch64/include: cpu.h src/sys/arch/arm/include: cpu.h src/sys/arch/arm/pic: pic.c Log Message: Re-apply Move 'struct pic_pending' from percpu to struct

CVS commit: src/sys/arch/arm/broadcom

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 18:55:12 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_com_acpi.c Log Message: Adjust register base and size To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/arm/broadcom

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 18:43:21 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: files.bcm2835 Added Files: src/sys/arch/arm/broadcom: bcm2835_com_acpi.c Log Message: broadcom: ACPI: Add support for mini UART in ACPI mode. To

CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 8 16:53:54 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: lint.1 Log Message: Fix Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xlint/xlint/lint.1 Please note that diffs are

CVS commit: src/tests/usr.bin/xlint/lint2

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 16:35:15 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint2: Makefile t_lint2.sh Log Message: tests/lint: include but don't run read_lp64 on 32-bit platforms The lint1 tests are all in the machine-independent file

CVS commit: src/sys/dev/sdmmc

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 16:23:37 UTC 2021 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.h Log Message: Fixup bwfm(4) register bit regarding SDIO device suspend/resume. >From OpenBSD if_bwfm_sdio.h r1.3 To generate a diff of this

CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 16:19:18 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: group global variables by the subprocess No functional change. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71

CVS commit: src/share/man/man9

2021-08-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Aug 8 16:12:10 UTC 2021 Modified Files: src/share/man/man9: autoconf.9 Log Message: change othersize to otherwise. I believe this is what was meant in the context. To generate a diff of this commit: cvs rdiff -u -r1.34

CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 16:11:08 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: rename list_free to list_clear The previous name suggested that the function would free the list itself, which it doesn't. To

CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 15:59:32 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: lint.1 Log Message: lint: update and proofread manual page To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/xlint/xlint/lint.1

CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 15:29:24 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: lint.1 xlint.c Log Message: lint: remove dead code for reading from stdin Since xlint.c 1.27 from 2002-01-31, it has not been possible to read from stdin

CVS commit: src/sys/dev/fdt

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 15:23:42 UTC 2021 Modified Files: src/sys/dev/fdt: fdt_regulator.c Log Message: fdt: regulator: pre-allocate regulator handle Workaround for PR# port-evbarm/54664 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 15:06:44 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: inline list_add_defines No functional change. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 15:03:48 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: rename functions for handling string lists No functional change. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 14:05:33 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: make data flow in findlibs simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/sys/arch/arm/arm

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 13:43:09 UTC 2021 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: fix armv7 build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm/smccc.c Please note that diffs are not

CVS commit: src/usr.bin/xlint/xlint

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 13:34:57 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: make memory management in xlint simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/tests/usr.bin/xlint/lint2

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 13:22:22 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint2: Makefile Log Message: tests/lint: mips64 is not a 64-bit platform See usr.bin/xlint/arch/mips64/targparam.h. To generate a diff of this commit: cvs

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 13:19:51 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: accept.sh c99_bool_strict_suppressed.c Log Message: tests/lint: clean up accept.sh, document test for removed assertion To generate a diff of this

CVS commit: src/doc

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 12:35:44 UTC 2021 Modified Files: src/doc: CHANGES Log Message: evbarm: Add support for Arm PCI Configuration Space Access Firmware Interface (DEN0115). evbarm: Add support for Broadcom BCM2838 EMMC2 in ACPI

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

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 12:31:43 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: std.generic64 Log Message: Enable options PCI_SMCCC on 64-bit Arm. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/pci

2021-08-08 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Aug 8 12:17:37 UTC 2021 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: radeonfb: use BUS_SPACE_MAP_PREFETCHABLE for the framebuffer mapping Makes the driver work on cia(4) based alpha machines, which can only do

CVS commit: src/sys/arch/arm/acpi

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 12:09:52 UTC 2021 Modified Files: src/sys/arch/arm/acpi: acpi_pci_machdep.c Log Message: Install the shared PCI INTx interrupt handler at IPL_VM to workaround a possible interrupt storm at boot. Need to revisit this.

CVS commit: src/usr.bin/make

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 12:00:30 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: remove redundant initialization in ApplyModifier_Order No functional change. To generate a diff of this commit: cvs rdiff -u -r1.945

CVS commit: src/usr.bin/xlint/lint2

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 11:56:36 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: Makefile chk.c read.c Log Message: lint: force strict bool mode No functional change. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/sdmmc

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 11:11:29 UTC 2021 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: Use SMBIOS system product instead of the string "netbsd,generic-acpi" for firmware loading on ACPI systems. To generate a diff of

CVS commit: src/tests/usr.bin/xlint

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 11:07:20 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: emit.c emit.exp-ln src/tests/usr.bin/xlint/lint2: read_printf.ln Log Message: tests/lint: test passing of printf-like strings between lint1 and

CVS commit: src/sys/arch/arm/broadcom

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 10:59:27 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2838_emmc2_acpi.c Log Message: disable DMA for now... To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sbin/devpubd/hooks

2021-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 8 10:48:35 UTC 2021 Modified Files: src/sbin/devpubd/hooks: 02-wedgenames Log Message: Fix obvious editor mishap in previous To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.bin/xlint/lint1

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 10:41:34 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: emit1.c Log Message: lint: condense code for writing the .ln files No functional change. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys/arch/arm/broadcom

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 10:32:27 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: files.bcm2835 Added Files: src/sys/arch/arm/broadcom: bcm2838_emmc2_acpi.c Log Message: bcm2838: Add ACPI support for the EMMC2 SDHCI controller.

CVS commit: src/sys/arch/arm/acpi

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 10:28:26 UTC 2021 Modified Files: src/sys/arch/arm/acpi: acpi_machdep.c Log Message: arm: ACPI: Add support for simple sharing of platform interrupts Allow sharing of platform interrupts provided that the type, ipl,

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

2021-08-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 8 07:17:18 UTC 2021 Modified Files: src/common/lib/libc/arch/aarch64/atomic: __aarch64_lse.S Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

CVS commit: src/sys/arch

2021-08-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Aug 8 00:53:39 UTC 2021 Modified Files: src/sys/arch/macppc/include: types.h src/sys/arch/sparc64/include: types.h Log Message: Define preprocessor symbols (__HAVE_OPENFIRMWARE_VARIANT_AAPL and

CVS commit: src

2021-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 00:02:03 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint2: Makefile t_lint2.sh Log Message: tests/lint: make list of tests simpler Since the file

CVS commit: src

2021-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 7 23:52:32 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint2: Makefile t_lint2.sh Added Files: src/tests/usr.bin/xlint/lint2: read_lp64.exp read_lp64.ln

CVS commit: src/tests/dev/scsipi/libscsitest

2021-08-07 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Sat Aug 7 22:05:26 UTC 2021 Modified Files: src/tests/dev/scsipi/libscsitest: scsitest.c Log Message: Convert the test to cfargs. OK @thorpej. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/arm/acpi

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:27:53 UTC 2021 Modified Files: src/sys/arch/arm/acpi: acpi_pci_machdep.c acpi_pci_machdep.h acpipchb.c files.acpi Added Files: src/sys/arch/arm/acpi: acpi_pci_smccc.c Log Message: arm: acpi:

CVS commit: src/sys/arch/arm/acpi

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:24:56 UTC 2021 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c Log Message: acpi: call smccc_probe() after PSCI init To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src

2021-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 7 21:24:14 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint2: Makefile t_lint2.sh Added Files: src/tests/usr.bin/xlint/lint2: read.exp read.ln Log Message:

CVS commit: src/sys/arch/arm/pci

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:23:37 UTC 2021 Modified Files: src/sys/arch/arm/pci: files.pci Added Files: src/sys/arch/arm/pci: pci_smccc.c pci_smccc.h Log Message: arm: PCI: Add support for Arm PCI Config Space Access Firmware

CVS commit: src/sys/arch/arm/arm

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:21:49 UTC 2021 Modified Files: src/sys/arch/arm/arm: smccc.c smccc.h Log Message: arm: SMCCC: Add return values to smccc_call To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/arm/arm

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:20:14 UTC 2021 Modified Files: src/sys/arch/arm/arm: psci.c psci.h Log Message: arm: PSCI: Add a function to return the PSCI conduit. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/acpi

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:19:16 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_mcfg.c acpi_mcfg.h Log Message: acpi: expose acpimcfg_configure_bus_cb To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/share/man/man9

2021-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Aug 7 20:41:17 UTC 2021 Modified Files: src/share/man/man9: autoconf.9 Log Message: autoconf(9) - Improve formatting. Don't hide consumed cfargs in the second sentence of a function's description, they ends up hidden towards

<    1   2   3   4   5   6   7   8   9   10   >