CVS commit: src/usr.sbin/mopd/mopcopy

2020-10-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 29 08:50:42 UTC 2020

Modified Files:
src/usr.sbin/mopd/mopcopy: mopcopy.c

Log Message:
Fix obvious copy&pasto


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/mopd/mopcopy/mopcopy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/wscons

2020-10-29 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Oct 29 09:08:35 UTC 2020

Modified Files:
src/sys/dev/wscons: wsconsio.h

Log Message:
wscons(4): WSKBD_TYPE_PC_AT is automatically translated to
WSKBD_TYPE_PC_XT in modern kernels


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/dev/wscons/wsconsio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Oct 29 12:38:06 UTC 2020

Modified Files:
src/external/public-domain/sqlite: Makefile.inc

Log Message:
sqlite3: Turn on extensions that default-on using the configure script

Includes json1 and fts5, which are both needed by various things in pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/public-domain/sqlite/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Oct 29 16:35:33 UTC 2020

Modified Files:
src/external/public-domain/sqlite/lib: Makefile sqlite3.pc.in

Log Message:
sqlite: fts5 extension requires we link with -lm


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/public-domain/sqlite/lib/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/sqlite/lib/sqlite3.pc.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Oct 29 17:27:12 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: directive-export.mk

Log Message:
make(1): add test for .export and Var_Delete


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/directive-export.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Oct 29 18:19:41 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: Makefile vardebug.exp vardebug.mk

Log Message:
make(1): move MAKEFLAGS handling in vardebug test to the test itself


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/vardebug.exp
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/vardebug.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Oct 29 18:38:24 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: vardebug.exp vardebug.mk

Log Message:
make(1): add test for ignoring assignment to read-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/vardebug.exp
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/vardebug.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Oct 29 18:59:43 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: varmod-gmtime.mk

Log Message:
make(1): add test for default time format of the :gmtime modifier


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/varmod-gmtime.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Oct 29 19:01:11 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: varmod-localtime.mk

Log Message:
make(1): add test for default format of the :localtime modifier


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/varmod-localtime.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Oct 29 19:07:45 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: varmod-quote.mk

Log Message:
make(1): add test for the :Q modifier


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/varmod-quote.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib

2020-10-29 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Oct 29 20:11:18 UTC 2020

Modified Files:
src/lib: Makefile

Log Message:
lib: Move sqlite, since it depends on libm


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2020-10-29 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Oct 29 20:26:24 UTC 2020

Modified Files:
src: Makefile

Log Message:
G/c spurious whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-10-29 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Oct 29 20:37:47 UTC 2020

Modified Files:
src/usr.bin/make: parse.c

Log Message:
make(1): move comment from Parse_DoVar to Parse_IsVar


To generate a diff of this commit:
cvs rdiff -u -r1.409 -r1.410 src/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2020-10-29 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Fri Oct 30 04:56:32 UTC 2020

Modified Files:
src/games/fortune/datfiles: fortunes

Log Message:
Add one.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/games/fortune/datfiles/fortunes

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 30 06:02:06 UTC 2020

Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c

Log Message:
Instead of a random 'prohibitively high' value, use DBL_MAX so it builds on VAX


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/public-domain/sqlite/dist/sqlite3.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2020-10-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Oct 30 06:23:39 UTC 2020

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
 Add new sysctl hw.wmN.debug_flags. This sysctl can be used if WM_DEBUG is set.
OK'd by knakahara.

% sysctl -d hw.wm0.debug_flags
hw.wm0.debug_flags: Debug flags:
0x01 LINK
0x02 TX
0x04 RX
0x08 GMII
0x10 MANAGE
0x20 NVM
0x40 INIT
0x80 LOCK


To generate a diff of this commit:
cvs rdiff -u -r1.692 -r1.693 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2020-10-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Oct 30 06:29:47 UTC 2020

Modified Files:
src/sys/dev/pci: if_wm.c if_wmvar.h

Log Message:
Add WMPHY_I350. Not used yet.


To generate a diff of this commit:
cvs rdiff -u -r1.693 -r1.694 src/sys/dev/pci/if_wm.c
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pci/if_wmvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-10-29 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Fri Oct 30 06:44:38 UTC 2020

Modified Files:
src/sys/arch/sparc64/conf: GENERIC

Log Message:
Add pcagpio and pcf8574io - hardware status monitors on V210/V240 and E250.


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-10-29 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Fri Oct 30 06:44:57 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): clean up and update module comment in var.c


To generate a diff of this commit:
cvs rdiff -u -r1.591 -r1.592 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ddb

2020-10-29 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Oct 30 06:57:09 UTC 2020

Modified Files:
src/sys/ddb: db_command.c db_command.h db_input.c db_proc.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/sys/ddb/db_command.c
cvs rdiff -u -r1.38 -r1.39 src/sys/ddb/db_command.h
cvs rdiff -u -r1.27 -r1.28 src/sys/ddb/db_input.c
cvs rdiff -u -r1.12 -r1.13 src/sys/ddb/db_proc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-10-29 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Fri Oct 30 06:59:12 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): rename SAVE_DOLLARS to follow the naming conventions


To generate a diff of this commit:
cvs rdiff -u -r1.592 -r1.593 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.