CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 06:49:13 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c Log Message: make(1): replace a few calls to Lst_Open with simple loops This avoids relying on the internal iterator of the list, which is supposed to be

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

2020-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 25 06:47:24 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Add a newline To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/evbarm/fdt/fdt_machdep.c Please note that

CVS commit: src/sys/net

2020-09-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 25 06:22:33 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: Add a function to copy AC-Name and Service-Name To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/sys/net/if_pppoe.c Please

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 06:20:45 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): document details on why JobRun runs .END in compat mode To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/usr.bin/make/

CVS commit: src/tests/net/if_pppoe

2020-09-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 25 06:15:30 UTC 2020 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: update test cases for AC-Name and Service-Name To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/tests/net/if_pppoe/

CVS commit: src/sys/net

2020-09-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 25 06:12:33 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: Clear AC-Name and Service-Name if params are not specified To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/net/if_pppoe

CVS commit: src/tests/net/if_pppoe

2020-09-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 25 06:07:31 UTC 2020 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Add test cases for AC-Name and Service-Name To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/tests/net/if_pppoe/t_p

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 06:06:15 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): document expansion of undefined variables in Var_Subst >From reading the code alone, it is not obvious what effects this innocent-looking

CVS commit: src

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 05:56:59 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: varparse-undef-partial.exp varparse-undef-par

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 05:04:51 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename local variables in Var_Subst The variable name "str" did not make it clear enough that the pointer is constantly moving, to parse t

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 04:18:11 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): fix build on Debian 9 lst.h:92:5: error: unknown type name 'uint8_t' It had been broken since the previous commit on 2020-09-24 08:

CVS commit: src/sys/arch/alpha

2020-09-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Sep 25 03:40:12 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: interrupt.c src/sys/arch/alpha/common: shared_intr.c src/sys/arch/alpha/include: cpu.h intr.h types.h src/sys/arch/alpha/jensenio: com_

CVS commit: src/sys/ufs

2020-09-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 24 17:20:53 UTC 2020 Modified Files: src/sys/ufs: files.ufs Log Message: lfs: Include lfs_debug.c only if DEBUG is enabled. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/ufs/files.ufs Please n

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

2020-09-24 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 24 16:15:49 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: bus_space_asm_generic.S Log Message: fix *_bs_rm_4_swap(). it was only reading 2 bytes, not 4 bytes. pointed out by skrll@ thanks. To generate a diff of th

CVS commit: src/external/gpl3/gdb/bin/gdbserver

2020-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 24 14:53:35 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: Add version.cc To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/bin/gdbserver/Makefile P

CVS commit: src/external/gpl3/gdb/bin/gdbserver/arch/x86_64

2020-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 24 14:54:03 UTC 2020 Added Files: src/external/gpl3/gdb/bin/gdbserver/arch/x86_64: version.cc Log Message: Add the generated version file To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ src/external/gpl

CVS commit: src/tools/gdb

2020-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 24 14:53:17 UTC 2020 Modified Files: src/tools/gdb: Makefile mknative-gdb Log Message: grab the gdbserver version To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/tools/gdb/Makefile cvs rdiff -u -r1.13

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

2020-09-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Sep 24 14:14:18 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi Log Message: As indicated at the top of the file, don't simply remove entries. Instead we need to mark them "obsolete" so they will get removed if alr

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

2020-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 24 11:02:02 UTC 2020 Modified Files: src/sys/arch/arm/arm: bus_space_asm_generic.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/arm/bus_space_asm_generic.

CVS commit: src/sys/dev/ic

2020-09-24 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 24 09:59:11 UTC 2020 Modified Files: src/sys/dev/ic: nvme.c Log Message: no need to swap pt.cmd.cdwXX at nvme_set_number_of_queues(). cmd.cdwXX will be swapped in nvme_pt_fill(). To generate a diff of this commit: cvs rdif

CVS commit: src/sys/sys

2020-09-24 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Sep 24 09:37:07 UTC 2020 Modified Files: src/sys/sys: ksyms.h Log Message: apply more _KERNEL and fix the amd64 (and probably more) build. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/sys/ksyms.h Pleas

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

2020-09-24 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 24 09:04:38 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: bus_space_asm_generic.S Log Message: fix bugs in *_bs_rm_8_swap(). it was only reading 4 bytes, not 8 bytes. To generate a diff of this commit: cvs rdiff -u

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

2020-09-24 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 24 08:50:09 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: need to swap on big endian machines. "The ITS command queue uses a little endian memory order model." (GIC Architecture Specification)

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 08:23:29 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): make the API of the List partially public Accessing the fields List.first, List.last, ListNode.prev, ListNode.next and ListNode.datu

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

2020-09-24 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Sep 24 08:14:08 UTC 2020 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: fix build on non rmx or octeon systems. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/arch/mips/mips/mipsX_sub

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 08:02:32 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove redundant function prototypes in suff.c To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/usr.bin/make/suff.c

CVS commit: src/sys/dev/pci

2020-09-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 24 08:00:59 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Small fixes from knakahara: - Check return value correctly in wm_lv_jumbo_workaround_ich8lan(). - Fix comment. To generate a diff of this commi

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 07:59:33 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): inline Lst_ForEach in Targ_PrintCmds To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/usr.bin/make/targ.c Please note

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 07:53:32 UTC 2020 Modified Files: src/usr.bin/make: meta.c Log Message: make(1): migrate printCMD in meta mode to Lst_ForEach To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/usr.bin/make/meta.c Pl

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 07:49:58 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): inline Lst_ForEach for debugging output in search paths To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/usr.bin/make/

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 07:37:42 UTC 2020 Modified Files: src/usr.bin/make: make.c make.h Log Message: make(1): migrate MakeTimeStamp and MakeUnmark to Lst_ForEach To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/usr.bin/m

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 07:34:35 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): migrate MakeAddAllSrc to Lst_ForEach To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/usr.bin/make/make.c Please not

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 07:32:04 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h make.c Log Message: make(1): move documentation for MakeAddAllSrc to its correct place To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 07:23:26 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): merge Lst_ForEachFrom into Lst_ForEachUntil To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.bin/make/lst.c Please

CVS commit: src/usr.bin/make

2020-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 24 07:11:29 UTC 2020 Modified Files: src/usr.bin/make: compat.c dir.c job.c lst.c lst.h main.c make.c meta.c parse.c suff.c targ.c Log Message: make(1): rename Lst_ForEach to Lst_ForEachUntil Since the callbac