svn commit: r305920 - head/lib/libc/tests/stdio

2016-09-17 Thread Ngie Cooper
Author: ngie Date: Sun Sep 18 05:54:13 2016 New Revision: 305920 URL: https://svnweb.freebsd.org/changeset/base/305920 Log: Remove spurious newlines from atf_tc_fail calls This changes the results from broken (incorrect) to failed (correct) on i386 MFC after:1 week Sponsored

svn commit: r305919 - in head/lib/libc/tests: iconv net/getaddrinfo

2016-09-17 Thread Ngie Cooper
Author: ngie Date: Sun Sep 18 05:12:23 2016 New Revision: 305919 URL: https://svnweb.freebsd.org/changeset/base/305919 Log: Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo} needlessly This is already being done by bsd.test.mk The other subdirectory Makefiles were

svn commit: r305918 - head/tests/sys/mac/bsdextended

2016-09-17 Thread Ngie Cooper
Author: ngie Date: Sun Sep 18 05:10:15 2016 New Revision: 305918 URL: https://svnweb.freebsd.org/changeset/base/305918 Log: Only chmod $TMPDIR if it's not /tmp This is a safety belt to ensure that the /tmp sticky bit stuff doesn't get whacked by accident if someone runs the script

svn commit: r305917 - head/sys/dev/iwm

2016-09-17 Thread Adrian Chadd
Author: adrian Date: Sun Sep 18 05:07:18 2016 New Revision: 305917 URL: https://svnweb.freebsd.org/changeset/base/305917 Log: [iwm] fix up RSSI calculations for both scan results and normal RX operations. * hard code a noise floor of -96 for now. The noise floor update code returns

svn commit: r305916 - head/tests/sys/mac/bsdextended

2016-09-17 Thread Ngie Cooper
Author: ngie Date: Sun Sep 18 05:06:15 2016 New Revision: 305916 URL: https://svnweb.freebsd.org/changeset/base/305916 Log: Make sure $TMPDIR is created with 0755 permissions This is required to ensure that the temporary script can be executed, as the default mode is apparently too

svn commit: r305908 - head/sys/dev/cxgbe/tom

2016-09-17 Thread Navdeep Parhar
Author: np Date: Sat Sep 17 23:08:49 2016 New Revision: 305908 URL: https://svnweb.freebsd.org/changeset/base/305908 Log: cxgbe/t4_tom: Update the active/passive open code to support T6. Data path works as-is. Sponsored by: Chelsio Communications Modified:

svn commit: r305907 - head/sys/dev/bhnd/cores/chipc

2016-09-17 Thread Landon J. Fuller
Author: landonf Date: Sat Sep 17 22:18:32 2016 New Revision: 305907 URL: https://svnweb.freebsd.org/changeset/base/305907 Log: bhnd(4): Fix regression in BCM4331 SPROM pin reference counting. In r304870, refcount handling was lifted out into a common OTP/SPROM code path, but the refcount

svn commit: r305906 - in head/sys/dev/cxgbe: . common tom

2016-09-17 Thread Navdeep Parhar
Author: np Date: Sat Sep 17 22:13:03 2016 New Revision: 305906 URL: https://svnweb.freebsd.org/changeset/base/305906 Log: cxgbe/t4_tom: The SMAC entry for a VI is at a different location in the T6. Sponsored by: Chelsio Communications Modified: head/sys/dev/cxgbe/adapter.h

svn commit: r305905 - head/share/misc

2016-09-17 Thread Rene Ladan
Author: rene (doc,ports committer) Date: Sat Sep 17 21:49:11 2016 New Revision: 305905 URL: https://svnweb.freebsd.org/changeset/base/305905 Log: bapt stepped down from portmgr Modified: head/share/misc/organization.dot Modified: head/share/misc/organization.dot

svn commit: r305903 - in head: lib/libprocstat sys/ufs/ufs

2016-09-17 Thread Konstantin Belousov
Author: kib Date: Sat Sep 17 18:14:31 2016 New Revision: 305903 URL: https://svnweb.freebsd.org/changeset/base/305903 Log: Fix libprocstat build after r305902. - Use _Bool to not require userspace to include stdbool.h. - Make extattr.h usable without vnode_if.h. - Follow i_ump to get cdev

svn commit: r305902 - in head/sys/ufs: ffs ufs

2016-09-17 Thread Konstantin Belousov
Author: kib Date: Sat Sep 17 16:47:34 2016 New Revision: 305902 URL: https://svnweb.freebsd.org/changeset/base/305902 Log: Reduce size of ufs inode. Remove redunand i_dev and i_fs pointers, which are available as ip->i_ump->um_dev and ip->i_ump->um_fs, and reorder members by size to

svn commit: r305900 - head/sys/dev/virtio/console

2016-09-17 Thread Jakub Wojciech Klama
Author: jceel Date: Sat Sep 17 16:03:33 2016 New Revision: 305900 URL: https://svnweb.freebsd.org/changeset/base/305900 Log: Create aliases for named virtio-console ports. Make virtio_console(4) create `/dev/vtcon/` alias pointing to /dev/ttyVx.y upon receiving PORT_NAME (id = 7) event

Re: svn commit: r305899 - in head/sys/i386: i386 include

2016-09-17 Thread Bruce Evans
On Sat, 17 Sep 2016, Bruce Evans wrote: Author: bde Date: Sat Sep 17 14:00:52 2016 New Revision: 305899 URL: https://svnweb.freebsd.org/changeset/base/305899 Log: Remove all kernel uses of pcb_psl, but keep in in the struct to preserve the ABI and API for applications. It was removed in the

svn commit: r305899 - in head/sys/i386: i386 include

2016-09-17 Thread Bruce Evans
Author: bde Date: Sat Sep 17 14:00:52 2016 New Revision: 305899 URL: https://svnweb.freebsd.org/changeset/base/305899 Log: Remove all kernel uses of pcb_psl, but keep in in the struct to preserve the ABI and API for applications. It was removed in the port to amd64, but was remained as

svn commit: r305898 - head/usr.sbin/bhyve

2016-09-17 Thread Jakub Wojciech Klama
Author: jceel Date: Sat Sep 17 13:48:01 2016 New Revision: 305898 URL: https://svnweb.freebsd.org/changeset/base/305898 Log: Add virtio-console support to bhyve. Adds virtio-console device support to bhyve, allowing to create bidirectional character streams between host and guest.

svn commit: r305897 - head/sys/ddb

2016-09-17 Thread Bruce Evans
Author: bde Date: Sat Sep 17 11:43:51 2016 New Revision: 305897 URL: https://svnweb.freebsd.org/changeset/base/305897 Log: Silently ignore unexpected single-step traps (except for turning off single-stepping). Only do this on arches (only x86 so far) which classify single-step traps

svn commit: r305896 - head/sys/compat/linux

2016-09-17 Thread Dmitry Chagin
Author: dchagin Date: Sat Sep 17 08:10:01 2016 New Revision: 305896 URL: https://svnweb.freebsd.org/changeset/base/305896 Log: Implement BLKSSZGET ioctl for the Linuxulator. PR: 212700 Submitted by: Erik Cederstrand Reported by: Erik Cederstrand MFC after:1 week