CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 06:55:19 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): rewrap and reword the large comment for directory caching Hashing the directories is not a problem at all, it's the caching that makes thi

CVS commit: src/share/man/man5

2020-10-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 27 06:33:38 UTC 2020 Modified Files: src/share/man/man5: mk.conf.5 Log Message: Document MKKDEBUG. Thanks martin for letting me know. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/share/man/man5/mk.conf.

CVS commit: src/sys/kern

2020-10-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 27 00:07:18 UTC 2020 Modified Files: src/sys/kern: kern_time.c Log Message: kern_time: prevent the system clock from being set too low or high currently doing this will drive KUBSAN haywire and possibly cause system lock-ups

CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 26 23:28:53 UTC 2020 Modified Files: src/usr.bin/make: dir.c job.c main.c Log Message: make(1): remove "Results: none" from the documentation of void functions To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.

CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 26 23:19:17 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): use proper enum constants for aborting, instead of 0 To generate a diff of this commit: cvs rdiff -u -r1.291 -r1.292 src/usr.bin/make/job

CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 26 22:51:56 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): remove unnecessary double negation in Job_ParseShell To generate a diff of this commit: cvs rdiff -u -r1.290 -r1.291 src/usr.bin/make/job

CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 26 21:34:10 UTC 2020 Modified Files: src/usr.bin/make: compat.c cond.c job.c job.h main.c make.c make.h parse.c targ.c var.c Log Message: make(1): group the command line options and arguments By having a singl

CVS commit: src/usr.sbin/sysinst

2020-10-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 26 20:18:33 UTC 2020 Modified Files: src/usr.sbin/sysinst: util.c Log Message: PR 55752: relax an assertion, the first getvfsstat() call may overestimate the file systems visible to us. To generate a diff of this commit:

CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 26 20:14:27 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): convert a few strings to const strings in suff.c To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 26 20:11:03 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): fix comments in job.c To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 src/usr.bin/make/job.c Please note that diffs are

CVS commit: src/sys/kern

2020-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 26 17:35:39 UTC 2020 Modified Files: src/sys/kern: kern_core.c kern_sig.c Log Message: Depend directly on EXEC_ELF{32,64} to determine which versions of the coredump code are available. To generate a diff of this commi

CVS commit: src/external/mit/xorg/bin/xdm/config

2020-10-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 26 16:24:09 UTC 2020 Modified Files: src/external/mit/xorg/bin/xdm/config: Xresources.in Log Message: xdm(8): fix definitions of truetype fonts in the default resource file we don't ship with a truetype helvetica. To gener

CVS commit: src/sys/dev/usb

2020-10-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Oct 26 12:24:10 UTC 2020 Modified Files: src/sys/dev/usb: ucom.c Log Message: properly wait for refcounts to drain. fixes panic at detach that jmnceill saw. XXX: pullup-[89]. To generate a diff of this commit: cvs rdiff -u -r1

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

2020-10-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 26 11:49:45 UTC 2020 Modified Files: src/sys/arch/sparc64/conf: GENERIC Log Message: Backout previous, PR 54810 has been fixed. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 src/sys/arch/sparc64/conf/GE

CVS commit: src/sys/dev/scsipi

2020-10-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 26 11:39:48 UTC 2020 Modified Files: src/sys/dev/scsipi: cd.c Log Message: Avoid buffer overflow when copying from bounce buffer. Fixes PR 54810 Don't use uninitialized pointer in split bounce buffer case and free a part

CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 26 07:37:52 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): remove stray closing brace from comment To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/usr.bin/make/for.c Please no

CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 26 07:33:48 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): clean up variable substitution in .for loops The variable name cmd_cp was not really helpful for understanding the code. To generate a d

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

2020-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 26 07:16:41 UTC 2020 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Improve a comment To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/arm/pic/pic.c Please note that diffs are not publ

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

2020-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 26 07:14:42 UTC 2020 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/arm/pic/pic.c Please note that diffs are not public domain; the

CVS commit: src/usr.bin/make

2020-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Oct 26 07:03:47 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): use consistent variable names in for.c To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/usr.bin/make/for.c Please not