svn commit: r318590 - head/sys/compat/linuxkpi/common/include/asm

2017-05-20 Thread Mark Johnston
Author: markj Date: Sun May 21 00:06:36 2017 New Revision: 318590 URL: https://svnweb.freebsd.org/changeset/base/318590 Log: Add get_cpu() and put_cpu(). MFC after:1 week Modified: head/sys/compat/linuxkpi/common/include/asm/smp.h Modified: head/sys/compat/linuxkpi/common/include/as

svn commit: r318589 - head/usr.sbin/mountd

2017-05-20 Thread Rick Macklem
Author: rmacklem Date: Sat May 20 23:25:07 2017 New Revision: 318589 URL: https://svnweb.freebsd.org/changeset/base/318589 Log: Update the exports.5 man page to reflect the change in default uid/gid made by r318262. This is a content change. Modified: head/usr.sbin/mountd/exports.5 Mo

svn commit: r318588 - head/usr.sbin/nscd

2017-05-20 Thread Cy Schubert
Author: cy Date: Sat May 20 18:16:26 2017 New Revision: 318588 URL: https://svnweb.freebsd.org/changeset/base/318588 Log: Fix up two assertions following malloc(). vangyzen@ notified me of the second one. The first one is fixed as well. Reported by: vangyzen@ MFC after:1 week Modi

svn commit: r318587 - head/contrib/top

2017-05-20 Thread Dag-Erling Smørgrav
Author: des Date: Sat May 20 18:02:31 2017 New Revision: 318587 URL: https://svnweb.freebsd.org/changeset/base/318587 Log: Add -w to usage string. Reported by: Jamie Landeg-Jones MFC after:1 week Modified: head/contrib/top/top.c Modified: head/contrib/top/top.c =

svn commit: r318586 - head/contrib/dma

2017-05-20 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 20 17:42:58 2017 New Revision: 318586 URL: https://svnweb.freebsd.org/changeset/base/318586 Log: dma.8: fix problems reported by igor and 'mandoc -Tlint' dma.8:77:contraction:Queue the mail, but [don't] attempt to deliver it. dma.8:85:repeated:s [are are] ig

svn commit: r318585 - head/contrib/dma

2017-05-20 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 20 17:39:23 2017 New Revision: 318585 URL: https://svnweb.freebsd.org/changeset/base/318585 Log: dma.8: use the correct name for 'SECURETRANSFER' The code uses 'SECURETRANS', but the config file uses 'SECURETRANSFER'. MFC after:3 days Modified: hea

svn commit: r318584 - in head/lib/libthr: . thread

2017-05-20 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 20 17:33:47 2017 New Revision: 318584 URL: https://svnweb.freebsd.org/changeset/base/318584 Log: libthr: Use CLI flags instead of pragmas to disable warnings People tweaking the build system or compilers tend to look into the Makefile and not into the source

svn commit: r318583 - head/lib/libthr

2017-05-20 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 20 17:32:30 2017 New Revision: 318583 URL: https://svnweb.freebsd.org/changeset/base/318583 Log: libthr: use default WARNS level of 6 Reviewed by: kib MFC after:3 days Sponsored by: Dell EMC Differential Revision:https://reviews.freebsd.org/

svn commit: r318582 - in head/lib: libc/gen libc/include libthr/thread

2017-05-20 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 20 17:32:01 2017 New Revision: 318582 URL: https://svnweb.freebsd.org/changeset/base/318582 Log: Remove old spinlock_debug code from libc This no longer seems useful. Remove it. This was prompted by a "cast discards volatile qualifier" warning in libth

svn commit: r318581 - head/lib/libthr/thread

2017-05-20 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 20 17:30:48 2017 New Revision: 318581 URL: https://svnweb.freebsd.org/changeset/base/318581 Log: libthr: change CHECK_AND_INIT_RWLOCK to an inline function This was prompted by a compiler warning about 'ret' shadowing a local variable in the callers of the m

svn commit: r318580 - head/lib/libthr

2017-05-20 Thread Eric van Gyzen
Author: vangyzen Date: Sat May 20 17:29:36 2017 New Revision: 318580 URL: https://svnweb.freebsd.org/changeset/base/318580 Log: libthr: disable thread-safety warnings These warnings don't make sense for code that implements the locking primitives. Reviewed by: kib MFC after:3

svn commit: r318579 - stable/11/share/mk

2017-05-20 Thread Bryan Drewery
Author: bdrewery Date: Sat May 20 17:09:27 2017 New Revision: 318579 URL: https://svnweb.freebsd.org/changeset/base/318579 Log: MFC r317863: Fix some "don't build" optimizations from r308599 not working due to a typo. Modified: stable/11/share/mk/bsd.init.mk Directory Properties: sta

svn commit: r318578 - head/usr.sbin/nscd

2017-05-20 Thread Cy Schubert
Author: cy Date: Sat May 20 16:58:48 2017 New Revision: 318578 URL: https://svnweb.freebsd.org/changeset/base/318578 Log: Fix non-recoverable name resolution failures due to negative cache entries never expiring. This patch honours the negative cache timeout. To test/experience the failur

svn commit: r318577 - head/etc/periodic/daily

2017-05-20 Thread Michael Reifenberger
Author: mr Date: Sat May 20 16:47:00 2017 New Revision: 318577 URL: https://svnweb.freebsd.org/changeset/base/318577 Log: Improve time-since-last-scrub calculation. This can be needed to compensate anticongestion delays in 410.pkg-audit or 480.leapfile-ntpd. PR: 217622 Submit

svn commit: r318576 - in stable/11: lib lib/libefi lib/libefivar share/mk sys/amd64/amd64 sys/arm/include sys/arm64/include sys/boot/efi/include sys/boot/efi/libefi sys/conf sys/contrib/edk2 sys/de...

2017-05-20 Thread Konstantin Belousov
Author: kib Date: Sat May 20 16:12:44 2017 New Revision: 318576 URL: https://svnweb.freebsd.org/changeset/base/318576 Log: MFC efivar(8) (by imp): List of revisions merged: r307070 r307071 r307072 r307074 r307189 r307224 r307339 r307390 r307391 r309776 r314231 r31423

svn commit: r318575 - head/etc/mtree

2017-05-20 Thread Dimitry Andric
Author: dim Date: Sat May 20 11:40:37 2017 New Revision: 318575 URL: https://svnweb.freebsd.org/changeset/base/318575 Log: After r317383 (removal of NATM), also remove usr/include/dev/utopia from BSD.include.dist. Modified: head/etc/mtree/BSD.include.dist Modified: head/etc/mtree/BSD.inclu

svn commit: r318574 - in head: contrib/netbsd-tests/usr.bin/grep usr.bin/grep

2017-05-20 Thread Ed Maste
Author: emaste Date: Sat May 20 11:20:03 2017 New Revision: 318574 URL: https://svnweb.freebsd.org/changeset/base/318574 Log: bsdgrep: Correct per-line line metadata printing Metadata printing with -b, -H, or -n flags suffered from a few flaws: 1) -b/offset printing was broken when use

Re: pkgbase and conf files (was Re: svn commit: r318441 - in head/etc: . cron.d)

2017-05-20 Thread Baptiste Daroussin
On Fri, May 19, 2017 at 10:43:30AM -0700, John Baldwin wrote: > On Friday, May 19, 2017 06:33:55 PM Baptiste Daroussin wrote: > > On Fri, May 19, 2017 at 09:17:23AM -0700, John Baldwin wrote: > > > On Thursday, May 18, 2017 11:24:29 PM Baptiste Daroussin wrote: > > > I think an upgrade won't bring