svn commit: r320664 - in head/contrib/ipfilter: man tools

2017-07-04 Thread Cy Schubert
Author: cy Date: Wed Jul 5 05:50:36 2017 New Revision: 320664 URL: https://svnweb.freebsd.org/changeset/base/320664 Log: Document supported poollist() (ippool -l) options in usage() and in ippool.8 man page. Modified: head/contrib/ipfilter/man/ippool.8

Re: svn commit: r320659 - head/usr.sbin/nfsuserd

2017-07-04 Thread Olivier Cochard-Labbé
On Wed, Jul 5, 2017 at 7:06 AM, Konstantin Belousov wrote: > On Tue, Jul 04, 2017 at 10:20:30PM +, Rick Macklem wrote: > > +Since the kernel communicates with the > > +.Nm > > +daemon via an upcall that uses the IP address 127.0.0.1, it does not > work correctly when > >

Re: svn commit: r320659 - head/usr.sbin/nfsuserd

2017-07-04 Thread Konstantin Belousov
On Tue, Jul 04, 2017 at 10:20:30PM +, Rick Macklem wrote: > +Since the kernel communicates with the > +.Nm > +daemon via an upcall that uses the IP address 127.0.0.1, it does not work > correctly when > +.Xr jail 8 > +are used and can crash the system. Does it indeed break when jails are

svn commit: r320663 - head/lib/libelftc

2017-07-04 Thread Ed Maste
Author: emaste Date: Wed Jul 5 02:58:46 2017 New Revision: 320663 URL: https://svnweb.freebsd.org/changeset/base/320663 Log: libelftc: bump version, tracking import in r320343 Modified: head/lib/libelftc/elftc_version.c Modified: head/lib/libelftc/elftc_version.c

svn commit: r320662 - head/sys/powerpc/booke

2017-07-04 Thread Justin Hibbits
Author: jhibbits Date: Wed Jul 5 02:20:03 2017 New Revision: 320662 URL: https://svnweb.freebsd.org/changeset/base/320662 Log: Remove an obsolete comment This has been wrong for well over a year, we support the full 36-bit (or more) PA space. Modified: head/sys/powerpc/booke/pmap.c

svn commit: r320659 - head/usr.sbin/nfsuserd

2017-07-04 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 4 22:20:30 2017 New Revision: 320659 URL: https://svnweb.freebsd.org/changeset/base/320659 Log: Add a Bugs section that indicates that the nfsuserd doesn't work when jails are being used on the system. It is hoped that the patches in PR#205193 will someday

svn commit: r320658 - head/libexec/rtld-elf

2017-07-04 Thread Konstantin Belousov
Author: kib Date: Tue Jul 4 20:19:36 2017 New Revision: 320658 URL: https://svnweb.freebsd.org/changeset/base/320658 Log: When reporting undefined symbol, note the version, if specified. Use the standard syntax of name@version, I do not expect a confusion due to unlikely possibility of

svn commit: r320657 - in head: etc/mtree lib/libcam sys/cam

2017-07-04 Thread Ed Maste
Author: emaste Date: Tue Jul 4 18:48:08 2017 New Revision: 320657 URL: https://svnweb.freebsd.org/changeset/base/320657 Log: cam: EOL whitespace cleanup and line wrapping changes NFC. This cleanup simplifies diffs for review of the MMC-CAM work. Submitted by: kibab Modified:

svn commit: r320656 - head/sys/compat/linuxkpi/common/src

2017-07-04 Thread Mark Johnston
Author: markj Date: Tue Jul 4 18:44:14 2017 New Revision: 320656 URL: https://svnweb.freebsd.org/changeset/base/320656 Log: Invoke suspend/resume methods from the driver pmops if available. Obtained from:kmacy (original version) MFC after:1 week Modified:

svn commit: r320655 - head/sys/arm/freescale/imx

2017-07-04 Thread Ian Lepore
Author: ian Date: Tue Jul 4 18:38:34 2017 New Revision: 320655 URL: https://svnweb.freebsd.org/changeset/base/320655 Log: Add a driver for the imx6 on-chip realtime clock. This driver is standard rather than optional because it can always provide time after a reboot, but it will only

svn commit: r320653 - head/sys/netinet

2017-07-04 Thread Michael Tuexen
Author: tuexen Date: Tue Jul 4 18:24:50 2017 New Revision: 320653 URL: https://svnweb.freebsd.org/changeset/base/320653 Log: Move to open state after plausibility checks. When doing this too early, the MIB counters go wrong. MFC after:1 week Modified:

svn commit: r320652 - head/sys/kern

2017-07-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jul 4 18:23:17 2017 New Revision: 320652 URL: https://svnweb.freebsd.org/changeset/base/320652 Log: After r319722 two fields were left uninitialized when transforming a socket structure into a listening socket. This resulted in an invalid instruction fault for

svn commit: r320651 - in head/sys/arm: conf freescale/imx ti/am335x versatile

2017-07-04 Thread Andrew Turner
Author: andrew Date: Tue Jul 4 18:07:09 2017 New Revision: 320651 URL: https://svnweb.freebsd.org/changeset/base/320651 Log: Move the simple armv6 only timer drivers to require MULTIDELAY to help move all armv6 configs it. Modified: head/sys/arm/conf/ALPINE head/sys/arm/conf/VERSATILEPB

svn commit: r320650 - head/sys/netinet

2017-07-04 Thread Michael Tuexen
Author: tuexen Date: Tue Jul 4 18:04:44 2017 New Revision: 320650 URL: https://svnweb.freebsd.org/changeset/base/320650 Log: Don't hold if refcount on an stcb when it is not needed. This improves the consistency with other parts of the code. Modified: head/sys/netinet/sctp_input.c

svn commit: r320648 - in head/sys/arm: freescale/vybrid samsung/exynos xilinx

2017-07-04 Thread Andrew Turner
Author: andrew Date: Tue Jul 4 17:15:23 2017 New Revision: 320648 URL: https://svnweb.freebsd.org/changeset/base/320648 Log: Add a delay count to the last few places. This will help make MULTIDELAY a requirement on armv6 with PLATFORM. Modified: head/sys/arm/freescale/vybrid/vf_machdep.c

svn commit: r320647 - in head/sys: arm/arm arm/conf conf

2017-07-04 Thread Andrew Turner
Author: andrew Date: Tue Jul 4 16:52:55 2017 New Revision: 320647 URL: https://svnweb.freebsd.org/changeset/base/320647 Log: Remove PLATFORM_SMP. It's unneeded as all configs with both PLATFORM and SMP use it so we can switch to the combination of these as the check. Modified:

svn commit: r320644 - in head: bin/rcp libexec/rlogind libexec/rshd usr.bin/rlogin usr.bin/rsh usr.bin/ruptime usr.bin/rwho usr.sbin/rwhod

2017-07-04 Thread Allan Jude
Author: allanjude Date: Tue Jul 4 15:44:30 2017 New Revision: 320644 URL: https://svnweb.freebsd.org/changeset/base/320644 Log: Add deprecation notices for all rcmd tools Submitted by: bcr Reviewed by: emaste, bapt, jhl MFC after:immediate Relnotes: yes Differential

svn commit: r320643 - in head/sys/arm: annapurna/alpine conf

2017-07-04 Thread Andrew Turner
Author: andrew Date: Tue Jul 4 12:26:47 2017 New Revision: 320643 URL: https://svnweb.freebsd.org/changeset/base/320643 Log: Add PLATFORM and PLATFORM_SMP support to the ALPINE kernel configuration. This will help move it to be part of GENERIC. Added:

svn commit: r320642 - in head/sys/arm: conf versatile

2017-07-04 Thread Andrew Turner
Author: andrew Date: Tue Jul 4 12:17:49 2017 New Revision: 320642 URL: https://svnweb.freebsd.org/changeset/base/320642 Log: Teach VERSATILEPB about PLATFORM. This will help move it into the GENERIC kernel configuration. Modified: head/sys/arm/conf/VERSATILEPB

Re: svn commit: r320595 - in head/sys: amd64/linux amd64/linux32 i386/linux

2017-07-04 Thread Chagin Dmitry
On Mon, Jul 03, 2017 at 03:52:54PM +0200, Ed Schouten wrote: > Hi there, > > 2017-07-03 12:24 GMT+02:00 Dmitry Chagin : > > + .compat_3_brand = "Linux", > > I suspect that you can safely remove this line. It's only intended to > match a field in ELF headers that is/was

Re: svn commit: r319722 - in head: sys/cam/ctl sys/dev/iscsi sys/kern sys/netgraph sys/netgraph/bluetooth/socket sys/netinet sys/ofed/drivers/infiniband/core sys/ofed/drivers/infiniband/ulp/sdp sys/rp

2017-07-04 Thread Hans Petter Selasky
On 07/04/17 09:51, Hans Petter Selasky wrote: On 06/25/17 09:49, Gleb Smirnoff wrote: Conrad, this should be fixed by r320324. Sorry for inconvenience. Hi Gleb, There is a long thread here about panics on 32-bit platforms when INVARIANTS is enabled: Can you have a look?

Re: svn commit: r319722 - in head: sys/cam/ctl sys/dev/iscsi sys/kern sys/netgraph sys/netgraph/bluetooth/socket sys/netinet sys/ofed/drivers/infiniband/core sys/ofed/drivers/infiniband/ulp/sdp sys/rp

2017-07-04 Thread Hans Petter Selasky
On 06/25/17 09:49, Gleb Smirnoff wrote: Conrad, this should be fixed by r320324. Sorry for inconvenience. Hi Gleb, There is a long thread here about panics on 32-bit platforms when INVARIANTS is enabled: Can you have a look? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220358

svn commit: r320640 - in head/sys/dev/rtwn: . usb

2017-07-04 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jul 4 07:07:08 2017 New Revision: 320640 URL: https://svnweb.freebsd.org/changeset/base/320640 Log: rtwn_usb: reject too long (>16K) mbufs. While here move RTWN_TXBUFSZ constant from common to USB specific code (it's not used anywhere else). Modified: