Re: svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved c

2017-06-09 Thread Cy Schubert
In message <51546.1497056...@kaos.jnpr.net>, "Simon J. Gerraty" writes: > Cy Schubert wrote: > > This commit breaks at the below: > > Can you pls confirm which compiler hit the error below? > It has been suggested that this might only have bitten gcc... > which would

svn commit: r319767 - head/usr.bin/kdump

2017-06-09 Thread John Baldwin
Author: jhb Date: Sat Jun 10 01:32:18 2017 New Revision: 319767 URL: https://svnweb.freebsd.org/changeset/base/319767 Log: Decode arguments to rtprio_thread() (same as rtprio()). Modified: head/usr.bin/kdump/kdump.c Modified: head/usr.bin/kdump/kdump.c

svn commit: r319768 - head/usr.bin/truss

2017-06-09 Thread John Baldwin
Author: jhb Date: Sat Jun 10 01:32:35 2017 New Revision: 319768 URL: https://svnweb.freebsd.org/changeset/base/319768 Log: Decode arguments to rtprio() and rtprio_thread(). Modified: head/usr.bin/truss/syscall.h head/usr.bin/truss/syscalls.c Modified: head/usr.bin/truss/syscall.h

svn commit: r319766 - head/usr.bin/truss

2017-06-09 Thread John Baldwin
Author: jhb Date: Sat Jun 10 01:22:40 2017 New Revision: 319766 URL: https://svnweb.freebsd.org/changeset/base/319766 Log: Decode the 'howto' argument to reboot(). Modified: head/usr.bin/truss/syscall.h head/usr.bin/truss/syscalls.c Modified: head/usr.bin/truss/syscall.h

svn commit: r319765 - head/lib/libsysdecode

2017-06-09 Thread John Baldwin
Author: jhb Date: Sat Jun 10 01:20:08 2017 New Revision: 319765 URL: https://svnweb.freebsd.org/changeset/base/319765 Log: Improve decoding of RB_AUTOBOOT in the 'howto' argument to reboot(). The reboot() system call accepts a mode (RB_AUTOBOOT, RB_HALT, RB_POWEROFF, or RB_REROOT) as

Re: svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved con

2017-06-09 Thread Simon J. Gerraty
Cy Schubert wrote: > This commit breaks at the below: Can you pls confirm which compiler hit the error below? It has been suggested that this might only have bitten gcc... which would explain why Phil didn't hit it. > > ===> lib/libxo (all) >

svn commit: r319764 - head/usr.bin/truss

2017-06-09 Thread John Baldwin
Author: jhb Date: Sat Jun 10 00:53:00 2017 New Revision: 319764 URL: https://svnweb.freebsd.org/changeset/base/319764 Log: Decode the arguments to quotactl(). Modified: head/usr.bin/truss/syscall.h head/usr.bin/truss/syscalls.c Modified: head/usr.bin/truss/syscall.h

svn commit: r319763 - head/usr.bin/truss

2017-06-09 Thread John Baldwin
Author: jhb Date: Sat Jun 10 00:45:07 2017 New Revision: 319763 URL: https://svnweb.freebsd.org/changeset/base/319763 Log: Decode the arguments to ptrace(). This does not decode structures returned by ptrace(). Modified: head/usr.bin/truss/syscall.h head/usr.bin/truss/syscalls.c

svn commit: r319762 - head/usr.bin/truss

2017-06-09 Thread John Baldwin
Author: jhb Date: Sat Jun 10 00:37:02 2017 New Revision: 319762 URL: https://svnweb.freebsd.org/changeset/base/319762 Log: Decode arguments to getpriority() and setpriority(). Modified: head/usr.bin/truss/syscall.h head/usr.bin/truss/syscalls.c Modified: head/usr.bin/truss/syscall.h

svn commit: r319761 - head/usr.bin/kdump

2017-06-09 Thread John Baldwin
Author: jhb Date: Sat Jun 10 00:35:45 2017 New Revision: 319761 URL: https://svnweb.freebsd.org/changeset/base/319761 Log: Fix decoding of setpriority() arguments. The PRIO_* 'which' value is stored in the first argument to setpriority(2), not the last. While here, decode the arguments

Re: svn commit: r319720 - head/sys/dev/vt

2017-06-09 Thread Jonathan Looney
Hi John, Konstantin, This crash occurs during system startup when we are trying to switch from having each write to the vt device do an immediate flush to using a callout-based asynchronous flushing mechanism. It appears the crash was caused by having the VDF_ASYNC flag set while the

svn commit: r319760 - head/sys/dev/etherswitch/e6000sw

2017-06-09 Thread Luiz Otavio O Souza
Author: loos Date: Fri Jun 9 20:38:18 2017 New Revision: 319760 URL: https://svnweb.freebsd.org/changeset/base/319760 Log: Remove an unnecessary variable from the switch softc structure and make the functions that are used as booleans return real boolean values. Sponsored by: Rubicon

svn commit: r319759 - head/sys/cddl/dev/dtrace/powerpc

2017-06-09 Thread Justin Hibbits
Author: jhibbits Date: Fri Jun 9 20:26:42 2017 New Revision: 319759 URL: https://svnweb.freebsd.org/changeset/base/319759 Log: Follow up r313841 on powerpc Close a potential race in reading the CPU dtrace flags, where a thread can start on one CPU, and partway through retrieving the

svn commit: r319758 - head/sys/compat/linuxkpi/common/include/linux

2017-06-09 Thread Mark Johnston
Author: markj Date: Fri Jun 9 19:57:27 2017 New Revision: 319758 URL: https://svnweb.freebsd.org/changeset/base/319758 Log: Implement pci_disable_device() in the LinuxKPI. Submitted by: kmacy MFC after:2 weeks Modified: head/sys/compat/linuxkpi/common/include/linux/pci.h

svn commit: r319757 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2017-06-09 Thread Mark Johnston
Author: markj Date: Fri Jun 9 19:41:12 2017 New Revision: 319757 URL: https://svnweb.freebsd.org/changeset/base/319757 Log: Augment wait queue support in the LinuxKPI. In particular: - Don't evaluate event conditions with a sleepqueue lock held, since such code may attempt to

svn commit: r319756 - head/sys/sys

2017-06-09 Thread Alan Cox
Author: alc Date: Fri Jun 9 17:19:27 2017 New Revision: 319756 URL: https://svnweb.freebsd.org/changeset/base/319756 Log: Style and comment fixes only. Reviewed by: kib MFC after:6 weeks Modified: head/sys/sys/blist.h Modified: head/sys/sys/blist.h

svn commit: r319755 - in head/sys: kern sys

2017-06-09 Thread Alan Cox
Author: alc Date: Fri Jun 9 16:19:24 2017 New Revision: 319755 URL: https://svnweb.freebsd.org/changeset/base/319755 Log: blist_fill()'s return type is too narrow. blist_fill() accepts a 64-bit quantity as the size of the range to fill, but returns a 32-bit quantity as the number of

svn commit: r319754 - head/sys/kern

2017-06-09 Thread Gleb Smirnoff
Author: glebius Date: Fri Jun 9 15:54:48 2017 New Revision: 319754 URL: https://svnweb.freebsd.org/changeset/base/319754 Log: Fix stat(2) on a listening socket. Modified: head/sys/kern/sys_socket.c Modified: head/sys/kern/sys_socket.c

Re: svn commit: r317591 - head/sys/dev/drm2/radeon

2017-06-09 Thread Andriy Gapon
[ping] On 31/05/2017 08:22, Andriy Gapon wrote: > On 29/04/2017 12:47, Takahashi Yoshihiro wrote: >> Author: nyan >> Date: Sat Apr 29 09:47:15 2017 >> New Revision: 317591 >> URL: https://svnweb.freebsd.org/changeset/base/317591 >> >> Log: >> Add TUNABLE_INT to radeonkms driver parameters. >>

svn commit: r319753 - head/sys/arm64/include

2017-06-09 Thread Andrew Turner
Author: andrew Date: Fri Jun 9 15:47:14 2017 New Revision: 319753 URL: https://svnweb.freebsd.org/changeset/base/319753 Log: Allow the arm64 machine/vfp.h to be included without first including machine/pcb.h. It he latter is only needed for struct pcb. Modified:

svn commit: r319752 - in head/sys/arm64: arm64 include

2017-06-09 Thread Andrew Turner
Author: andrew Date: Fri Jun 9 15:37:17 2017 New Revision: 319752 URL: https://svnweb.freebsd.org/changeset/base/319752 Log: Store the read-only thread pointer when scheduling a new thread. This is not currently set, however we may wish to set it later. Modified:

svn commit: r319751 - head/cddl/contrib/opensolaris/lib/libzfs/common

2017-06-09 Thread Andriy Gapon
Author: avg Date: Fri Jun 9 15:30:41 2017 New Revision: 319751 URL: https://svnweb.freebsd.org/changeset/base/319751 Log: MFV r319740: 8168 NULL pointer dereference in zfs_create() illumos/illumos-gate@690031d326342fa4ea28b5e80f1ad6a16281519d

svn commit: r319750 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-06-09 Thread Andriy Gapon
Author: avg Date: Fri Jun 9 15:28:57 2017 New Revision: 319750 URL: https://svnweb.freebsd.org/changeset/base/319750 Log: MFV r319741: 8156 dbuf_evict_notify() does not need dbuf_evict_lock illumos/illumos-gate@dbfd9f930004c390a2ce2cf850c71b4f880eef9c

svn commit: r319749 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-06-09 Thread Andriy Gapon
Author: avg Date: Fri Jun 9 15:27:22 2017 New Revision: 319749 URL: https://svnweb.freebsd.org/changeset/base/319749 Log: MFV r319739: 8005 poor performance of 1MB writes on certain RAID-Z configurations illumos/illumos-gate@5b062782532a1d5961c4a4b655906e1238c7c908

svn commit: r319748 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-06-09 Thread Andriy Gapon
Author: avg Date: Fri Jun 9 15:26:03 2017 New Revision: 319748 URL: https://svnweb.freebsd.org/changeset/base/319748 Log: MFV r319738: 8155 simplify dmu_write_policy handling of pre-compressed buffers illumos/illumos-gate@adaec86ad212d9fd756bee322934fa54d1258605

svn commit: r319747 - head/sys/dev/aacraid

2017-06-09 Thread Andriy Gapon
Author: avg Date: Fri Jun 9 15:21:28 2017 New Revision: 319747 URL: https://svnweb.freebsd.org/changeset/base/319747 Log: remove an unrelated local change from r319746 MFC after:1 day X-MFC with: r319746 Modified: head/sys/dev/aacraid/aacraid.c Modified:

svn commit: r319746 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs sys/dev/aacraid

2017-06-09 Thread Andriy Gapon
Author: avg Date: Fri Jun 9 15:16:39 2017 New Revision: 319746 URL: https://svnweb.freebsd.org/changeset/base/319746 Log: MFV r319744,r319745: 8269 dtrace stddev aggregation is normalized incorrectly illumos/illumos-gate@79809f9cf402f130667349b2d4007ecd65d63c6f

svn commit: r319735 - in head: sbin/mount_msdosfs sys/conf sys/fs/msdosfs sys/modules/msdosfs

2017-06-09 Thread Konstantin Belousov
Author: kib Date: Fri Jun 9 12:06:22 2017 New Revision: 319735 URL: https://svnweb.freebsd.org/changeset/base/319735 Log: Remove msdosfs -o large support. Its purpose was to translate the values for msdosfs inode numbers, which is calculated from the msdosfs structures describing the

svn commit: r319734 - in head/sys: compat/freebsd32 kern

2017-06-09 Thread Konstantin Belousov
Author: kib Date: Fri Jun 9 11:17:08 2017 New Revision: 319734 URL: https://svnweb.freebsd.org/changeset/base/319734 Log: Enhance vfs.ino64_trunc_error sysctl. Provide a new mode "2" which returns a special overflow indicator in the non-representable field instead of the silent

svn commit: r319733 - in head: . share/man/man4 sys/modules/rtwn

2017-06-09 Thread Andriy Voskoboinyk
017(r319733) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20170609: drop obsolete manpage link (if_rtwn.ko -> rtwn.ko) +OLD_FILES+=usr/share/man/man4/if_rtwn.4.gz # 20170531: removal of groff OLD_FILES+=usr/bin/addftinfo OLD_FILES+=usr/bin/afmtodit Modified: head/share/ma