svn commit: r289444 - head

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 17 05:57:29 2015 New Revision: 289444 URL: https://svnweb.freebsd.org/changeset/base/289444 Log: For 'buildenvvars' show any .exported variables as well to cover recent exporting of OSRELDATE and VERSION. These already do export to 'buildenv' fine. Sponso

svn commit: r289443 - head

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 17 05:55:45 2015 New Revision: 289443 URL: https://svnweb.freebsd.org/changeset/base/289443 Log: Always export VERSION to the environment to avoid looking it up again in sub-makes. Some of the world phases that used plain '${MAKE} -f Makefile.inc1' were not

svn commit: r289442 - head/sys/conf

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 17 05:49:07 2015 New Revision: 289442 URL: https://svnweb.freebsd.org/changeset/base/289442 Log: Do as r289391 did for share/mk and make installing to a non-existent directory an error. Most of these do a 'mkdir -p' or 'install -d' before installing, but add

svn commit: r289441 - in head: etc/mtree tests/sys tests/sys/posixshm tools/regression/posixshm tools/test/posixshm

2015-10-16 Thread Garrett Cooper
Author: ngie Date: Sat Oct 17 04:32:21 2015 New Revision: 289441 URL: https://svnweb.freebsd.org/changeset/base/289441 Log: Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD test suite as tests/sys/posixshm Some other highlights: - Convert the testcases over t

Re: svn commit: r289253 - head/share/mk

2015-10-16 Thread NGie Cooper
> On Oct 14, 2015, at 13:16, Bryan Drewery wrote: ... > I think what is being seen here is because I removed 'cleanobj' from > bsd.progs.mk (in r288201) to let bsd.obj.mk handle it. It sometimes > recurses clean when needed. If there's an obj dir 'cleanobj' will just > remove that and avoid 'cl

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Bruce Evans
On Fri, 16 Oct 2015, Warner Losh wrote: On Oct 16, 2015, at 2:12 AM, Hans Petter Selasky wrote: On 10/16/15 08:21, Bruce Evans wrote: In addition, making the file contiguous in LBA space doesn't improve the access times from flash devices because they have no seek time. This is not exactly

svn commit: r289439 - head

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 17 04:03:53 2015 New Revision: 289439 URL: https://svnweb.freebsd.org/changeset/base/289439 Log: Export OSRELDATE so sub-makes don't look it up again. We pass BOOTSTRAPPING=${OSRELDATE} to some of the sub-makes. Rather than chase every ${MAKE} invokation, j

svn commit: r289438 - head

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 17 03:51:50 2015 New Revision: 289438 URL: https://svnweb.freebsd.org/changeset/base/289438 Log: Rework the world subdir build targets to use the standard SUBDIR_PARALLEL mechanism. Back in r30113, the 'par-*' targets were added to parallelize portions of t

svn commit: r289435 - head

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 16 23:53:37 2015 New Revision: 289435 URL: https://svnweb.freebsd.org/changeset/base/289435 Log: Fix adding manpages installed by LOCAL_DIRS to whatis file. The ordering of 'etc' in the install has a long history dating back to the first time it was realized

svn commit: r289434 - head

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 16 22:41:31 2015 New Revision: 289434 URL: https://svnweb.freebsd.org/changeset/base/289434 Log: Remove lockf as an ITOOL. It was added in r152006 to handle serializing access of info/dir when installing INFO files. We no longer support INFO files since r27

Re: svn commit: r289405 - head/sys/ufs/ffs\

2015-10-16 Thread Slawa Olhovchenkov
On Fri, Oct 16, 2015 at 03:00:50PM -0600, Warner Losh wrote: > Do not relocate extents to make them contiguous if the underlying drive > can do > deletions. Ability to do deletions is a strong indication that this > optimization will not help performance. It will only generate

Re: svn commit: r289433 - head

2015-10-16 Thread Bryan Drewery
On 10/16/2015 2:09 PM, Bryan Drewery wrote: > Discussed with: kip and kan (rtld/library ordering) Ugh, sorry. This was *kib*. I know a "kip" outside of the community as well that was I talking to earlier which lead to this. -- Regards, Bryan Drewery signature.asc Description: OpenPGP d

svn commit: r289433 - head

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 16 21:09:15 2015 New Revision: 289433 URL: https://svnweb.freebsd.org/changeset/base/289433 Log: Correct a bitrotted comment about installworld order requirements. The case of make(1) using a new /bin/sh issue was fixed in r173219 when ITOOLS was introduced.

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Warner Losh
> On Oct 16, 2015, at 2:18 PM, Slawa Olhovchenkov wrote: > > On Fri, Oct 16, 2015 at 01:22:44PM -0600, Warner Losh wrote: > >> >>> On Oct 16, 2015, at 7:19 AM, Slawa Olhovchenkov wrote: >>> >>> On Fri, Oct 16, 2015 at 03:06:02AM +, Warner Losh wrote: >>> Author: imp Date: Fri

svn commit: r289432 - head

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 16 20:59:03 2015 New Revision: 289432 URL: https://svnweb.freebsd.org/changeset/base/289432 Log: Tweak the guard more to suggest 'all' if SUBDIR_OVERRIDE is specified. In that case 'all' does make sense. MFC after:2 weeks X-MFC-With: r289411 Spon

svn commit: r289430 - head

2015-10-16 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 16 20:23:04 2015 New Revision: 289430 URL: https://svnweb.freebsd.org/changeset/base/289430 Log: Remove .MAKE from targets that do more than just run sub-makes, such as calling rm or mtree. MFC after:1 week Sponsored by: EMC / Isilon Storage Division

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Slawa Olhovchenkov
On Fri, Oct 16, 2015 at 01:22:44PM -0600, Warner Losh wrote: > > > On Oct 16, 2015, at 7:19 AM, Slawa Olhovchenkov wrote: > > > > On Fri, Oct 16, 2015 at 03:06:02AM +, Warner Losh wrote: > > > >> Author: imp > >> Date: Fri Oct 16 03:06:02 2015 > >> New Revision: 289405 > >> URL: https://sv

svn commit: r289429 - head/sys/dev/mps

2015-10-16 Thread Scott Long
Author: scottl Date: Fri Oct 16 20:18:12 2015 New Revision: 289429 URL: https://svnweb.freebsd.org/changeset/base/289429 Log: Revert an extra hunk that crept into the last commit. Submitted by: emax Obtained from:Netflix, Inc. MFC after:3 days Modified: head/sys/dev/mps/m

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Warner Losh
> On Oct 16, 2015, at 8:03 AM, Pedro Giffuni wrote: > > > > On 10/16/15 03:53, Bruce Evans wrote: >> On Fri, 16 Oct 2015, Hans Petter Selasky wrote: >> >>> On 10/16/15 08:21, Bruce Evans wrote: [Bruce Evans didn't write:] In addition, making the file contiguous in LBA space doesn't

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Warner Losh
> On Oct 16, 2015, at 7:19 AM, Slawa Olhovchenkov wrote: > > On Fri, Oct 16, 2015 at 03:06:02AM +, Warner Losh wrote: > >> Author: imp >> Date: Fri Oct 16 03:06:02 2015 >> New Revision: 289405 >> URL: https://svnweb.freebsd.org/changeset/base/289405 >> >> Log: >> Do not relocate extents t

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Warner Losh
> On Oct 16, 2015, at 2:12 AM, Hans Petter Selasky wrote: > > On 10/16/15 08:21, Bruce Evans wrote: >> In addition, making the file contiguous in LBA space doesn't >> improve the access times from flash devices because they have no seek >> time. > > Hi, > > This is not exactly true, like Bruc

Re: svn commit: r289415 - in head: . sys/sys

2015-10-16 Thread Alexander Motin
On 16.10.2015 21:17, Bryan Drewery wrote: > On 10/16/2015 1:57 AM, Alexander Motin wrote: >> Author: mav >> Date: Fri Oct 16 08:57:11 2015 >> New Revision: 289415 >> URL: https://svnweb.freebsd.org/changeset/base/289415 >> >> Log: >> Bump version and add notice about incompatibility introduced by

Re: svn commit: r289415 - in head: . sys/sys

2015-10-16 Thread Bryan Drewery
On 10/16/2015 1:57 AM, Alexander Motin wrote: > Author: mav > Date: Fri Oct 16 08:57:11 2015 > New Revision: 289415 > URL: https://svnweb.freebsd.org/changeset/base/289415 > > Log: > Bump version and add notice about incompatibility introduced by resumable > send/receive support in ZFS. > > M

svn commit: r289426 - in head/sys/dev: mpr mps

2015-10-16 Thread Scott Long
Author: scottl Date: Fri Oct 16 17:56:43 2015 New Revision: 289426 URL: https://svnweb.freebsd.org/changeset/base/289426 Log: Remove _FreeBSD_version check for something that was only an issue with 9-CURRENT. Obtained from: Netlfix, Inc MFC after: 3 days Modified: head/sys/dev/

svn commit: r289425 - head/usr.bin/ldd

2015-10-16 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 16 17:50:36 2015 New Revision: 289425 URL: https://svnweb.freebsd.org/changeset/base/289425 Log: Add support for ARM EABI. MFC after:1 week Modified: head/usr.bin/ldd/ldd.c Modified: head/usr.bin/ldd/ldd.c ==

Re: svn commit: r289422 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/co

2015-10-16 Thread Andriy Gapon
On 16/10/2015 18:41, Allan Jude wrote: > I am working on a SHA512/256 implementation for FreeBSD, it is almost > finished. I will get it in ASAP, and I can also handle adding the > support to our gptzfsboot. Sounds great. Thank you! -- Andriy Gapon __

Re: svn commit: r289422 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/co

2015-10-16 Thread Allan Jude
On 2015-10-16 12:32, Andriy Gapon wrote: > On 16/10/2015 16:45, Alexander Motin wrote: >> Author: mav >> Date: Fri Oct 16 14:45:21 2015 >> New Revision: 289422 >> URL: https://svnweb.freebsd.org/changeset/base/289422 >> >> Log: >> MFV r289310: >> 4185 add new cryptographic checksums to ZFS: SHA

Re: svn commit: r289422 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/co

2015-10-16 Thread Andriy Gapon
On 16/10/2015 16:45, Alexander Motin wrote: > Author: mav > Date: Fri Oct 16 14:45:21 2015 > New Revision: 289422 > URL: https://svnweb.freebsd.org/changeset/base/289422 > > Log: > MFV r289310: > 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R > > Reviewed by: George W

svn commit: r289424 - head/sbin/newfs_msdos

2015-10-16 Thread Ed Maste
Author: emaste Date: Fri Oct 16 15:19:36 2015 New Revision: 289424 URL: https://svnweb.freebsd.org/changeset/base/289424 Log: newfs_msdos: prefer snprintf to sprintf Obtained from:NetBSD Sponsored by: The FreeBSD Foundation Modified: head/sbin/newfs_msdos/mkfs_msdos.c Modified

svn commit: r289423 - head/sys/kern

2015-10-16 Thread Konstantin Belousov
Author: kib Date: Fri Oct 16 14:55:39 2015 New Revision: 289423 URL: https://svnweb.freebsd.org/changeset/base/289423 Log: If falloc_caps() failed, cleanup needs to be performed. This is a bug in r289026. Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/kern_fork.c Modifi

svn commit: r289422 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/com...

2015-10-16 Thread Alexander Motin
Author: mav Date: Fri Oct 16 14:45:21 2015 New Revision: 289422 URL: https://svnweb.freebsd.org/changeset/base/289422 Log: MFV r289310: 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R Reviewed by: George Wilson Reviewed by: Prakash Surya Reviewed by: Saso Kiselko

svn commit: r289421 - in head/etc: . mtree ntp

2015-10-16 Thread Cy Schubert
Author: cy Date: Fri Oct 16 14:04:16 2015 New Revision: 289421 URL: https://svnweb.freebsd.org/changeset/base/289421 Log: Add default leap-seconds file. This should help ntp networks get the leap second date correct Updates to the file can be obtained from ftp://time.nist.gov/pub/ or ft

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Pedro Giffuni
On 10/16/15 03:53, Bruce Evans wrote: On Fri, 16 Oct 2015, Hans Petter Selasky wrote: On 10/16/15 08:21, Bruce Evans wrote: [Bruce Evans didn't write:] In addition, making the file contiguous in LBA space doesn't improve the access times from flash devices because they have no seek time.

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Slawa Olhovchenkov
On Fri, Oct 16, 2015 at 03:06:02AM +, Warner Losh wrote: > Author: imp > Date: Fri Oct 16 03:06:02 2015 > New Revision: 289405 > URL: https://svnweb.freebsd.org/changeset/base/289405 > > Log: > Do not relocate extents to make them contiguous if the underlying drive can > do > deletions.

svn commit: r289420 - head/lib/libfetch

2015-10-16 Thread Dag-Erling Smørgrav
Author: des Date: Fri Oct 16 12:53:22 2015 New Revision: 289420 URL: https://svnweb.freebsd.org/changeset/base/289420 Log: Use fopen()'s newfangled "e" flag instead of explicit fcntl() calls. PR: 199801 Submitted by: Jukka Ukkonen MFC after:1 week Modified: head/lib/li

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

2015-10-16 Thread Gleb Smirnoff
On Thu, Oct 15, 2015 at 01:44:32AM +, Bjoern A. Zeeb wrote: B> Author: bz B> Date: Thu Oct 15 01:44:32 2015 B> New Revision: 289350 B> URL: https://svnweb.freebsd.org/changeset/base/289350 B> B> Log: B> Hopefully also unbreak VIMAGE kernels replacing the &V_... with B> &VNET_NAME(...). B>

svn commit: r289419 - head/lib/libfetch

2015-10-16 Thread Dag-Erling Smørgrav
Author: des Date: Fri Oct 16 12:21:44 2015 New Revision: 289419 URL: https://svnweb.freebsd.org/changeset/base/289419 Log: Fix two bugs in HTTPS tunnelling: - If the proxy returns a non-200 result, set the error code accordingly so the caller / user gets a somewhat meaningful error messa

svn commit: r289417 - head/sys/modules/cloudabi64

2015-10-16 Thread Ed Schouten
Author: ed Date: Fri Oct 16 10:26:15 2015 New Revision: 289417 URL: https://svnweb.freebsd.org/changeset/base/289417 Log: Use the right variable name. MACHINE_CPUARCH expands to aarch64 for arm64, whereas MACHINE always corresponds to the directory name under sys/ that contains the source

svn commit: r289415 - in head: . sys/sys

2015-10-16 Thread Alexander Motin
Author: mav Date: Fri Oct 16 08:57:11 2015 New Revision: 289415 URL: https://svnweb.freebsd.org/changeset/base/289415 Log: Bump version and add notice about incompatibility introduced by resumable send/receive support in ZFS. Modified: head/UPDATING head/sys/sys/param.h Modified: head/UP

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Bruce Evans
On Fri, 16 Oct 2015, Hans Petter Selasky wrote: On 10/16/15 08:21, Bruce Evans wrote: [Bruce Evans didn't write:] In addition, making the file contiguous in LBA space doesn't improve the access times from flash devices because they have no seek time. This is not exactly true, like Bruce poi

Re: svn commit: r289405 - head/sys/ufs/ffs

2015-10-16 Thread Hans Petter Selasky
On 10/16/15 08:21, Bruce Evans wrote: In addition, making the file contiguous in LBA space doesn't improve the access times from flash devices because they have no seek time. Hi, This is not exactly true, like Bruce pointed out too. Maybe there should be a check, that if the block is too sm