CVS commit: src/sys/dev/ic

2019-05-07 Thread Constantine A. Murenin
Module Name:src Committed By: cnst Date: Wed May 8 05:40:51 UTC 2019 Modified Files: src/sys/dev/ic: cac.c ciss.c Log Message: bio(4) drivers: remove noop fallthrough-to-default bio(4) cmd cases * Makes it easier to do code/feature analysis by not having extra noop

CVS commit: src/common/lib/libprop

2019-05-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 8 04:34:33 UTC 2019 Modified Files: src/common/lib/libprop: prop_object.c Log Message: Use posix_madvise() rather than the legacy madvise() call, and wrapp the calls in #ifdef for the advice we're giving. Should

CVS commit: src/sbin/bioctl

2019-05-07 Thread Constantine A. Murenin
Module Name:src Committed By: cnst Date: Wed May 8 03:29:59 UTC 2019 Modified Files: src/sbin/bioctl: bioctl.8 Log Message: bioctl(8): Xr ataraid(4), mpii(4) && mfii(4); To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sbin/bioctl/bioctl.8 Please note

CVS commit: src/share/man/man4

2019-05-07 Thread Constantine A. Murenin
Module Name:src Committed By: cnst Date: Wed May 8 03:12:48 UTC 2019 Modified Files: src/share/man/man4: mpii.4 Log Message: mpii(4): Xr bio(4) and mention first appearance in Nx; To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/mpii.4

CVS commit: src/sys/arch/aarch64/aarch64

2019-05-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 8 02:57:11 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: TODO Log Message: Add DTrace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/aarch64/aarch64/TODO Please note that diffs are

CVS commit: src/share/man/man4

2019-05-07 Thread Constantine A. Murenin
Module Name:src Committed By: cnst Date: Wed May 8 02:49:10 UTC 2019 Modified Files: src/share/man/man4: bio.4 Log Message: bio(4): enlist ataraid(4), mpii(4) and mfii(4) in bio(4); To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/bio.4

CVS commit: src

2019-05-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 8 02:25:50 UTC 2019 Modified Files: src/common/lib/libprop: prop_bool.c prop_data.c prop_number.c prop_object_impl.h prop_stack.c prop_string.c src/tools/compat: Makefile src/tools/libprop:

CVS commit: src/doc

2019-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 01:08:18 UTC 2019 Modified Files: src/doc: TODO.clang Log Message: add more To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/doc/TODO.clang Please note that diffs are not public domain; they are

CVS commit: src/sys/kern

2019-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 00:55:18 UTC 2019 Modified Files: src/sys/kern: sys_select.c Log Message: Add slop of 1000 and explain why. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/kern/sys_select.c Please note that

CVS commit: src

2019-05-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 7 22:00:10 UTC 2019 Modified Files: src/share/man/man4: umcs.4 src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL src/sys/dev/usb: TODO.usbmp files.usb Removed Files: src/sys/dev/usb:

CVS commit: src/share/misc

2019-05-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue May 7 21:14:46 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: TMG To generate a diff of this commit: cvs rdiff -u -r1.250 -r1.251 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/sys/kern

2019-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 7 20:10:21 UTC 2019 Modified Files: src/sys/kern: sys_select.c Log Message: Use the max limit (aka maxfiles or the moral equivalent of OPEN_MAX) which makes poll(2) align with the Posix documentation (which allows

CVS commit: [netbsd-7-0] src/sys/netsmb

2019-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 18:55:48 UTC 2019 Modified Files: src/sys/netsmb [netbsd-7-0]: smb_conn.c Log Message: Pull up following revision(s) (requested by christos in ticket #1696): sys/netsmb/smb_conn.c: revision 1.30 Prevent a

CVS commit: [netbsd-7-0] src/doc

2019-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 18:56:53 UTC 2019 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1696 To generate a diff of this commit: cvs rdiff -u -r1.1.2.142 -r1.1.2.143 src/doc/CHANGES-7.0.3 Please note that diffs

CVS commit: [netbsd-7-1] src/doc

2019-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 18:55:20 UTC 2019 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: Ticket #1696 To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-7.1.3 Please note that diffs are

CVS commit: [netbsd-7-1] src/sys/netsmb

2019-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 18:54:56 UTC 2019 Modified Files: src/sys/netsmb [netbsd-7-1]: smb_conn.c Log Message: Pull up following revision(s) (requested by christos in ticket #1696): sys/netsmb/smb_conn.c: revision 1.30 Prevent a

CVS commit: [netbsd-7] src/doc

2019-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 18:54:28 UTC 2019 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1696 To generate a diff of this commit: cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-7.3 Please note that diffs are not

CVS commit: [netbsd-7] src/sys/netsmb

2019-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 18:53:51 UTC 2019 Modified Files: src/sys/netsmb [netbsd-7]: smb_conn.c Log Message: Pull up following revision(s) (requested by christos in ticket #1696): sys/netsmb/smb_conn.c: revision 1.30 Prevent a NULL

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

2019-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 18:50:45 UTC 2019 Modified Files: src/sys/netsmb [netbsd-8]: smb_conn.c Log Message: Pull up following revision(s) (requested by christos in ticket #1258): sys/netsmb/smb_conn.c: revision 1.30 Prevent a NULL

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

2019-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 18:47:01 UTC 2019 Modified Files: src/sys/dev/usb [netbsd-8]: ucom.c umodem_common.c umodemvar.h Log Message: Backout the following changes (requested by mrg in ticket #1240): sys/dev/usb/umodem_common.c:

CVS commit: src/lib/libpthread

2019-05-07 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue May 7 18:45:37 UTC 2019 Modified Files: src/lib/libpthread: Makefile Log Message: Make CLEANFILES actually work. .TARGET is not defined when not in a target rule. Thanks xtos for the heads up. To generate a diff of this

CVS commit: [netbsd-8] src/doc

2019-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 18:52:49 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Remove backed out ticket #1240, add ticket #1258 To generate a diff of this commit: cvs rdiff -u -r1.1.2.139 -r1.1.2.140

CVS commit: src/lib/libpthread

2019-05-07 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue May 7 18:12:53 UTC 2019 Modified Files: src/lib/libpthread: Makefile Log Message: Replace the link command for libpthread.a so that we create a single section with all the libpthread symbols in it. This makes -lpthread behave

CVS commit: src/sys/dev/pci

2019-05-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue May 7 15:23:32 UTC 2019 Modified Files: src/sys/dev/pci: if_txp.c Log Message: - Use bus_dmamem_unmap() correctly in txp_dma_free() to prevent panic. The code was wrong since rev. 1.1. This panic was found by adding

CVS commit: [isaki-audio2] src/sys

2019-05-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue May 7 15:01:50 UTC 2019 Modified Files: src/sys/modules/audio [isaki-audio2]: Makefile src/sys/modules/spkr [isaki-audio2]: Makefile src/sys/rump/dev/lib/libaudio [isaki-audio2]: Makefile Removed Files:

CVS commit: src/tools

2019-05-07 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue May 7 10:22:54 UTC 2019 Modified Files: src/tools: Makefile Log Message: Fix build, "pax" must be built before "libprop". Ok: Matthew Green mrg@ To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203

CVS commit: src

2019-05-07 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue May 7 08:51:10 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: spa_misc.c zfs_ioctl.c src/external/cddl/osnet/dist/uts/common/sys/fs: zfs.h src/external/cddl/osnet/sys/kern: mod.c

CVS commit: src/external/cddl/osnet

2019-05-07 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue May 7 08:49:59 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: spa.c zio.c src/external/cddl/osnet/dist/uts/common/sys: taskq.h src/external/cddl/osnet/sys/kern: taskq.c

CVS commit: src/usr.sbin/installboot

2019-05-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 7 08:14:59 UTC 2019 Modified Files: src/usr.sbin/installboot: installboot.8 Log Message: Fix typos. Fix link. Use Pa for path. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97