CVS commit: src/sys/dev/usb

2020-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Feb 16 09:40:35 UTC 2020

Modified Files:
src/sys/dev/usb: usbdi.c usbdi.h usbdi_util.c usbdi_util.h

Log Message:
Move usb_desc_* into usbdi_util.c, no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.101 -r1.102 src/sys/dev/usb/usbdi.h
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/usb/usbdi_util.c
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/usb/usbdi_util.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-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Feb 16 09:53:55 UTC 2020

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

Log Message:
Improve the check, to prevent more surprises.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/usb/usbdi_util.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-02-16 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Feb 16 10:45:42 UTC 2020

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

Log Message:
Remove azalia(4) references, spotted by maxv


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/hdaudio.4

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



CVS commit: [netbsd-9] src

2020-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 16 12:16:28 UTC 2020

Modified Files:
src/external/gpl2/groff/tmac [netbsd-9]: mdoc.local
src/sys/sys [netbsd-9]: param.h

Log Message:
Welcome to 9.0_STABLE


To generate a diff of this commit:
cvs rdiff -u -r1.5.6.4 -r1.5.6.5 src/external/gpl2/groff/tmac/mdoc.local
cvs rdiff -u -r1.599.2.5 -r1.599.2.6 src/sys/sys/param.h

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



CVS commit: [netbsd-9] src/external/cddl/osnet/dist/uts/common/fs/zfs

2020-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 16 12:18:27 UTC 2020

Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: zfs_vnops.c

Log Message:
Pull up following revision(s) (requested by hannken in ticket #709):

external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c: revision 1.57

zfs_netbsd_setattr: ignore size changes on device nodes.


To generate a diff of this commit:
cvs rdiff -u -r1.50.2.3 -r1.50.2.4 \
src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.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/external/cddl/osnet/dist/uts/common/fs/zfs

2020-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 16 12:20:02 UTC 2020

Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: zfs_vnops.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #710):

external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c: revision 1.58

Teach zfs to revoke vnodes the usual way.
XXX pullup


To generate a diff of this commit:
cvs rdiff -u -r1.50.2.4 -r1.50.2.5 \
src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.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-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 16 12:21:24 UTC 2020

Added Files:
src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Tickets #709 and #710


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/doc/CHANGES-9.1

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



CVS commit: src/external/cddl/osnet/dist/cmd/zpool

2020-02-16 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Sun Feb 16 14:06:10 UTC 2020

Modified Files:
src/external/cddl/osnet/dist/cmd/zpool: zpool_vdev.c

Log Message:
zpool: The NetBSD specific ioctl needs to include sys/ioctl.h


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c

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



CVS commit: src/sys

2020-02-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Feb 16 14:56:52 UTC 2020

Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c
src/sys/dev/fdt: fdt_subr.c fdtvar.h

Log Message:
Rename fdtbus_set_data() to fdtbus_init().  NFC.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/evbarm/fdt/fdt_machdep.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/fdt/fdt_subr.c
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/fdt/fdtvar.h

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



CVS commit: src/crypto/external/bsd/openssl/dist/crypto

2020-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 16 15:03:22 UTC 2020

Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/md4: md4_dgst.c
src/crypto/external/bsd/openssl/dist/crypto/ripemd: rmd_dgst.c

Log Message:
use unsigned to avoid undefined behavior in shifts (nisharg joshi)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/crypto/external/bsd/openssl/dist/crypto/md4/md4_dgst.c
cvs rdiff -u -r1.6 -r1.7 \
src/crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_dgst.c

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



CVS commit: src/lib/libpthread

2020-02-16 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Feb 16 17:14:31 UTC 2020

Modified Files:
src/lib/libpthread: pthread.c

Log Message:
Set __isthreaded before bootstrapping malloc(3)

jemalloc depends on the __isthreaded dynamic state logic.

Reported by  for mpv and by  for gzip.


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/lib/libpthread/pthread.c

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



CVS commit: src/lib/libpthread

2020-02-16 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Feb 16 17:45:12 UTC 2020

Modified Files:
src/lib/libpthread: pthread.c pthread_int.h pthread_mutex.c
pthread_tsd.c

Log Message:
Revert "Enhance the pthread(3) + malloc(3) init model"

It is reported to hand on aarch64 with gzip.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/lib/libpthread/pthread.c
cvs rdiff -u -r1.102 -r1.103 src/lib/libpthread/pthread_int.h
cvs rdiff -u -r1.75 -r1.76 src/lib/libpthread/pthread_mutex.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libpthread/pthread_tsd.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/fdt

2020-02-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Feb 16 20:28:18 UTC 2020

Modified Files:
src/sys/dev/fdt: fdt_intr.c fdt_subr.c fdtvar.h

Log Message:
Add fdt_intr_mask() / fdt_intr_unmask() functions, for masking and
unmasking invididual interrupt sources (similar to acpi_intr_mask()
and acpi_intr_unmask()).


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/fdt/fdt_intr.c
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/fdt/fdt_subr.c
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/fdt/fdtvar.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/arm/sunxi

2020-02-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Feb 16 20:29:36 UTC 2020

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

Log Message:
Provide a back-end for fdt_intr_mask() / fdt_intr_unmask().


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sunxi_nmi.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/i2c

2020-02-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Feb 16 20:32:29 UTC 2020

Modified Files:
src/sys/dev/i2c: axppmic.c

Log Message:
Don't access the i2c bus in interrupt context.  Instead, mask the
interrupt and process it on a work queue.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/i2c/axppmic.c

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



CVS commit: src/sys/kern

2020-02-16 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Sun Feb 16 21:31:19 UTC 2020

Modified Files:
src/sys/kern: kern_synch.c

Log Message:
nextlwp(): fix a couple of locking bugs including one I introduced yesterday,
and add comments around same.


To generate a diff of this commit:
cvs rdiff -u -r1.339 -r1.340 src/sys/kern/kern_synch.c

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



CVS commit: [ad-namecache] src/sys/kern

2020-02-16 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Sun Feb 16 22:00:53 UTC 2020

Modified Files:
src/sys/kern [ad-namecache]: vfs_cache.c

Log Message:
Comments.


To generate a diff of this commit:
cvs rdiff -u -r1.126.2.11 -r1.126.2.12 src/sys/kern/vfs_cache.c

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



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

2020-02-16 Thread David H. Gutteridge
Module Name:src
Committed By:   gutteridge
Date:   Sun Feb 16 22:20:31 UTC 2020

Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.1.in

Log Message:
tcpdump.1.in: fix stray line from merge botch


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/tcpdump/dist/tcpdump.1.in

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



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

2020-02-16 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Feb 16 22:38:28 UTC 2020

Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.1.in

Log Message:
Fix comments to not break formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/tcpdump/dist/tcpdump.1.in

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



CVS commit: src/sys/dev/i2c

2020-02-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Feb 16 22:43:27 UTC 2020

Modified Files:
src/sys/dev/i2c: axp20x.c
Removed Files:
src/sys/dev/i2c: axp20xvar.h

Log Message:
- Don't use I2C_F_POLL.
- G/C the non-FDT entry points; nothing uses them anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/i2c/axp20x.c
cvs rdiff -u -r1.3 -r0 src/sys/dev/i2c/axp20xvar.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/fdt

2020-02-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Feb 16 23:05:42 UTC 2020

Added Files:
src/sys/dev/fdt: fdt_private.h

Log Message:
Add fdt_intr_mask() / fdt_intr_unmask() functions, for masking and
unmasking invididual interrupt sources (similar to acpi_intr_mask()
and acpi_intr_unmask()).

(This file was missed in a previous commit.)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/fdt/fdt_private.h

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-02-16 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Feb 16 23:14:19 UTC 2020

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

Log Message:
something I apparently forgot to commit months or years ago


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 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/sys/dev/pci

2020-02-16 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Mon Feb 17 06:05:31 UTC 2020

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

Log Message:
comment mods and code tiddy ups


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/pci/if_kse.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

2020-02-16 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Mon Feb 17 06:32:46 UTC 2020

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC

Log Message:
add kse(4) for i386/amd64 GENERIC


To generate a diff of this commit:
cvs rdiff -u -r1.562 -r1.563 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1224 -r1.1225 src/sys/arch/i386/conf/GENERIC

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