CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 10:44:23 UTC 2020 Modified Files: src/usr.bin/make: str.c Log Message: make(1): reduce scope of local variables in brk_string This also removes the unused assignment to words_cap. To generate a diff of this commit:

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 09:55:00 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c job.c main.c make.c make_malloc.h meta.c parse.c suff.c trace.c Log Message: make(1): avoid calls to free(3) in the common case of

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 09:55:00 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c job.c main.c make.c make_malloc.h meta.c parse.c suff.c trace.c Log Message: make(1): avoid calls to free(3) in the common case of

CVS commit: src/share/man/man9

2020-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 1 09:51:06 UTC 2020 Modified Files: src/share/man/man9: workqueue.9 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/workqueue.9 Please note that diffs are not

CVS commit: src/share/man/man9

2020-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 1 09:50:43 UTC 2020 Modified Files: src/share/man/man9: kthread.9 Log Message: Fix typo in macro and merge to error descriptions for the same error To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/share/man/man9

2020-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 1 09:50:43 UTC 2020 Modified Files: src/share/man/man9: kthread.9 Log Message: Fix typo in macro and merge to error descriptions for the same error To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/share/man/man9

2020-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 1 09:51:06 UTC 2020 Modified Files: src/share/man/man9: workqueue.9 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/workqueue.9 Please note that diffs are not

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 09:30:18 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): make CondDoDefined simpler To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/usr.bin/make/cond.c Please note that

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 09:30:18 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): make CondDoDefined simpler To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/usr.bin/make/cond.c Please note that

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

2020-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 1 09:29:18 UTC 2020 Modified Files: src/sys/arch/mips/mips: db_interface.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/arch/mips/mips/db_interface.c Please

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

2020-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 1 09:29:18 UTC 2020 Modified Files: src/sys/arch/mips/mips: db_interface.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/arch/mips/mips/db_interface.c Please

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

2020-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 1 09:26:49 UTC 2020 Modified Files: src/common/lib/libc/arch/mips/atomic: atomic_add.S atomic_and.S atomic_cas.S atomic_cas_up.S atomic_dec.S atomic_inc.S atomic_op_asm.h atomic_or.S atomic_swap.S

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

2020-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 1 09:26:49 UTC 2020 Modified Files: src/common/lib/libc/arch/mips/atomic: atomic_add.S atomic_and.S atomic_cas.S atomic_cas_up.S atomic_dec.S atomic_inc.S atomic_op_asm.h atomic_or.S atomic_swap.S

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 09:25:36 UTC 2020 Modified Files: src/usr.bin/make: compat.c main.c make.c meta.c nonints.h parse.c trace.c var.c Log Message: make(1): let Var_Value return a const char * The return value must not be

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 09:25:36 UTC 2020 Modified Files: src/usr.bin/make: compat.c main.c make.c meta.c nonints.h parse.c trace.c var.c Log Message: make(1): let Var_Value return a const char * The return value must not be

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 09:08:17 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): make Main_SetVarObjdir const-correct and use separate variables The return value of Var_Value should be const char *, but changing that

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 09:08:17 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): make Main_SetVarObjdir const-correct and use separate variables The return value of Var_Value should be const char *, but changing that

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 08:55:28 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): merge duplicate code for concatenating strings To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 src/usr.bin/make/main.c

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 08:55:28 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): merge duplicate code for concatenating strings To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 src/usr.bin/make/main.c

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 08:49:47 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): eliminate unsatisfiable condition in is_relpath To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/usr.bin/make/main.c

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 08:49:47 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): eliminate unsatisfiable condition in is_relpath To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/usr.bin/make/main.c

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

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 08:47:05 UTC 2020 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: The system registers we modify can have an impact on memory accesses, and we don't want the compiler to randomly re-order the

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

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 08:47:05 UTC 2020 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: The system registers we modify can have an impact on memory accesses, and we don't want the compiler to randomly re-order the

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 08:42:33 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix documentation of Var_Value To generate a diff of this commit: cvs rdiff -u -r1.373 -r1.374 src/usr.bin/make/var.c Please note that

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 08:42:33 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix documentation of Var_Value To generate a diff of this commit: cvs rdiff -u -r1.373 -r1.374 src/usr.bin/make/var.c Please note that

CVS commit: src/doc

2020-08-01 Thread Maxime Villard
er for Intel XMM7360 LTE modem [jdolecek 20200726] xen: MSI enabled by default [jdolecek 20200728] + kernel: remove the BRIDGE_IPF option, build its code by default + unconditionally. [maxv 20200801]

CVS commit: src/doc

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 08:22:37 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Note BRIDGE_IPF removal. To generate a diff of this commit: cvs rdiff -u -r1.2721 -r1.2722 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 08:20:53 UTC 2020 Modified Files: src/doc: TODO.smpnet src/share/man/man4: bridge.4 options.4 src/sys/arch/acorn32/conf: EB7500ATX GENERIC src/sys/arch/alpha/conf: GENERIC

CVS commit: src

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 08:20:53 UTC 2020 Modified Files: src/doc: TODO.smpnet src/share/man/man4: bridge.4 options.4 src/sys/arch/acorn32/conf: EB7500ATX GENERIC src/sys/arch/alpha/conf: GENERIC

CVS commit: src/sys/dev/nvmm

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 08:18:37 UTC 2020 Modified Files: src/sys/dev/nvmm: nvmm.c nvmm.h nvmm_internal.h Log Message: Put the few x86-specific structures under #ifdef __x86_64__, for clarity. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/nvmm

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 08:18:37 UTC 2020 Modified Files: src/sys/dev/nvmm: nvmm.c nvmm.h nvmm_internal.h Log Message: Put the few x86-specific structures under #ifdef __x86_64__, for clarity. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 07:29:04 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): use better variable names in Var_Exists Calling strchr just to initialize a variable to NULL is not as straight-forward as possible. The

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 07:29:04 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): use better variable names in Var_Exists Calling strchr just to initialize a variable to NULL is not as straight-forward as possible. The

CVS commit: src/sys/uvm/pmap

2020-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 1 07:14:05 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap_tlb.h Log Message: Provide a TLBINFO_OWNED To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/uvm/pmap/pmap_tlb.h Please note that diffs are

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 07:14:04 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): make condition in Var_Export1 simpler to read To generate a diff of this commit: cvs rdiff -u -r1.371 -r1.372 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 07:14:04 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): make condition in Var_Export1 simpler to read To generate a diff of this commit: cvs rdiff -u -r1.371 -r1.372 src/usr.bin/make/var.c

CVS commit: src/sys/uvm/pmap

2020-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 1 07:14:05 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap_tlb.h Log Message: Provide a TLBINFO_OWNED To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/uvm/pmap/pmap_tlb.h Please note that diffs are

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 07:10:37 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): use consistent pattern for testing flags To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371 src/usr.bin/make/var.c Please

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

2020-08-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Aug 1 07:09:41 UTC 2020 Modified Files: src/sys/arch/mips/mips: lock_stubs_llsc.S Log Message: Add a comment to say that an Octeon "sync 4" is "syncw" - sync all writes. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 07:10:37 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): use consistent pattern for testing flags To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371 src/usr.bin/make/var.c Please

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

2020-08-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Aug 1 07:09:41 UTC 2020 Modified Files: src/sys/arch/mips/mips: lock_stubs_llsc.S Log Message: Add a comment to say that an Octeon "sync 4" is "syncw" - sync all writes. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 07:03:50 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): clearly mark a variable in Var_Set_with_flags for freeing No functional change. To generate a diff of this commit: cvs rdiff -u -r1.369

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 07:03:50 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): clearly mark a variable in Var_Set_with_flags for freeing No functional change. To generate a diff of this commit: cvs rdiff -u -r1.369

CVS commit: src/sys

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 06:50:43 UTC 2020 Modified Files: src/sys/external/bsd/ipf/netinet: ip_nat.c src/sys/net: if_bridge.c Log Message: Remove #ifdef BRIDGE_IPF, compile in the code by default. Sent to tech-net@. To generate a diff

CVS commit: src/sys

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 06:50:43 UTC 2020 Modified Files: src/sys/external/bsd/ipf/netinet: ip_nat.c src/sys/net: if_bridge.c Log Message: Remove #ifdef BRIDGE_IPF, compile in the code by default. Sent to tech-net@. To generate a diff

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

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 06:35:00 UTC 2020 Modified Files: src/sys/arch/aarch64/include: asan.h Log Message: Use large pages for the KASAN shadow, same as amd64, discussed with ryo@. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 06:35:00 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove unnecessary snprintf from Var_ExportVars String literals can be concatenated at compile time. Furthermore, MAKE_EXPORTED can now

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

2020-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 1 06:35:00 UTC 2020 Modified Files: src/sys/arch/aarch64/include: asan.h Log Message: Use large pages for the KASAN shadow, same as amd64, discussed with ryo@. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/usr.bin/make

2020-08-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 1 06:35:00 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove unnecessary snprintf from Var_ExportVars String literals can be concatenated at compile time. Furthermore, MAKE_EXPORTED can now

<    1   2