svn commit: r297059 - in stable/10/sys: dev/cxgbe kern

2016-03-19 Thread Navdeep Parhar
Author: np Date: Sun Mar 20 05:01:40 2016 New Revision: 297059 URL: https://svnweb.freebsd.org/changeset/base/297059 Log: MFC r277759 (by jhb@) Fix a couple of panics when detaching from a cxgbe/cxl interface that was never brought up: - Allow NULL to be passed to sglist_free(). -

Re: svn commit: r296881 - in head: contrib/bsnmp/snmp_mibII sys/netinet

2016-03-19 Thread Shawn Webb
On Wed, Mar 16, 2016 at 04:14:22PM +0100, Hans Petter Selasky wrote: > On 03/16/16 16:05, Shawn Webb wrote: > > This breaks the build on amd64: > > I believe this is fixed by r296935. You're right. My src tree was outdated. Thanks! -- Shawn Webb HardenedBSD GPG Key ID:

svn commit: r297021 - stable/10/sys/cddl/compat/opensolaris/kern

2016-03-19 Thread Alexander Motin
Author: mav Date: Fri Mar 18 13:32:00 2016 New Revision: 297021 URL: https://svnweb.freebsd.org/changeset/base/297021 Log: MFC r296919: Fix small memory leak on attempt to access deleted snapshot. Modified: stable/10/sys/cddl/compat/opensolaris/kern/opensolaris_vfs.c Directory Properties:

Re: svn commit: r297025 - head/sbin/ping

2016-03-19 Thread Benjamin Kaduk
On Fri, Mar 18, 2016 at 10:07 AM, Maxim Konovalov wrote: > Author: maxim > Date: Fri Mar 18 15:07:43 2016 > New Revision: 297025 > URL: https://svnweb.freebsd.org/changeset/base/297025 > > Log: > o Kill EoL whitespaces. > > Modified: > head/sbin/ping/ping.c > > Modified:

svn commit: r297058 - in head/sys: dev/urtwn dev/usb/wlan modules modules/urtwn modules/urtwnfw modules/usb modules/usb/urtwn modules/usb/urtwnfw

2016-03-19 Thread Adrian Chadd
Author: adrian Date: Sun Mar 20 03:54:57 2016 New Revision: 297058 URL: https://svnweb.freebsd.org/changeset/base/297058 Log: [urtwn] migrate urtwn out into sys/dev/urtwn/ . There's some upcoming work to add new chipset support here and I'd like to only add 802.11n support to one driver,

svn commit: r296937 - head/sys/fs/autofs

2016-03-19 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Mar 16 14:00:45 2016 New Revision: 296937 URL: https://svnweb.freebsd.org/changeset/base/296937 Log: Pacify Coverity in a better way, to avoid write-only variable when building without INVARIANTS. MFC after:1 month Sponsored by: The FreeBSD Foundation

svn commit: r296988 - head/usr.sbin/bsdinstall/scripts

2016-03-19 Thread Allan Jude
Author: allanjude Date: Thu Mar 17 17:53:38 2016 New Revision: 296988 URL: https://svnweb.freebsd.org/changeset/base/296988 Log: Remove 50% ZFS conditional from bsdinstall/zfsboot Remove the requirement that the resulting partition table be atleast 50% ZFS PR: 208094

svn commit: r297057 - head/usr.bin/localedef

2016-03-19 Thread Pedro F. Giffuni
Author: pfg Date: Sun Mar 20 03:27:06 2016 New Revision: 297057 URL: https://svnweb.freebsd.org/changeset/base/297057 Log: localedef(1): minor sorting to match Illumos. Illumos recently included space in 'print' class. We already had this but the code had slight sorting differences. Move

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

2016-03-19 Thread Michal Meloun
Author: mmel Date: Thu Mar 17 08:57:41 2016 New Revision: 296982 URL: https://svnweb.freebsd.org/changeset/base/296982 Log: A20: Gpiobus can be attached only after full gpio driver initialization. While i'm in, remove now unused global variable. Submited by: Emmanuel Vadot

svn commit: r297056 - stable/10/sys/dev/qlxgb

2016-03-19 Thread Pedro F. Giffuni
Author: pfg Date: Sun Mar 20 03:09:01 2016 New Revision: 297056 URL: https://svnweb.freebsd.org/changeset/base/297056 Log: MFC r295822: qlxgb: fix mismatch. Found by: PVS Static Analysis Reviewed by: davidcs Modified: stable/10/sys/dev/qlxgb/qla_hw.c Directory Properties:

svn commit: r297032 - in vendor/NetBSD/bmake/dist: . mk

2016-03-19 Thread Simon J. Gerraty
Author: sjg Date: Fri Mar 18 17:27:26 2016 New Revision: 297032 URL: https://svnweb.freebsd.org/changeset/base/297032 Log: Import bmake-20160315 Modified: vendor/NetBSD/bmake/dist/ChangeLog vendor/NetBSD/bmake/dist/Makefile vendor/NetBSD/bmake/dist/bmake.1

Re: svn commit: r287445 - in head: bin/setfacl lib/libc/posix1e share/man/man9 sys/cddl/compat/opensolaris/kern sys/cddl/contrib/opensolaris/uts/common/sys sys/kern sys/sys tools/regression/acltools

2016-03-19 Thread Alan Somers
Do you happen to know if ACL_ENTRY_INHERITED is written to disk, or does it only exist in-core? On Wed, Mar 16, 2016 at 10:37 PM, Sean Fagan wrote: > As I recall, from ZFS, but I’m not positive. Either that, or something > else was using 0x40. > > Sean. > > On Mar 16, 2016,

Re: svn commit: r287445 - in head: bin/setfacl lib/libc/posix1e share/man/man9 sys/cddl/compat/opensolaris/kern sys/cddl/contrib/opensolaris/uts/common/sys sys/kern sys/sys tools/regression/acltools

2016-03-19 Thread Xin LI
+sef who created the patch... On Wed, Mar 16, 2016 at 3:40 PM, Alan Somers wrote: > > > On Thu, Sep 3, 2015 at 6:14 PM, Xin LI wrote: >> >> Author: delphij >> Date: Fri Sep 4 00:14:20 2015 >> New Revision: 287445 >> URL:

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

2016-03-19 Thread Bjoern A. Zeeb
On Wed, 16 Mar 2016, Conrad E. Meyer wrote: Author: cem Date: Wed Mar 16 04:22:32 2016 New Revision: 296927 URL: https://svnweb.freebsd.org/changeset/base/296927 Log: fail(9): Upstreaming some fail point enhancements This is several year's worth of fail point upgrades done at EMC Isilon.

svn commit: r296951 - in head/sys/dev/cxgbe: . firmware

2016-03-19 Thread Navdeep Parhar
Author: np Date: Wed Mar 16 19:43:44 2016 New Revision: 296951 URL: https://svnweb.freebsd.org/changeset/base/296951 Log: cxgbe(4): Enable additional capabilities in the default configuration files. All features with FreeBSD drivers of some kind are now in the default configuration.

svn commit: r297023 - head/sbin/kldstat

2016-03-19 Thread Julian Elischer
Author: julian Date: Fri Mar 18 14:49:11 2016 New Revision: 297023 URL: https://svnweb.freebsd.org/changeset/base/297023 Log: Add the ability to print out ht emodule specific information in likely formats. Among other things this gives us the ability to find outthe syscall number of a

svn commit: r297022 - stable/9/sys/cddl/compat/opensolaris/kern

2016-03-19 Thread Alexander Motin
Author: mav Date: Fri Mar 18 13:32:37 2016 New Revision: 297022 URL: https://svnweb.freebsd.org/changeset/base/297022 Log: MFC r296919: Fix small memory leak on attempt to access deleted snapshot. Modified: stable/9/sys/cddl/compat/opensolaris/kern/opensolaris_vfs.c Directory Properties:

svn commit: r297036 - stable/10/lib/libc++

2016-03-19 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 18 18:26:07 2016 New Revision: 297036 URL: https://svnweb.freebsd.org/changeset/base/297036 Log: MFC r296707: Add missing CLEANFILES. Modified: stable/10/lib/libc++/Makefile Directory Properties: stable/10/ (props changed) Modified:

svn commit: r296989 - vendor-sys/illumos/dist/uts/common/dtrace vendor/illumos/dist/cmd/dtrace/test/tst/common/scalars

2016-03-19 Thread Mark Johnston
Author: markj Date: Thu Mar 17 18:49:37 2016 New Revision: 296989 URL: https://svnweb.freebsd.org/changeset/base/296989 Log: 6734 dtrace_canstore_statvar() fails for some valid static variables Reviewed by: Dan McDonald Approved by: Richard Lowe

svn commit: r297024 - head/sbin/ping

2016-03-19 Thread Maxim Konovalov
Author: maxim Date: Fri Mar 18 15:06:50 2016 New Revision: 297024 URL: https://svnweb.freebsd.org/changeset/base/297024 Log: o No need to resolve a mask that we get with ICMP_MASKREPLY, pass it directly to inet_ntoa(3). Modified: head/sbin/ping/ping.c Modified: head/sbin/ping/ping.c

svn commit: r296956 - head/sys/amd64/amd64

2016-03-19 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 16 22:33:12 2016 New Revision: 296956 URL: https://svnweb.freebsd.org/changeset/base/296956 Log: Due to invalid use of a signed intermediate value in the bounds checking during argument validity verification, unbound zero'ing of the process LDT and adjacent

svn commit: r296987 - head/sys/ofed/drivers/net/mlx4

2016-03-19 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 17 12:30:21 2016 New Revision: 296987 URL: https://svnweb.freebsd.org/changeset/base/296987 Log: Add missing curly brackets in for loop. Sponsored by: Mellanox Technologies MFC after:1 week Modified: head/sys/ofed/drivers/net/mlx4/en_port.c

svn commit: r297055 - stable/10/sys/fs/ext2fs

2016-03-19 Thread Pedro F. Giffuni
Author: pfg Date: Sat Mar 19 23:07:05 2016 New Revision: 297055 URL: https://svnweb.freebsd.org/changeset/base/297055 Log: MFC r295811: Ext2: cleanup setting of ctime/mtime/birthtime. This adopts the same change as r291936 for UFS. Directly clear IN_ACCESS or IN_UPDATE when user

Re: svn commit: r296970 - head/lib/libxo/tests

2016-03-19 Thread Simon J. Gerraty
Bryan Drewery wrote: > Btw I recently hooked up MK_TESTS to DIRDEPS_BUILD and added them all > (at the time) to targets/. Hmm how did you do that? In our build local.dirdeps.mk checks each DEP_RELDIR to see if there is a tests/Makefile.depend.host below it, and if so adds

svn commit: r297054 - stable/10/share/man/man5

2016-03-19 Thread Jason Helfman
Author: jgh (doc,ports committer) Date: Sat Mar 19 22:56:20 2016 New Revision: 297054 URL: https://svnweb.freebsd.org/changeset/base/297054 Log: MFC: 296167 - address obsolete Kerberos options PR: 205168 Submitted by: ke...@bostoncrypto.com Reviewed by: bjk MFC after:

svn commit: r297030 - head/sys/arm64/arm64

2016-03-19 Thread Andrew Turner
Author: andrew Date: Fri Mar 18 16:32:22 2016 New Revision: 297030 URL: https://svnweb.freebsd.org/changeset/base/297030 Log: Move the opt_ files to be included first so their definitions can be used from within all further included files. Obtained from:ABT Systems Ltd

svn commit: r297017 - head/sys/arm64/include

2016-03-19 Thread Andrew Turner
Author: andrew Date: Fri Mar 18 10:01:25 2016 New Revision: 297017 URL: https://svnweb.freebsd.org/changeset/base/297017 Log: Remove the invalid L0_BLOCK definition. ARMv8 doesn't support block translation in the level 0 descriptor. Obtained from:ABT Systems Ltd Sponsored by:

svn commit: r297000 - in head: . sys/arm/xscale/ixp425 sys/arm/xscale/pxa sys/compat/ndis sys/dev/acpica sys/dev/advansys sys/dev/atkbdc sys/dev/bxe sys/dev/cardbus sys/dev/ctau sys/dev/ed sys/dev/...

2016-03-19 Thread Justin Hibbits
Author: jhibbits Date: Fri Mar 18 01:28:41 2016 New Revision: 297000 URL: https://svnweb.freebsd.org/changeset/base/297000 Log: Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. On some architectures, u_long isn't large enough for resource definitions. Particularly, powerpc

svn commit: r296999 - head/sys/sys

2016-03-19 Thread Justin Hibbits
Author: jhibbits Date: Fri Mar 18 01:26:55 2016 New Revision: 296999 URL: https://svnweb.freebsd.org/changeset/base/296999 Log: Add ummax()/ummin() to libkern. This is committed in isolation from a larger patch so that it can be MFC'd separately if needed. Modified:

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

2016-03-19 Thread Gleb Smirnoff
On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote: H> Author: hselasky H> Date: Wed Mar 16 08:37:52 2016 H> New Revision: 296933 H> URL: https://svnweb.freebsd.org/changeset/base/296933 H> H> Log: H> Improve the implementation and documentation of the H>

svn commit: r297028 - in head/sys/arm64: arm64 include

2016-03-19 Thread Andrew Turner
Author: andrew Date: Fri Mar 18 16:18:29 2016 New Revision: 297028 URL: https://svnweb.freebsd.org/changeset/base/297028 Log: Reduce the diff with intrng by renaming similar functions. This is a noop, but will help move to use the common interrupt handling code later. Obtained from:

svn commit: r296957 - stable/10/sys/amd64/amd64

2016-03-19 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 16 22:35:55 2016 New Revision: 296957 URL: https://svnweb.freebsd.org/changeset/base/296957 Log: Merge r296956: Due to invalid use of a signed intermediate value in the bounds checking during argument validity verification, unbound zero'ing of the

Re: svn commit: r296967 - in head: contrib/libxo/libxo lib/libxo

2016-03-19 Thread Bryan Drewery
On 3/16/16 4:50 PM, Phil Shafer wrote: > Author: phil > Date: Wed Mar 16 23:50:41 2016 > New Revision: 296967 > URL: https://svnweb.freebsd.org/changeset/base/296967 > > Log: > Move generated file from contrib to build directory. > > Reviewed by:obrien > Approved by:sjg >

svn commit: r296952 - head/sys/dev/cxgbe/firmware

2016-03-19 Thread Navdeep Parhar
Author: np Date: Wed Mar 16 19:46:22 2016 New Revision: 296952 URL: https://svnweb.freebsd.org/changeset/base/296952 Log: cxgbe(4): Enable PFs 0-3, and allow creation of SR-IOV VFs on these PFs in the default configuration files. Modified: head/sys/dev/cxgbe/firmware/t4fw_cfg.txt

svn commit: r296940 - in stable/10: contrib/llvm/tools/clang/lib/Driver etc/rc.d

2016-03-19 Thread Ian Lepore
Author: ian Date: Wed Mar 16 16:21:30 2016 New Revision: 296940 URL: https://svnweb.freebsd.org/changeset/base/296940 Log: MFC r296807: Require firewall setup before running rc.d/netwait, otherwise the ping packets sent by netwait may not get through. PR: 207916

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

2016-03-19 Thread Gleb Smirnoff
On Thu, Mar 17, 2016 at 08:19:50AM +0100, Hans Petter Selasky wrote: H> On 03/16/16 21:36, Gleb Smirnoff wrote: H> > On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote: H> > H> Modified: head/sys/sys/sysctl.h H> > H>

Re: svn commit: r296970 - head/lib/libxo/tests

2016-03-19 Thread NGie Cooper
> On Mar 16, 2016, at 17:37, Simon J. Gerraty wrote: > > Author: sjg > Date: Thu Mar 17 00:37:04 2016 > New Revision: 296970 > URL: https://svnweb.freebsd.org/changeset/base/296970 > > Log: > We need libutil > > and make it feasible to at least build the tests in situ > >

svn commit: r296994 - in stable/10: etc/mtree usr.sbin/rpcbind usr.sbin/rpcbind/tests

2016-03-19 Thread Alan Somers
Author: asomers Date: Thu Mar 17 20:00:49 2016 New Revision: 296994 URL: https://svnweb.freebsd.org/changeset/base/296994 Log: MFC r293229, r293833 to usr.sbin/rpcbind r293833 | asomers | 2016-01-13 10:33:50 -0700 (Wed, 13 Jan 2016) | 16 lines Fix Coverity warnings regarding r293229

svn commit: r296958 - stable/9/sys/amd64/amd64

2016-03-19 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 16 22:36:02 2016 New Revision: 296958 URL: https://svnweb.freebsd.org/changeset/base/296958 Log: Merge r296956: Due to invalid use of a signed intermediate value in the bounds checking during argument validity verification, unbound zero'ing of the

svn commit: r297011 - head/sys/arm/nvidia

2016-03-19 Thread Michal Meloun
Author: mmel Date: Fri Mar 18 07:13:09 2016 New Revision: 297011 URL: https://svnweb.freebsd.org/changeset/base/297011 Log: TEGRA: Fix tegra_pcie driver after rman_res_t size change. Modified: head/sys/arm/nvidia/tegra_pcie.c Modified: head/sys/arm/nvidia/tegra_pcie.c

svn commit: r296947 - head/share/man/man9

2016-03-19 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 16 18:39:48 2016 New Revision: 296947 URL: https://svnweb.freebsd.org/changeset/base/296947 Log: Remove incorrect BUGS entry about asserting lock not held. For non-WITNESS< assertion support for SA_UNLOCKED was added in r125421 and made to panic in r126316.

svn commit: r297006 - head/sys/net80211

2016-03-19 Thread Adrian Chadd
Author: adrian Date: Fri Mar 18 03:55:00 2016 New Revision: 297006 URL: https://svnweb.freebsd.org/changeset/base/297006 Log: Add initial 802.11ac IEs and fields. This is a subset of what's in the linux 802.11ac implementation. I've verified that the bits that mention an 802.11ac

svn commit: r296991 - head/sys/netinet6

2016-03-19 Thread Mark Johnston
Author: markj Date: Thu Mar 17 19:01:44 2016 New Revision: 296991 URL: https://svnweb.freebsd.org/changeset/base/296991 Log: Modify defrouter_remove() to perform the router lookup before removal. This allows some simplification of its callers. No functional change intended. Tested

svn commit: r296969 - stable/10/bin/csh

2016-03-19 Thread Mark Peek
Author: mp Date: Thu Mar 17 00:32:29 2016 New Revision: 296969 URL: https://svnweb.freebsd.org/changeset/base/296969 Log: MFC 296416: Signal handling within tcsh vfork code path will conflict with some system libraries (such as libthr) which maintain their own signal state. This change

Re: svn commit: r296947 - head/share/man/man9

2016-03-19 Thread Bryan Drewery
On 3/16/2016 3:12 PM, John Baldwin wrote: > On Wednesday, March 16, 2016 06:39:48 PM Bryan Drewery wrote: >> Author: bdrewery >> Date: Wed Mar 16 18:39:48 2016 >> New Revision: 296947 >> URL: https://svnweb.freebsd.org/changeset/base/296947 >> >> Log: >> Remove incorrect BUGS entry about

svn commit: r297008 - head/sys/net80211

2016-03-19 Thread Adrian Chadd
Author: adrian Date: Fri Mar 18 04:00:57 2016 New Revision: 297008 URL: https://svnweb.freebsd.org/changeset/base/297008 Log: [net80211] IE 127 is not MESHEXTCAP, just EXTCAP. It's not a mesh extended capabilities; it's just extended capabilities. This is from 802.11-2012 8.4.2.29

Re: svn commit: r296909 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2016-03-19 Thread Gleb Smirnoff
On Tue, Mar 15, 2016 at 10:43:53AM -0700, John Baldwin wrote: J> > Log: J> > Fix witness panic in the ipoib_ioctl() function when unloading the J> > ipoib module. J> > J> > The bpfdetach() function is trying to turn off promiscious mode on the J> > network interface it is attached to

svn commit: r296979 - in head: lib/libxo/tests usr.bin/xo

2016-03-19 Thread Simon J. Gerraty
Author: sjg Date: Thu Mar 17 04:21:57 2016 New Revision: 296979 URL: https://svnweb.freebsd.org/changeset/base/296979 Log: xo_config.h no longer in contrib, so -I's needed PR: /homes/sjg/commit-logs/freebsd/libxo/xo_config.diff Reviewed by: jkim Modified:

svn commit: r296967 - in head: contrib/libxo/libxo lib/libxo

2016-03-19 Thread Phil Shafer
Author: phil Date: Wed Mar 16 23:50:41 2016 New Revision: 296967 URL: https://svnweb.freebsd.org/changeset/base/296967 Log: Move generated file from contrib to build directory. Reviewed by: obrien Approved by: sjg Added: head/lib/libxo/xo_config.h - copied unchanged from

svn commit: r297040 - in head: contrib/bmake contrib/bmake/mk share/mk usr.bin/bmake

2016-03-19 Thread Simon J. Gerraty
Author: sjg Date: Fri Mar 18 20:03:09 2016 New Revision: 297040 URL: https://svnweb.freebsd.org/changeset/base/297040 Log: Update to bmake-20160315 Archive member handling works again meta mode, treat missing reads as for writes. Update dirdeps.mk - much improved startup time.

svn commit: r296945 - in releng/10.3/sys: amd64/amd64 i386/i386

2016-03-19 Thread Konstantin Belousov
Author: kib Date: Wed Mar 16 17:01:24 2016 New Revision: 296945 URL: https://svnweb.freebsd.org/changeset/base/296945 Log: MFC r296908: Force the desired alignment of the user save area. Approved by: re (marius) Modified: releng/10.3/sys/amd64/amd64/vm_machdep.c

Re: svn commit: r296465 - in releng/9.3: . crypto/openssl crypto/openssl/apps crypto/openssl/bugs crypto/openssl/crypto crypto/openssl/crypto/aes crypto/openssl/crypto/asn1 crypto/openssl/crypto/bf cr

2016-03-19 Thread Baptiste Daroussin
On Tue, Mar 08, 2016 at 09:01:04AM -0800, Bryan Drewery wrote: > On 3/8/2016 8:52 AM, Mathieu Arnold wrote: > > +--On 8 mars 2016 08:48:27 -0800 Bryan Drewery wrote: > > | On 3/8/2016 8:47 AM, Bryan Drewery wrote: > > |> On 3/8/2016 8:35 AM, Mathieu Arnold wrote: > > |>>

svn commit: r297003 - head/lib/libdevinfo

2016-03-19 Thread Justin Hibbits
Author: jhibbits Date: Fri Mar 18 01:53:00 2016 New Revision: 297003 URL: https://svnweb.freebsd.org/changeset/base/297003 Log: Bump libdevinfo SHLIB_MAJOR, forgotten in r297000. Spotted by: bapt Modified: head/lib/libdevinfo/Makefile Modified: head/lib/libdevinfo/Makefile

svn commit: r296997 - releng/10.3/usr.sbin/bsdinstall/scripts

2016-03-19 Thread Allan Jude
Author: allanjude Date: Thu Mar 17 21:49:20 2016 New Revision: 296997 URL: https://svnweb.freebsd.org/changeset/base/296997 Log: MFC: r296996 Remove 50% ZFS conditional from bsdinstall/zfsboot PR: 208094 Approved by: re (marius) Modified:

Re: svn commit: r296947 - head/share/man/man9

2016-03-19 Thread Konstantin Belousov
On Wed, Mar 16, 2016 at 06:39:48PM +, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Mar 16 18:39:48 2016 > New Revision: 296947 > URL: https://svnweb.freebsd.org/changeset/base/296947 > > Log: > Remove incorrect BUGS entry about asserting lock not held. > > For non-WITNESS<

Re: svn commit: r297000 - in head: . sys/arm/xscale/ixp425 sys/arm/xscale/pxa sys/compat/ndis sys/dev/acpica sys/dev/advansys sys/dev/atkbdc sys/dev/bxe sys/dev/cardbus sys/dev/ctau sys/dev/ed sys/dev

2016-03-19 Thread John Baldwin
On Friday, March 18, 2016 01:28:41 AM Justin Hibbits wrote: > Author: jhibbits > Date: Fri Mar 18 01:28:41 2016 > New Revision: 297000 > URL: https://svnweb.freebsd.org/changeset/base/297000 > > Log: > Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. > > On some architectures,

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

2016-03-19 Thread Navdeep Parhar
Author: np Date: Wed Mar 16 19:36:11 2016 New Revision: 296949 URL: https://svnweb.freebsd.org/changeset/base/296949 Log: cxgbe(4): Remove a couple of pointless assignments in sysctl_meminfo. Do not display range if start = stop (this is a workaround for some unused regions). Modified:

svn commit: r296981 - head/sys/arm/arm

2016-03-19 Thread Andrew Turner
Author: andrew Date: Thu Mar 17 08:40:58 2016 New Revision: 296981 URL: https://svnweb.freebsd.org/changeset/base/296981 Log: Make it an error to build an ARM kernel with COMPAT_FREEBSDn where n < 10. We changed the ABI for ARM in 10, an removed support for the old ABI in 11, as such

svn commit: r296953 - in releng/9.3: . crypto/openssh sys/amd64/amd64 sys/conf

2016-03-19 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 16 22:30:03 2016 New Revision: 296953 URL: https://svnweb.freebsd.org/changeset/base/296953 Log: o Fix OpenSSH xauth(1) command injection. [SA-16:14] o Fix incorrect argument validation in sysarch(2). [SA-16:15] Security:

svn commit: r297043 - head/sys/arm/ti/cpsw

2016-03-19 Thread Luiz Otavio O Souza
Author: loos Date: Fri Mar 18 20:24:31 2016 New Revision: 297043 URL: https://svnweb.freebsd.org/changeset/base/297043 Log: Count the input and output packets. Sponsored by: Rubicon Communications (Netgate) Modified: head/sys/arm/ti/cpsw/if_cpsw.c head/sys/arm/ti/cpsw/if_cpswvar.h

Re: svn commit: r296970 - head/lib/libxo/tests

2016-03-19 Thread Bryan Drewery
On 3/16/16 9:04 PM, Simon J. Gerraty wrote: > NGie Cooper wrote: >>> SUBDIR+=encoder >>> >>> +.if ${MACHINE} == "host" >>> +# make it easy to test without install >>> +TESTSDIR=${.OBJDIR} >>> +CFLAGS+=-I${.CURDIR:H} >>> +.endif >>> + >>> .include >> >> This

svn commit: r297010 - head/sbin/ifconfig

2016-03-19 Thread Adrian Chadd
Author: adrian Date: Fri Mar 18 04:22:07 2016 New Revision: 297010 URL: https://svnweb.freebsd.org/changeset/base/297010 Log: Add parsing for AP channel report IE. Eg: TP-LINK_D579 60:e3:27:e1:d5:79 10 54M -72:-95 100 EP SSID

svn commit: r296965 - in vendor/Juniper/libxo/dist: . bin build libxo

2016-03-19 Thread David E. O'Brien
Author: obrien Date: Wed Mar 16 23:39:55 2016 New Revision: 296965 URL: https://svnweb.freebsd.org/changeset/base/296965 Log: More closely match the https://github.com/Juniper/libxo/releases/download/0.4.5/libxo-0.4.5.tar.gz tarball. Reviewed by: phil Added:

svn commit: r296939 - stable/10/libexec/rtld-elf

2016-03-19 Thread Konstantin Belousov
Author: kib Date: Wed Mar 16 15:34:16 2016 New Revision: 296939 URL: https://svnweb.freebsd.org/changeset/base/296939 Log: MFC r296319: Fix handling of DT_TEXTREL for an object with more than one read-only segment. PR: 207631 Modified: stable/10/libexec/rtld-elf/map_object.c

svn commit: r296948 - head/sys/arm/arm

2016-03-19 Thread Ed Maste
Author: emaste Date: Wed Mar 16 18:55:17 2016 New Revision: 296948 URL: https://svnweb.freebsd.org/changeset/base/296948 Log: Remove armeb FreeBSD 6 compat shim r296861 addressed a build failure due to undefined SYS_freebsd6_lseek by adding a COMPAT_FREEBSD6 conditional, but we do not

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

2016-03-19 Thread Hans Petter Selasky
On 03/16/16 21:32, Gleb Smirnoff wrote: On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote: H> Author: hselasky H> Date: Wed Mar 16 08:37:52 2016 H> New Revision: 296933 H> URL: https://svnweb.freebsd.org/changeset/base/296933 H> H> Log: H> Improve the implementation and

svn commit: r296938 - head/sys/arm/conf

2016-03-19 Thread Andrew Turner
Author: andrew Date: Wed Mar 16 15:31:09 2016 New Revision: 296938 URL: https://svnweb.freebsd.org/changeset/base/296938 Log: Remove old COMPAT_FREEBSD options from the ARM kernel configs. We replaced the ABI in 10.0, and have removed support for the old ABI in 11. As such any of these

svn commit: r297016 - head/etc/autofs

2016-03-19 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Mar 18 09:54:09 2016 New Revision: 297016 URL: https://svnweb.freebsd.org/changeset/base/297016 Log: Add a special case for NTFS to the -media autofs(5) map. Submitted by: lme@ (earlier version) MFC after:1 month Sponsored by: The FreeBSD Foundation

svn commit: r297052 - in head: lib/libfetch usr.bin/fetch

2016-03-19 Thread Michael Gmelin
Author: grembo (ports committer) Date: Sat Mar 19 11:55:21 2016 New Revision: 297052 URL: https://svnweb.freebsd.org/changeset/base/297052 Log: Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundles Reviewed by: wblock Approved by: wblock MFC after:1 week

svn commit: r297051 - head/sys/rpc

2016-03-19 Thread Alexander Motin
Author: mav Date: Sat Mar 19 11:48:06 2016 New Revision: 297051 URL: https://svnweb.freebsd.org/changeset/base/297051 Log: Fix incorrect (fortunately bigger) malloc size. Submitted by: pfg MFC after:1 week Modified: head/sys/rpc/svc.c Modified: head/sys/rpc/svc.c

svn commit: r297009 - head/sbin/ifconfig

2016-03-19 Thread Adrian Chadd
Author: adrian Date: Fri Mar 18 04:09:27 2016 New Revision: 297009 URL: https://svnweb.freebsd.org/changeset/base/297009 Log: Remove duplicate LE_READ_4() definition. Tested: * typed 'make', seemed to work. Modified: head/sbin/ifconfig/ifieee80211.c Modified:

Re: svn commit: r296909 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2016-03-19 Thread Hans Petter Selasky
On 03/15/16 18:43, John Baldwin wrote: On Tuesday, March 15, 2016 03:47:26 PM Hans Petter Selasky wrote: Author: hselasky Date: Tue Mar 15 15:47:26 2016 New Revision: 296909 URL: https://svnweb.freebsd.org/changeset/base/296909 Log: Fix witness panic in the ipoib_ioctl() function when

svn commit: r297050 - stable/10/sys/dev/ixgbe

2016-03-19 Thread Steven Hartland
Author: smh Date: Sat Mar 19 11:35:53 2016 New Revision: 297050 URL: https://svnweb.freebsd.org/changeset/base/297050 Log: MFC r296922: Prevent invalid ixgbe advertise setting warning Sponsored by: Multiplay Modified: stable/10/sys/dev/ixgbe/if_ix.c Directory Properties:

svn commit: r296976 - releng/10.3/bin/csh

2016-03-19 Thread Mark Peek
Author: mp Date: Thu Mar 17 01:17:42 2016 New Revision: 296976 URL: https://svnweb.freebsd.org/changeset/base/296976 Log: MFC 296416: Signal handling within tcsh vfork code path will conflict with some system libraries (such as libthr) which maintain their own signal state. This change

svn commit: r296962 - vendor/Juniper/libxo/dist

2016-03-19 Thread David E. O'Brien
Author: obrien Date: Wed Mar 16 23:06:34 2016 New Revision: 296962 URL: https://svnweb.freebsd.org/changeset/base/296962 Log: Moving libxo to properly tracked, 3rd-Party imported handling. Reviewed by: phil, sjg Added: - copied from r296961, head/contrib/libxo/ Directory Properties:

svn commit: r297014 - head/sys/netipsec

2016-03-19 Thread Andrey V. Elsukov
Author: ae Date: Fri Mar 18 09:03:00 2016 New Revision: 297014 URL: https://svnweb.freebsd.org/changeset/base/297014 Log: Fix handling of net.inet.ipsec.dfbit=2 variable. IP_DF macro is in host bytes order, but ip_off field is in network bytes order. So, use htons() for correct check.

Re: svn commit: r296881 - in head: contrib/bsnmp/snmp_mibII sys/netinet

2016-03-19 Thread Shawn Webb
On Tue, Mar 15, 2016 at 12:15:10AM +, Gleb Smirnoff wrote: > Author: glebius > Date: Tue Mar 15 00:15:10 2016 > New Revision: 296881 > URL: https://svnweb.freebsd.org/changeset/base/296881 > > Log: > Redo r294869. The array of counters for TCP states doesn't belong to > struct tcpstat,

svn commit: r296950 - head/sys/dev/cxgbe/firmware

2016-03-19 Thread Navdeep Parhar
Author: np Date: Wed Mar 16 19:41:00 2016 New Revision: 296950 URL: https://svnweb.freebsd.org/changeset/base/296950 Log: cxgbe(4): Update some register settings in the default configuration files to match the "uwire" configuration. Modified: head/sys/dev/cxgbe/firmware/t4fw_cfg.txt

svn commit: r296968 - in head/contrib/libxo: . bin build libxo

2016-03-19 Thread David E. O'Brien
Author: obrien Date: Wed Mar 16 23:59:29 2016 New Revision: 296968 URL: https://svnweb.freebsd.org/changeset/base/296968 Log: Bring down 0.4.5 vendor files and other catchups with the distribution tarball. Reviewed by: phil Added: - copied unchanged from r296967,

svn commit: r296955 - in releng/10.2: . crypto/openssh sys/amd64/amd64 sys/conf sys/dev/hyperv/netvsc sys/dev/hyperv/utilities

2016-03-19 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 16 22:31:04 2016 New Revision: 296955 URL: https://svnweb.freebsd.org/changeset/base/296955 Log: o Fix OpenSSH xauth(1) command injection. [SA-16:14] o Fix incorrect argument validation in sysarch(2). [SA-16:15] o Fix Hyper-V KVP (Key-Value Pair) daemon

svn commit: r296977 - vendor/Juniper/libxo

2016-03-19 Thread David E. O'Brien
Author: obrien Date: Thu Mar 17 03:26:46 2016 New Revision: 296977 URL: https://svnweb.freebsd.org/changeset/base/296977 Log: Give Phil and easy to use import script. Added: vendor/Juniper/libxo/import.sh - copied unchanged from r296976, vendor/NetBSD/bmake/import.sh Copied:

svn commit: r296984 - head/sys/netinet6

2016-03-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Mar 17 10:59:30 2016 New Revision: 296984 URL: https://svnweb.freebsd.org/changeset/base/296984 Log: Change in6_selectsrc() to allow usage of non-local IPv6 addresses in IPV6_PKTINFO ancillary data when IPV6_BINDANY socket option is set. Submitted by: n_hibma MFC

svn commit: r297042 - head/sys/arm/ti/cpsw

2016-03-19 Thread Luiz Otavio O Souza
Author: loos Date: Fri Mar 18 20:09:54 2016 New Revision: 297042 URL: https://svnweb.freebsd.org/changeset/base/297042 Log: Increase the arbitrary limit of TX segments. Sponsored by: Rubicon Communications (Netgate) Modified: head/sys/arm/ti/cpsw/if_cpsw.c Modified:

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

2016-03-19 Thread Hans Petter Selasky
On 03/16/16 21:36, Gleb Smirnoff wrote: On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote: H> Modified: head/sys/sys/sysctl.h H> == H> --- head/sys/sys/sysctl.h Wed Mar 16 06:42:15 2016

svn commit: r297007 - head/sbin/ifconfig

2016-03-19 Thread Adrian Chadd
Author: adrian Date: Fri Mar 18 03:55:57 2016 New Revision: 297007 URL: https://svnweb.freebsd.org/changeset/base/297007 Log: Decode VHTCAP, VHTINFO and BSSLOAD. BSSLOAD is based on work from Idwer Vollering. Obtained from:Idwer Vollering (bssload)

svn commit: r296972 - stable/10

2016-03-19 Thread Bryan Drewery
Author: bdrewery Date: Thu Mar 17 01:02:34 2016 New Revision: 296972 URL: https://svnweb.freebsd.org/changeset/base/296972 Log: MFC r296623: Remove redundant files already tracked by tools/build/mk/OptionalObsoleteFiles.inc. Modified: stable/10/ObsoleteFiles.inc Directory

Re: svn commit: r287445 - in head: bin/setfacl lib/libc/posix1e share/man/man9 sys/cddl/compat/opensolaris/kern sys/cddl/contrib/opensolaris/uts/common/sys sys/kern sys/sys tools/regression/acltools

2016-03-19 Thread Sean Fagan
It’s written to disk. Although that actually depends on the filesystem. Sean. > On Mar 16, 2016, at 9:55 PM, Alan Somers wrote: > > Do you happen to know if ACL_ENTRY_INHERITED is written to disk, or does it > only exist in-core? > > On Wed, Mar 16, 2016 at 10:37 PM,

Re: svn commit: r296909 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2016-03-19 Thread John Baldwin
On Wednesday, March 16, 2016 03:37:09 PM Adrian Chadd wrote: > I've fought this problem in USB drivers. Ideally you'd also have the > detach path /also/ take said lock and drain anyone currently doing > anything active (tx, rx, ioctls, net80211 methods, etc) to completion > before continuing. > >

svn commit: r297049 - head/sys/dev/usb/controller

2016-03-19 Thread Alexander Motin
Author: mav Date: Sat Mar 19 09:20:18 2016 New Revision: 297049 URL: https://svnweb.freebsd.org/changeset/base/297049 Log: Add IDs for Intel Wellsburg USB controllers. MFC after:1 week Modified: head/sys/dev/usb/controller/ehci_pci.c head/sys/dev/usb/controller/xhci_pci.c

svn commit: r297039 - head/sys/x86/x86

2016-03-19 Thread John Baldwin
Author: jhb Date: Fri Mar 18 19:48:49 2016 New Revision: 297039 URL: https://svnweb.freebsd.org/changeset/base/297039 Log: Check IPI status more frequently when waiting. An IPI cannot be sent via the local APIC if a previous IPI is still being delivered. Attempts to send an IPI will

svn commit: r296985 - releng/10.3/release/doc/en_US.ISO8859-1/relnotes

2016-03-19 Thread Alexander Motin
Author: mav Date: Thu Mar 17 11:06:43 2016 New Revision: 296985 URL: https://svnweb.freebsd.org/changeset/base/296985 Log: Add paragraph about isp(4) improvements. Approved by: re (implicit) Modified: releng/10.3/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r296960 - vendor/Juniper

2016-03-19 Thread David E. O'Brien
Author: obrien Date: Wed Mar 16 23:02:59 2016 New Revision: 296960 URL: https://svnweb.freebsd.org/changeset/base/296960 Log: Reviewed by: sjg, phil Creating Juniper Networks donated code area. Added: vendor/Juniper/ ___

svn commit: r297020 - stable/9/sbin/geom/core

2016-03-19 Thread Alexander Motin
Author: mav Date: Fri Mar 18 13:30:40 2016 New Revision: 297020 URL: https://svnweb.freebsd.org/changeset/base/297020 Log: MFC r296653: Allow standard commands for "unknown" classes in RESCUE mode. For example, it allows quite useful `geom disk list` command. Modified:

svn commit: r296990 - in head/sys/cddl: contrib/opensolaris/uts/common/dtrace dev/dtrace/aarch64 dev/dtrace/amd64 dev/dtrace/arm dev/dtrace/i386 dev/dtrace/mips dev/dtrace/powerpc

2016-03-19 Thread Mark Johnston
Author: markj Date: Thu Mar 17 18:55:54 2016 New Revision: 296990 URL: https://svnweb.freebsd.org/changeset/base/296990 Log: Remove unused variables dtrace_in_probe and dtrace_in_probe_addr. Modified: head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c

svn commit: r296961 - vendor/Juniper/libxo

2016-03-19 Thread David E. O'Brien
Author: obrien Date: Wed Mar 16 23:05:26 2016 New Revision: 296961 URL: https://svnweb.freebsd.org/changeset/base/296961 Log: Reviewed by: phil, sjg libxo from https://github.com/Juniper/libxo "The libxo library allows an application to generate text, XML, JSON, and HTML output using a

svn commit: r296959 - releng/10.3/sys/amd64/amd64

2016-03-19 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 16 22:46:57 2016 New Revision: 296959 URL: https://svnweb.freebsd.org/changeset/base/296959 Log: Merge r296956: Due to invalid use of a signed intermediate value in the bounds checking during argument validity verification, unbound zero'ing of the

svn commit: r297004 - head

2016-03-19 Thread Justin Hibbits
Author: jhibbits Date: Fri Mar 18 02:56:07 2016 New Revision: 297004 URL: https://svnweb.freebsd.org/changeset/base/297004 Log: Add old libdevinfo.so version to OLD_LIBS Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r297018 - head/sys/dev/iscsi

2016-03-19 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Mar 18 13:26:16 2016 New Revision: 297018 URL: https://svnweb.freebsd.org/changeset/base/297018 Log: Add lock assertion. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/iscsi.c Modified: head/sys/dev/iscsi/iscsi.c

Re: svn commit: r296918 - head/sys/fs/autofs

2016-03-19 Thread Baptiste Daroussin
On Wed, Mar 16, 2016 at 03:01:56PM +0100, Edward Tomasz Napierala wrote: > You're right. I've added the explicit cast to void, let's see > if that helps. > > On 0315T1346, Conrad Meyer wrote: > > Instead you will get, "warning: unused but set variable 'error'" on > > -NODEBUG builds. Maybe add:

Re: svn commit: r296970 - head/lib/libxo/tests

2016-03-19 Thread Simon J. Gerraty
NGie Cooper wrote: > > SUBDIR+=encoder > > > > +.if ${MACHINE} == "host" > > +# make it easy to test without install > > +TESTSDIR=${.OBJDIR} > > +CFLAGS+=-I${.CURDIR:H} > > +.endif > > + > > .include > > This commit seems unnecessary -- have you tried make

  1   2   >