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

2017-04-26 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 27 05:48:52 2017 New Revision: 317483 URL: https://svnweb.freebsd.org/changeset/base/317483 Log: We need CAP_MMAP_RW on memfd, since init_msix_table() may call mmap(). Modified: head/usr.sbin/bhyve/pci_passthru.c Modified: head/usr.sbin/bhyve/pci_passthru.c

RISCV kernel and world failures in -HEAD

2017-04-26 Thread Ravi Pokala
FYI, there are some RISCV failures in -HEAD, as found by `make tinderbox': _.riscv.riscv64sf.buildworld: --- libc.so.7.full --- numa_setaffinity.pico: In function `__sys_numa_setaffinity': (.text+0xc): relocation truncated to fit: R_RISCV_JAL against symbol `cerror' defined in .text section in ce

Re: svn commit: r317446 - in head: . share/man/man4 sys/conf sys/dev/cy

2017-04-26 Thread Bruce Evans
On Wed, 26 Apr 2017, John Baldwin wrote: On Thursday, April 27, 2017 08:15:34 AM Bruce Evans wrote: On Wed, 26 Apr 2017, John Baldwin wrote: Log: Remove the cy(4) driver for Cyclades serial adapters. This driver has been disconnected from the build since the new tty layer was introduced i

Re: svn commit: r317446 - in head: . share/man/man4 sys/conf sys/dev/cy

2017-04-26 Thread John Baldwin
On Thursday, April 27, 2017 08:15:34 AM Bruce Evans wrote: > On Wed, 26 Apr 2017, John Baldwin wrote: > > > Log: > > Remove the cy(4) driver for Cyclades serial adapters. > > > > This driver has been disconnected from the build since the new tty > > layer was introduced in 8.0 and was never upd

Re: svn commit: r317446 - in head: . share/man/man4 sys/conf sys/dev/cy

2017-04-26 Thread Bruce Evans
On Wed, 26 Apr 2017, John Baldwin wrote: Log: Remove the cy(4) driver for Cyclades serial adapters. This driver has been disconnected from the build since the new tty layer was introduced in 8.0 and was never updated for new tty. Please back this out. I asked you not to remove this. It i

svn commit: r317465 - head/sys/fs/nfsclient

2017-04-26 Thread Rick Macklem
Author: rmacklem Date: Wed Apr 26 21:54:53 2017 New Revision: 317465 URL: https://svnweb.freebsd.org/changeset/base/317465 Log: Fix handling of a NFSv4.1 callback reply from the session cache. The nfsv4_seqsession() call returns NFSERR_REPLYFROMCACHE when it has a reply in the session, du

Re: svn commit: r317409 - head/contrib/tcpdump

2017-04-26 Thread Rodney W. Grimes
> Rodney, > > On Tue, Apr 25, 2017 at 11:30:17AM -0700, Rodney W. Grimes wrote: > R> > Author: glebius > R> > Date: Tue Apr 25 15:56:46 2017 > R> > New Revision: 317409 > R> > URL: https://svnweb.freebsd.org/changeset/base/317409 > R> > > R> > Log: > R> > Cherry-pick 5d3c5151c2b885aab36627baf

Re: svn commit: r317409 - head/contrib/tcpdump

2017-04-26 Thread Gleb Smirnoff
Rodney, On Tue, Apr 25, 2017 at 11:30:17AM -0700, Rodney W. Grimes wrote: R> > Author: glebius R> > Date: Tue Apr 25 15:56:46 2017 R> > New Revision: 317409 R> > URL: https://svnweb.freebsd.org/changeset/base/317409 R> > R> > Log: R> > Cherry-pick 5d3c5151c2b885aab36627bafb8539238da27b2d, it

svn commit: r317464 - in head/sys: netinet netinet6

2017-04-26 Thread Michael Tuexen
Author: tuexen Date: Wed Apr 26 20:21:05 2017 New Revision: 317464 URL: https://svnweb.freebsd.org/changeset/base/317464 Log: Fix an issue with MTU calculation if an ICMP messaeg is received for an SCTP/UDP packet. MFC after:1 week Modified: head/sys/netinet/sctp_usrreq.c head/sy

svn commit: r317463 - head/share/man/man4

2017-04-26 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 26 19:51:10 2017 New Revision: 317463 URL: https://svnweb.freebsd.org/changeset/base/317463 Log: Add information about device nodes to man pages for USB serial drivers. MFC after:2 weeks Modified: head/share/man/man4/u3g.4 head/share/man/man4/uark.4 he

svn commit: r317460 - head/share/man/man4

2017-04-26 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 26 19:41:53 2017 New Revision: 317460 URL: https://svnweb.freebsd.org/changeset/base/317460 Log: Add some .Xrs to USB serial driver man pages. MFC after:2 weeks Modified: head/share/man/man4/ubser.4 head/share/man/man4/ucom.4 head/share/man/man4/ucycom

svn commit: r317459 - head/usr.sbin/fstyp

2017-04-26 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 26 19:34:41 2017 New Revision: 317459 URL: https://svnweb.freebsd.org/changeset/base/317459 Log: Make fstyp(8) recognize exFAT even without the -u option. While it's not directly mountable with mount(8), it's something that's mountable - differently from GELI o

svn commit: r317458 - in head/contrib/llvm: include/llvm/CodeGen include/llvm/MC include/llvm/MC/MCParser lib/CodeGen/AsmPrinter lib/MC lib/MC/MCParser

2017-04-26 Thread Dimitry Andric
Author: dim Date: Wed Apr 26 19:33:56 2017 New Revision: 317458 URL: https://svnweb.freebsd.org/changeset/base/317458 Log: Pull in r294458 from upstream llvm trunk (by Sanne Wouda): [Assembler] Enable nicer diagnostics for inline assembly. Fixed test. Summary: Enables so

svn commit: r317457 - in head/sys: netinet netinet6

2017-04-26 Thread Michael Tuexen
Author: tuexen Date: Wed Apr 26 19:26:40 2017 New Revision: 317457 URL: https://svnweb.freebsd.org/changeset/base/317457 Log: Use consistently uint32_t for mtu values. This does not change functionality, but this cleanup is need for further improvements of ICMP handling. MFC after:

svn commit: r317446 - in head: . share/man/man4 sys/conf sys/dev/cy

2017-04-26 Thread John Baldwin
/ObsoleteFiles.inc Wed Apr 26 17:58:10 2017(r317445) +++ head/ObsoleteFiles.inc Wed Apr 26 18:23:09 2017(r317446) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20170426: Remove cy(4) +OLD_FILES+=usr/share/man/man4/cy.4.gz # 20170425: NATM configuration support removed

svn commit: r317445 - head/tools/tools/umastat

2017-04-26 Thread Gleb Smirnoff
Author: glebius Date: Wed Apr 26 17:58:10 2017 New Revision: 317445 URL: https://svnweb.freebsd.org/changeset/base/317445 Log: Fix build of tools/tools/umastat. PR: 218887 Submitted by: Fabian Keil Obtained from:ElectroBSD Modified: head/tools/tools/umastat/umastat

svn commit: r317444 - head/share/man/man9

2017-04-26 Thread Gleb Smirnoff
Author: glebius Date: Wed Apr 26 17:55:43 2017 New Revision: 317444 URL: https://svnweb.freebsd.org/changeset/base/317444 Log: UMA_ZONE_REFCNT was removed. PR: 209715 Submitted by: Fabian Keil MFC after:3 days Modified: head/share/man/man9/Makefile head/share/man/man

svn commit: r317443 - head

2017-04-26 Thread Bryan Drewery
Author: bdrewery Date: Wed Apr 26 16:50:54 2017 New Revision: 317443 URL: https://svnweb.freebsd.org/changeset/base/317443 Log: Revert r317432 and add a new entry for r316527. Requested by: imp Modified: head/UPDATING Modified: head/UPDATING =

svn commit: r317441 - head/sys/dev/ahci

2017-04-26 Thread Olivier Houchard
Author: cognet Date: Wed Apr 26 16:13:22 2017 New Revision: 317441 URL: https://svnweb.freebsd.org/changeset/base/317441 Log: Check if the device is marked as dma-coherent in the FDT, and if so, let busdma know, so that on architectures where dma isn't always coherent, we know we don't have

svn commit: r317437 - head/lib/libc/gen

2017-04-26 Thread Konstantin Belousov
Author: kib Date: Wed Apr 26 14:28:27 2017 New Revision: 317437 URL: https://svnweb.freebsd.org/changeset/base/317437 Log: getpagesize(3) cannot fail. Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/gen/getpagesize.3 Modified: head/lib/libc/gen/getpagesize.3 ===

svn commit: r317436 - head/lib/libc/gen

2017-04-26 Thread Konstantin Belousov
Author: kib Date: Wed Apr 26 14:25:01 2017 New Revision: 317436 URL: https://svnweb.freebsd.org/changeset/base/317436 Log: getpagesize(3) cannot fail. The sysctl(HW_PAGESIZE) call cannot fail on FreeBSD kernels at least. And even if it failed for some improbable reason, PAGE_SIZE is a saf

Re: svn commit: r317409 - head/contrib/tcpdump

2017-04-26 Thread Julian Elischer
On 26/4/17 4:38 am, Benjamin Kaduk wrote: On Tue, Apr 25, 2017 at 3:28 PM, John Baldwin > wrote: I do think that when referring to a Git hash the citation should also include something to identify which repository it came from. It doesn't have to be a

Re: svn commit: r317409 - head/contrib/tcpdump

2017-04-26 Thread Julian Elischer
On 26/4/17 3:29 am, Xin LI wrote: On Tue, Apr 25, 2017 at 12:07 PM, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] On Tue, Apr 25, 2017 at 1:30 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: [ Charset UTF-8 unsupported, converting... ] Author: glebius Da