CVS commit: src/share/mk

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 30 04:57:10 UTC 2021 Modified Files: src/share/mk: bsd.own.mk Log Message: remove the NEED_OWN_INSTALL_TARGET conditional for setting the install variables, suggested by phone@ To generate a diff of this commit: cvs rd

CVS commit: src/share/mk

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 30 04:57:10 UTC 2021 Modified Files: src/share/mk: bsd.own.mk Log Message: remove the NEED_OWN_INSTALL_TARGET conditional for setting the install variables, suggested by phone@ To generate a diff of this commit: cvs rd

CVS commit: src/sys/dev/usb

2021-12-29 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 30 04:19:23 UTC 2021 Modified Files: src/sys/dev/usb: ehci.c Log Message: convert the ehci device owner ship change message to display the ehciN as well. To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/s

CVS commit: src/sys/dev/usb

2021-12-29 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 30 04:19:23 UTC 2021 Modified Files: src/sys/dev/usb: ehci.c Log Message: convert the ehci device owner ship change message to display the ehciN as well. To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/s

CVS commit: src/sys/conf

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 30 03:24:50 UTC 2021 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Add ${_MKTARGET_INSTALL} To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/sys/conf/Makefile.kern.inc Please note tha

CVS commit: src/sys/conf

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 30 03:24:50 UTC 2021 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Add ${_MKTARGET_INSTALL} To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/sys/conf/Makefile.kern.inc Please note tha

CVS commit: src/sys/conf

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 30 03:23:05 UTC 2021 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: use ${INSTALL_FILE} so that unpriv builds work. To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 src/sys/conf/Makefile.ke

CVS commit: src/sys/conf

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 30 03:23:05 UTC 2021 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: use ${INSTALL_FILE} so that unpriv builds work. To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 src/sys/conf/Makefile.ke

CVS commit: src/distrib/sets

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 30 02:30:53 UTC 2021 Modified Files: src/distrib/sets: sets.subr Log Message: don't match the empty pattern To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/distrib/sets/sets.subr Please note that d

CVS commit: src/distrib/sets

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 30 02:30:53 UTC 2021 Modified Files: src/distrib/sets: sets.subr Log Message: don't match the empty pattern To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/distrib/sets/sets.subr Please note that d

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 02:14:55 UTC 2021 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-token-plain.exp cond-token-plain.mk Log Message: tests/make: demonstrate edge case that evaluates an expression twice

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 02:14:55 UTC 2021 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-token-plain.exp cond-token-plain.mk Log Message: tests/make: demonstrate edge case that evaluates an expression twice

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 01:34:26 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: remove redundant code from CondParser_ComparisonOrLeaf No functional change. To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.3

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 01:34:26 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: remove redundant code from CondParser_ComparisonOrLeaf No functional change. To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.3

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 01:30:33 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: split ParseWord into the actual ParseWord and ParseFuncArg Combining two similar but fundamentally different parsing tasks in a single funct

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 01:30:33 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: split ParseWord into the actual ParseWord and ParseFuncArg Combining two similar but fundamentally different parsing tasks in a single funct

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 01:06:43 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: make ParseWord in condition parser simpler Merge the two return values (bool, string) into a single return value. As before, the caller cann

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 01:06:43 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: make ParseWord in condition parser simpler Merge the two return values (bool, string) into a single return value. As before, the caller cann

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 00:22:20 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: internally return false for irrelevant leaves in conditions The result of irrelevant leaves is effectively ignored by CondParser_And and Con

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 30 00:22:20 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: internally return false for irrelevant leaves in conditions The result of irrelevant leaves is effectively ignored by CondParser_And and Con

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

2021-12-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Dec 29 23:59:38 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_print.c Log Message: drm: Restore hw.drm2.debug sysctl knob, previously lost in merge. To generate a diff of this commit: cvs rdiff -u -r1.1

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

2021-12-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Dec 29 23:59:38 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_print.c Log Message: drm: Restore hw.drm2.debug sysctl knob, previously lost in merge. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 29 22:22:13 UTC 2021 Modified Files: src: build.sh src/distrib/sets: sets.subr src/distrib/sets/lists/debug: mi src/etc: Makefile src/sys/conf: Makefile.kern.inc Log Message: Enable split-

CVS commit: src

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 29 22:22:13 UTC 2021 Modified Files: src: build.sh src/distrib/sets: sets.subr src/distrib/sets/lists/debug: mi src/etc: Makefile src/sys/conf: Makefile.kern.inc Log Message: Enable split-

CVS commit: src/external/bsd/openldap/sbin/slapd

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 29 18:13:43 UTC 2021 Modified Files: src/external/bsd/openldap/sbin/slapd: Makefile Log Message: build the rest of the tools. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/openldap/sbin/s

CVS commit: src/external/bsd/openldap/sbin/slapd

2021-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 29 18:13:43 UTC 2021 Modified Files: src/external/bsd/openldap/sbin/slapd: Makefile Log Message: build the rest of the tools. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/openldap/sbin/s

CVS commit: xsrc/external/mit/xinit/dist

2021-12-29 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Wed Dec 29 16:01:58 UTC 2021 Modified Files: xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: xinitrc: delay preprocessing of COLOR in xrdb input Revert previous and fix it properly. #ifdef COLOR is intended to be processed

CVS commit: xsrc/external/mit/xinit/dist

2021-12-29 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Wed Dec 29 16:01:58 UTC 2021 Modified Files: xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: xinitrc: delay preprocessing of COLOR in xrdb input Revert previous and fix it properly. #ifdef COLOR is intended to be processed

CVS commit: src/sys/uvm/pmap

2021-12-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 29 12:53:38 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: Remove duplicate KASSERT To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are

CVS commit: src/sys/uvm/pmap

2021-12-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 29 12:53:38 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: Remove duplicate KASSERT To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 08:23:40 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: in irrelevant function calls in conditions, return false When a condition contains an irrelevant function call, it doesn't matter whether th

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 08:23:40 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: in irrelevant function calls in conditions, return false When a condition contains an irrelevant function call, it doesn't matter whether th

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 08:15:45 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: use simpler return type for ParseWord in conditions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.314 -r1.315

CVS commit: src/usr.bin/make

2021-12-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 08:15:45 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: use simpler return type for ParseWord in conditions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.314 -r1.315