svn commit: r350883 - in head/sys/powerpc: booke include

2019-08-11 Thread Justin Hibbits
Author: jhibbits Date: Mon Aug 12 03:03:56 2019 New Revision: 350883 URL: https://svnweb.freebsd.org/changeset/base/350883 Log: powerpc: Unify pmap definitions between AIM and Book-E This is part 2 of r347078, pulling the page directory out of the Book-E pmap. This breaks KBI for

svn commit: r350882 - head/sys/contrib/ipfilter/netinet

2019-08-11 Thread Cy Schubert
Author: cy Date: Mon Aug 12 02:42:47 2019 New Revision: 350882 URL: https://svnweb.freebsd.org/changeset/base/350882 Log: Initialize the frentry (the control block that defines a rule) checksum to zero. Matching checksums save time and effort by mitigating the need for full rule compare.

svn commit: r350880 - head/sys/contrib/ipfilter/netinet

2019-08-11 Thread Cy Schubert
Author: cy Date: Sun Aug 11 23:54:49 2019 New Revision: 350880 URL: https://svnweb.freebsd.org/changeset/base/350880 Log: r272552 applied the patch from ipfilter upstream fil.c r1.129 to fix broken ipfilter rule matches (upstream bug #554). The upstream patch was incomplete, it resolved all

svn commit: r350881 - head/sys/contrib/ipfilter/netinet

2019-08-11 Thread Cy Schubert
Author: cy Date: Sun Aug 11 23:54:52 2019 New Revision: 350881 URL: https://svnweb.freebsd.org/changeset/base/350881 Log: Calculate the number interface array elements using the new FR_NUM macro instead of the hard-coded value of 4. This is a precursor to increasing the number of interfaces

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

2019-08-11 Thread Ian Lepore
Author: ian Date: Sun Aug 11 23:19:56 2019 New Revision: 350879 URL: https://svnweb.freebsd.org/changeset/base/350879 Log: Revert r350841. I didn't realize that on this chip, reading the interrupt status register clears pending interrupts. By moving that code out of the interrupt handler

Re: svn commit: r350843 - head

2019-08-11 Thread Warner Losh
Because config didn't know how to find the kernel sources if it was generated in the obj tree. I think that we could fix that now that config can cope... Warner On Sun, Aug 11, 2019, 2:12 PM Ravi Pokala wrote: > Since you brought it up, why are the LINTs generated into the src tree > anyway?

Re: svn commit: r350843 - head

2019-08-11 Thread Ravi Pokala
Since you brought it up, why are the LINTs generated into the src tree anyway? Shouldn't they go in the build tree? -Ravi (rpokala@) -Original Message- From: on behalf of Conrad Meyer Date: 2019-08-10, Saturday at 11:22 To: , , Subject: svn commit: r350843 - head Author: cem

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

2019-08-11 Thread Konstantin Belousov
Author: kib Date: Sun Aug 11 19:17:29 2019 New Revision: 350863 URL: https://svnweb.freebsd.org/changeset/base/350863 Log: compat/linux: Remove obsoleted and somewhat confusing comments related to COMPAT_43. Sponsored by: The FreeBSD Foundation MFC after:1 week Differential

svn commit: r350862 - head/sys/kern

2019-08-11 Thread Konstantin Belousov
Author: kib Date: Sun Aug 11 19:16:07 2019 New Revision: 350862 URL: https://svnweb.freebsd.org/changeset/base/350862 Log: Only enable COMPAT_43 changes for syscalls ABI for a.out processes. Reviewed by: imp, jhb Sponsored by: The FreeBSD Foundation MFC after:1 week Differential

svn commit: r350861 - head/lib/libc/sys

2019-08-11 Thread Konstantin Belousov
Author: kib Date: Sun Aug 11 15:47:48 2019 New Revision: 350861 URL: https://svnweb.freebsd.org/changeset/base/350861 Log: wait(2): clarify reparenting of children of the exiting process. Point to the existence of reapers and mention that init is the default reaper. Sponsored by:

svn commit: r350860 - head/lib/libc/sys

2019-08-11 Thread Konstantin Belousov
Author: kib Date: Sun Aug 11 15:44:36 2019 New Revision: 350860 URL: https://svnweb.freebsd.org/changeset/base/350860 Log: wait(2): split long line by using .Fo/.Fa instead of .Ft. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/lib/libc/sys/wait.2 Modified:

svn commit: r350859 - head/sbin/ping6

2019-08-11 Thread Alan Somers
Author: asomers Date: Sun Aug 11 15:36:18 2019 New Revision: 350859 URL: https://svnweb.freebsd.org/changeset/base/350859 Log: ping6: Remove unnecessary level of indirection from dnsdecode() parameter The `sp' pointer doesn't need to be modified in the caller of dnsdecode(). This

svn commit: r350858 - head/sbin/ping6

2019-08-11 Thread Alan Somers
Author: asomers Date: Sun Aug 11 15:27:34 2019 New Revision: 350858 URL: https://svnweb.freebsd.org/changeset/base/350858 Log: ping6: Add missing static keyword for a global variable This fixes -Wmissing-variable-declarations error when compiled with WARNS=6. Submitted by: Ján Sučan

svn commit: r350857 - head/sbin/ping6

2019-08-11 Thread Alan Somers
Author: asomers Date: Sun Aug 11 15:22:53 2019 New Revision: 350857 URL: https://svnweb.freebsd.org/changeset/base/350857 Log: ping6: Revoke root privilege earlier It can be done just after the sockets have been created. Submitted by: Ján Sučan MFC after:2 weeks Sponsored by:

svn commit: r350855 - head/contrib/bzip2

2019-08-11 Thread Xin LI
Author: delphij Date: Sun Aug 11 06:26:03 2019 New Revision: 350855 URL: https://svnweb.freebsd.org/changeset/base/350855 Log: Upgrade to Bzip2 version 1.0.8. MFC after:3 days Modified: head/contrib/bzip2/CHANGES head/contrib/bzip2/LICENSE head/contrib/bzip2/README