CVS commit: src/usr.bin/make

2020-10-30 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Oct 31 06:18:21 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: Do not use an objdir that is not writable. To generate a diff of this commit: cvs rdiff -u -r1.412 -r1.413 src/usr.bin/make/main.c Please note that

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2020-10-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Oct 31 04:05:42 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: intel_sprite.c Log Message: Match linux here and wait without interrupts. >From David H. Gutteridge in PR port-amd64/5 There's a second part

CVS commit: src

2020-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 31 01:08:32 UTC 2020 Modified Files: src/lib/libc/sys: kqueue.2 src/sys/kern: kern_event.c src/sys/sys: event.h src/tests/lib/libc/sys: t_kevent.c Log Message: PR/55663: Ruslan Nikolaev: Add suppo

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

2020-10-30 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Oct 30 23:54:42 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-unexport.exp directive-unexport.mk Log Message: Fix directive-unexport to focus only on the variables we care about To generate a diff

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 22:55:34 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename Str_SYSVMatch and its parameters To generate a diff of this commit: cvs rdiff -u -r1.609 -r1.610 src/usr.bin/make/var.c Please no

CVS commit: src/sys/net

2020-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 30 22:51:08 UTC 2020 Modified Files: src/sys/net: if_tap.c Log Message: use c99 initializers To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/sys/net/if_tap.c Please note that diffs are not public d

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 22:49:07 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): improve variable name in Var_Value, document callback To generate a diff of this commit: cvs rdiff -u -r1.608 -r1.609 src/usr.bin/make/va

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 22:43:39 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove unsatisfiable conditions in Var_Set_with_flags To generate a diff of this commit: cvs rdiff -u -r1.607 -r1.608 src/usr.bin/make/va

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 22:30:42 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): document where the variable name is expanded To generate a diff of this commit: cvs rdiff -u -r1.606 -r1.607 src/usr.bin/make/var.c Plea

CVS commit: src/share/man/man9

2020-10-30 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Oct 30 22:29:30 UTC 2020 Modified Files: src/share/man/man9: ddb.9 Log Message: Add a few missing articles. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/ddb.9 Please note that diffs are not pu

CVS commit: src/sys/arch

2020-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 30 22:20:38 UTC 2020 Modified Files: src/sys/arch/arm/xscale: pxa2x0_apm.c src/sys/arch/macppc/dev: apm.c src/sys/arch/mips/ralink: ralink_gpio.c Log Message: c99 struct initializers To generate a diff

CVS commit: src/sys/dev/sysmon

2020-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 30 22:19:19 UTC 2020 Modified Files: src/sys/dev/sysmon: sysmon_power.c Log Message: fix indentation To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/dev/sysmon/sysmon_power.c Please note that dif

CVS commit: src/sys/kern

2020-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 30 22:19:00 UTC 2020 Modified Files: src/sys/kern: kern_sig.c Log Message: fix indentation To generate a diff of this commit: cvs rdiff -u -r1.393 -r1.394 src/sys/kern/kern_sig.c Please note that diffs are not public

CVS commit: src/share/man/man9

2020-10-30 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Oct 30 22:14:03 UTC 2020 Added Files: src/share/man/man9: ddb.9 Log Message: ddb(9) - first cut at the documentation for writing and adding new DDB commands. Not yet complete and not hooked into the build. To generate a diff o

CVS commit: src/tests/bin/date

2020-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 30 22:03:36 UTC 2020 Modified Files: src/tests/bin/date: t_date.sh Log Message: Update the test a little so that is possible to pass (if date fails, because of bad or out of range input to parsedate, it cannot be expected to

CVS commit: src/lib/libutil

2020-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 30 22:03:11 UTC 2020 Modified Files: src/lib/libutil: parsedate.y Log Message: PR lib/46542 Add checks to detect overflow, and also detect other invalid (out of range) inputs for parsedate(). There could be more, and some o

CVS commit: src/lib/libossaudio

2020-10-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Oct 30 21:44:49 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c Log Message: ossaudio(3): Simplify setting rate (try to supply the nearest one possible) To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src

CVS commit: src/lib/libnvmm

2020-10-30 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Oct 30 21:06:13 UTC 2020 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Implement missing (REPE) CMPS instruction support in NVMMs x86_decode(). In apparently rare cases the (REPE) CMPS instruction can trigger a

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

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 20:36:33 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: var-op-append.exp var-op-append.mk Log Message: make(1): demonstrate double expansion when appending to a variable To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 20:30:44 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c job.c main.c make.c meta.c nonints.h parse.c suff.c trace.c var.c Log Message: make(1): change char * to void * in Var_Value The on

CVS commit: src/usr.bin/xinstall

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 20:05:00 UTC 2020 Modified Files: src/usr.bin/xinstall: Makefile xinstall.c Log Message: install(1): copy metachar table from usr.bin/make It is not worth having a dependency on usr.bin/make just for including this sma

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 19:14:20 UTC 2020 Modified Files: src/usr.bin/make: metachar.c Log Message: make(1): remove comment about adding is_shell_metachar to ctype.h This function is so specialized that it would be wrong to have it in a gener

CVS commit: src/sys

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 18:54:37 UTC 2020 Modified Files: src/sys/arch/aarch64/include: locore.h src/sys/arch/arm/arm: cpufunc.c src/sys/arch/arm/arm32: arm32_kvminit.c arm32_machdep.c arm32_tlb.c armv7_generic_space.

CVS commit: src/usr.sbin/sysinst

2020-10-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 30 18:47:38 UTC 2020 Modified Files: src/usr.sbin/sysinst: Makefile.inc defs.h util.c Log Message: PR 55769: avoid the module set if we do not build any To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/u

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

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 17:55:11 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-unexport.exp directive-unexport.mk Log Message: make(1): add test for an edge case of .unexport To generate a diff of this commit: c

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 17:10:48 UTC 2020 Modified Files: src/usr.bin/make: make.h var.c Log Message: make(1): clean up comments and local variables in var.c To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/usr.bin/make/ma

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 16:54:38 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix documentation for VARP_SUB_ONE The pattern is only replaced a single time, not everywhere in the first matching word. To generate a

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 16:48:58 UTC 2020 Modified Files: src/usr.bin/make: arch.c var.c Log Message: make(1): make iterating over HashTable simpler To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/usr.bin/make/arch.c cvs

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 16:45:37 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename VAR_EXPORTED_YES to VAR_EXPORTED_SOME The "yes" sounded too much like "all". To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 16:29:49 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Remove "also;" To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/sys/ddb/db_command.c Please note that diffs are not public do

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 16:16:16 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): document VAR_READONLY, now that it is really read-only To generate a diff of this commit: cvs rdiff -u -r1.600 -r1.601 src/usr.bin/make/v

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 16:09:56 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varname-dot-shell.exp varname-dot-shell.mk Log Message: make(1): prevent appending to read-only variables To generate a di

CVS commit: src/sys

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 16:08:45 UTC 2020 Modified Files: src/sys/ddb: db_command.c src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: fdt_ddb.c fdt_ddb.h Log Message: Add a "show fdt" ddb command To generate a diff of t

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 15:39:17 UTC 2020 Modified Files: src/usr.bin/make: dir.c job.c main.c make.c meta.c parse.c suff.c var.c Log Message: make(1): fix indentation in source code To generate a diff of this commit: cvs rdiff -u -r1.191 -r

CVS commit: src/sys/dev/pci

2020-10-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 30 15:30:44 UTC 2020 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: support screen blanking of r5xx somewhat crude but works To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/dev/pci/rad

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 15:28:38 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract MayExport from Var_Export1 To generate a diff of this commit: cvs rdiff -u -r1.597 -r1.598 src/usr.bin/make/var.c Please note th

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

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 15:09:14 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-dot-shell.exp varname-dot-shell.mk Log Message: make(1): demonstrate how to append to a read-only variable To generate a diff of this commit: cvs

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

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 15:03:58 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile varname-dot-shell.exp varname-dot-shell.mk Log Message: make(1): move test flags for varname-dot-shell to the test itself To generate

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 14:56:23 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): clean up is_separator To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/usr.bin/make/cond.c Please note that diffs ar

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

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 14:53:31 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-string.mk Log Message: make(1): fix comments in test for string literals in conditions To generate a diff of this commit: cvs rdiff -u -r1.10 -r1

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 14:51:47 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-cmp-string.exp cond-cmp-string.mk Log Message: make(1): fix parse error in string literal in conditional The string l

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

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 14:46:01 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-string.exp cond-cmp-string.mk Log Message: make(1): add more test cases that fail in condition string literals To generate a diff of this commit:

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

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 13:41:14 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-string.mk Log Message: make(1): add test for two variable expressions in a string literal To generate a diff of this commit: cvs rdiff -u -r1.7 -

CVS commit: src/external/public-domain/sqlite/dist

2020-10-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Oct 30 12:32:04 UTC 2020 Modified Files: src/external/public-domain/sqlite/dist: sqlite3.c Log Message: Use the same macro used before for avoiding too large floats on vax. This has the advantage of not changing the number for

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

2020-10-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Oct 30 11:02:50 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Add bigger console font for modern displays. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/arch/evbarm/conf/RPI Please

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

2020-10-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Oct 30 11:02:09 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Add smscphy(4). To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/arch/evbarm/conf/RPI Please note that diffs are not publ

CVS commit: src/usr.sbin/npf/npfd

2020-10-30 Thread David Brownlee
Module Name:src Committed By: abs Date: Fri Oct 30 09:23:36 UTC 2020 Modified Files: src/usr.sbin/npf/npfd: npfd.8 Log Message: Fix tcpdump example from "‐i npflog0.pcap" to "‐i npflog0" To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npfd/np

CVS commit: src

2020-10-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 30 08:41:58 UTC 2020 Modified Files: src/external/bsd/kyua-cli: Makefile.inc src/external/ibm-public/postfix: Makefile.inc src/external/public-domain/sqlite/bin: Makefile src/share/mk: bsd.prog.mk L

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

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 08:13:17 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-string.exp cond-cmp-string.mk Log Message: make(1): demonstrate parse error in string interpolation in condition To generate a diff of this commi

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 07:47:11 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove redundant evaluations in VarFind To generate a diff of this commit: cvs rdiff -u -r1.596 -r1.597 src/usr.bin/make/var.c Please no

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 07:37:30 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): replace VarFindFlags with a simple Boolean Either all flags had been given or none. Except in Var_Append, but since the ctxt was VAR_GLOB

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 07:30:29 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename FIND_CMD to FIND_CMDLINE, to match VAR_CMDLINE While here, use a consistent order for the enum constants. This is both the declara

CVS commit: src/usr.bin/make

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 07:19:30 UTC 2020 Modified Files: src/usr.bin/make: cond.c job.c main.c make.h parse.c targ.c var.c Log Message: make(1): rename VAR_CMD to VAR_CMDLINE Since make has to do with both the command line and child commands

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 07:17:29 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Sort the db_show_cmd entries To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/ddb/db_command.c Please note that diffs are

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 07:03:50 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Put the 'added from all sub cmds' comment above the four commands that were added as part of the work in r1.98 To generate a diff of this commit:

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 06:59:43 UTC 2020 Modified Files: src/sys/ddb: db_command.h Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/ddb/db_command.h Please note that diffs are not public domain;