svn commit: r275599 - in head/sys/ofed/include: linux net

2014-12-07 Thread Craig Rodrigues
Author: rodrigc Date: Mon Dec 8 07:25:59 2014 New Revision: 275599 URL: https://svnweb.freebsd.org/changeset/base/275599 Log: Use CURVNET macros inside inet_get_local_port_range() function. Without this fix, a kernel with VIMAGE + Infiniband will panic on bootup. Certain necessary #inclu

svn commit: r275595 - head/cddl/compat/opensolaris/misc

2014-12-07 Thread Xin LI
Author: delphij Date: Mon Dec 8 06:10:47 2014 New Revision: 275595 URL: https://svnweb.freebsd.org/changeset/base/275595 Log: Use calloc() instead of malloc() + bzero(). This also gets rid of a warning because bzero is defined by strings.h which is not included in thread_pool.c. MFC aft

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

2014-12-07 Thread Xin LI
Author: delphij Date: Mon Dec 8 06:04:42 2014 New Revision: 275594 URL: https://svnweb.freebsd.org/changeset/base/275594 Log: MFV r275540: When importing a pool, don't assume that the passed pool configuration at vdev_load is always vaild. It's possible that a stale configuration that

svn commit: r275593 - head/sys/netinet6

2014-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 8 04:44:40 2014 New Revision: 275593 URL: https://svnweb.freebsd.org/changeset/base/275593 Log: Add refcounting to IPv6 DAD objects and simplify the DAD code to fix a number of races which could cause double frees or use-after-frees when performing DAD on an addr

svn commit: r275592 - in head/cddl: contrib/opensolaris/lib/libctf/common lib/libctf

2014-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 8 04:35:34 2014 New Revision: 275592 URL: https://svnweb.freebsd.org/changeset/base/275592 Log: MFV r272851: 5202 want ctf(4) illumos/illumos-gate@fe2e029eea29fd49d0d9058dbd5b79a252667e6b Added: head/cddl/contrib/opensolaris/lib/libctf/common/ctf.5

svn commit: r275591 - head/share/man/man4

2014-12-07 Thread Mark Peek
Author: mp Date: Mon Dec 8 04:06:03 2014 New Revision: 275591 URL: https://svnweb.freebsd.org/changeset/base/275591 Log: Document support for Netgear WG111v1 (rev2) Modified: head/share/man/man4/upgt.4 Modified: head/share/man/man4/upgt.4

svn commit: r275589 - head/share/mk

2014-12-07 Thread Garrett Cooper
Author: ngie Date: Mon Dec 8 03:32:26 2014 New Revision: 275589 URL: https://svnweb.freebsd.org/changeset/base/275589 Log: The previous commit should have been a logical or not a logical "and" Pointyhat to: me Modified: head/share/mk/bsd.compiler.mk Modified: head/share/mk/bsd.compiler

svn commit: r275588 - head/share/mk

2014-12-07 Thread Garrett Cooper
Author: ngie Date: Mon Dec 8 03:30:42 2014 New Revision: 275588 URL: https://svnweb.freebsd.org/changeset/base/275588 Log: ${CC} --version doesn't need to be queried if both COMPILER_TYPE and COMPILER_VERSION are known Modified: head/share/mk/bsd.compiler.mk Directory Properties: head/

svn commit: r275584 - head/contrib/binutils/gas/config

2014-12-07 Thread Andrew Turner
Author: andrew Date: Sun Dec 7 21:47:19 2014 New Revision: 275584 URL: https://svnweb.freebsd.org/changeset/base/275584 Log: Fix mrc and mrc2 with APSR_nzcv. Binutils encodes it internally as 0 where we need it to be set to 15 for it to be equivalent to r15. MFC after:1 week X-MFC

svn commit: r275583 - head/sys/arm/mv

2014-12-07 Thread Zbigniew Bodek
Author: zbb Date: Sun Dec 7 21:02:45 2014 New Revision: 275583 URL: https://svnweb.freebsd.org/changeset/base/275583 Log: Fix buffer overflow in Marvell PCI/PCIe driver Buffer overflow occured when more than one MSI was allocated. Submitted by:Wojciech Macek Obtained from: Se

svn commit: r275582 - head/usr.bin/patch

2014-12-07 Thread Pedro F. Giffuni
Author: pfg Date: Sun Dec 7 20:32:24 2014 New Revision: 275582 URL: https://svnweb.freebsd.org/changeset/base/275582 Log: Small space changes Mostly to keep in sync with OpenBSD and update the TAG. Obtained from:OpenBSD MFC after:5 days Modified: head/usr.bin/patch/pc

svn commit: r275581 - head/usr.bin/patch

2014-12-07 Thread Pedro F. Giffuni
Author: pfg Date: Sun Dec 7 20:15:07 2014 New Revision: 275581 URL: https://svnweb.freebsd.org/changeset/base/275581 Log: Prefer setvbuf() to setlinebuf(). On FreeBSD's libc setlinebuf is a wrapper to setvbuf anyways. Obtained from:OpenBSD MFC after:5 days Modified: h

svn commit: r275580 - head/sys/cddl/contrib/opensolaris

2014-12-07 Thread Xin LI
Author: delphij Date: Sun Dec 7 18:17:24 2014 New Revision: 275580 URL: https://svnweb.freebsd.org/changeset/base/275580 Log: Note vendor revision r275538 as merged. Modified: Directory Properties: head/sys/cddl/contrib/opensolaris/ (props changed) _

svn commit: r275579 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2014-12-07 Thread Xin LI
Author: delphij Date: Sun Dec 7 18:15:27 2014 New Revision: 275579 URL: https://svnweb.freebsd.org/changeset/base/275579 Log: MFV r275537: Illumos issue: 5316 allow smbadm join to use RPC (Due to our lack of smbsrv this is mostly no-op on FreeBSD) MFC after:2 weeks Mo

Re: svn commit: r266566 - head/usr.bin/bmake

2014-12-07 Thread Warner Losh
> On Dec 7, 2014, at 6:49 AM, Andriy Gapon wrote: > > On 23/05/2014 03:20, Warner Losh wrote: >> Author: imp >> Date: Fri May 23 00:20:44 2014 >> New Revision: 266566 >> URL: http://svnweb.freebsd.org/changeset/base/266566 >> >> Log: >> Add .../share/mk to the default system make path. This wi

Re: svn commit: r266566 - head/usr.bin/bmake

2014-12-07 Thread Andriy Gapon
On 23/05/2014 03:20, Warner Losh wrote: > Author: imp > Date: Fri May 23 00:20:44 2014 > New Revision: 266566 > URL: http://svnweb.freebsd.org/changeset/base/266566 > > Log: > Add .../share/mk to the default system make path. This will fix the > problem with broken in-tree builds (which are us

svn commit: r275576 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensolaris/uts/common/sys cddl/dev/cyclic cddl/dev/fbt cddl/dev/profile kern ...

2014-12-07 Thread Andriy Gapon
Author: avg Date: Sun Dec 7 11:21:41 2014 New Revision: 275576 URL: https://svnweb.freebsd.org/changeset/base/275576 Log: remove opensolaris cyclic code, replace with high-precision callouts In the old days callout(9) had 1 tick precision and that was inadequate for some uses, e.g. DTrac