svn commit: r333311 - head/sys/fs/msdosfs

2018-05-06 Thread Pedro F. Giffuni
Author: pfg Date: Sun May 6 21:29:29 2018 New Revision: 11 URL: https://svnweb.freebsd.org/changeset/base/11 Log: msdosfs: use vfs_timestamp() to generate timestamps instead of getnanotime(). Most filesystems, with the notable exceptions of msdosfs and autofs use only vfs_timesta

svn commit: r333310 - head/sys/sys

2018-05-06 Thread Poul-Henning Kamp
Author: phk Date: Sun May 6 21:22:46 2018 New Revision: 10 URL: https://svnweb.freebsd.org/changeset/base/10 Log: With the fall-back hack for lint gone, I have no copyright claim on this file. Modified: head/sys/sys/_stdarg.h Modified: head/sys/sys/_stdarg.h

svn commit: r333309 - in head/sys: net netinet netinet6

2018-05-06 Thread Matt Macy
Author: mmacy Date: Sun May 6 20:34:13 2018 New Revision: 09 URL: https://svnweb.freebsd.org/changeset/base/09 Log: r333175 introduced deferred deletion of multicast addresses in order to permit the driver ioctl to sleep on commands to the NIC when updating multicast filters. More g

svn commit: r333308 - head/sys/net

2018-05-06 Thread Matt Macy
Author: mmacy Date: Sun May 6 20:32:47 2018 New Revision: 08 URL: https://svnweb.freebsd.org/changeset/base/08 Log: The ifnet pointer (ifp) in rt_newaddrmsg can be valid without ifp->if_addr being set if if the ifnet is still live by way of a reference but in line for deletion. Che

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

2018-05-06 Thread Michael Tuexen
> On 6. May 2018, at 19:09, Conrad Meyer wrote: > > FYI, Coverity can detect this kind of issue scanning the kernel (not > just usrsctp). It was detected as CID 1385266 on FreeBSD's Coverity > Scan. That is correct. I just had problems in getting access to the FreeBSD page, so I didn't know the

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

2018-05-06 Thread Conrad Meyer
FYI, Coverity can detect this kind of issue scanning the kernel (not just usrsctp). It was detected as CID 1385266 on FreeBSD's Coverity Scan. Best, Conrad On Sun, May 6, 2018 at 7:19 AM, Michael Tuexen wrote: > Author: tuexen > Date: Sun May 6 14:19:50 2018 > New Revision: 04 > URL: https

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

2018-05-06 Thread Sean Bruno
Author: sbruno Date: Sun May 6 16:22:02 2018 New Revision: 07 URL: https://svnweb.freebsd.org/changeset/base/07 Log: Cleanup sundry clang warnings for code that is not upstream in illumos. https://github.com/illumos/illumos-gate/edit/master/usr/src/lib/libzfs/common/libzfs_sendrecv.c

svn commit: r333306 - head/usr.bin/fetch

2018-05-06 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun May 6 15:59:03 2018 New Revision: 06 URL: https://svnweb.freebsd.org/changeset/base/06 Log: Fix spelling of --output long option in fetch.1 PR: 228017 Reported by: rff1...@yahoo.com Modified: head/usr.bin/fetch/fetch.1 Modified

svn commit: r333305 - head/sys/arm/ti/am335x

2018-05-06 Thread Emmanuel Vadot
Author: manu Date: Sun May 6 14:37:11 2018 New Revision: 05 URL: https://svnweb.freebsd.org/changeset/base/05 Log: am335x_prcm: Delay the frequencies read check With Linux 4.17 dts the compatible for the prcm added 'simplebus' we mean that the simplebus driver will attach to it a

svn commit: r333304 - head/sys/netinet

2018-05-06 Thread Michael Tuexen
Author: tuexen Date: Sun May 6 14:19:50 2018 New Revision: 04 URL: https://svnweb.freebsd.org/changeset/base/04 Log: Ensure we are not dereferencing a NULL pointer. This was found by Coverity scanning the usrsctp stack (CID 203808). MFC after:3 days Modified: head/sys/n

svn commit: r333300 - head/crypto/openssh

2018-05-06 Thread Dag-Erling Smørgrav
Author: des Date: Sun May 6 13:21:44 2018 New Revision: 00 URL: https://svnweb.freebsd.org/changeset/base/00 Log: Update the repository URLs. Modified: head/crypto/openssh/FREEBSD-upgrade Modified: head/crypto/openssh/FREEBSD-upgrade =

Re: svn commit: r333175 - in head/sys: kern net netinet netinet6 sys: TRAP 12

2018-05-06 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sat, 5 May 2018 14:12:04 -0700 Matthew Macy schrieb: > it's in the same place as before but I'll attach just to be clear. > Gzipped to keep gmail from inserting carriage returns. > -M Sorry, missed it. oh > > On Sat, May 5, 2018 at 1:54 PM,

Re: svn commit: r333240 - in head/sys: powerpc/powerpc sys

2018-05-06 Thread Bruce Evans
On Sat, 5 May 2018, Mateusz Guzik wrote: On Sat, May 5, 2018 at 2:00 PM, Alexey Dokuchaev wrote: On Sat, May 05, 2018 at 10:38:29AM +1000, Bruce Evans wrote: ... Summary: this change wouldn't have passed my review. I have used similar changes for 15-20 years but never made them production q