Re: CVS commit: src/sys/compat/netbsd32

2019-08-21 Thread Christos Zoulas
Thanks for the quick review! The errors below should be all fixed. christos > On Aug 20, 2019, at 3:18 PM, Maxime Villard wrote: > > 1) In compat_drm_agp_info(), seems like it should be info64to32. > > 2) In compat_drm_getstats(), the assignments in the loop are inverted, it's > st32 which sho

CVS commit: src/distrib/i386/ramdisks/common

2019-08-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 22 04:25:38 UTC 2019 Modified Files: src/distrib/i386/ramdisks/common: Makefile.ramdisk Log Message: Set NOSANITIZER in i386 ramdisk image To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/distrib/i386/ram

CVS commit: src/distrib/i386/ramdisks/common

2019-08-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 22 04:25:38 UTC 2019 Modified Files: src/distrib/i386/ramdisks/common: Makefile.ramdisk Log Message: Set NOSANITIZER in i386 ramdisk image To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/distrib/i386/ram

CVS commit: src/sys/dev/usb

2019-08-21 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 22 00:25:18 UTC 2019 Modified Files: src/sys/dev/usb: if_aue.c Log Message: like most things: turn debug off by default, sysctl to enable To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/dev/usb/if_au

CVS commit: src/sys/dev/usb

2019-08-21 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 22 00:25:18 UTC 2019 Modified Files: src/sys/dev/usb: if_aue.c Log Message: like most things: turn debug off by default, sysctl to enable To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/dev/usb/if_au

CVS commit: src/sys/dev/usb

2019-08-21 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 22 00:24:07 UTC 2019 Modified Files: src/sys/dev/usb: if_aue.c usbhist.h Log Message: usbhist(9): - add a USBHIST_CALLARGSN() that only prints the message if debug level is N aue(4): - switch from printf() to usbhist for deb

CVS commit: src/sys/dev/usb

2019-08-21 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 22 00:24:07 UTC 2019 Modified Files: src/sys/dev/usb: if_aue.c usbhist.h Log Message: usbhist(9): - add a USBHIST_CALLARGSN() that only prints the message if debug level is N aue(4): - switch from printf() to usbhist for deb

re: CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread matthew green
"Maxime Villard" writes: > Module Name: src > Committed By: maxv > Date: Wed Aug 21 16:35:10 UTC 2019 > > Modified Files: > src/sys/arch/amd64/amd64: locore.S > > Log Message: > Switch from printf to panic. These messages were notorious for being > unreadable, and at least a clean

CVS commit: src

2019-08-21 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Aug 21 21:45:47 UTC 2019 Modified Files: src/lib/libnpf: libnpf.3 npf.c npf.h src/sys/net/npf: npf.h npf_ctl.c npf_impl.h npf_os.c npf_tableset.c Log Message: npfkern/libnpf: Add support for the table replace/swap opera

CVS commit: src

2019-08-21 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Aug 21 21:45:47 UTC 2019 Modified Files: src/lib/libnpf: libnpf.3 npf.c npf.h src/sys/net/npf: npf.h npf_ctl.c npf_impl.h npf_os.c npf_tableset.c Log Message: npfkern/libnpf: Add support for the table replace/swap opera

CVS commit: src/usr.sbin/npf

2019-08-21 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Aug 21 21:41:54 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c src/usr.sbin/npf/npftest/libnpftest: npf_mbuf_subr.c npf_nbuf_test.c Log Message: - npftest: fix a memleak in a unit test (standalone path only)

CVS commit: src/usr.sbin/npf

2019-08-21 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Aug 21 21:41:54 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c src/usr.sbin/npf/npftest/libnpftest: npf_mbuf_subr.c npf_nbuf_test.c Log Message: - npftest: fix a memleak in a unit test (standalone path only)

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

2019-08-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 21 20:31:23 UTC 2019 Modified Files: src/sys/arch/hp300/conf: Makefile.hp300 Log Message: Fix the pmap_bootstrap.o dependency (it was spelt pmap_boostrap.o before) To generate a diff of this commit: cvs rdiff -u -r1.94 -r

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

2019-08-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 21 20:31:23 UTC 2019 Modified Files: src/sys/arch/hp300/conf: Makefile.hp300 Log Message: Fix the pmap_bootstrap.o dependency (it was spelt pmap_boostrap.o before) To generate a diff of this commit: cvs rdiff -u -r1.94 -r

CVS commit: src/sys/arch

2019-08-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 21 20:30:36 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/sun3/sun3x: pmap.c Log Message: Spell pmap_bootstrap in comments correctly To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/arch

2019-08-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 21 20:30:36 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/sun3/sun3x: pmap.c Log Message: Spell pmap_bootstrap in comments correctly To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/doc

2019-08-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Aug 21 17:14:26 UTC 2019 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of dhcpcd-8.0.3 To generate a diff of this commit: cvs rdiff -u -r1.1643 -r1.1644 src/doc/3RDPARTY cvs rdiff -u -r1.2572 -r1.2573 src/d

CVS commit: src/doc

2019-08-21 Thread Roy Marples
PSAFE in the process. [mrg 20190814] usbnet(9): Port kue(4) and upl(4). [mrg 20190818] boot(8): GPT and RAIDframe support for x86 bootstrap [manu 20190818] + dhcpcd(8): Import dhcpcd-8.0.3 [roy 20190821]

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 17:14:05 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Style and cleanup. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/arch/amd64/amd64/trap.c Please note that diffs

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 17:14:05 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Style and cleanup. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/arch/amd64/amd64/trap.c Please note that diffs

CVS commit: src/external/bsd/dhcpcd/dist/src

2019-08-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Aug 21 17:12:19 UTC 2019 Modified Files: src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcpcd.c if-bsd.c if-options.c ipv6.h Log Message: Sync To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/exter

CVS commit: src/external/bsd/dhcpcd/dist/src

2019-08-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Aug 21 17:12:19 UTC 2019 Modified Files: src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcpcd.c if-bsd.c if-options.c ipv6.h Log Message: Sync To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/exter

CVS import: src/external/bsd/dhcpcd/dist

2019-08-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Aug 21 17:10:30 UTC 2019 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25438 Log Message: Import dhcpcd-8.0.3 With the following changes: * DHCP: Work with IP headers with options * scr

CVS import: src/external/bsd/dhcpcd/dist

2019-08-21 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Aug 21 17:10:30 UTC 2019 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25438 Log Message: Import dhcpcd-8.0.3 With the following changes: * DHCP: Work with IP headers with options * scr

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 17:06:36 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Remove the single-step check, it is wrong. There is no way we could single-step on these entry points. If there were, we would be running wit

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 17:06:36 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Remove the single-step check, it is wrong. There is no way we could single-step on these entry points. If there were, we would be running wit

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 16:35:10 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: Switch from printf to panic. These messages were notorious for being unreadable, and at least a clean panic allows the user to inspect the

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 16:35:10 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: Switch from printf to panic. These messages were notorious for being unreadable, and at least a clean panic allows the user to inspect the

CVS commit: [netbsd-9] src/doc

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:35:49 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #103 and #104 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-9.0 Please note that diffs ar

CVS commit: [netbsd-9] src/doc

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:35:49 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #103 and #104 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-9.0 Please note that diffs ar

CVS commit: [netbsd-9] src/sys/dev/usb

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:34:56 UTC 2019 Modified Files: src/sys/dev/usb [netbsd-9]: xhci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #104): sys/dev/usb/xhci.c: revision 1.108 typo in error message T

CVS commit: [netbsd-9] src/sys/dev/usb

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:34:56 UTC 2019 Modified Files: src/sys/dev/usb [netbsd-9]: xhci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #104): sys/dev/usb/xhci.c: revision 1.108 typo in error message T

CVS commit: [netbsd-8] src/doc

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:33:26 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1341 and #1342 To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-8.2 Please note that diffs

CVS commit: [netbsd-8] src/doc

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:33:26 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1341 and #1342 To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-8.2 Please note that diffs

CVS commit: [netbsd-8] src/sys/uvm

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:32:11 UTC 2019 Modified Files: src/sys/uvm [netbsd-8]: uvm_aobj.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1342): sys/uvm/uvm_aobj.c: revision 1.128 Avoid undefined behavi

CVS commit: [netbsd-8] src/sys/uvm

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:32:11 UTC 2019 Modified Files: src/sys/uvm [netbsd-8]: uvm_aobj.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1342): sys/uvm/uvm_aobj.c: revision 1.128 Avoid undefined behavi

CVS commit: [netbsd-9] src/distrib

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:30:24 UTC 2019 Modified Files: src/distrib/hpcarm/miniroot [netbsd-9]: list src/distrib/hpcmips/miniroot [netbsd-9]: list src/distrib/hpcsh/miniroot [netbsd-9]: list Log Message: Pull up following rev

CVS commit: [netbsd-9] src/distrib

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:30:24 UTC 2019 Modified Files: src/distrib/hpcarm/miniroot [netbsd-9]: list src/distrib/hpcmips/miniroot [netbsd-9]: list src/distrib/hpcsh/miniroot [netbsd-9]: list Log Message: Pull up following rev

CVS commit: [netbsd-8] src/distrib

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:28:34 UTC 2019 Modified Files: src/distrib/hpcarm/miniroot [netbsd-8]: list src/distrib/hpcmips/miniroot [netbsd-8]: list src/distrib/hpcsh/miniroot [netbsd-8]: list Log Message: Pull up following rev

CVS commit: [netbsd-8] src/distrib

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 14:28:34 UTC 2019 Modified Files: src/distrib/hpcarm/miniroot [netbsd-8]: list src/distrib/hpcmips/miniroot [netbsd-8]: list src/distrib/hpcsh/miniroot [netbsd-8]: list Log Message: Pull up following rev

CVS commit: src/distrib/sets/lists/base

2019-08-21 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Wed Aug 21 13:48:37 UTC 2019 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: Remove obsolete entry for libgomp.so.1.2. Upgrading from netbsd-8 to netbsd-9 removes this library file, but some programs (eg. packa

CVS commit: src/distrib/sets/lists/base

2019-08-21 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Wed Aug 21 13:48:37 UTC 2019 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: Remove obsolete entry for libgomp.so.1.2. Upgrading from netbsd-8 to netbsd-9 removes this library file, but some programs (eg. packa

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 12:46:56 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c Log Message: Style and remove dead stuff. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/arch/amd64/amd64/netbsd32_

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 12:46:56 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c Log Message: Style and remove dead stuff. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/arch/amd64/amd64/netbsd32_

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 12:33:12 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c Log Message: Don't depend on #ifdef USER_LDT in cpu_mcontext32_validate(), but rather on whether the proc uses a user-set LDT. Same as check_s

CVS commit: src/sys/arch/amd64/amd64

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 12:33:12 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c Log Message: Don't depend on #ifdef USER_LDT in cpu_mcontext32_validate(), but rather on whether the proc uses a user-set LDT. Same as check_s

CVS commit: src/sys/arch

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 12:16:07 UTC 2019 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU XEN3_PVHVM src/sys/arch/i386/conf: XEN3PAE_DOM0 XEN3PAE_DOMU XEN3PAE_PVHVM Log Message: No USER_LDT on Xen. To generate a diff of th

CVS commit: src/sys/arch

2019-08-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 21 12:16:07 UTC 2019 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU XEN3_PVHVM src/sys/arch/i386/conf: XEN3PAE_DOM0 XEN3PAE_DOMU XEN3PAE_PVHVM Log Message: No USER_LDT on Xen. To generate a diff of th

CVS commit: src/lib/libedit

2019-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 21 11:11:48 UTC 2019 Modified Files: src/lib/libedit: readline.c Log Message: Increment offset when adding an element to history to keep it aligned with the last element entered (Sandy Li Changqing) To generate a diff

CVS commit: src/lib/libedit

2019-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 21 11:11:48 UTC 2019 Modified Files: src/lib/libedit: readline.c Log Message: Increment offset when adding an element to history to keep it aligned with the last element entered (Sandy Li Changqing) To generate a diff

CVS commit: src/sys/dev/usb

2019-08-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 21 10:48:37 UTC 2019 Modified Files: src/sys/dev/usb: uhub.c usb.c usb_mem.c usb_subr.c usbdi.c usbdi_util.c usbroothub.c Log Message: convert pairs of USBHIST_CALLED()+USBHIST_LOG*() into USBHIST_CALLARGS() calls

CVS commit: src/sys/dev/usb

2019-08-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 21 10:48:37 UTC 2019 Modified Files: src/sys/dev/usb: uhub.c usb.c usb_mem.c usb_subr.c usbdi.c usbdi_util.c usbroothub.c Log Message: convert pairs of USBHIST_CALLED()+USBHIST_LOG*() into USBHIST_CALLARGS() calls

CVS commit: src/sys/dev/pci/ixgbe

2019-08-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 21 10:01:53 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Simplify ix{gbe,v}_[un]register_vlan() API suggestesd by knakahara. The API was the same as FreeBSD's pre-iflib's. They use iflib no

CVS commit: src/sys/dev/pci/ixgbe

2019-08-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 21 10:01:53 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Simplify ix{gbe,v}_[un]register_vlan() API suggestesd by knakahara. The API was the same as FreeBSD's pre-iflib's. They use iflib no

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

2019-08-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 21 08:28:53 UTC 2019 Modified Files: src/usr.sbin/installboot [netbsd-9]: Makefile machines.c Log Message: Pull up following revision(s) (requested by martin in ticket #80): usr.sbin/installboot/Makefile: revision

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

2019-08-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 21 08:28:53 UTC 2019 Modified Files: src/usr.sbin/installboot [netbsd-9]: Makefile machines.c Log Message: Pull up following revision(s) (requested by martin in ticket #80): usr.sbin/installboot/Makefile: revision

CVS commit: src/sys/dev/spi

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 08:03:22 UTC 2019 Modified Files: src/sys/dev/spi: oj6sh.c Log Message: Make this at least compile - I have no way to test. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/spi/oj6sh.c Please n

CVS commit: src/sys/dev/spi

2019-08-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 21 08:03:22 UTC 2019 Modified Files: src/sys/dev/spi: oj6sh.c Log Message: Make this at least compile - I have no way to test. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/spi/oj6sh.c Please n