svn commit: r302480 - head/usr.bin/pathchk

2016-07-08 Thread Eitan Adler
Author: eadler Date: Sat Jul 9 04:56:28 2016 New Revision: 302480 URL: https://svnweb.freebsd.org/changeset/base/302480 Log: Add -P to pathchk usage Modified: head/usr.bin/pathchk/pathchk.c Modified: head/usr.bin/pathchk/pathchk.c

svn commit: r302476 - head/sys/net

2016-07-08 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jul 9 02:33:45 2016 New Revision: 302476 URL: https://svnweb.freebsd.org/changeset/base/302476 Log: ng_mppc(4):: basic readability cleanups. In particular use __unreachable() to appease static analyzers. No functional change. CID: 1356591 MFC after:

Re: svn commit: r302350 - in head: share/man/man9 sys/kern sys/sys

2016-07-08 Thread Alexander Kabaev
On Tue, 5 Jul 2016 18:47:18 + (UTC) Gleb Smirnoff wrote: > Author: glebius > Date: Tue Jul 5 18:47:17 2016 > New Revision: 302350 > URL: https://svnweb.freebsd.org/changeset/base/302350 > > Log: > The paradigm of a callout is that it has three consequent states: >

svn commit: r302475 - in head/contrib/llvm/projects/libunwind: include src

2016-07-08 Thread Ed Maste
Author: emaste Date: Sat Jul 9 00:35:20 2016 New Revision: 302475 URL: https://svnweb.freebsd.org/changeset/base/302475 Log: libunwind: limit stack usage in unwind cursor This may be reworked upstream but in the interim should address the stack usage issue reported in the PR. PR:

svn commit: r302474 - in head: cddl/lib/libdtrace tests/sys/netinet

2016-07-08 Thread George V. Neville-Neil
Author: gnn Date: Fri Jul 8 23:44:09 2016 New Revision: 302474 URL: https://svnweb.freebsd.org/changeset/base/302474 Log: On FreeBSD there is a setsockopt option SO_USER_COOKIE which allows setting a 32 bit value on each socket. This can be used by applications and DTrace as a rendezvous

svn commit: r302473 - head/usr.bin/mkcsmapper

2016-07-08 Thread Baptiste Daroussin
Author: bapt Date: Fri Jul 8 23:40:25 2016 New Revision: 302473 URL: https://svnweb.freebsd.org/changeset/base/302473 Log: Sync usage between program and man page. Increase column width. [1] Simplifay the usage() function Replace errx/strerror with errc Submitted by: w...@netbsd.org

svn commit: r302472 - in head/sys: arm/allwinner arm/allwinner/a13 arm/allwinner/clk arm/conf conf

2016-07-08 Thread Emmanuel Vadot
Author: manu Date: Fri Jul 8 23:38:25 2016 New Revision: 302472 URL: https://svnweb.freebsd.org/changeset/base/302472 Log: Add support for Allwinner A13. Reviewed by: jmcneill Relnotes: yes Differential Revision:https://reviews.freebsd.org/D6809 Added:

svn commit: r302471 - head/usr.bin/mkcsmapper

2016-07-08 Thread Baptiste Daroussin
Author: bapt Date: Fri Jul 8 23:10:55 2016 New Revision: 302471 URL: https://svnweb.freebsd.org/changeset/base/302471 Log: Add RCS Id. Sort options in SYNOPSIS. Fix macro usage. Fix Dd. Submitted by: w...@netbsd.org Obtained from:NetBSD Modified:

svn commit: r302470 - head/sys/arm/allwinner

2016-07-08 Thread Emmanuel Vadot
Author: manu Date: Fri Jul 8 23:08:59 2016 New Revision: 302470 URL: https://svnweb.freebsd.org/changeset/base/302470 Log: Check that the pin function exists before setting it. This is needed for Allwinner A13 which has gpio pins with only "out" function. Modified:

svn commit: r302469 - head/tools/tools/locale

2016-07-08 Thread Baptiste Daroussin
Author: bapt Date: Fri Jul 8 23:07:48 2016 New Revision: 302469 URL: https://svnweb.freebsd.org/changeset/base/302469 Log: Allow to install various components of the locales independantly Modified: head/tools/tools/locale/Makefile Modified: head/tools/tools/locale/Makefile

svn commit: r302468 - head/sys/contrib/dev/ath/ath_hal/ar9300

2016-07-08 Thread Adrian Chadd
Author: adrian Date: Fri Jul 8 22:59:15 2016 New Revision: 302468 URL: https://svnweb.freebsd.org/changeset/base/302468 Log: [ath_hal] add in locationing timer support and capabilities. * add support to read the timer and capability * add support to enable/disable the location timer.

Re: svn commit: r302454 - stable/9/usr.sbin/rpcbind

2016-07-08 Thread Bryan Drewery
On 7/8/16 1:40 PM, Garrett Cooper wrote: > Author: ngie > Date: Fri Jul 8 20:40:50 2016 > New Revision: 302454 > URL: https://svnweb.freebsd.org/changeset/base/302454 > > Log: > MFstable/10 r302453: I just noticed this. Why merge from stable/10 and not head? The documentation does state

svn commit: r302467 - head/sys/contrib/dev/ath/ath_hal/ar9300

2016-07-08 Thread Adrian Chadd
Author: adrian Date: Fri Jul 8 22:39:37 2016 New Revision: 302467 URL: https://svnweb.freebsd.org/changeset/base/302467 Log: [ath_hal] add locationing / tx-beamforming RX status descriptor decoding. * LOC_INFO is mostly just "did this packet come with a locationing timestamp instead

svn commit: r302466 - head/sys/contrib/dev/ath/ath_hal/ar9300

2016-07-08 Thread Adrian Chadd
Author: adrian Date: Fri Jul 8 22:37:52 2016 New Revision: 302466 URL: https://svnweb.freebsd.org/changeset/base/302466 Log: [ath_hal] Add setting positioning bit and clear sounding-disable bit. * If fast_ts is set then the TX timestamp is the fast timestamp, not normal TSF. * If

svn commit: r302465 - in head/sys/boot: fdt uboot/lib

2016-07-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jul 8 22:32:03 2016 New Revision: 302465 URL: https://svnweb.freebsd.org/changeset/base/302465 Log: Remove extra 0x before %p format strings introduced by r296182 Modified: head/sys/boot/fdt/fdt_loader_cmd.c head/sys/boot/uboot/lib/elf_freebsd.c

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

2016-07-08 Thread Adrian Chadd
Author: adrian Date: Fri Jul 8 22:20:35 2016 New Revision: 302464 URL: https://svnweb.freebsd.org/changeset/base/302464 Log: [ath] add a new buf flag, marking a buffer as involved with ToA/ToD positioning. Modified: head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/ath/if_athvar.h

svn commit: r302463 - head/sys/dev/ath/ath_hal

2016-07-08 Thread Adrian Chadd
Author: adrian Date: Fri Jul 8 21:37:04 2016 New Revision: 302463 URL: https://svnweb.freebsd.org/changeset/base/302463 Log: [ath_hal] add capability bit for querying/controlling the ToA/ToD positioning code. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h

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

2016-07-08 Thread Adrian Chadd
Author: adrian Date: Fri Jul 8 21:35:44 2016 New Revision: 302462 URL: https://svnweb.freebsd.org/changeset/base/302462 Log: [ath] include ath_hal accessor macro changes. I missed this in the previous commit. Modified: head/sys/dev/ath/if_athvar.h Modified:

svn commit: r302461 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5416

2016-07-08 Thread Adrian Chadd
Author: adrian Date: Fri Jul 8 21:34:39 2016 New Revision: 302461 URL: https://svnweb.freebsd.org/changeset/base/302461 Log: [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length. * the code already stored the length of the RX desc, which I never used. So, use

svn commit: r302460 - head/usr.sbin/bhyve

2016-07-08 Thread Alexander Motin
Author: mav Date: Fri Jul 8 21:30:18 2016 New Revision: 302460 URL: https://svnweb.freebsd.org/changeset/base/302460 Log: Add emulation for multiple (up to 16) MSI vectors for AHCI. It was useless before, but may improve performance now if multiple devices are configured and guest

svn commit: r302459 - head/usr.sbin/bhyve

2016-07-08 Thread Alexander Motin
Author: mav Date: Fri Jul 8 21:25:37 2016 New Revision: 302459 URL: https://svnweb.freebsd.org/changeset/base/302459 Log: Allow AHCI controller to support up to 32 arbitrary devices. While old syntax is still supported, new syntax looks like this: -s

svn commit: r302458 - stable/9/usr.sbin/rpc.lockd

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 21:20:09 2016 New Revision: 302458 URL: https://svnweb.freebsd.org/changeset/base/302458 Log: MFstable/10 r302455: MFC r301871: Add missing break in lock_partialfilelock(..) with NFS_RESERR This will help ensure that the right error is trickled up

svn commit: r302457 - stable/11

2016-07-08 Thread Bryan Drewery
Author: bdrewery Date: Fri Jul 8 21:19:48 2016 New Revision: 302457 URL: https://svnweb.freebsd.org/changeset/base/302457 Log: MFC r302449: Use TARGET here to fix check/delete-old after r302391. Approved by: re (gjb) Modified: stable/11/ObsoleteFiles.inc Directory Properties:

svn commit: r302456 - head/gnu/lib/libgcc

2016-07-08 Thread Ed Maste
Author: emaste Date: Fri Jul 8 21:17:24 2016 New Revision: 302456 URL: https://svnweb.freebsd.org/changeset/base/302456 Log: libunwind: enable only the native unwinder by default This significantly reduces stack space requirements, and runtimes require only native unwinding. MFC

svn commit: r302455 - stable/10/usr.sbin/rpc.lockd

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 20:50:44 2016 New Revision: 302455 URL: https://svnweb.freebsd.org/changeset/base/302455 Log: MFC r301871: Add missing break in lock_partialfilelock(..) with NFS_RESERR This will help ensure that the right error is trickled up when the function is

svn commit: r302454 - stable/9/usr.sbin/rpcbind

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 20:40:50 2016 New Revision: 302454 URL: https://svnweb.freebsd.org/changeset/base/302454 Log: MFstable/10 r302453: MFC r301605: Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STAT Not returning if rtype == RPCBVERS_STAT will

svn commit: r302453 - stable/10/usr.sbin/rpcbind

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 20:39:37 2016 New Revision: 302453 URL: https://svnweb.freebsd.org/changeset/base/302453 Log: MFC r301605: Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STAT Not returning if rtype == RPCBVERS_STAT will cause us to overrun the inf

svn commit: r302452 - head/tools/tools/sysbuild

2016-07-08 Thread Poul-Henning Kamp
Author: phk Date: Fri Jul 8 20:33:20 2016 New Revision: 302452 URL: https://svnweb.freebsd.org/changeset/base/302452 Log: Add missing PORTS_OPTS to two make commands Modified: head/tools/tools/sysbuild/sysbuild.sh Modified: head/tools/tools/sysbuild/sysbuild.sh

svn commit: r302451 - stable/10/sys/rpc

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 20:30:20 2016 New Revision: 302451 URL: https://svnweb.freebsd.org/changeset/base/302451 Log: MFC r301800: Deobfuscate cleanup path in clnt_bck_create(..) Similar to r300836, cl and ct will always be non-NULL as they're allocated using the mem_alloc

svn commit: r302450 - in head/contrib/llvm/projects/libunwind: include src

2016-07-08 Thread Ed Maste
Author: emaste Date: Fri Jul 8 20:20:46 2016 New Revision: 302450 URL: https://svnweb.freebsd.org/changeset/base/302450 Log: libunwind: update to upstream snapshot r272680 The key improvement is that it may be built without cross-unwinding support, which significantly reduces the stack

svn commit: r302449 - head

2016-07-08 Thread Bryan Drewery
Author: bdrewery Date: Fri Jul 8 20:15:58 2016 New Revision: 302449 URL: https://svnweb.freebsd.org/changeset/base/302449 Log: Use TARGET here to fix check/delete-old after r302391. usr.bin/Makefie.arm is used to install ofwdump so TARGET=arm should cover all of the cases. MFC

svn commit: r302448 - in head/sys: amd64/cloudabi64 arm64/cloudabi64

2016-07-08 Thread Ed Schouten
Author: ed Date: Fri Jul 8 20:09:21 2016 New Revision: 302448 URL: https://svnweb.freebsd.org/changeset/base/302448 Log: Don't forget to set sa->narg for CloudABI system calls. It turns out that this value is not used within the system call code under normal conditions, except when

Re: svn commit: r302437 - svnadmin/conf

2016-07-08 Thread Ed Maste
On 8 July 2016 at 11:57, Glen Barber wrote: > Author: gjb > Date: Fri Jul 8 15:57:55 2016 > New Revision: 302437 > URL: https://svnweb.freebsd.org/changeset/base/302437 > > Log: > Thaw head (12.0-CURRENT) now that stable/11 has branched. > > Committers are requested to

svn commit: r302447 - stable/10/contrib/netbsd-tests/lib/libc/string

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 19:19:30 2016 New Revision: 302447 URL: https://svnweb.freebsd.org/changeset/base/302447 Log: MFC r301749: Add debug output to aid in determining why `goodResult` != `result` PR: 210619 (for diagnosis) Modified:

svn commit: r302445 - stable/9/lib/libc/net

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 19:16:45 2016 New Revision: 302445 URL: https://svnweb.freebsd.org/changeset/base/302445 Log: MFstable/10 r302444: MFC r301708: Revert r301707 getnetent_p doesn't return NULL like getnetent does. coccinelle got confused and I didn't verify that it

svn commit: r302446 - head/sys/dev/ath/ath_hal

2016-07-08 Thread Adrian Chadd
Author: adrian Date: Fri Jul 8 19:16:50 2016 New Revision: 302446 URL: https://svnweb.freebsd.org/changeset/base/302446 Log: [ath_hal] extend the TX/RX descriptor layout to include location/beamforming fields. * extend the TX timestamp to 32 bits, as the AR5416 and later does a full

svn commit: r302444 - stable/10/lib/libc/net

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 19:13:18 2016 New Revision: 302444 URL: https://svnweb.freebsd.org/changeset/base/302444 Log: MFC r301708: Revert r301707 getnetent_p doesn't return NULL like getnetent does. coccinelle got confused and I didn't verify that it worked before committing

svn commit: r302443 - stable/9/lib/libc/net

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 19:09:47 2016 New Revision: 302443 URL: https://svnweb.freebsd.org/changeset/base/302443 Log: MFstable/10 r302442: MFC r301707: Use NULL instead of `0` in _ht_getnetbyname(..) - getnetent returns NULL on completion/error. - .h_aliases is NULL

svn commit: r302442 - stable/10/lib/libc/net

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 19:04:51 2016 New Revision: 302442 URL: https://svnweb.freebsd.org/changeset/base/302442 Log: MFC r301707: Use NULL instead of `0` in _ht_getnetbyname(..) - getnetent returns NULL on completion/error. - .h_aliases is NULL terminated. Modified:

svn commit: r302441 - stable/11/sys/conf

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 18:54:28 2016 New Revision: 302441 URL: https://svnweb.freebsd.org/changeset/base/302441 Log: MFC r302438: Revert r302403 lang/gcc{48,49,5} lacks -fformat-extensions support (causing build errors, which is what prompted r302403 to be committed).

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

2016-07-08 Thread Navdeep Parhar
Author: np Date: Fri Jul 8 18:13:23 2016 New Revision: 302440 URL: https://svnweb.freebsd.org/changeset/base/302440 Log: cxgbe(4): Add sysctl to display the RSS indirection table size for an interface. dev.cxl..rss_size dev.vcxl..rss_size MFC after:3 days Modified:

Re: svn commit: r302438 - head/sys/conf

2016-07-08 Thread Ngie Cooper
> On Jul 8, 2016, at 10:10, Bryan Drewery wrote: ... > This needs to be MFC'd to stable/11. Yup. I'm going to open a commit request soon. Thanks :), -Ngie > > -- > Regards, > Bryan Drewery ___ svn-src-all@freebsd.org

Re: svn commit: r302438 - head/sys/conf

2016-07-08 Thread Bryan Drewery
On 7/8/16 9:29 AM, Garrett Cooper wrote: > Author: ngie > Date: Fri Jul 8 16:29:45 2016 > New Revision: 302438 > URL: https://svnweb.freebsd.org/changeset/base/302438 > > Log: > Revert r302403 > > lang/gcc{48,49,5} lacks -fformat-extensions support (causing build errors, > which > is

svn commit: r302439 - head/sys/net

2016-07-08 Thread Conrad E. Meyer
Author: cem Date: Fri Jul 8 17:04:21 2016 New Revision: 302439 URL: https://svnweb.freebsd.org/changeset/base/302439 Log: iflib: Fix typo in 'iflib_rx_miss_bufs' sysctl name It looks like these sysctls were copy-pasted from netmap. Most were changed from 'ixl_' prefix to 'iflib_', but

svn commit: r302438 - head/sys/conf

2016-07-08 Thread Garrett Cooper
Author: ngie Date: Fri Jul 8 16:29:45 2016 New Revision: 302438 URL: https://svnweb.freebsd.org/changeset/base/302438 Log: Revert r302403 lang/gcc{48,49,5} lacks -fformat-extensions support (causing build errors, which is what prompted r302403 to be committed). devel/amd64-gcc on the

svn commit: r302437 - svnadmin/conf

2016-07-08 Thread Glen Barber
Author: gjb Date: Fri Jul 8 15:57:55 2016 New Revision: 302437 URL: https://svnweb.freebsd.org/changeset/base/302437 Log: Thaw head (12.0-CURRENT) now that stable/11 has branched. Committers are requested to excercise caution for the duration of the 11.0-RELEASE cycle, especially

svn commit: r302436 - head/release/doc/en_US.ISO8859-1/relnotes

2016-07-08 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Fri Jul 8 13:29:47 2016 New Revision: 302436 URL: https://svnweb.freebsd.org/changeset/base/302436 Log: Document 300291, Enable NEW_PCIB on arm64. Approved by: re (gjb, implicit, relnotes) Modified:

svn commit: r302435 - head/release/doc/en_US.ISO8859-1/relnotes

2016-07-08 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Fri Jul 8 13:26:17 2016 New Revision: 302435 URL: https://svnweb.freebsd.org/changeset/base/302435 Log: Document 301973, Add bsdconfig `wifi' (aka `wireless' or `wlan') module Approved by: re (gjb, implicit, relnotes) Modified:

svn commit: r302434 - head/release/doc/en_US.ISO8859-1/relnotes

2016-07-08 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Fri Jul 8 13:21:51 2016 New Revision: 302434 URL: https://svnweb.freebsd.org/changeset/base/302434 Log: Document 300436, bsdinstall/zfsboot GPT+BIOS+GELI installs make use of GELIBOOT Approved by: re (gjb, implicit, relnotes) Modified:

svn commit: r302433 - head/release/doc/en_US.ISO8859-1/relnotes

2016-07-08 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Fri Jul 8 13:12:24 2016 New Revision: 302433 URL: https://svnweb.freebsd.org/changeset/base/302433 Log: Document 293190, Update less to v481 Approved by: re (gjb, implicit, relnotes) Modified:

svn commit: r302432 - head/release/doc/en_US.ISO8859-1/relnotes

2016-07-08 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Fri Jul 8 13:09:55 2016 New Revision: 302432 URL: https://svnweb.freebsd.org/changeset/base/302432 Log: Document 289549, Update hostapd/wpa_supplicant to version 2.5. Approved by: re (gjb, implicit, relnotes) Modified:

svn commit: r302431 - head/release/doc/en_US.ISO8859-1/relnotes

2016-07-08 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Fri Jul 8 13:08:26 2016 New Revision: 302431 URL: https://svnweb.freebsd.org/changeset/base/302431 Log: Document 302110, Merge netmap support from ncxgbe/ncxl to vcxgbe/vcxl Approved by: re (gjb, implicit, relnotes) Modified:

Re: svn commit: r302410 - in stable/11: . contrib/jemalloc/include/jemalloc etc/defaults sys/amd64/conf sys/i386/conf sys/powerpc/conf sys/sparc64/conf

2016-07-08 Thread Ravi Pokala
-Original Message- > From: on behalf of Glen Barber > > Date: 2016-07-08, Friday at 05:52 > To: , , > , > Subject: svn

Re: svn commit: r302420 - head

2016-07-08 Thread Kristof Provost
On 8 Jul 2016, at 11:38, Slawa Olhovchenkov wrote: On Fri, Jul 08, 2016 at 02:19:09AM +, Glen Barber wrote: Author: gjb Date: Fri Jul 8 02:19:09 2016 New Revision: 302420 URL: https://svnweb.freebsd.org/changeset/base/302420 Log: Spell '12.x' correctly in UPDATING. Submitted by:

Re: svn commit: r302420 - head

2016-07-08 Thread Slawa Olhovchenkov
On Fri, Jul 08, 2016 at 02:19:09AM +, Glen Barber wrote: > Author: gjb > Date: Fri Jul 8 02:19:09 2016 > New Revision: 302420 > URL: https://svnweb.freebsd.org/changeset/base/302420 > > Log: > Spell '12.x' correctly in UPDATING. > > Submitted by: lidl > Approved by:re

svn commit: r302425 - in stable/10/contrib/libarchive: libarchive libarchive/test libarchive_fe

2016-07-08 Thread Martin Matuska
Author: mm Date: Fri Jul 8 10:06:02 2016 New Revision: 302425 URL: https://svnweb.freebsd.org/changeset/base/302425 Log: MFC r302294: Sync libarchive with vendor, bugfixes for tests: - fix tests on filesystems without birthtime support, e.g. UFS1 (1) - vendor issue #729: avoid use of