CVS commit: src/sys/dev/fdt

2020-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 28 11:34:47 UTC 2020 Modified Files: src/sys/dev/fdt: dw_apb_uart.c Log Message: Default reg-shift is 2, not 0, for DW APB UART To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/dw_apb_uart.c

CVS commit: src/sys/arch/mips/cavium

2020-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 28 12:14:47 UTC 2020 Modified Files: src/sys/arch/mips/cavium: mainbus.c Log Message: faa_a4x_bst is gone To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/cavium/mainbus.c Please note

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

2020-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 28 12:15:23 UTC 2020 Modified Files: src/sys/arch/arm/imx/fdt: imx6_platform.c Log Message: faa_a4x_bst is no more To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/imx/fdt/imx6_platform.c

CVS commit: src/sys/dev/ic

2020-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 28 11:33:15 UTC 2020 Modified Files: src/sys/dev/ic: com.c comreg.h Log Message: Auto-detect DW APB UART FIFO length and print the FIFO length when enabled instead of just "working fifo". To generate a diff of this

CVS commit: src/sys/dev/fdt

2020-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 28 11:32:19 UTC 2020 Modified Files: src/sys/dev/fdt: dw_apb_uart.c Log Message: Use com_init_regs_stride instead of a4x tag To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/dw_apb_uart.c

CVS commit: src/sys

2020-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 28 11:54:24 UTC 2020 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c src/sys/arch/arm/altera: cycv_platform.c src/sys/arch/arm/amlogic: meson_platform.c src/sys/arch/arm/broadcom:

CVS commit: src/sys/arch/aarch64/aarch64

2020-09-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 28 12:04:19 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Only set pmap_devmap_bootstrap_done if something gets mapped. Think acpi_platform_devmap To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ata

2020-09-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 28 12:47:49 UTC 2020 Modified Files: src/sys/dev/ata: wd.c Log Message: fix typo that prevented bytes/physsect reporting from working To generate a diff of this commit: cvs rdiff -u -r1.464 -r1.465

CVS commit: src/sys/arch/alpha/include

2020-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Sep 28 16:27:47 UTC 2020 Modified Files: src/sys/arch/alpha/include: cpuconf.h Log Message: Remove a no-longer-accurate comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sbin/ifconfig

2020-09-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Sep 28 13:50:22 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: ifconfig: Just look at if_data->ifi_link_state for carrier It should be the sole source of truth. if_data is also carried in ifa_data from

CVS commit: src/external/mit/ctwm

2020-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Sep 28 06:04:08 UTC 2020 Modified Files: src/external/mit/ctwm: Makefile src/external/mit/ctwm/bin/ctwm: Makefile src/external/mit/ctwm/etc: Makefile Log Message: unbreak. bsd.files.mk needs to have an includes

CVS commit: src/usr.sbin/sysinst

2020-09-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 28 18:40:24 UTC 2020 Modified Files: src/usr.sbin/sysinst: README.md_defs disklabel.c partitions.c Log Message: PR 55378: do not assume RAW_PART to be either 2 or 3 To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/usr.sbin/sysinst

2020-09-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 28 18:51:34 UTC 2020 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: PR 55379: avoid creating bogus /etc/fstab lines for /dev/cd* if no cdrom is available. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/sysinst

2020-09-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 28 18:13:25 UTC 2020 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: PR 55377: mark boot partitions in the partition size display, as suggested by Izumi Tsutsui (minor modifications + all bugs by me)

CVS commit: src/usr.bin/make

2020-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 28 21:11:05 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract logging from ApplyModifiers into separate functions These two logging blocks are massive enough to disturb the reading flow of

CVS commit: src/usr.bin/make

2020-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 28 23:02:02 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): migrate Make_ProcessWait from Lst_ForEachUntil to Lst_ForEach To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155

CVS commit: src/usr.bin/make

2020-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 28 23:31:18 UTC 2020 Modified Files: src/usr.bin/make: job.c targ.c Log Message: make(1): replace Lst_Open with direct iteration To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/usr.bin/make/job.c cvs

CVS commit: src/usr.bin/make

2020-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 28 20:46:12 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c dir.c for.c hash.c job.c main.c make.c make.h meta.c parse.c suff.c Log Message: make(1): make debugging code shorter To generate

CVS commit: src/usr.bin/make

2020-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 28 20:55:20 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): make debug logging in var.c compatible to C90 The ... ellipsis for macros is only available since C99. To generate a diff of this

CVS commit: src/usr.bin/make

2020-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 28 21:01:53 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): move variable modifier :sh into separate function To generate a diff of this commit: cvs rdiff -u -r1.547 -r1.548 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 28 22:23:35 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c dir.c job.c make.c make.h meta.c parse.c suff.c targ.c var.c Log Message: make(1): make debug logging simpler This avoids referring to

CVS commit: src/usr.bin/make

2020-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 28 22:38:32 UTC 2020 Modified Files: src/usr.bin/make: make.c make.h Log Message: make(1): remove the inline attribute from debug_printf The code size overhead of a varargs function is much more than I had expected.

CVS commit: src/usr.bin/make

2020-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 28 23:13:57 UTC 2020 Modified Files: src/usr.bin/make: compat.c cond.c dir.c job.c make.c parse.c suff.c Log Message: make(1): replace += 1 with ++ and -= 1 with -- Just for visual consistency. The generated code stays

CVS commit: src/sys/arch/alpha

2020-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 29 01:17:22 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: pal.s src/sys/arch/alpha/include: alpha_cpu.h Log Message: Add alpha_pal_wtint(), which invokes the WTINT PALcode call. To generate a diff of this

CVS commit: src/sys/arch/alpha

2020-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 29 01:33:01 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: clock.c cpu.c qemu.c src/sys/arch/alpha/include: cpu.h Log Message: Improve time keeping and host CPU usage when running in Qemu: - clockattach():

CVS commit: src/sys/lib/libsa

2020-09-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Sep 29 00:13:13 UTC 2020 Modified Files: src/sys/lib/libsa: twiddle.c Log Message: Add a slow twiddle option. This speeds up a pmax netboot by 15% and is only 1% slower than no twiddle. To generate a diff of this commit:

CVS commit: src

2020-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 03:02:19 UTC 2020 Modified Files: src/sys/arch/atari/dev: ncr5380.c src/sys/arch/mac68k/dev: ncr5380.c src/sys/dev/scsipi: cd.c src/sys/fs/nfs/client: nfs_clbio.c src/usr.bin/config:

CVS commit: src/sys/dev/scsipi

2020-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 03:04:03 UTC 2020 Modified Files: src/sys/dev/scsipi: cd.c Log Message: s/settng/setting/ To generate a diff of this commit: cvs rdiff -u -r1.347 -r1.348 src/sys/dev/scsipi/cd.c Please note that diffs are not

CVS commit: src/sys/arch/alpha/alpha

2020-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 29 01:20:59 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: mcclock.c Log Message: mcclock_init(): Only do our work if called on the primary CPU. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2020-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 29 01:19:52 UTC 2020 Modified Files: src/sys/arch/alpha/pci: sio_pic.c Log Message: If running in Qemu, don't report stray edge-triggered ISA interrupts. Works around an issue I obvserved with serial console in Qemu.

CVS commit: src

2020-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 02:49:56 UTC 2020 Modified Files: src/distrib/alpha/instkernel/ramdisk: install.sh src/doc: CHANGES.prev src/etc/defaults: rc.conf src/sbin/disklabel: main.c

CVS commit: src

2020-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 02:58:53 UTC 2020 Modified Files: src/bin/csh: file.c src/distrib/utils/more: more.help prim.c src/lib/libc/arch/vax/string: index.S src/sbin/disklabel: main.c