Re: svn commit: r292074 - in head/sys/dev: nvd nvme

2016-03-11 Thread Alexander Motin
On 11.03.16 06:58, Alan Somers wrote: > Do they behave badly for writes that cross a 128KB boundary, but are > nonetheless aligned to 128KB boundaries? Then I don't understand how > this change (or mav's replacement) is supposed to help. The stripesize > is supposed to be the minimum write that t

Re: svn commit: r296633 - in head: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/openssh/regress crypto/openssh/r

2016-03-11 Thread Dag-Erling Smørgrav
Ed Maste writes: > It looks like this broke mips: > > In file included from > /scratch/tmp/emaste/freebsd/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/key.h:29, > from > /scratch/tmp/emaste/freebsd/lib/libpam/modules/pam_ssh/pam_ssh.c:60: > /scratch/tmp/emaste/freebsd/lib

Re: svn commit: r296633 - in head: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/openssh/regress crypto/openssh/r

2016-03-11 Thread Dag-Erling Smørgrav
Actually, just add #define __bounded__(x, y, z) at the top of pam_ssh.c and you're good. I will commit a patch shortly. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-

svn commit: r296651 - head/lib/libpam/modules/pam_ssh

2016-03-11 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 11 11:38:31 2016 New Revision: 296651 URL: https://svnweb.freebsd.org/changeset/base/296651 Log: Define __bounded__ to fix the gcc build. While there, raise WARNS. Modified: head/lib/libpam/modules/pam_ssh/Makefile head/lib/libpam/modules/pam_ssh/pam_ssh.c Modifi

svn commit: r296652 - head/sys/fs/pseudofs

2016-03-11 Thread Konstantin Belousov
Author: kib Date: Fri Mar 11 11:51:38 2016 New Revision: 296652 URL: https://svnweb.freebsd.org/changeset/base/296652 Log: Do not perform unneccessary shared recursion on the allproc_lock in pfs_visible(). The recursion does not cause deadlock because the sx implementation does not prefer e

svn commit: r296653 - head/sbin/geom/core

2016-03-11 Thread Alexander Motin
Author: mav Date: Fri Mar 11 12:59:07 2016 New Revision: 296653 URL: https://svnweb.freebsd.org/changeset/base/296653 Log: Allow standard commands for "unknown" classes in RESCUE mode. For example, it allows quite useful `geom disk list` command. MFC after:1 week Modified: head/

svn commit: r296654 - head/usr.sbin/pc-sysinstall/backend-query

2016-03-11 Thread Alexander Motin
Author: mav Date: Fri Mar 11 13:06:11 2016 New Revision: 296654 URL: https://svnweb.freebsd.org/changeset/base/296654 Log: Use `geom disk list` instead `camcontrol identify`. The new way works for almost any disk, while the old only for ATA. MFC after:2 weeks Modified: head/usr.

svn commit: r296655 - head/usr.sbin/pc-sysinstall/backend

2016-03-11 Thread Alexander Motin
Author: mav Date: Fri Mar 11 14:14:15 2016 New Revision: 296655 URL: https://svnweb.freebsd.org/changeset/base/296655 Log: Unify and improve metadata wiping. MFC after:2 weeks Modified: head/usr.sbin/pc-sysinstall/backend/functions-disk.sh Modified: head/usr.sbin/pc-sysinstall/backe

svn commit: r296656 - head/usr.sbin/pc-sysinstall/backend

2016-03-11 Thread Alexander Motin
Author: mav Date: Fri Mar 11 14:24:32 2016 New Revision: 296656 URL: https://svnweb.freebsd.org/changeset/base/296656 Log: Don't bother to invoke gmirror or zpool if the module is not loaded. Modified: head/usr.sbin/pc-sysinstall/backend/functions-disk.sh Modified: head/usr.sbin/pc-sysinstal

svn commit: r296657 - head/lib/libpam/modules/pam_ssh

2016-03-11 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 11 14:47:14 2016 New Revision: 296657 URL: https://svnweb.freebsd.org/changeset/base/296657 Log: Not ready for level 6 yet due to -Wredundant-decls. Modified: head/lib/libpam/modules/pam_ssh/Makefile Modified: head/lib/libpam/modules/pam_ssh/Makefile ===

svn commit: r296659 - head/contrib/unbound/iterator

2016-03-11 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 11 14:57:40 2016 New Revision: 296659 URL: https://svnweb.freebsd.org/changeset/base/296659 Log: Apply upstream r3651: the IPv6 address of the L root has changed. Modified: head/contrib/unbound/iterator/iter_hints.c Directory Properties: head/contrib/unbound/ (pr

svn commit: r296660 - head/sbin/ping

2016-03-11 Thread Maxim Konovalov
Author: maxim Date: Fri Mar 11 15:26:56 2016 New Revision: 296660 URL: https://svnweb.freebsd.org/changeset/base/296660 Log: o Document net.inet.icmp.maskfake and net.inet.icmp.tstamprepl sysctls. Modified: head/sbin/ping/ping.8 Modified: head/sbin/ping/ping.8 ===

svn commit: r296661 - head/sbin/ping

2016-03-11 Thread Maxim Konovalov
Author: maxim Date: Fri Mar 11 15:29:00 2016 New Revision: 296661 URL: https://svnweb.freebsd.org/changeset/base/296661 Log: o Xr icmp(4). Modified: head/sbin/ping/ping.8 Modified: head/sbin/ping/ping.8 == --- head/s

svn commit: r296662 - head/sbin/ping

2016-03-11 Thread Maxim Konovalov
Author: maxim Date: Fri Mar 11 16:03:47 2016 New Revision: 296662 URL: https://svnweb.freebsd.org/changeset/base/296662 Log: o Kill EoL whitespaces. No functional changes. Modified: head/sbin/ping/ping.c Modified: head/sbin/ping/ping.c ===

Re: svn commit: r292074 - in head/sys/dev: nvd nvme

2016-03-11 Thread Alan Somers
Interesting. I didn't know about the alternate meaning of stripesize. I agree then that there's currently no way to tune ZFS to respect NVME's 128KB boundaries. One could set zfs.vfs.vdev.aggregation_limit to 128KB, but that would only halfway solve the problem, because allocations could be unal

svn commit: r296663 - head/contrib/elftoolchain/libdwarf

2016-03-11 Thread Ed Maste
Author: emaste Date: Fri Mar 11 16:24:39 2016 New Revision: 296663 URL: https://svnweb.freebsd.org/changeset/base/296663 Log: libdwarf: fix SHT_REL relocation processing Relocation of type SHT_REL must use the current value as addend. PR: 204084 Obtained from:NetBSD

Re: svn commit: r292074 - in head/sys/dev: nvd nvme

2016-03-11 Thread Warner Losh
On Fri, Mar 11, 2016 at 9:15 AM, Alan Somers wrote: > Interesting. I didn't know about the alternate meaning of stripesize. I > agree then that there's currently no way to tune ZFS to respect NVME's > 128KB boundaries. One could set zfs.vfs.vdev.aggregation_limit to 128KB, > but that would onl

Re: svn commit: r292074 - in head/sys/dev: nvd nvme

2016-03-11 Thread Warner Losh
On Fri, Mar 11, 2016 at 9:24 AM, Warner Losh wrote: > > > On Fri, Mar 11, 2016 at 9:15 AM, Alan Somers wrote: > >> Interesting. I didn't know about the alternate meaning of stripesize. I >> agree then that there's currently no way to tune ZFS to respect NVME's >> 128KB boundaries. One could s

svn commit: r296668 - in head: . share/mk

2016-03-11 Thread Bryan Drewery
the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20160311: + WITH_FAST_DEPEND is now enabled by default for in-tree and out-of-tree + builds. It no longer runs mkdep(1) during 'make depend'

svn commit: r296669 - head/tools/build/options

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 17:00:42 2016 New Revision: 296669 URL: https://svnweb.freebsd.org/changeset/base/296669 Log: Add a WITHOUT_FAST_DEPEND Added: head/tools/build/options/WITHOUT_FAST_DEPEND - copied, changed from r296668, head/tools/build/options/WITH_FAST_DEPEND Copied

svn commit: r296670 - head/share/man/man5

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 17:03:30 2016 New Revision: 296670 URL: https://svnweb.freebsd.org/changeset/base/296670 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r296671 - head

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 17:21:27 2016 New Revision: 296671 URL: https://svnweb.freebsd.org/changeset/base/296671 Log: Revert r296645 as it breaks stable/10->head builds. Modified: head/Makefile Modified: head/Makefile

svn commit: r296672 - head/sbin/nvmecontrol

2016-03-11 Thread Dimitry Andric
Author: dim Date: Fri Mar 11 17:25:18 2016 New Revision: 296672 URL: https://svnweb.freebsd.org/changeset/base/296672 Log: In nvmecontrol, fix gcc warnings about the local 'power' variables shadowing a global declaration. Modified: head/sbin/nvmecontrol/power.c Modified: head/sbin/nvmecont

Re: svn commit: r296589 - head/sys/dev/fdc

2016-03-11 Thread Bryan Drewery
On 3/10/2016 9:14 PM, Warner Losh wrote: > > > On Thu, Mar 10, 2016 at 6:58 PM, Warner Losh > wrote: > > > On Mar 10, 2016 3:37 PM, "Bryan Drewery" > wrote: > > > > On 3/9/16 4:33 PM, Warner Losh wrote: > > > Author: imp

Re: svn commit: r296671 - head

2016-03-11 Thread Bryan Drewery
On 3/11/2016 9:21 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Fri Mar 11 17:21:27 2016 > New Revision: 296671 > URL: https://svnweb.freebsd.org/changeset/base/296671 > > Log: > Revert r296645 as it breaks stable/10->head builds. > > Modified: > head/Makefile > > Modified: head/Makefi

svn commit: r296673 - head/usr.sbin/pc-sysinstall/backend

2016-03-11 Thread Alexander Motin
Author: mav Date: Fri Mar 11 17:39:54 2016 New Revision: 296673 URL: https://svnweb.freebsd.org/changeset/base/296673 Log: Oops, remove debugging forgotten in r296655. MFC after:2 weeks Modified: head/usr.sbin/pc-sysinstall/backend/functions-disk.sh Modified: head/usr.sbin/pc-sysins

Re: svn commit: r292074 - in head/sys/dev: nvd nvme

2016-03-11 Thread Jim Harris
On Fri, Mar 11, 2016 at 9:31 AM, Warner Losh wrote: > > > > And keep in mind the original description was this: > > Quote: > > Intel NVMe controllers have a slow path for I/Os that span > a 128KB stripe boundary but ZFS limits ashift, which is derived > from d_stripesize, to 13 (8KB) so we limit

svn commit: r296674 - head/sys/dev/drm2

2016-03-11 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Fri Mar 11 18:59:15 2016 New Revision: 296674 URL: https://svnweb.freebsd.org/changeset/base/296674 Log: drm: Fix dev->ioctl_count references leak This fixes the following error: kernel: error: [drm:pid1167:drm_release] *ERROR* Device busy: 2 Because of that, d

svn commit: r296675 - head

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 19:24:15 2016 New Revision: 296675 URL: https://svnweb.freebsd.org/changeset/base/296675 Log: Avoid bmake upgrade NO_MAN warning by just setting MAN to empty. Suggested by: imp Modified: head/Makefile Modified: head/Makefile

svn commit: r296676 - head

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 19:28:43 2016 New Revision: 296676 URL: https://svnweb.freebsd.org/changeset/base/296676 Log: Avoid MK_TESTS error on stable/10 by just preventing SUBDIR recursion. Modified: head/Makefile Modified: head/Makefile =

svn commit: r296677 - in head: lib/libunbound usr.sbin/unbound/anchor usr.sbin/unbound/checkconf usr.sbin/unbound/control usr.sbin/unbound/daemon

2016-03-11 Thread Justin Hibbits
Author: jhibbits Date: Fri Mar 11 20:04:32 2016 New Revision: 296677 URL: https://svnweb.freebsd.org/changeset/base/296677 Log: Add to CFLAGS, rather than replacing. This allows additional CFLAGS, as set in bsd.cpu.mk, to go through. Modified: head/lib/libunbound/Makefile head/usr.sbin

svn commit: r296679 - head/contrib/libc++/include

2016-03-11 Thread Dimitry Andric
Author: dim Date: Fri Mar 11 20:30:06 2016 New Revision: 296679 URL: https://svnweb.freebsd.org/changeset/base/296679 Log: Pull in r246280 from upstream libc++ trunk (by Eric Fiselier): Fix most GCC warnings during build. Only -Wattribute left. This helps to fix a number of -Werror w

svn commit: r296681 - head/sys/dev/drm2/i915

2016-03-11 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Fri Mar 11 21:00:14 2016 New Revision: 296681 URL: https://svnweb.freebsd.org/changeset/base/296681 Log: drm/i915: Fix malloc type in i915_gem_object_bind_to_gtt() drm_mm.c expects DRM_MEM_MM, not DRM_I915_GEM. Modified: head/sys/dev/drm2/i915/i915_gem.c Modified:

svn commit: r296682 - head/usr.sbin/gpioctl

2016-03-11 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 11 21:05:16 2016 New Revision: 296682 URL: https://svnweb.freebsd.org/changeset/base/296682 Log: Make it possible for operations to refer to GPIO pins by name - Try to guess what is provided as a pin spec for -t or for get/set operation: number or name. Fai

Re: svn commit: r296637 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests share/mk usr.bin/bmake

2016-03-11 Thread Simon J. Gerraty
Bryan Drewery wrote: > > ~/git/freebsd # head usr.bin/bmake/Makefile > > # This is a generated file, do NOT edit! > > # See contrib/bmake/bsd.after-import.mk > > Is this still true? I have to rename MAKE_VERSION in Yes it is still true. > usr.bin/bmake/Makefile because it is colliding with the

svn commit: r296683 - head/sbin/ping

2016-03-11 Thread Gleb Smirnoff
Author: glebius Date: Fri Mar 11 21:06:17 2016 New Revision: 296683 URL: https://svnweb.freebsd.org/changeset/base/296683 Log: Allow minimum and maximum sweep size be the same. Submitted by: maxim Modified: head/sbin/ping/ping.c Modified: head/sbin/ping/ping.c ==

Re: svn commit: r296637 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests share/mk usr.bin/bmake

2016-03-11 Thread Bryan Drewery
On 3/11/2016 12:31 PM, Simon J. Gerraty wrote: > Bryan Drewery wrote: > >>> ~/git/freebsd # head usr.bin/bmake/Makefile >>> # This is a generated file, do NOT edit! >>> # See contrib/bmake/bsd.after-import.mk >> >> Is this still true? I have to rename MAKE_VERSION in > > Yes it is still true. >

Re: svn commit: r296682 - head/usr.sbin/gpioctl

2016-03-11 Thread Oleksandr Tymoshenko
> On Mar 11, 2016, at 1:05 PM, Oleksandr Tymoshenko wrote: > > Author: gonzo > Date: Fri Mar 11 21:05:16 2016 > New Revision: 296682 > URL: https://svnweb.freebsd.org/changeset/base/296682 > > Log: > Make it possible for operations to refer to GPIO pins by name > > - Try to guess what is pro

Re: svn commit: r296677 - in head: lib/libunbound usr.sbin/unbound/anchor usr.sbin/unbound/checkconf usr.sbin/unbound/control usr.sbin/unbound/daemon

2016-03-11 Thread Bryan Drewery
On 3/11/2016 12:04 PM, Justin Hibbits wrote: > Author: jhibbits > Date: Fri Mar 11 20:04:32 2016 > New Revision: 296677 > URL: https://svnweb.freebsd.org/changeset/base/296677 > > Log: > Add to CFLAGS, rather than replacing. > > This allows additional CFLAGS, as set in bsd.cpu.mk, to go thr

svn commit: r296684 - head

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 22:11:36 2016 New Revision: 296684 URL: https://svnweb.freebsd.org/changeset/base/296684 Log: Add more casper leftover files. Reported by: jhb Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r296685 - head/contrib/elftoolchain/libelf

2016-03-11 Thread Ed Maste
Author: emaste Date: Fri Mar 11 22:37:12 2016 New Revision: 296685 URL: https://svnweb.freebsd.org/changeset/base/296685 Log: libelf: correct byte count in cross-endian note translation MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/contrib/elftoolchain/libel

svn commit: r296687 - head/contrib/libc++/include

2016-03-11 Thread Dimitry Andric
Author: dim Date: Fri Mar 11 22:56:16 2016 New Revision: 296687 URL: https://svnweb.freebsd.org/changeset/base/296687 Log: Pull in r250279 from upstream libc++ trunk (by Eric Fiselier): Fix GCC atomic implementation in C++03 Pull in r250802 from upstream libc++ trunk (by Eric Fiselie

svn commit: r296688 - in head/sys: kern netinet ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drivers/infiniband/ulp/ipoib

2016-03-11 Thread John Baldwin
Author: jhb Date: Fri Mar 11 23:18:06 2016 New Revision: 296688 URL: https://svnweb.freebsd.org/changeset/base/296688 Log: Use SI_SUB_LAST instead of SI_SUB_SMP as the "catch-all" subsystem. Reviewed by: kib Sponsored by: Netflix Differential Revision:https://reviews.freebsd.or

svn commit: r296689 - head/sys/dev/cxgbe

2016-03-11 Thread Navdeep Parhar
Author: np Date: Fri Mar 11 23:24:04 2016 New Revision: 296689 URL: https://svnweb.freebsd.org/changeset/base/296689 Log: cxgbe(4): sysctls to display the TOE's TCP timers. cask:~# sysctl -d dev.t5nex.0.toe dev.t5nex.0.toe.finwait2_timer: FINWAIT2 timer (us) dev.t5nex.0.toe.initial_srtt

svn commit: r296690 - in head: include share/mk

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:44:27 2016 New Revision: 296690 URL: https://svnweb.freebsd.org/changeset/base/296690 Log: DIRDEPS_BUILD: Remove the cookie when target is out-of-date. The meta file may decide the target is out of date but nothing ensures that the *next* build will bu

svn commit: r296694 - head/share/mk

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:05 2016 New Revision: 296694 URL: https://svnweb.freebsd.org/changeset/base/296694 Log: DIRDEPS_BUILD: export DESTDIR for STAGING. An example of where this is needed is in share/examples which for 'etc-examples' runs 'make -C SRCTOP/etc etc-examples

svn commit: r296693 - head/share/mk

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:02 2016 New Revision: 296693 URL: https://svnweb.freebsd.org/changeset/base/296693 Log: DIRDEPS_BUILD: Extend beforeinstall: staging hack. Most beforeinstall: usage is not adding commands but only adding targets, such as in share/sendmail. Spon

svn commit: r296695 - in head: etc etc/defaults share/examples share/sendmail targets/pseudo/userland/share

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:09 2016 New Revision: 296695 URL: https://svnweb.freebsd.org/changeset/base/296695 Log: DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples. Sponsored by: EMC / Isilon Storage Division Added: head/etc/defaults/Makefile.depend - cop

svn commit: r296692 - head/share/mk

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:44:59 2016 New Revision: 296692 URL: https://svnweb.freebsd.org/changeset/base/296692 Log: Remove out-of-place make(buildincludes) check. This came in r239572 for META_MODE handling but it doesn't make sense since the staging is always done in make(all

svn commit: r296691 - head/include

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:44:56 2016 New Revision: 296691 URL: https://svnweb.freebsd.org/changeset/base/296691 Log: DIRDEPS_BUILD: None of this is needed anymore. This file is using stage-install, so all of the .dirdep files are properly handled. The cookie handling also prop

svn commit: r296697 - in head/share: i18n/esdb zoneinfo

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:17 2016 New Revision: 296697 URL: https://svnweb.freebsd.org/changeset/base/296697 Log: DIRDEPS_BUILD: Fix building during dirdeps. Sponsored by: EMC / Isilon Storage Division Modified: head/share/i18n/esdb/Makefile.part head/share/zoneinfo/Makef

svn commit: r296707 - head/lib/libc++

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:56 2016 New Revision: 296707 URL: https://svnweb.freebsd.org/changeset/base/296707 Log: Add missing CLEANFILES. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc++/Makefile Modified: head/lib/libc++/Makefil

svn commit: r296704 - head/lib/atf

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:42 2016 New Revision: 296704 URL: https://svnweb.freebsd.org/changeset/base/296704 Log: Remove bogus .ORDER. This is not SUBDIR_PARALLEL and if it were this .ORDER would not work since the targets are _subdir_ not . MFC after:1 week Spons

svn commit: r296703 - head/share/mk

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:39 2016 New Revision: 296703 URL: https://svnweb.freebsd.org/changeset/base/296703 Log: Don't even define or append subdir targets with NO_SUBDIR. No functional change. This prevents adding empty targets to the main called target which is confu

svn commit: r296700 - in head: etc include share/examples share/mk share/sendmail share/zoneinfo targets/pseudo/bootstrap-tools targets/pseudo/kernel targets/pseudo/stage

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:28 2016 New Revision: 296700 URL: https://svnweb.freebsd.org/changeset/base/296700 Log: META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE. Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when

svn commit: r296698 - head/share/zoneinfo

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:20 2016 New Revision: 296698 URL: https://svnweb.freebsd.org/changeset/base/296698 Log: DIRDEPS_BUILD: Reduce restaging here. This also fixes meta tracking for the beforeinstall since it had been marked .PHONY before (in bsd.sys.mk). Sponsored

svn commit: r296699 - head/share/mk

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:23 2016 New Revision: 296699 URL: https://svnweb.freebsd.org/changeset/base/296699 Log: DIRDEPS_BUILD: Add a sure way to prohibit building 'all' during dirdeps phase. This obsoletes the _SKIP_BUILD check but keeps it for now until it proves to be en

svn commit: r296705 - head/sys/boot/i386/loader

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:45 2016 New Revision: 296705 URL: https://svnweb.freebsd.org/changeset/base/296705 Log: Revert r269030. CLEANFILES is already added to .NOPATH since r241298. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/boot/i386/loader/Makefile

svn commit: r296706 - in head/sys/boot: efi/boot1 efi/fdt efi/loader ficl i386/gptboot i386/gptzfsboot i386/libfirewire i386/libi386 i386/loader i386/zfsboot libstand32 ofw/libofw uboot/fdt uboot/l...

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:51 2016 New Revision: 296706 URL: https://svnweb.freebsd.org/changeset/base/296706 Log: Add more .NOMETA missed in r291320 Sponsored by: EMC / Isilon Storage Division Modified: head/sys/boot/efi/boot1/Makefile head/sys/boot/efi/fdt/Makefile hea

svn commit: r296708 - head/lib/libpam/modules/pam_ssh

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:59 2016 New Revision: 296708 URL: https://svnweb.freebsd.org/changeset/base/296708 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libpam/modules/pam_ssh/Makefile.depend Modified: head/lib/li

svn commit: r296702 - in head/share/i18n/esdb: . BIG5 UTF

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:36 2016 New Revision: 296702 URL: https://svnweb.freebsd.org/changeset/base/296702 Log: Remove exists() checks so normal out-of-date handling can be used. This also fixes META MODE rebuilding these because the 'number of build commands' changed fro

svn commit: r296701 - head/share/mk

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:32 2016 New Revision: 296701 URL: https://svnweb.freebsd.org/changeset/base/296701 Log: META_MODE: We can only use a cookie if filemon is being used. Sponsored by: EMC / Isilon Storage Divsion Modified: head/share/mk/local.sys.mk Modified: head/sh

svn commit: r296696 - head/share/mk

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:45:13 2016 New Revision: 296696 URL: https://svnweb.freebsd.org/changeset/base/296696 Log: DIRDEPS_BUILD: Avoid rebuilds due to changed build commands with newly staged tools. This is a follow-up to r291561 which reworked the bootstrap tool PATH handl

svn commit: r296709 - head

2016-03-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 11 23:56:33 2016 New Revision: 296709 URL: https://svnweb.freebsd.org/changeset/base/296709 Log: Move Makefile.lib32 to Makefile.libcompat and generalize it. This is in preparation for LIBSOFT. This file only supports *1* LIBCOMPAT value currently and mus

svn commit: r296710 - head/sys/dev/cxgbe

2016-03-11 Thread Navdeep Parhar
Author: np Date: Sat Mar 12 02:54:55 2016 New Revision: 296710 URL: https://svnweb.freebsd.org/changeset/base/296710 Log: cxgbe(4): Catch up with the latest list of card capabilities as reported by the firmware. Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/cxgbe/t4_main.c Modified

svn commit: r296711 - head/sys/dev/cxgbe

2016-03-11 Thread Navdeep Parhar
Author: np Date: Sat Mar 12 03:02:33 2016 New Revision: 296711 URL: https://svnweb.freebsd.org/changeset/base/296711 Log: cxgbe(4): Fix typo in previous commit. Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c =

svn commit: r296713 - head/sys/boot/efi/boot1

2016-03-11 Thread Andrew Turner
Author: andrew Date: Sat Mar 12 06:50:16 2016 New Revision: 296713 URL: https://svnweb.freebsd.org/changeset/base/296713 Log: Print the correct size of loader.efi when failing to load it into memory. Obtained from:AsiaBSDCon Sponsored by: ABT Systems Ltd Modified: head/sys/boot

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

2016-03-11 Thread John Baldwin
Author: jhb Date: Sat Mar 12 07:13:20 2016 New Revision: 296714 URL: https://svnweb.freebsd.org/changeset/base/296714 Log: Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat. These entries should have never been present since they only exist for compat with FreeBSD 6.

svn commit: r296715 - in head/sys: fs/autofs kern sys

2016-03-11 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 12 07:54:42 2016 New Revision: 296715 URL: https://svnweb.freebsd.org/changeset/base/296715 Log: Fix autofs triggering problem. Assume you have an NFS server, 192.168.1.1, with share "share". This commit fixes a problem where "mkdir /net/192.168.1.1/share/meh" wo