svn commit: r320441 - head/share/examples/tests/tests

2017-06-28 Thread Ngie Cooper
Author: ngie Date: Wed Jun 28 07:01:22 2017 New Revision: 320441 URL: https://svnweb.freebsd.org/changeset/base/320441 Log: share/examples/tests/Makefile: clean up example snippets/documentation - TESTSDIR doesn't need to be specified after r289158. - Including bsd.own.mk isn't required s

svn commit: r320442 - in head/share/examples/tests/tests: atf plain

2017-06-28 Thread Ngie Cooper
Author: ngie Date: Wed Jun 28 08:20:51 2017 New Revision: 320442 URL: https://svnweb.freebsd.org/changeset/base/320442 Log: share/examples/tests/{atf,plain}/Makefile: tweak example Makefile snippets - Including bsd.own.mk isn't required since no MK_ knobs are being manipulated. - Upda

svn commit: r320443 - in head/share/examples/tests/tests: . tap

2017-06-28 Thread Ngie Cooper
Author: ngie Date: Wed Jun 28 08:22:04 2017 New Revision: 320443 URL: https://svnweb.freebsd.org/changeset/base/320443 Log: Add kyua TAP test integration examples The examples are patterned loosely after the ATF examples, similar to the plain test examples. MFC after:1 month Add

svn commit: r320444 - head/etc/mtree

2017-06-28 Thread Ngie Cooper
Author: ngie Date: Wed Jun 28 08:23:20 2017 New Revision: 320444 URL: https://svnweb.freebsd.org/changeset/base/320444 Log: Commit the corresponding mtree file change for the TAP test examples MFC after:1 month MFC with: r320443 Modified: head/etc/mtree/BSD.tests.dist Modified

svn commit: r320445 - head/tests/sys/vfs

2017-06-28 Thread Ngie Cooper
Author: ngie Date: Wed Jun 28 08:28:07 2017 New Revision: 320445 URL: https://svnweb.freebsd.org/changeset/base/320445 Log: Don't hardcode path to file in /tmp; this violates the kyua sandbox MFC after:1 month Modified: head/tests/sys/vfs/trailing_slash.sh Modified: head/tests/sys/v

svn commit: r320446 - head/tests/sys/vfs

2017-06-28 Thread Ngie Cooper
Author: ngie Date: Wed Jun 28 08:29:20 2017 New Revision: 320446 URL: https://svnweb.freebsd.org/changeset/base/320446 Log: trailing_slash is a TAP-compliant testcase; mark it as such, instead of calling is a plain testcase. MFC after:1 month Modified: head/tests/sys/vfs/Makefile

svn commit: r320448 - in head: contrib/pjdfstest contrib/pjdfstest/tests contrib/pjdfstest/tests/chflags contrib/pjdfstest/tests/chmod contrib/pjdfstest/tests/chown contrib/pjdfstest/tests/ftruncat...

2017-06-28 Thread Ngie Cooper
Author: ngie Date: Wed Jun 28 09:22:45 2017 New Revision: 320448 URL: https://svnweb.freebsd.org/changeset/base/320448 Log: Pull down pjdfstest 0.1 The summary of changes is as follows.. Generic changes:: - Added configure support [2]. - Check for lchmod filesystem support with cre

svn commit: r320450 - head

2017-06-28 Thread Ngie Cooper
Author: ngie Date: Wed Jun 28 09:25:15 2017 New Revision: 320450 URL: https://svnweb.freebsd.org/changeset/base/320450 Log: Add asomers as a pjdfstest co-maintainer per the project status change made upstream. MFC after:1 month Modified: head/MAINTAINERS Modified: head/MAINTAINERS

Re: svn commit: r320362 - head/share/zoneinfo

2017-06-28 Thread Edward Napierala
This patch seems to fix the problem with "make -j4 installworld" for me. Do you intend to commit it? Thanks! (And sorry for the breakage.) 2017-06-27 4:48 GMT+01:00 Cy Schubert : > (since we're top posting ) > > Hi Sean, > > Do you want to give this a spin? > > Index: share/zoneinfo/Makefi

svn commit: r320451 - head/sys/fs/fuse

2017-06-28 Thread Conrad Meyer
Author: cem Date: Wed Jun 28 13:56:15 2017 New Revision: 320451 URL: https://svnweb.freebsd.org/changeset/base/320451 Log: Complete support for IO_APPEND flag in fuse This finishes what r245164 started and makes open(..., O_APPEND) work again after r299753. - Pass ioflags, incl. IO_A

svn commit: r320452 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-06-28 Thread Andriy Gapon
Author: avg Date: Wed Jun 28 13:59:20 2017 New Revision: 320452 URL: https://svnweb.freebsd.org/changeset/base/320452 Log: fix an architectural problem introduced in r320156, ZFS ABD import The implementation of ZFS refcount_t uses the emulated illumos mutex (the sx lock) and the waiting

Re: svn commit: r320362 - head/share/zoneinfo

2017-06-28 Thread Cy Schubert
It doesn't matter who commits it. If you want me to, I will commit it at noon my time as I'm already a tad late for $JOB. ~cy In message , Edward Napierala writes: > --001a113d0020693f04055304b5a4 > Content-Type: text/plain; charset="UTF-8" > > This patch seems to fix the problem with "make -j

Re: svn commit: r320362 - head/share/zoneinfo

2017-06-28 Thread Edward Napierala
Please do. Thanks again :-) 2017-06-28 15:15 GMT+01:00 Cy Schubert : > It doesn't matter who commits it. If you want me to, I will commit it at > noon my time as I'm already a tad late for $JOB. > > ~cy > > In message KFM7ngEqiW86_g@mail.gmail.c > om> > , Edward Napierala writes: > > --001a113d

svn commit: r320453 - in head/sys/ufs: ffs ufs

2017-06-28 Thread Kirk McKusick
Author: mckusick Date: Wed Jun 28 17:32:09 2017 New Revision: 320453 URL: https://svnweb.freebsd.org/changeset/base/320453 Log: Create a new function ffs_getcg() to read in and verify a cylinder group. Change all code points that open-coded this functionality to use the new function. This co

svn commit: r320454 - head/share/zoneinfo

2017-06-28 Thread Cy Schubert
Author: cy Date: Wed Jun 28 19:05:04 2017 New Revision: 320454 URL: https://svnweb.freebsd.org/changeset/base/320454 Log: Allow parallel installworld (-j N) and poudriere installworld (poudriere jail -c and poudriere jail -u) to proceed. Reviewed by: trasz@ Tested by:trasz@, cy@

svn commit: r320455 - head/contrib/ipfilter/lib

2017-06-28 Thread Cy Schubert
Author: cy Date: Wed Jun 28 19:08:07 2017 New Revision: 320455 URL: https://svnweb.freebsd.org/changeset/base/320455 Log: Ansify entry and exit points. MFC after:1 month Modified: head/contrib/ipfilter/lib/hostname.c head/contrib/ipfilter/lib/portname.c head/contrib/ipfilter/lib/

Re: svn commit: r320454 - head/share/zoneinfo

2017-06-28 Thread Ngie Cooper (yaneurabeya)
> On Jun 28, 2017, at 12:05, Cy Schubert wrote: > > Author: cy > Date: Wed Jun 28 19:05:04 2017 > New Revision: 320454 > URL: https://svnweb.freebsd.org/changeset/base/320454 > > Log: > Allow parallel installworld (-j N) and poudriere installworld > (poudriere jail -c and poudriere jail -u) t

Re: svn commit: r320362 - head/share/zoneinfo

2017-06-28 Thread Cy Schubert
It's committed. Remember to MFC it with r320362. ~cy In message , Edward Napierala writes: > --001a114df91c80e879055306eec4 > Content-Type: text/plain; charset="UTF-8" > > Please do. Thanks again :-) > > 2017-06-28 15:15 GMT+01:00 Cy Schubert : > > > It doesn't matter who commits it. If you

Re: svn commit: r320454 - head/share/zoneinfo

2017-06-28 Thread Cy Schubert
In message <3305bcf7-0978-4152-b3ad-309fd891b...@gmail.com>, "Ngie Cooper (yane urabeya)" writes: > > > --Apple-Mail=_08D0994E-C5E0-4E84-ACF1-C103E9A01AF3 > Content-Transfer-Encoding: quoted-printable > Content-Type: text/plain; > charset=utf-8 > > > > On Jun 28, 2017, at 12:05, Cy Schub

svn commit: r320456 - head/sys/arm/freescale/imx

2017-06-28 Thread Ian Lepore
Author: ian Date: Wed Jun 28 20:28:47 2017 New Revision: 320456 URL: https://svnweb.freebsd.org/changeset/base/320456 Log: Implement gpio input by reading the pad state register, not the data register. When a pin is set for input the value in the DR will be the same as the PSR. When a

svn commit: r320458 - head/sys/fs/nfsclient

2017-06-28 Thread Rick Macklem
Author: rmacklem Date: Wed Jun 28 21:37:08 2017 New Revision: 320458 URL: https://svnweb.freebsd.org/changeset/base/320458 Log: Fix an NFSv3 client case that probably never happens. If an NFSv3 server were to reply with weak cache consistency attributes, but not post operation attributes,

Re: svn commit: r320430 - head/sys/vm

2017-06-28 Thread Shawn Webb
On Wed, Jun 28, 2017 at 04:02:37AM +, Konstantin Belousov wrote: > Author: kib > Date: Wed Jun 28 04:02:36 2017 > New Revision: 320430 > URL: https://svnweb.freebsd.org/changeset/base/320430 > > Log: > Treat the addr argument for mmap(2) request without MAP_FIXED flag as > a hint. > >

svn commit: r320460 - head/sys/dev/iicbus

2017-06-28 Thread Ian Lepore
Author: ian Date: Thu Jun 29 00:29:15 2017 New Revision: 320460 URL: https://svnweb.freebsd.org/changeset/base/320460 Log: If an i2c transfer ends due to error, issue a stop on the bus even if the nostop option is set, if a start was issued. The nostop option doesn't mean "never issue a s

svn commit: r320461 - head/sys/dev/iicbus

2017-06-28 Thread Ian Lepore
Author: ian Date: Thu Jun 29 01:50:58 2017 New Revision: 320461 URL: https://svnweb.freebsd.org/changeset/base/320461 Log: Add iic_recover_bus(), a helper function that can be used by any i2c driver which is able to manipulate the clock and data lines directly. When an i2c bus is hung by

svn commit: r320462 - head/sys/arm/freescale/imx

2017-06-28 Thread Ian Lepore
Author: ian Date: Thu Jun 29 01:59:39 2017 New Revision: 320462 URL: https://svnweb.freebsd.org/changeset/base/320462 Log: Add bus recovery handling to the imx5/imx6 i2c driver. Modified: head/sys/arm/freescale/imx/imx_i2c.c Modified: head/sys/arm/freescale/imx/imx_i2c.c

svn commit: r320463 - head/sys/conf

2017-06-28 Thread Ian Lepore
Author: ian Date: Thu Jun 29 02:19:30 2017 New Revision: 320463 URL: https://svnweb.freebsd.org/changeset/base/320463 Log: Add iic_recover_bus.c. Should have been part of r320461. Modified: head/sys/conf/files Modified: head/sys/conf/files ===

svn commit: r320464 - head/sys/mips/conf

2017-06-28 Thread Adrian Chadd
Author: adrian Date: Thu Jun 29 03:57:22 2017 New Revision: 320464 URL: https://svnweb.freebsd.org/changeset/base/320464 Log: [mips] make this compile again after all of the config changes. Modified: head/sys/mips/conf/DIR-825C1 Modified: head/sys/mips/conf/DIR-825C1

svn commit: r320465 - head/sys/mips/conf

2017-06-28 Thread Adrian Chadd
Author: adrian Date: Thu Jun 29 03:58:01 2017 New Revision: 320465 URL: https://svnweb.freebsd.org/changeset/base/320465 Log: [mips] [ar71xx] Since the wlan/ath drivers use ALQ, ensure we build the module here otherwise we can't load said module. Modified: head/sys/mips/conf/std.AR_MIPS_BAS

svn commit: r320466 - head/sys/dev/ath

2017-06-28 Thread Adrian Chadd
Author: adrian Date: Thu Jun 29 03:59:02 2017 New Revision: 320466 URL: https://svnweb.freebsd.org/changeset/base/320466 Log: [ath_hal] if building with ALQ, ensure we actually depend upon ALQ. Modified: head/sys/dev/ath/ah_osdep.c Modified: head/sys/dev/ath/ah_osdep.c ==

svn commit: r320467 - in head/sys/boot/i386: libi386 loader

2017-06-28 Thread Toomas Soome
Author: tsoome Date: Thu Jun 29 04:33:55 2017 New Revision: 320467 URL: https://svnweb.freebsd.org/changeset/base/320467 Log: loader: chain load relocate data declaration is bad The implementation is using fixed size array allocated in asm module, need to use proper array declaration for

svn commit: r320468 - head/lib/libstand

2017-06-28 Thread Xin LI
Author: delphij Date: Thu Jun 29 06:28:54 2017 New Revision: 320468 URL: https://svnweb.freebsd.org/changeset/base/320468 Log: Don't bother to set target for SEEK_END. While there also collapase SEEK_END into default case in lseek. MFC after:2 weeks Modified: head/lib/libstand/b