svn commit: r311669 - head/usr.sbin/chown

2017-01-07 Thread Conrad E. Meyer
Author: cem Date: Sun Jan 8 06:58:42 2017 New Revision: 311669 URL: https://svnweb.freebsd.org/changeset/base/311669 Log: chown/chgrp: Add SIGINFO handler PR: 191884 Submitted by: Dan McGregor Reviewed by: mjg@ (earlier version) Modified: head/usr.sbin/chown/chgrp.1 he

svn commit: r311668 - head/bin/chmod

2017-01-07 Thread Conrad E. Meyer
Author: cem Date: Sun Jan 8 06:50:53 2017 New Revision: 311668 URL: https://svnweb.freebsd.org/changeset/base/311668 Log: chmod: Add SIGINFO handler PR: 191884 Submitted by: Dan McGregor Reviewed by: mjg@ (earlier version) Modified: head/bin/chmod/chmod.1 head/bin/chmo

svn commit: r311667 - in head/sys/contrib/dev/acpica: components/namespace components/tables include

2017-01-07 Thread Conrad E. Meyer
Author: cem Date: Sun Jan 8 06:26:33 2017 New Revision: 311667 URL: https://svnweb.freebsd.org/changeset/base/311667 Log: Add some additional ACPI methods for DRM Add AcpiGetDataFull and AcpiGetTableWithSize. Submitted by: Matt Macy Modified: head/sys/contrib/dev/acpica/components/

svn commit: r311666 - head/sys/fs/cd9660

2017-01-07 Thread Conrad E. Meyer
Author: cem Date: Sun Jan 8 06:22:35 2017 New Revision: 311666 URL: https://svnweb.freebsd.org/changeset/base/311666 Log: Do not truncate inode calculation from ISO9660 block offset PR: 190655 Reported by: Thomas Schmitt Obtained from:NetBSD sys/fs/cd9660/cd9660_nod

svn commit: r311665 - head/sys/fs/cd9660

2017-01-07 Thread Conrad E. Meyer
Author: cem Date: Sun Jan 8 06:21:49 2017 New Revision: 311665 URL: https://svnweb.freebsd.org/changeset/base/311665 Log: cd9660: Expand internal inum size to 64 bits Inums in cd9660 refer to byte offsets on the media. DVD and BD media can have entries above 4GB, especially with multi-s

svn commit: r311664 - head/sys/dev/mmc

2017-01-07 Thread Conrad E. Meyer
Author: cem Date: Sun Jan 8 06:20:21 2017 New Revision: 311664 URL: https://svnweb.freebsd.org/changeset/base/311664 Log: mmc: Accept even lower voltage for Cherryview And HP x2 210, per DragonFlyBSD 240bd9cd58f8259c12c14a8006837e698. Submitted by: Johannes Lundberg No objection: g

svn commit: r311663 - in head/sys: conf modules/wlan

2017-01-07 Thread Adrian Chadd
Author: adrian Date: Sun Jan 8 04:27:08 2017 New Revision: 311663 URL: https://svnweb.freebsd.org/changeset/base/311663 Log: [net80211] include the prototype VHT code into the build. Note: it isn't called anywhere yet! Modified: head/sys/conf/files head/sys/modules/wlan/Makefile Modi

svn commit: r311662 - head/sys/net80211

2017-01-07 Thread Adrian Chadd
Author: adrian Date: Sun Jan 8 04:25:41 2017 New Revision: 311662 URL: https://svnweb.freebsd.org/changeset/base/311662 Log: [net80211] Add initial VHT support routines. This is a skeleton set based on ieee80211_ht.c. It implements some IE parsing, some basic unfinished negotiation, and

svn commit: r311661 - head/sys/net80211

2017-01-07 Thread Adrian Chadd
Author: adrian Date: Sun Jan 8 04:23:05 2017 New Revision: 311661 URL: https://svnweb.freebsd.org/changeset/base/311661 Log: [net80211] add a "is VHT available" macro. We have run out of config bits, sigh, so until I expand the ic config bits, just use this macro as a substitute. Modifi

svn commit: r311660 - head/sys/dev/sdhci

2017-01-07 Thread Ian Lepore
Author: ian Date: Sun Jan 8 02:32:53 2017 New Revision: 311660 URL: https://svnweb.freebsd.org/changeset/base/311660 Log: Add a new sdhci interface method, get_card_present(). Many embedded SoC controllers that are (more or less) sdhci-compatible don't implement card detect, and the rela

svn commit: r311659 - head/lib/libstand

2017-01-07 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 7 23:42:17 2017 New Revision: 311659 URL: https://svnweb.freebsd.org/changeset/base/311659 Log: remove network mask calculation for Classful network Nowadays it's not necessary to compute network mask from the IP address and compare to given by DHCP. Submi

svn commit: r311658 - head/sys/dev/gpio

2017-01-07 Thread Ian Lepore
Author: ian Date: Sat Jan 7 22:55:23 2017 New Revision: 311658 URL: https://svnweb.freebsd.org/changeset/base/311658 Log: Only write to *active once, even when GPIO_ACTIVE_LOW is set. Modified: head/sys/dev/gpio/ofw_gpiobus.c Modified: head/sys/dev/gpio/ofw_gpiobus.c ===

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

2017-01-07 Thread Navdeep Parhar
Author: np Date: Sat Jan 7 20:26:19 2017 New Revision: 311657 URL: https://svnweb.freebsd.org/changeset/base/311657 Log: cxgbe/t4_tom: Fix tid accounting. An offloaded IPv6 connection uses 2 tids, not 1, in the hardware. MFC after:3 days Sponsored by: Chelsio Communications Modif

svn commit: r311656 - head/sbin/md5

2017-01-07 Thread Allan Jude
Author: allanjude Date: Sat Jan 7 19:43:40 2017 New Revision: 311656 URL: https://svnweb.freebsd.org/changeset/base/311656 Log: Add skein(3) front ends to the md5 manpage Reported by: emaste Modified: head/sbin/md5/md5.1 Modified: head/sbin/md5/md5.1 ==

Re: svn commit: r311225 - head/sys/netinet

2017-01-07 Thread George Neville-Neil
On 7 Jan 2017, at 14:23, George Neville-Neil wrote: On 4 Jan 2017, at 13:26, Mark Johnston wrote: On Wed, Jan 04, 2017 at 02:19:13AM +, George V. Neville-Neil wrote: Author: gnn Date: Wed Jan 4 02:19:13 2017 New Revision: 311225 URL: https://svnweb.freebsd.org/changeset/base/311225 Lo

svn commit: r311655 - head/sys/crypto/skein/amd64

2017-01-07 Thread Ed Maste
Author: emaste Date: Sat Jan 7 19:26:25 2017 New Revision: 311655 URL: https://svnweb.freebsd.org/changeset/base/311655 Log: libmd: add noexec stack annotation in skein_block_asm.s MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/crypto/skein/amd64/skein_bl

Re: svn commit: r311225 - head/sys/netinet

2017-01-07 Thread George Neville-Neil
On 4 Jan 2017, at 13:26, Mark Johnston wrote: On Wed, Jan 04, 2017 at 02:19:13AM +, George V. Neville-Neil wrote: Author: gnn Date: Wed Jan 4 02:19:13 2017 New Revision: 311225 URL: https://svnweb.freebsd.org/changeset/base/311225 Log: Fix DTrace TCP tracepoints to not use mtod() as i

svn commit: r311652 - head/usr.bin/users

2017-01-07 Thread Allan Jude
Author: allanjude Date: Sat Jan 7 17:37:39 2017 New Revision: 311652 URL: https://svnweb.freebsd.org/changeset/base/311652 Log: style(9) fix Submitted by: jmallett Modified: head/usr.bin/users/users.cc Modified: head/usr.bin/users/users.cc ==

svn commit: r311651 - in head/lib/libc: include stdlib

2017-01-07 Thread Konstantin Belousov
Author: kib Date: Sat Jan 7 16:05:19 2017 New Revision: 311651 URL: https://svnweb.freebsd.org/changeset/base/311651 Log: Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit. libstdc++ before gcc r244057 expected that libc provided __cxa_thread_atexit_impl, and libstdc++

svn commit: r311650 - head/sys/dev/kbd

2017-01-07 Thread Nikolai Lifanov
Author: lifanov (ports committer) Date: Sat Jan 7 15:58:57 2017 New Revision: 311650 URL: https://svnweb.freebsd.org/changeset/base/311650 Log: Restore priority value for OGIO_KEYMAP PR: 206678 Submitted by: ect...@gmail.com Reviewed by: cem Approved by: cem, matthew (men

svn commit: r311649 - head/contrib/ngatm/snmp_atm

2017-01-07 Thread Dimitry Andric
Author: dim Date: Sat Jan 7 15:57:12 2017 New Revision: 311649 URL: https://svnweb.freebsd.org/changeset/base/311649 Log: Fix the following clang 4.0.0 warning in ngatm's snmp_atm.c: contrib/ngatm/snmp_atm/snmp_atm.c:173:6: error: logical not is only applied to the left hand side

svn commit: r311647 - head/contrib/llvm/projects/libunwind/src

2017-01-07 Thread Ed Maste
Author: emaste Date: Sat Jan 7 14:40:58 2017 New Revision: 311647 URL: https://svnweb.freebsd.org/changeset/base/311647 Log: libunwind: add noexec stack annotation Reported by: vangyzen Reviewed by: kib MFC after:1 week Sponsored by: The FreeBSD Foundation Differential Revisi

svn commit: r311646 - head/sys/sys

2017-01-07 Thread Konstantin Belousov
Author: kib Date: Sat Jan 7 12:24:45 2017 New Revision: 311646 URL: https://svnweb.freebsd.org/changeset/base/311646 Log: Define _POSIX_PRIORITY_SCHEDULING as 0. sched_*(2) syscalls might be not available at runtime. Defining this constant as zero directs POSIX-compliant code to call sy

svn commit: r311640 - in head/sys/dev/sfxge: . common

2017-01-07 Thread Andrew Rybchenko
Author: arybchik Date: Sat Jan 7 10:55:38 2017 New Revision: 311640 URL: https://svnweb.freebsd.org/changeset/base/311640 Log: sfxge(4): allow DMA descs to cross 4k boundary on EF10 Siena has limitation on maximum byte count and 4k boundary crosssing (which is stricter than maximum byte

svn commit: r311639 - head/sys/dev/sfxge

2017-01-07 Thread Andrew Rybchenko
Author: arybchik Date: Sat Jan 7 10:52:02 2017 New Revision: 311639 URL: https://svnweb.freebsd.org/changeset/base/311639 Log: sfxge(4): treat EFX_LINK_UNKOWN as link down It is safer to consider EFX_LINK_UNKNOWN as link down. link_mode is set to EFX_LINK_UNKNOWN on port stop and fini.

svn commit: r311638 - head/sys/dev/sfxge

2017-01-07 Thread Andrew Rybchenko
Author: arybchik Date: Sat Jan 7 10:51:12 2017 New Revision: 311638 URL: https://svnweb.freebsd.org/changeset/base/311638 Log: sfxge(4): use SFXGE_LINK_UP() to report link up state Reviewed by:philip Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Different

svn commit: r311636 - in head: sbin/camcontrol share/misc sys/cam/scsi

2017-01-07 Thread Alexander Motin
Author: mav Date: Sat Jan 7 09:56:12 2017 New Revision: 311636 URL: https://svnweb.freebsd.org/changeset/base/311636 Log: Make 'camcontrol modepage' support subpages. MFC after:2 weeks Modified: head/sbin/camcontrol/camcontrol.8 head/sbin/camcontrol/camcontrol.c head/sbin/camcon

svn commit: r311623 - in head: lib/libcam sbin/camcontrol

2017-01-07 Thread Alexander Motin
Author: mav Date: Sat Jan 7 09:33:11 2017 New Revision: 311623 URL: https://svnweb.freebsd.org/changeset/base/311623 Log: Make do_buff_decode() not read past the end of the buffer. Abort format processing as soon as we have no enough data. MFC after:2 weeks Modified: head/lib/l

svn commit: r311601 - head/etc

2017-01-07 Thread Ngie Cooper
Author: ngie Date: Sat Jan 7 09:03:40 2017 New Revision: 311601 URL: https://svnweb.freebsd.org/changeset/base/311601 Log: Move the mibII module up so uncommenting the bridge module works Add a note about how module ordering and dependent modules MFC after:1 week Modified: head

svn commit: r311585 - in head: crypto/openssh secure/usr.sbin/sshd

2017-01-07 Thread Ngie Cooper
Author: ngie Date: Sat Jan 7 08:08:35 2017 New Revision: 311585 URL: https://svnweb.freebsd.org/changeset/base/311585 Log: Conditionalize building libwrap support into sshd Only build libwrap support into sshd if MK_TCP_WRAPPERS != no This will unbreak the build if libwrap has been re