svn commit: r346369 - head/sbin/md5

2019-04-18 Thread Poul-Henning Kamp
Author: phk Date: Fri Apr 19 06:49:46 2019 New Revision: 346369 URL: https://svnweb.freebsd.org/changeset/base/346369 Log: Close filedescriptors when done with them. Modified: head/sbin/md5/md5.c Modified: head/sbin/md5/md5.c ==

Re: svn commit: r346358 - in head: . sys/dev/random sys/libkern sys/mips/conf sys/sys

2019-04-18 Thread Enji Cooper
> On Apr 18, 2019, at 13:48, Conrad Meyer wrote: > > Author: cem > Date: Thu Apr 18 20:48:54 2019 > New Revision: 346358 > URL: https://svnweb.freebsd.org/changeset/base/346358 > > Log: > random(4): Restore availability tradeoff prior to r346250 > > As discussed in that commit message, it i

svn commit: r346365 - in head/sys/fs: nfs nfsserver

2019-04-18 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 19 03:36:22 2019 New Revision: 346365 URL: https://svnweb.freebsd.org/changeset/base/346365 Log: Fix the NFSv4.0 server so that it does not support NFSv4.1 attributes. During inspection of a packet trace, I noticed that an NFSv4.0 mount reported that it supp

svn commit: r346364 - in head: sys/contrib/zstd sys/contrib/zstd/contrib/docker sys/contrib/zstd/contrib/experimental_dict_builders sys/contrib/zstd/contrib/largeNbDicts sys/contrib/zstd/contrib/pr...

2019-04-18 Thread Conrad Meyer
Author: cem Date: Fri Apr 19 02:54:13 2019 New Revision: 346364 URL: https://svnweb.freebsd.org/changeset/base/346364 Log: Update to Zstandard 1.4.0 The full release notes can be found on Github: https://github.com/facebook/zstd/releases/tag/v1.4.0 Relnotes: yes Added: he

svn commit: r346363 - head/sys/powerpc/powernv

2019-04-18 Thread Justin Hibbits
Author: jhibbits Date: Fri Apr 19 02:28:04 2019 New Revision: 346363 URL: https://svnweb.freebsd.org/changeset/base/346363 Log: powerpc/powernv: Make erasing before writes optional If the OPAL flash driver supports writing without erase, it adds a 'no-erase' property to the flash device n

svn commit: r346360 - head/sys/netinet

2019-04-18 Thread John Baldwin
Author: jhb Date: Thu Apr 18 23:21:26 2019 New Revision: 346360 URL: https://svnweb.freebsd.org/changeset/base/346360 Log: Push down INP_WLOCK slightly in tcp_ctloutput. The inp lock is not needed for testing the V6 flag as that flag is set once when the inp is created and never changes.

svn commit: r346359 - head/sys/kern

2019-04-18 Thread Warner Losh
Author: imp Date: Thu Apr 18 22:52:12 2019 New Revision: 346359 URL: https://svnweb.freebsd.org/changeset/base/346359 Log: When parsing command line stuff, treat tabs and spaces the same. When creating complex config files, people like to use tabs to offset sections. Treat them the same a

svn commit: r346358 - in head: . sys/dev/random sys/libkern sys/mips/conf sys/sys

2019-04-18 Thread Conrad Meyer
(r346357) +++ head/UPDATING Thu Apr 18 20:48:54 2019(r346358) @@ -31,6 +31,30 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +2

svn commit: r346356 - in head: lib/libcuse sys/fs/cuse

2019-04-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 18 19:04:07 2019 New Revision: 346356 URL: https://svnweb.freebsd.org/changeset/base/346356 Log: Implement flag for telling cuse(3) clients if the peer is running in 32-bit compat mode or not. This is useful when implementing compatibility ioctl(2) handlers in

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Warner Losh
On Thu, Apr 18, 2019 at 12:03 PM Ed Maste wrote: > On Thu, 18 Apr 2019 at 10:03, Kyle Evans wrote: > > > > Keep in mind that this is bootstrap; it's being built for the host > > system, but it will link against a version of libcasper that's been > > built in an earlier stage with the proper feat

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Ed Maste
On Thu, 18 Apr 2019 at 10:03, Kyle Evans wrote: > > Keep in mind that this is bootstrap; it's being built for the host > system, but it will link against a version of libcasper that's been > built in an earlier stage with the proper featureset. Not exactly the case here: if building on a system w

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Cy Schubert
On April 18, 2019 9:59:50 AM PDT, Warner Losh wrote: >On Thu, Apr 18, 2019 at 10:26 AM Cy Schubert > >wrote: > >> On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote: >>> >>> >>> >>> On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert > >>> wrote: >>> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Gri

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Warner Losh
On Thu, Apr 18, 2019 at 10:26 AM Cy Schubert wrote: > On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote: >> >> >> >> On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert >> wrote: >> >>> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" < >>> free...@gndrsh.dnsmgr.net> wrote: >>> >> On Thu, Apr 18,

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread John Baldwin
On 4/18/19 9:26 AM, Cy Schubert wrote: > On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote: >> On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert >> wrote: >> >>> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" < >>> free...@gndrsh.dnsmgr.net> wrote: > On Thu, Apr 18, 2019 at 8:46 AM Rodney W

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Cy Schubert
On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote: >On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert >wrote: > >> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" < >> free...@gndrsh.dnsmgr.net> wrote: >> >> On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes >> >> wrote: >> >> > >> >> > > In mess

svn commit: r346355 - head/sys/x86/iommu

2019-04-18 Thread Konstantin Belousov
Author: kib Date: Thu Apr 18 15:31:03 2019 New Revision: 346355 URL: https://svnweb.freebsd.org/changeset/base/346355 Log: Use correct type name. Sponsored by: Mellanox Technologies MFC after:1 week Modified: head/sys/x86/iommu/intel_drv.c Modified: head/sys/x86/iommu/intel_drv.c

svn commit: r346353 - head/stand/efi/boot1

2019-04-18 Thread Warner Losh
Author: imp Date: Thu Apr 18 15:19:19 2019 New Revision: 346353 URL: https://svnweb.freebsd.org/changeset/base/346353 Log: Minor tweak to the debug Make it clear we're loading from UFS. Modified: head/stand/efi/boot1/ufs_module.c Modified: head/stand/efi/boot1/ufs_module.c =

svn commit: r346354 - head

2019-04-18 Thread Warner Losh
Author: imp Date: Thu Apr 18 15:19:28 2019 New Revision: 346354 URL: https://svnweb.freebsd.org/changeset/base/346354 Log: Add note that I'm the defacto maintainer of libegacy, our compat shims for building bootstrap tools that use new features on systems too old to have those new features.

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Warner Losh
On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert wrote: > On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" < > free...@gndrsh.dnsmgr.net> wrote: > >> On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes > >> wrote: > >> > > >> > > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, > >"Rodney

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Cy Schubert
On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" wrote: >> On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes >> wrote: >> > >> > > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, >"Rodney W. >> > > Grimes" >> > > writes: >> > > > > Author: cy >> > > > > Date: Thu Apr 18 01:02:00 2

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Rodney W. Grimes
> On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes > wrote: > > > > > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney W. > > > Grimes" > > > writes: > > > > > Author: cy > > > > > Date: Thu Apr 18 01:02:00 2019 > > > > > New Revision: 346341 > > > > > URL: https://svnweb.freebs

svn commit: r346352 - head/sys/x86/iommu

2019-04-18 Thread Konstantin Belousov
Author: kib Date: Thu Apr 18 14:18:06 2019 New Revision: 346352 URL: https://svnweb.freebsd.org/changeset/base/346352 Log: Correct handling of RMRR during early enumeration stages. On some machines, DMAR contexts must be created before all devices under the scope of the corresponding DMAR

svn commit: r346351 - head/sys/x86/iommu

2019-04-18 Thread Konstantin Belousov
Author: kib Date: Thu Apr 18 14:03:59 2019 New Revision: 346351 URL: https://svnweb.freebsd.org/changeset/base/346351 Log: Remove witness warning. dmar_bus_dmamap_create() does not sleep. Sponsored by: Mellanox Technologies MFC after:1 week Modified: head/sys/x86/iommu/busdma_dmar.

svn commit: r346350 - head/sys/x86/iommu

2019-04-18 Thread Konstantin Belousov
Author: kib Date: Thu Apr 18 14:02:33 2019 New Revision: 346350 URL: https://svnweb.freebsd.org/changeset/base/346350 Log: Reduce verbosity, do not announce details of irte programming by default. Sponsored by: Mellanox Technologies MFC after:1 week Modified: head/sys/x86/iommu/int

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Kyle Evans
On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes wrote: > > > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney W. > > Grimes" > > writes: > > > > Author: cy > > > > Date: Thu Apr 18 01:02:00 2019 > > > > New Revision: 346341 > > > > URL: https://svnweb.freebsd.org/changeset/base

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Rodney W. Grimes
> In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney W. > Grimes" > writes: > > > Author: cy > > > Date: Thu Apr 18 01:02:00 2019 > > > New Revision: 346341 > > > URL: https://svnweb.freebsd.org/changeset/base/346341 > > > > > > Log: > > > As an interim measure until a more per

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Ed Maste
On Wed, 17 Apr 2019 at 21:07, Rodney W. Grimes wrote: > > Also a pathname rooted at / without ${DESTDIR} is almost certainly a mistake. It's not in fact; strings is being built for the host here, and the headers in /usr/include are the appropriate ones. In this specific case the Capsicum change

svn commit: r346349 - head/sys/netpfil/pf

2019-04-18 Thread Kristof Provost
Author: kp Date: Thu Apr 18 11:37:44 2019 New Revision: 346349 URL: https://svnweb.freebsd.org/changeset/base/346349 Log: pf: No need to M_NOWAIT in DIOCRSETTFLAGS Now that we don't hold a lock during DIOCRSETTFLAGS memory allocation we can use M_WAITOK. MFC after:1 week Event:

Re: svn commit: r346348 - head/share/man/man4

2019-04-18 Thread Tom Jones
On Thu, Apr 18, 2019 at 11:06:45AM +, Tom Jones wrote: > Author: thj > Date: Thu Apr 18 11:06:45 2019 > New Revision: 346348 > URL: https://svnweb.freebsd.org/changeset/base/346348 > > Log: > Add a bugs section to pflog man page > > FreeBSD does not set the pid field in the pfloghdr str

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

2019-04-18 Thread Tom Jones
Author: thj Date: Thu Apr 18 11:06:45 2019 New Revision: 346348 URL: https://svnweb.freebsd.org/changeset/base/346348 Log: Add a bugs section to pflog man page FreeBSD does not set the pid field in the pfloghdr struct. This field is populated on other platforms, document this to save peop

svn commit: r346347 - head/tests/sys/netpfil/pf

2019-04-18 Thread Kristof Provost
Author: kp Date: Thu Apr 18 10:54:08 2019 New Revision: 346347 URL: https://svnweb.freebsd.org/changeset/base/346347 Log: pf tests: Fail the test if we can't set the rules The test should fail if pf rules can't be set. This is helpful both while writing tests and to verify that pfctl work