CVS commit: src/sys/arch/arm/include/arm32

2020-07-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Jul  4 07:02:35 UTC 2020

Modified Files:
src/sys/arch/arm/include/arm32: machdep.h

Log Message:
Protect with #ifdef _KERNEL


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/include/arm32/machdep.h

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



CVS commit: src/sys/dev/usb

2020-07-04 Thread Ryo ONODERA
Module Name:src
Committed By:   ryoon
Date:   Sat Jul  4 08:05:26 UTC 2020

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
usbdevs: Add Linux USB 3.0 debugging port serial device


To generate a diff of this commit:
cvs rdiff -u -r1.783 -r1.784 src/sys/dev/usb/usbdevs

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



CVS commit: src/sys/dev/usb

2020-07-04 Thread Ryo ONODERA
Module Name:src
Committed By:   ryoon
Date:   Sat Jul  4 08:06:13 UTC 2020

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
usbdevs: Regenerate


To generate a diff of this commit:
cvs rdiff -u -r1.773 -r1.774 src/sys/dev/usb/usbdevs.h \
src/sys/dev/usb/usbdevs_data.h

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



CVS commit: src/sys/dev/usb

2020-07-04 Thread Ryo ONODERA
Module Name:src
Committed By:   ryoon
Date:   Sat Jul  4 08:07:02 UTC 2020

Modified Files:
src/sys/dev/usb: ugensa.c

Log Message:
usb/ugensa: Support Linux USB 3.0 debugging port serial communication


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/usb/ugensa.c

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



CVS commit: src/share/man/man4

2020-07-04 Thread Ryo ONODERA
Module Name:src
Committed By:   ryoon
Date:   Sat Jul  4 08:10:21 UTC 2020

Modified Files:
src/share/man/man4: ugensa.4

Log Message:
man4: Add Linux USB 3.0 debu port to ugensa.4


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/ugensa.4

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



CVS commit: src/sys/arch/x86/x86

2020-07-04 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jul  4 09:03:55 UTC 2020

Modified Files:
src/sys/arch/x86/x86: idt.c

Log Message:
Fix unset_idtgate() for XENPV, pointed out by yamaguchi@


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/x86/idt.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/unit-tests

2020-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 09:21:30 UTC 2020

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

Log Message:
make(1): add tests for the :S and :C modifiers


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/modmisc.exp
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/modmisc.mk

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



CVS import: othersrc/usr.bin/tnftp/src

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 09:48:28 UTC 2020

Update of /cvsroot/othersrc/usr.bin/tnftp/src
In directory ivanova.netbsd.org:/tmp/cvs-serv25717

Log Message:
Import NetBSD-ftp 20200608

Notable changes since NetBSD-ftp 20151003:
* Avoid crashies by exit if lostpeer due to a signal
  (e.g., remote server disconnection).
* Issue PWD commands to the server only when we actually
  need the results, not speculatively, just in case we might.
  Works around broken servers, and is quicker too.
* Fix error reporting when handling TLS connections.
* Use "anonymous" instead of the local username for anonymous ftp.
  Avoids unnecesary information leak.
* Correct format of IPv6 endpoint reporting.
* Refactoring and build fixes.
* Support using CONNECT for https:// via proxy. PR/50438, PR/51043.
* Fix downloads of local files using file:// URLs
* Use the first name we requested the http/https URL for, not any name
  we ended up with after random redirects.

Status:

Vendor Tag: NetBSD
Release Tags:   NetBSD-20200608

U othersrc/usr.bin/tnftp/src/ruserpass.c
C othersrc/usr.bin/tnftp/src/ftp.1
C othersrc/usr.bin/tnftp/src/fetch.c
C othersrc/usr.bin/tnftp/src/util.c
C othersrc/usr.bin/tnftp/src/ftp.c
U othersrc/usr.bin/tnftp/src/cmdtab.c
C othersrc/usr.bin/tnftp/src/ssl.h
C othersrc/usr.bin/tnftp/src/main.c
C othersrc/usr.bin/tnftp/src/ssl.c
C othersrc/usr.bin/tnftp/src/extern.h
U othersrc/usr.bin/tnftp/src/progressbar.h
C othersrc/usr.bin/tnftp/src/ftp_var.h
C othersrc/usr.bin/tnftp/src/version.h
C othersrc/usr.bin/tnftp/src/progressbar.c
C othersrc/usr.bin/tnftp/src/Makefile
C othersrc/usr.bin/tnftp/src/complete.c
C othersrc/usr.bin/tnftp/src/domacro.c
C othersrc/usr.bin/tnftp/src/cmds.c

15 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jNetBSD:yesterday -jNetBSD othersrc/usr.bin/tnftp/src



CVS commit: othersrc/usr.bin/tnftp/src

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 09:59:07 UTC 2020

Modified Files:
othersrc/usr.bin/tnftp/src: cmds.c complete.c domacro.c extern.h
fetch.c ftp.1 ftp.c ftp_var.h main.c progressbar.c ssl.c ssl.h
util.c version.h

Log Message:
Merge NetBSD-ftp 20200608


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 othersrc/usr.bin/tnftp/src/cmds.c
cvs rdiff -u -r1.10 -r1.11 othersrc/usr.bin/tnftp/src/complete.c
cvs rdiff -u -r1.8 -r1.9 othersrc/usr.bin/tnftp/src/domacro.c
cvs rdiff -u -r1.13 -r1.14 othersrc/usr.bin/tnftp/src/extern.h
cvs rdiff -u -r1.23 -r1.24 othersrc/usr.bin/tnftp/src/fetch.c \
othersrc/usr.bin/tnftp/src/util.c
cvs rdiff -u -r1.15 -r1.16 othersrc/usr.bin/tnftp/src/ftp.1 \
othersrc/usr.bin/tnftp/src/progressbar.c
cvs rdiff -u -r1.21 -r1.22 othersrc/usr.bin/tnftp/src/ftp.c
cvs rdiff -u -r1.12 -r1.13 othersrc/usr.bin/tnftp/src/ftp_var.h
cvs rdiff -u -r1.20 -r1.21 othersrc/usr.bin/tnftp/src/main.c
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/tnftp/src/ssl.c \
othersrc/usr.bin/tnftp/src/ssl.h
cvs rdiff -u -r1.7 -r1.8 othersrc/usr.bin/tnftp/src/version.h

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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 10:19:39 UTC 2020

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

Log Message:
make(1): remove unnecessary forward declarations


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 10:35:30 UTC 2020

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

Log Message:
make(1): remove unnecessary forward declarations, fix indentation


To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 10:46:32 UTC 2020

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

Log Message:
make(1): fix documentation of Var_Subst, clean up other documentation


To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 10:49:09 UTC 2020

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

Log Message:
make(1): remove unnecessary _t suffix from VarLoop type


To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 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/arch/macppc/dev

2020-07-04 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Jul  4 11:55:18 UTC 2020

Modified Files:
src/sys/arch/macppc/dev: smu.c

Log Message:
- Adjust location of \n in attach message.
- Convert to aprint_*(9).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/macppc/dev/smu.c

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



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

2020-07-04 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Jul  4 12:00:15 UTC 2020

Modified Files:
src/sys/arch/macppc/conf: POWERMAC_G5_11_2

Log Message:
Enable snapper(4) and friends. It works just fine.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/macppc/conf/POWERMAC_G5_11_2

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



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

2020-07-04 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Jul  4 12:04:15 UTC 2020

Modified Files:
src/sys/arch/macppc/conf: POWERMAC_G5_11_2

Log Message:
Add missing TMPFS, PTYFS, WAPBL, INET6, and NFS_BOOT_DHCP.

XXX
Sync options with GENERIC. It should be better to introduce
GENERIC.common in a similar manner to evbarm.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/macppc/conf/POWERMAC_G5_11_2

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



CVS import: othersrc/usr.bin/tnftp/libedit

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 12:52:56 UTC 2020

Update of /cvsroot/othersrc/usr.bin/tnftp/libedit
In directory ivanova.netbsd.org:/tmp/cvs-serv19987

Log Message:
Update libedit from NetBSD-current 20200704

Notable changes since import on 20160131:
* Fix uninitialized memory access in libedit history. PR/54399
* Fix out-of-bounds read in libedit c_delbefore. PR/54400
* Avoid segmentation fault in bad history file. PR/53597
* Fix crash in history saving. PR/52849
* Fix crash in c_gets().
* Fix crash in re_fastputc().
* Fix crash with backspacing on a long line.
* Fix patbuf updating.
* Save and restore errno in signal handler.
* Fix cursor movement. PR/54654, PR/54329
* Fix cursor after resize. PR/52359
* Fix terminal restoration if piped. PR/50863
* Fix memory leaks.
* Various UTF-8 fixes.
* Implementation improvements.
* Readline compatibility improvements (not used by ftp).
*  and chartype portability improvements.
* Remove 4 clause BSD licenses.
* Default editrc is $EDITRC, falling back to $HOME/.editrc.
* Add literal escape sequence support, patterned after the tcsh ones.
* Support pasting multiline buffers.
* Fix errno / el_errno handling.
* Improve directory completion in subdirs with only one match.
* Add support for escaping special characters when doing filename completion.
* Only quote the completion matches if we are doing filename completion.
* Don't escape strings with user-supplied completion functions.
* Grow the buffer for event search if there was not enough space.
* Use strncpy() or strlcpy() instead of memcpy().
* (Many fixes were from Ingo Schwarze.)

Status:

Vendor Tag: NetBSD
Release Tags:   NetBSD-libedit-20200704

C othersrc/usr.bin/tnftp/libedit/histedit.h
C othersrc/usr.bin/tnftp/libedit/hist.h
C othersrc/usr.bin/tnftp/libedit/sig.h
C othersrc/usr.bin/tnftp/libedit/terminal.c
U othersrc/usr.bin/tnftp/libedit/chartype.h
C othersrc/usr.bin/tnftp/libedit/chared.h
C othersrc/usr.bin/tnftp/libedit/parse.h
U othersrc/usr.bin/tnftp/libedit/keymacro.h
C othersrc/usr.bin/tnftp/libedit/editline.3
C othersrc/usr.bin/tnftp/libedit/prompt.c
U othersrc/usr.bin/tnftp/libedit/shlib_version
C othersrc/usr.bin/tnftp/libedit/filecomplete.c
C othersrc/usr.bin/tnftp/libedit/read.c
C othersrc/usr.bin/tnftp/libedit/emacs.c
N othersrc/usr.bin/tnftp/libedit/literal.h
U othersrc/usr.bin/tnftp/libedit/terminal.h
C othersrc/usr.bin/tnftp/libedit/search.c
C othersrc/usr.bin/tnftp/libedit/map.h
C othersrc/usr.bin/tnftp/libedit/parse.c
C othersrc/usr.bin/tnftp/libedit/read.h
C othersrc/usr.bin/tnftp/libedit/vi.c
C othersrc/usr.bin/tnftp/libedit/readline.c
C othersrc/usr.bin/tnftp/libedit/el.c
C othersrc/usr.bin/tnftp/libedit/filecomplete.h
C othersrc/usr.bin/tnftp/libedit/makelist
N othersrc/usr.bin/tnftp/libedit/tokenizern.c
C othersrc/usr.bin/tnftp/libedit/prompt.h
C othersrc/usr.bin/tnftp/libedit/common.c
C othersrc/usr.bin/tnftp/libedit/hist.c
C othersrc/usr.bin/tnftp/libedit/tty.h
C othersrc/usr.bin/tnftp/libedit/tokenizer.c
N othersrc/usr.bin/tnftp/libedit/historyn.c
C othersrc/usr.bin/tnftp/libedit/editrc.5
C othersrc/usr.bin/tnftp/libedit/el.h
N othersrc/usr.bin/tnftp/libedit/literal.c
C othersrc/usr.bin/tnftp/libedit/map.c
C othersrc/usr.bin/tnftp/libedit/history.c
C othersrc/usr.bin/tnftp/libedit/search.h
C othersrc/usr.bin/tnftp/libedit/keymacro.c
C othersrc/usr.bin/tnftp/libedit/Makefile
C othersrc/usr.bin/tnftp/libedit/chared.c
C othersrc/usr.bin/tnftp/libedit/refresh.h
C othersrc/usr.bin/tnftp/libedit/sig.c
C othersrc/usr.bin/tnftp/libedit/refresh.c
C othersrc/usr.bin/tnftp/libedit/sys.h
C othersrc/usr.bin/tnftp/libedit/tty.c
C othersrc/usr.bin/tnftp/libedit/config.h
C othersrc/usr.bin/tnftp/libedit/chartype.c
U othersrc/usr.bin/tnftp/libedit/eln.c
N othersrc/usr.bin/tnftp/libedit/editline.7
C othersrc/usr.bin/tnftp/libedit/readline/readline.h
C othersrc/usr.bin/tnftp/libedit/readline/Makefile
N othersrc/usr.bin/tnftp/libedit/TEST/test_filecompletion.c
U othersrc/usr.bin/tnftp/libedit/TEST/tc1.c
U othersrc/usr.bin/tnftp/libedit/TEST/wtc1.c
C othersrc/usr.bin/tnftp/libedit/TEST/Makefile
U othersrc/usr.bin/tnftp/libedit/TEST/rl1.c

43 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jNetBSD:yesterday -jNetBSD othersrc/usr.bin/tnftp/libedit



CVS commit: othersrc/usr.bin/tnftp/libedit

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 13:43:21 UTC 2020

Modified Files:
othersrc/usr.bin/tnftp/libedit: chared.c chared.h chartype.c common.c
config.h editline.3 editrc.5 el.c el.h eln.c emacs.c filecomplete.c
filecomplete.h hist.c hist.h histedit.h history.c keymacro.c
makelist map.c map.h parse.c parse.h prompt.c prompt.h read.c
read.h readline.c refresh.c refresh.h search.c search.h sig.c sig.h
sys.h terminal.c tokenizer.c tty.c tty.h vi.c
othersrc/usr.bin/tnftp/libedit/readline: readline.h

Log Message:
merge from NetBSD-20160131 to NetBSD-libedit-20200704


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 othersrc/usr.bin/tnftp/libedit/chared.c \
othersrc/usr.bin/tnftp/libedit/parse.c \
othersrc/usr.bin/tnftp/libedit/sig.c othersrc/usr.bin/tnftp/libedit/vi.c
cvs rdiff -u -r1.4 -r1.5 othersrc/usr.bin/tnftp/libedit/chared.h \
othersrc/usr.bin/tnftp/libedit/editline.3 \
othersrc/usr.bin/tnftp/libedit/el.h \
othersrc/usr.bin/tnftp/libedit/makelist \
othersrc/usr.bin/tnftp/libedit/parse.h \
othersrc/usr.bin/tnftp/libedit/read.h \
othersrc/usr.bin/tnftp/libedit/sig.h
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/tnftp/libedit/chartype.c \
othersrc/usr.bin/tnftp/libedit/keymacro.c \
othersrc/usr.bin/tnftp/libedit/terminal.c
cvs rdiff -u -r1.7 -r1.8 othersrc/usr.bin/tnftp/libedit/common.c \
othersrc/usr.bin/tnftp/libedit/el.c \
othersrc/usr.bin/tnftp/libedit/emacs.c \
othersrc/usr.bin/tnftp/libedit/hist.c \
othersrc/usr.bin/tnftp/libedit/history.c \
othersrc/usr.bin/tnftp/libedit/map.c \
othersrc/usr.bin/tnftp/libedit/prompt.c \
othersrc/usr.bin/tnftp/libedit/readline.c \
othersrc/usr.bin/tnftp/libedit/refresh.c \
othersrc/usr.bin/tnftp/libedit/search.c \
othersrc/usr.bin/tnftp/libedit/tokenizer.c
cvs rdiff -u -r1.5 -r1.6 othersrc/usr.bin/tnftp/libedit/config.h \
othersrc/usr.bin/tnftp/libedit/filecomplete.c \
othersrc/usr.bin/tnftp/libedit/histedit.h \
othersrc/usr.bin/tnftp/libedit/tty.h
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/tnftp/libedit/editrc.5 \
othersrc/usr.bin/tnftp/libedit/filecomplete.h \
othersrc/usr.bin/tnftp/libedit/hist.h \
othersrc/usr.bin/tnftp/libedit/map.h \
othersrc/usr.bin/tnftp/libedit/prompt.h \
othersrc/usr.bin/tnftp/libedit/refresh.h \
othersrc/usr.bin/tnftp/libedit/search.h
cvs rdiff -u -r1.1.1.2 -r1.2 othersrc/usr.bin/tnftp/libedit/eln.c
cvs rdiff -u -r1.9 -r1.10 othersrc/usr.bin/tnftp/libedit/read.c \
othersrc/usr.bin/tnftp/libedit/tty.c
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/tnftp/libedit/sys.h
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/tnftp/libedit/readline/readline.h

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



CVS commit: othersrc/usr.bin/tnftp

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 14:31:04 UTC 2020

Modified Files:
othersrc/usr.bin/tnftp: tnftp.h

Log Message:
tnftp.h: multiple-include protection


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 othersrc/usr.bin/tnftp/tnftp.h

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



CVS commit: othersrc/usr.bin/tnftp/libedit

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 14:34:28 UTC 2020

Modified Files:
othersrc/usr.bin/tnftp/libedit: Makefile.am literal.c vi.c

Log Message:
fix libedit build after 20200704 merge

adapt the build of libedit for the changes in upstream;
- generate appropriate headers
- tnftp-ify literal.c and vi.c


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 othersrc/usr.bin/tnftp/libedit/Makefile.am
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/usr.bin/tnftp/libedit/literal.c
cvs rdiff -u -r1.9 -r1.10 othersrc/usr.bin/tnftp/libedit/vi.c

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



CVS commit: othersrc/usr.bin/tnftp

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 14:47:35 UTC 2020

Modified Files:
othersrc/usr.bin/tnftp: tnftp.h

Log Message:
tnftp.h: add __UNVOLATILE. reformat __UNCONST


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 othersrc/usr.bin/tnftp/tnftp.h

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-07-04 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sat Jul  4 14:49:24 UTC 2020

Modified Files:
src/sys/dev/pci: ciss_pci.c uhci_pci.c

Log Message:
switch to pci_intr_alloc() so this uses MSI/MSI-X if device supports it


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/ciss_pci.c
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/uhci_pci.c

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



CVS commit: othersrc/usr.bin/tnftp

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 14:51:16 UTC 2020

Modified Files:
othersrc/usr.bin/tnftp: todo

Log Message:
TODO: autoconf option to use system libedit instead of internal


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 othersrc/usr.bin/tnftp/todo

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



CVS commit: othersrc/usr.bin/tnftp

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 14:55:18 UTC 2020

Modified Files:
othersrc/usr.bin/tnftp: ChangeLog

Log Message:
ChangeLog: ftp and libedit imports


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 othersrc/usr.bin/tnftp/ChangeLog

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



CVS commit: othersrc/usr.bin/tnftp

2020-07-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Sat Jul  4 14:59:16 UTC 2020

Modified Files:
othersrc/usr.bin/tnftp: Makefile.in aclocal.m4 configure
othersrc/usr.bin/tnftp/buildaux: config.guess config.sub depcomp
install-sh missing
othersrc/usr.bin/tnftp/libedit: Makefile.in
othersrc/usr.bin/tnftp/libnetbsd: Makefile.in
othersrc/usr.bin/tnftp/src: Makefile.in

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 othersrc/usr.bin/tnftp/Makefile.in
cvs rdiff -u -r1.8 -r1.9 othersrc/usr.bin/tnftp/aclocal.m4
cvs rdiff -u -r1.48 -r1.49 othersrc/usr.bin/tnftp/configure
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/tnftp/buildaux/config.guess \
othersrc/usr.bin/tnftp/buildaux/config.sub
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/tnftp/buildaux/depcomp \
othersrc/usr.bin/tnftp/buildaux/missing
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/tnftp/buildaux/install-sh
cvs rdiff -u -r1.10 -r1.11 othersrc/usr.bin/tnftp/libedit/Makefile.in
cvs rdiff -u -r1.11 -r1.12 othersrc/usr.bin/tnftp/libnetbsd/Makefile.in
cvs rdiff -u -r1.14 -r1.15 othersrc/usr.bin/tnftp/src/Makefile.in

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/rpi

2020-07-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Jul  4 15:14:56 UTC 2020

Modified Files:
src/sys/arch/evbarm/rpi: vcprop_subr.c
Removed Files:
src/sys/arch/evbarm/rpi: rpi.h

Log Message:
G/C


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r0 src/sys/arch/evbarm/rpi/rpi.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/rpi/vcprop_subr.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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 15:44:07 UTC 2020

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

Log Message:
make(1): fix :hash modifier on 16-bit platforms

On platforms where int has only 16 bits the shifts would have been in
16-bit arithmetic, which would invoke undefined behavior for "ustr[3] <<
24" as well as "ustr[2] << 16" (C99, 6.5.7p3).


To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 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/unit-tests

2020-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 16:15:21 UTC 2020

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

Log Message:
make(1): add test for an obscure edge case of using the :@ modifier


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/modmisc.exp
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/modmisc.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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 16:30:47 UTC 2020

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

Log Message:
make(1): constify VarModify parameter

Since var.c r1.238 and r1.239, the callbacks for the :H :T :E :R modifiers
don't modify the word anymore, and the others didn't modify it at all.


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 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/arch/aarch64/aarch64

2020-07-04 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Jul  4 16:58:11 UTC 2020

Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c

Log Message:
Use tlen for temporary length variable instead of l, which is usually
used for struct lwp *.

No binary changes.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/aarch64/aarch64/pmap.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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 17:10:34 UTC 2020

Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk

Log Message:
make(1): add debugging output for :@ modifier

The inner working of the :@ modifier is quite tricky.  To understand what
really happens, it helps to look at each word as it is being modified.


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/usr.bin/make/var.c
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/modmisc.exp
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/modmisc.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/powerpc/booke

2020-07-04 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Jul  4 17:20:45 UTC 2020

Modified Files:
src/sys/arch/powerpc/booke: e500_intr.c

Log Message:
Do not panic when splraise to IPL_NONE, which is required for
subr_cprng.c rev 1.36 and above:

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/kern/subr_cprng.c#rev1.36


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/powerpc/booke/e500_intr.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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 17:41:04 UTC 2020

Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk

Log Message:
make(1): expand the test for variable expansion in the :@ modifier


To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 src/usr.bin/make/var.c
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/unit-tests/modmisc.exp
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/modmisc.mk

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



CVS commit: src/sys/opencrypto

2020-07-04 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Jul  4 18:07:31 UTC 2020

Modified Files:
src/sys/opencrypto: cryptosoft.c

Log Message:
Fix kmem_free size in recent malloc->kmem conversion.

Should address this bracket report that has my name all over it:

https://mail-index.netbsd.org/current-users/2020/07/04/msg039059.html


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/opencrypto/cryptosoft.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/unit-tests

2020-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 18:54:18 UTC 2020

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

Log Message:
make(1): add tests for dollar characters in modifiers


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/unit-tests/modmisc.exp
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/unit-tests/modmisc.mk

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



CVS commit: src/share/man/man4

2020-07-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat Jul  4 19:25:24 UTC 2020

Modified Files:
src/share/man/man4: speaker.4

Log Message:
Fix off by one in the range of note values (in one instance).
>From xordspar0 at gmail.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/speaker.4

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



CVS commit: src

2020-07-04 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sat Jul  4 21:02:16 UTC 2020

Modified Files:
src/distrib/sets/lists/modules: md.amd64 md.i386
src/share/mk: bsd.own.mk
src/sys/arch/x86/x86: x86_machdep.c
src/sys/modules/arch: archdirs.mk
Removed Files:
src/sys/modules/arch/x86/amd64-xen: Makefile bsd.amd64-xen.mk
src/sys/modules/arch/x86/i386pae-xen: Makefile bsd.i386pae-xen.mk

Log Message:
the x86 xen and non-xen modules are identical,
so remove the unneeded extra copies.
Xen kernels now use the same modules as native kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/distrib/sets/lists/modules/md.amd64 \
src/distrib/sets/lists/modules/md.i386
cvs rdiff -u -r1.1199 -r1.1200 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.143 -r1.144 src/sys/arch/x86/x86/x86_machdep.c
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/arch/archdirs.mk
cvs rdiff -u -r1.1 -r0 src/sys/modules/arch/x86/amd64-xen/Makefile
cvs rdiff -u -r1.2 -r0 src/sys/modules/arch/x86/amd64-xen/bsd.amd64-xen.mk
cvs rdiff -u -r1.1 -r0 src/sys/modules/arch/x86/i386pae-xen/Makefile
cvs rdiff -u -r1.2 -r0 \
src/sys/modules/arch/x86/i386pae-xen/bsd.i386pae-xen.mk

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



CVS commit: src/doc

2020-07-04 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sat Jul  4 21:03:50 UTC 2020

Modified Files:
src/doc: CHANGES

Log Message:
note x86 Xen kernel module change.


To generate a diff of this commit:
cvs rdiff -u -r1.2708 -r1.2709 src/doc/CHANGES

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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 21:04:25 UTC 2020

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

Log Message:
make(1): improve documentation about adding new tests


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/usr.bin/make/unit-tests/Makefile

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



CVS commit: src/share/man/man9

2020-07-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jul  4 21:07:29 UTC 2020

Modified Files:
src/share/man/man9: vfsops.9

Log Message:
add missing arg


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/share/man/man9/vfsops.9

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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 22:01:10 UTC 2020

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

Log Message:
make(1): add post-processing for tests

By defining SED_CMDS.${test}, a test can do additional post-processing
on its output, for example to normalize paths or error messages.

The Makefile for the tests now follows the common style to have all
relevant definitions at the top of the file, and all the implementation
details at the bottom.

By using the += instead of backslashed lists, it becomes easier to
comment out a single test, either temporarily or permanently (such as
the POSIX tests).

The :C modifier has been replaced with the simpler :S, some :S modifiers
have been replaced with simpler := modifiers.

The postprocessing commands have been extracted from the actual command.
This makes editing and commenting them easier.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/varshell.exp

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-07-04 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sat Jul  4 22:17:09 UTC 2020

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

Log Message:
make(1): ignore system-specific error message from regcomp in test

NetBSD 8 has: repetition-operator operand invalid
Ubuntu has: Invalid preceding regular expression


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/make/unit-tests/modmisc.exp

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



CVS commit: src/share/man/man4

2020-07-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat Jul  4 23:09:43 UTC 2020

Modified Files:
src/share/man/man4: speaker.4

Log Message:
Add more markup.  Edit for clarity.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/speaker.4

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



CVS commit: src/share/man/man4

2020-07-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat Jul  4 23:24:10 UTC 2020

Modified Files:
src/share/man/man4: speaker.4

Log Message:
Middle C is in O2 (from RTFS).


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/speaker.4

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



CVS commit: src/usr.bin/w

2020-07-04 Thread Kimmo Suominen
Module Name:src
Committed By:   kim
Date:   Sat Jul  4 23:30:32 UTC 2020

Modified Files:
src/usr.bin/w: w.c

Log Message:
Don't overwrite host_buf as x might be pointing to wanted data in it


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/usr.bin/w/w.c

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



CVS commit: src/share/man/man4

2020-07-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jul  5 00:33:18 UTC 2020

Modified Files:
src/share/man/man4: speaker.4

Log Message:
BUGS: note that meaning of sustain dots differs from the standard notation.
>From FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/speaker.4

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



CVS commit: src/share/man/man4

2020-07-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jul  5 00:38:23 UTC 2020

Modified Files:
src/share/man/man4: speaker.4

Log Message:
Clarify that whitespace is only ignored between groups.

Actually everything that doesn't start a group is ignored.
Whitespace is not allowed inside groups.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/speaker.4

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



CVS commit: src/share/man/man4

2020-07-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jul  5 01:05:01 UTC 2020

Modified Files:
src/share/man/man4: speaker.4

Log Message:
Clarify initial state some more.

Mention that the initial current octave is 4.  Drop filler verbiage
that octaves are "from C to B".


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man4/speaker.4

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



CVS commit: src/lib/libc/gen

2020-07-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jul  5 01:05:50 UTC 2020

Modified Files:
src/lib/libc/gen: Makefile.inc endutxent.3

Log Message:
document utmpxname(3)


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 src/lib/libc/gen/Makefile.inc
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gen/endutxent.3

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



CVS commit: src/lib/libc/gen

2020-07-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jul  5 01:09:48 UTC 2020

Modified Files:
src/lib/libc/gen: Makefile.inc endutxent.3

Log Message:
revert previous; utmpxname is already documented in getlastlogx.3. Should
probably be moved.


To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 src/lib/libc/gen/Makefile.inc
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gen/endutxent.3

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



CVS commit: src/doc

2020-07-04 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Jul  5 02:04:25 UTC 2020

Modified Files:
src/doc: TODO.modules

Log Message:
Note that the xen vs non-xen issue has been resolved by recent commit
from Chuck Silvers.  (Also add xref to PR port-xen/53130 for history.)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/doc/TODO.modules

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



CVS commit: src/share/man/man4

2020-07-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jul  5 03:44:13 UTC 2020

Modified Files:
src/share/man/man4: speaker.4

Log Message:
Fix the include file name in the synopsis.

While here, drop the device path from synopsis,
its place is in the files section.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man4/speaker.4

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



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

2020-07-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Jul  5 05:16:51 UTC 2020

Modified Files:
src/sys/arch/arm/sunxi: sunxi_nand.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/sunxi/sunxi_nand.c

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