CVS commit: src/sys/dev/pci

2020-06-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 11 07:46:59 UTC 2020 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: reduce stack usage in radeonfb_pickres() and radeonfb_set_cursor() To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/d

CVS commit: src/sys/dev/pci

2020-06-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 11 07:51:26 UTC 2020 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: only read the backlight level register on mobility chips To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sys/dev/pci/rad

CVS commit: src/sys/dev/pci

2020-06-11 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Jun 11 09:01:27 UTC 2020 Modified Files: src/sys/dev/pci: pcidevs Log Message: add Intel XMM 7360 LTE Modem To generate a diff of this commit: cvs rdiff -u -r1.1414 -r1.1415 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/dev/pci

2020-06-11 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Jun 11 09:02:05 UTC 2020 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1401 -r1.1402 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1400 -r1.14

CVS commit: src/share/misc

2020-06-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Jun 11 09:15:31 UTC 2020 Modified Files: src/share/misc: bsd-family-tree Log Message: Sync with r359561 To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/share/misc/bsd-family-tree Please note that diffs are

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

2020-06-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 11 09:16:05 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Fix typo. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/sys/dev/pci/ixgbe/ixgbe.c cvs r

CVS commit: src/doc

2020-06-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Jun 11 09:17:11 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: bsd-family-tree To generate a diff of this commit: cvs rdiff -u -r1.1724 -r1.1725 src/doc/3RDPARTY Please note that diffs are not public domain; they ar

CVS commit: src/sys/dev/pci

2020-06-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 11 09:23:13 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: No functional change: - Rename some macros and function. - Add newline. To generate a diff of this commit: cvs rdiff -u -r1.677 -r1.678 src/s

CVS commit: src/sys/dev/usb

2020-06-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 11 09:51:37 UTC 2020 Modified Files: src/sys/dev/usb: if_otus.c Log Message: Stricter bounds check for some packet length we get from the usb chip, to make sure we do not corrupt kernel memory. Pointed out by Ilja Van Spru

CVS commit: src/sys/dev/usb

2020-06-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 11 09:56:57 UTC 2020 Modified Files: src/sys/dev/usb: if_run.c Log Message: Better bounds checking for oversized packets, to avoid kernel memory corruption. Pointed out by Ilja Van Sprundel. To generate a diff of this co

CVS commit: src/sys/arch/arm/imx/fdt

2020-06-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jun 11 11:01:16 UTC 2020 Modified Files: src/sys/arch/arm/imx/fdt: imx6_usb.c imx7d_ccm.c Log Message: Add i.MX7 USB support To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/imx/fdt/imx6_usb.c c

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

2020-06-11 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Jun 11 11:01:20 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-9]: if_otus.c Log Message: Pull up following revision (requested by martin in ticket #957): src/sys/dev/usb/if_otus.c: revision 1.45 (via patch) Stricter

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

2020-06-11 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Jun 11 11:03:22 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-9]: if_run.c Log Message: Pull up following revision (requested by martin in ticket #958): src/sys/dev/usb/if_run.c: revision 1.41 Better bounds checking

CVS commit: [netbsd-9] src/doc

2020-06-11 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Jun 11 11:04:12 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #957 & #958. To generate a diff of this commit: cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-9.1 Please note that diffs are no

CVS commit: src/sys/arch/arm/imx/fdt

2020-06-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jun 11 11:05:29 UTC 2020 Modified Files: src/sys/arch/arm/imx/fdt: imx6_iomux.c Log Message: Match fsl,imx7d-iomuxc To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/imx/fdt/imx6_iomux.c Please

CVS commit: src/tests/lib/libpthread

2020-06-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 11 11:40:54 UTC 2020 Modified Files: src/tests/lib/libpthread: t_mtx.c Log Message: Do not destroy mutices that failed to init - fixes a run with PTHREAD_DIAGASSERT set to "a". Pointed out by joerg. To generate a diff of

CVS commit: src/bin/expr

2020-06-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jun 11 13:08:08 UTC 2020 Modified Files: src/bin/expr: expr.y Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/bin/expr/expr.y Please note that diffs are not public domain; they are sub

CVS commit: src

2020-06-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Jun 11 13:36:20 UTC 2020 Modified Files: src/share/man/man4: bpf.4 src/sys/net: bpf.c bpf.h bpfdesc.h Log Message: bpf(4): Add ioctls BIOCSETWF and BIOCLOCK Once BIOCLOCK is executed, the device becomes locked which prev

CVS commit: src/sbin/drvctl

2020-06-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jun 11 13:49:57 UTC 2020 Modified Files: src/sbin/drvctl: drvctl.c Log Message: Update for proplib(3) API changes. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sbin/drvctl/drvctl.c Please note that dif

CVS commit: src/sys/dev/pci

2020-06-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 11 14:22:10 UTC 2020 Modified Files: src/sys/dev/pci: radeonfbvar.h Log Message: forgot to commit a header change, again... To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/radeonfbvar.h P

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

2020-06-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Jun 11 16:05:54 UTC 2020 Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: dhcpcd: Disable priviledge separation and sandboxing for SMALLPROG builds It's a fair chunk of code and is probably safe enough

CVS commit: src/lib/libpthread

2020-06-11 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Jun 11 18:41:22 UTC 2020 Modified Files: src/lib/libpthread: pthread_mutex.c Log Message: Adjust memory barriers. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/lib/libpthread/pthread_mutex.c Please note that

CVS commit: src/lib/libpthread

2020-06-11 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Jun 11 18:42:02 UTC 2020 Modified Files: src/lib/libpthread: pthread.c pthread_tsd.c Log Message: Drop self->pt_lock before clearing TSD / malloc TSD. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/lib/libpt

CVS commit: src

2020-06-11 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Jun 11 19:20:47 UTC 2020 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: arc.c src/external/cddl/osnet/sys/kern: misc.c src/sys/arch/alpha/alpha: machdep.c src/sys/arch/atari/atari: machdep.c

CVS commit: src

2020-06-11 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Jun 11 22:21:05 UTC 2020 Modified Files: src/sys/compat/linux/common: linux_misc.c src/sys/compat/linux32/common: linux32_sysinfo.c src/sys/kern: subr_cpu.c vfs_vnode.c vfs_vnops.c src/sys/miscfs/procfs: pro

CVS commit: src/common/lib/libprop

2020-06-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 11 22:25:44 UTC 2020 Modified Files: src/common/lib/libprop: prop_object_impl.h Log Message: Unbreak clang builds by removing questionable linker warning sections trggered all over the place. To generate a diff of this co

CVS commit: src/sys/uvm

2020-06-11 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Jun 11 22:25:51 UTC 2020 Modified Files: src/sys/uvm: uvm_pglist.c Log Message: Counter tweaks: - Don't need to count anonpages+filepages any more; clean+unknown+dirty for each kind of page can be summed to get the totals. - T

CVS commit: src/share/misc

2020-06-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Jun 11 23:19:53 UTC 2020 Modified Files: src/share/misc: acronyms acronyms.comp Log Message: QOI To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/share/misc/acronyms cvs rdiff -u -r1.306 -r1.307 src/share/m

CVS commit: src/common/lib/libprop

2020-06-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jun 12 00:02:26 UTC 2020 Modified Files: src/common/lib/libprop: prop_object_impl.h Log Message: Change previous to only apply when building with clang. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/comm

CVS commit: src/lib/libpam/modules/pam_krb5

2020-06-11 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Fri Jun 12 01:20:32 UTC 2020 Modified Files: src/lib/libpam/modules/pam_krb5: pam_krb5.c Log Message: lib/libpam: Fix the possible -Werror=stringop-truncation Replace strncpy(3) with the safer strlcpy(3) and adjust the code. Error

CVS commit: src/sys

2020-06-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jun 12 03:32:30 UTC 2020 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c src/sys/dev/fdt: fdt_i2c.c src/sys/dev/i2c: i2c.c Log Message: i2c-indirect-config == false --> i2c-no-indirect-config == tru

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

2020-06-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jun 12 03:41:57 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: jbus-i2c.c pcfiic_ebus.c Log Message: Update for proplib(3) API changes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sparc64/de

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

2020-06-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jun 12 06:44:57 UTC 2020 Modified Files: src/sys/arch/macppc/dev: ki2c.c Log Message: more proplib API catchup To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/macppc/dev/ki2c.c Please note that