CVS commit: [netbsd-9] src/usr.sbin/sysinst

2020-11-05 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Nov  5 08:10:21 UTC 2020

Modified Files:
src/usr.sbin/sysinst [netbsd-9]: menus.mi msg.mi.de msg.mi.en msg.mi.es
msg.mi.fr msg.mi.pl util.c

Log Message:
Pull up the following revisions(s) (requested by martin in ticket #1121):
usr.sbin/sysinst/menus.mi:  revision 1.22-1.23
usr.sbin/sysinst/msg.mi.de: revision 1.25-1.26
usr.sbin/sysinst/msg.mi.en: revision 1.33-1.34
usr.sbin/sysinst/msg.mi.pl: revision 1.33-1.34
usr.sbin/sysinst/msg.mi.es: revision 1.27-1.28
usr.sbin/sysinst/msg.mi.fr: revision 1.32-1.33
usr.sbin/sysinst/util.c:revision 1.49-1.52

- When looking for available CD media, skip those that are already mounted.
- When no medium with sets is found, show a new error message and return
  to the source selection menu.
- Rearrange all source option menus to have the proper set suffix available
  (either .tgz or .tar.xz).
- Relax an assertion, the first getvfsstat() call may overestimate the file
  systems visible to us. Fixes PR 55752
- When we did not magically find any CD medium with sets, offer a manual
  override (so ISO images on USB sticks or Xen's xbd(4) work).


To generate a diff of this commit:
cvs rdiff -u -r1.19.2.1 -r1.19.2.2 src/usr.sbin/sysinst/menus.mi
cvs rdiff -u -r1.13.2.8 -r1.13.2.9 src/usr.sbin/sysinst/msg.mi.de
cvs rdiff -u -r1.19.2.9 -r1.19.2.10 src/usr.sbin/sysinst/msg.mi.en
cvs rdiff -u -r1.14.2.8 -r1.14.2.9 src/usr.sbin/sysinst/msg.mi.es
cvs rdiff -u -r1.17.2.9 -r1.17.2.10 src/usr.sbin/sysinst/msg.mi.fr
cvs rdiff -u -r1.20.2.9 -r1.20.2.10 src/usr.sbin/sysinst/msg.mi.pl
cvs rdiff -u -r1.29.2.7 -r1.29.2.8 src/usr.sbin/sysinst/util.c

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



CVS commit: [netbsd-9] src/doc

2020-11-05 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Nov  5 08:11:37 UTC 2020

Modified Files:
src/doc [netbsd-9]: CHANGES-9.2

Log Message:
Ticket #1121


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-9.2

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



CVS commit: src/usr.sbin/sysinst

2020-11-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov  5 11:10:11 UTC 2020

Modified Files:
src/usr.sbin/sysinst: msg.mi.de msg.pm.en msg.pm.es msg.pm.fr msg.pm.pl

Log Message:
Remove an unused message (accidently placed inconsistently in
previous)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/sysinst/msg.mi.de
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/msg.pm.en \
src/usr.sbin/sysinst/msg.pm.es src/usr.sbin/sysinst/msg.pm.fr \
src/usr.sbin/sysinst/msg.pm.pl

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



CVS commit: src/external/mit/xorg/lib/fontconfig/etc/conf.avail

2020-11-05 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Nov  5 12:13:02 UTC 2020

Modified Files:
src/external/mit/xorg/lib/fontconfig/etc/conf.avail:
70-no-bitmap-webfonts.conf

Log Message:
Also deny bitmap Lucida, Utopia from being selected through fontconfig.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \

src/external/mit/xorg/lib/fontconfig/etc/conf.avail/70-no-bitmap-webfonts.conf

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



CVS commit: src/share/mk

2020-11-05 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Nov  5 13:03:31 UTC 2020

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
Build dtb set for aarch64eb.


To generate a diff of this commit:
cvs rdiff -u -r1.1229 -r1.1230 src/share/mk/bsd.own.mk

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



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

2020-11-05 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Nov  5 13:04:27 UTC 2020

Modified Files:
src/sys/arch/evbarm/tisdp24xx: if_sm_gpmc.c sdp24xx_start.S

Log Message:
Add missing NetBSD RCSID.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/tisdp24xx/if_sm_gpmc.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/tisdp24xx/sdp24xx_start.S

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



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

2020-11-05 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Nov  5 13:04:05 UTC 2020

Modified Files:
src/sys/arch/evbarm/conf: README.evbarm

Log Message:
Fix typo; i.M31 --> i.MX31


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/conf/README.evbarm

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-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 15:04:51 UTC 2020

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

Log Message:
make(1): remove wrong comment from Var_Subst

The error handling in variable expressions is inconsistent.  Some errors
are detected, most aren't.  In particular, the error message for
undefined variables is _not_ issued on undefined variables but instead
on parse errors.


To generate a diff of this commit:
cvs rdiff -u -r1.657 -r1.658 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: xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k

2020-11-05 Thread Izumi Tsutsui
Module Name:xsrc
Committed By:   tsutsui
Date:   Thu Nov  5 16:06:08 UTC 2020

Modified Files:
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k: X68kConfig
x68k.h x68kConfig.c x68kFb.c x68kGraph.c x68kInit.c x68kKbd.c
x68kReg.h x68kText.c

Log Message:
Cherry-pick Xorg version independent changes from xorg-server.

 Normalize #include paths.
 Call LogInit() for logging to /var/log/X68k.%s.log as Xorg and Xsun servers.
 Fix a suspicious chunk disabled on xfree 4.x migration as sunKbd.c does.
 Restore video mode properly on exit even on CRT Mode 19 (640x480 31kHz VGA).
 Add ModeDef for 640x480x4bit PseudoColor.
 Avoid a use of __UNVOLATILE(3).
 Remove unnecessary pointer casts from malloc(3).
 Use exact-width interger types properly for register accesses etc.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/X68kConfig
cvs rdiff -u -r1.2 -r1.3 \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68k.h
cvs rdiff -u -r1.3 -r1.4 \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kConfig.c \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kFb.c \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kGraph.c \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kReg.h \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kText.c
cvs rdiff -u -r1.4 -r1.5 \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kInit.c \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kKbd.c

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



CVS commit: src/external/mit/xorg/server/xorg-server.old/hw/netbsd/x68k

2020-11-05 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Nov  5 16:06:41 UTC 2020

Modified Files:
src/external/mit/xorg/server/xorg-server.old/hw/netbsd/x68k: Makefile

Log Message:
Cherry-pick Xorg version independent changes from xorg-server.

 Reorganize CPPFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/mit/xorg/server/xorg-server.old/hw/netbsd/x68k/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-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 17:27:16 UTC 2020

Modified Files:
src/usr.bin/make: arch.c cond.c dir.c hash.c job.c main.c meta.c
parse.c suff.c targ.c util.c var.c
src/usr.bin/make/filemon: filemon_dev.c filemon_ktrace.c

Log Message:
make(1): remove redundant parentheses from sizeof operator

The parentheses are only needed if the argument is a type, not an
expression.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/usr.bin/make/arch.c
cvs rdiff -u -r1.174 -r1.175 src/usr.bin/make/cond.c
cvs rdiff -u -r1.193 -r1.194 src/usr.bin/make/dir.c
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/make/hash.c
cvs rdiff -u -r1.302 -r1.303 src/usr.bin/make/job.c
cvs rdiff -u -r1.425 -r1.426 src/usr.bin/make/main.c
cvs rdiff -u -r1.137 -r1.138 src/usr.bin/make/meta.c
cvs rdiff -u -r1.426 -r1.427 src/usr.bin/make/parse.c
cvs rdiff -u -r1.230 -r1.231 src/usr.bin/make/suff.c
cvs rdiff -u -r1.126 -r1.127 src/usr.bin/make/targ.c
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/make/util.c
cvs rdiff -u -r1.658 -r1.659 src/usr.bin/make/var.c
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/filemon/filemon_dev.c \
src/usr.bin/make/filemon/filemon_ktrace.c

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



CVS commit: src/share/misc

2020-11-05 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Thu Nov  5 18:05:06 UTC 2020

Modified Files:
src/share/misc: acronyms.comp

Log Message:
+SMR


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 src/share/misc/acronyms.comp

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-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 18:08:39 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: var-class-local.exp var-class-local.mk

Log Message:
make(1): add test for legacy local variables @F, @D


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/var-class-local.exp
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/var-class-local.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

2020-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 18:20:23 UTC 2020

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

Log Message:
make(1): clean up documentation for Var_Subst


To generate a diff of this commit:
cvs rdiff -u -r1.659 -r1.660 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/usr.bin/make

2020-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 18:26:59 UTC 2020

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

Log Message:
make(1): replace '(' and ')' with neutral '\0' in Var_Parse

The only possible values for extramodifiers are "H:" and "T:", therefore
parsing is independent of startc and endc.  Use '\0' instead of '(' and
')' to remove any possible confusion about how '{' and '}' would be
handled.


To generate a diff of this commit:
cvs rdiff -u -r1.660 -r1.661 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/usr.bin/make

2020-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 18:43:56 UTC 2020

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

Log Message:
make(1): extract FindLocalLegacyVar from Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.661 -r1.662 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/usr.sbin/sysinst

2020-11-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov  5 19:13:21 UTC 2020

Modified Files:
src/usr.sbin/sysinst: msg_xlat.sh

Log Message:
Print the program name in error messages.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/msg_xlat.sh

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



CVS commit: src/tests/net/if_wg

2020-11-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov  5 20:03:56 UTC 2020

Modified Files:
src/tests/net/if_wg: t_misc.sh

Log Message:
Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/if_wg/t_misc.sh

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-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 20:50:14 UTC 2020

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

Log Message:
make(1): extract EvalUndefined from ParseVarnameLong


To generate a diff of this commit:
cvs rdiff -u -r1.662 -r1.663 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/usr.bin/make

2020-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 21:16:21 UTC 2020

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

Log Message:
make(1): clean up ParseVarnameLong

A parameter named pp is usually used as the parsing position, which is
updated upon successful return.  Not so in ParseVarnameLong, where it
was updated in the unsuccessful branch only.

To avoid confusion, rename it to out_FALSE_pp, which is a longer name
but expresses more clearly what actually happens.


To generate a diff of this commit:
cvs rdiff -u -r1.663 -r1.664 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/usr.bin/make

2020-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 23:24:48 UTC 2020

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

Log Message:
make(1): fix parameter name in ApplyModifiersIndirect and ApplyModifiers

The variable must be properly initialized before these functions are
called.


To generate a diff of this commit:
cvs rdiff -u -r1.664 -r1.665 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/usr.bin/make

2020-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Thu Nov  5 23:52:08 UTC 2020

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

Log Message:
make(1): update and clean up documentation of Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.665 -r1.666 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/usr.bin/make

2020-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Fri Nov  6 00:05:18 UTC 2020

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

Log Message:
make(1): format source code of a few functions in var.c


To generate a diff of this commit:
cvs rdiff -u -r1.666 -r1.667 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/usr.bin/make

2020-11-05 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Fri Nov  6 00:29:50 UTC 2020

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

Log Message:
make(1): rename local variable in Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.667 -r1.668 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.