svn commit: r274305 - stable/10/sys/ufs/ffs

2014-11-09 Thread Konstantin Belousov
Author: kib Date: Sun Nov 9 09:44:09 2014 New Revision: 274305 URL: https://svnweb.freebsd.org/changeset/base/274305 Log: MFC r273967: Only trigger a panic when forced operation is done. Convert direct panic() call into KASSERT(). Modified: stable/10/sys/ufs/ffs/ffs_softdep.c

svn commit: r274306 - head/sys/net

2014-11-09 Thread Gleb Smirnoff
Author: glebius Date: Sun Nov 9 11:11:08 2014 New Revision: 274306 URL: https://svnweb.freebsd.org/changeset/base/274306 Log: Use standard mtx(9), rwlock(9), sx(9) system initialization macros instead of doing initialization manually. Sponsored by: Nginx, Inc. Sponsored by: Netflix

svn commit: r274307 - head/sys/net

2014-11-09 Thread Gleb Smirnoff
Author: glebius Date: Sun Nov 9 11:13:15 2014 New Revision: 274307 URL: https://svnweb.freebsd.org/changeset/base/274307 Log: Remove remnants of if_ef(4). Modified: head/sys/net/if_ethersubr.c Modified: head/sys/net/if_ethersubr.c

svn commit: r274308 - head/usr.sbin/ctld

2014-11-09 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 9 13:01:09 2014 New Revision: 274308 URL: https://svnweb.freebsd.org/changeset/base/274308 Log: Add support for sending redirections to iSCSI target. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5

Re: svn commit: r274304 - in head: cddl/contrib/opensolaris/lib/libzpool/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2014-11-09 Thread Steven Hartland
We need to keep an eye on this one as it replaces a number of zio_interrupt calls with zio_execute which will increase stack usage. Xin did you do any tests on i386 at all? Regards Steve On 09/11/2014 07:37, Xin LI wrote: Author: delphij Date: Sun Nov 9 07:37:00 2014 New Revision:

svn commit: r274309 - head/usr.sbin/ctld

2014-11-09 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 9 13:30:02 2014 New Revision: 274309 URL: https://svnweb.freebsd.org/changeset/base/274309 Log: Fix several nits in redirection handling - don't use wrong CSG, and avoid use-after-free. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r274310 - head/usr.sbin/ctld

2014-11-09 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 9 13:45:35 2014 New Revision: 274310 URL: https://svnweb.freebsd.org/changeset/base/274310 Log: Add HISTORY section to ctld(8). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctld.8 Modified:

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

2014-11-09 Thread Poul-Henning Kamp
Author: phk Date: Sun Nov 9 15:33:31 2014 New Revision: 274312 URL: https://svnweb.freebsd.org/changeset/base/274312 Log: Handle full-path-resolutions to detect the magic-ness of the pkg port. Modified: head/tools/tools/sysbuild/sysbuild.sh Modified: head/tools/tools/sysbuild/sysbuild.sh

svn commit: r274313 - head/sys/geom/bde

2014-11-09 Thread Poul-Henning Kamp
Author: phk Date: Sun Nov 9 15:52:11 2014 New Revision: 274313 URL: https://svnweb.freebsd.org/changeset/base/274313 Log: Translate the errno to gctl_error() texts. Spotted by: mwlucas Modified: head/sys/geom/bde/g_bde.c Modified: head/sys/geom/bde/g_bde.c

svn commit: r274314 - head/sbin/gbde

2014-11-09 Thread Poul-Henning Kamp
Author: phk Date: Sun Nov 9 15:53:29 2014 New Revision: 274314 URL: https://svnweb.freebsd.org/changeset/base/274314 Log: Report the 1-based key numbers rather than the 0-based ones to be consistent. Fix documentation for destroy command. Not sure how the wrong explanation happened.

svn commit: r274315 - in head/sys/netpfil: ipfw pf

2014-11-09 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Nov 9 16:15:28 2014 New Revision: 274315 URL: https://svnweb.freebsd.org/changeset/base/274315 Log: Remove unused 'struct route' fields. Modified: head/sys/netpfil/ipfw/ip_fw_private.h head/sys/netpfil/pf/pf.c Modified: head/sys/netpfil/ipfw/ip_fw_private.h

svn commit: r274316 - head/sys/netinet6

2014-11-09 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Nov 9 16:20:27 2014 New Revision: 274316 URL: https://svnweb.freebsd.org/changeset/base/274316 Log: Remove unused 'struct route *' argument from nd6_output_flush(). Modified: head/sys/netinet6/nd6.c head/sys/netinet6/nd6.h head/sys/netinet6/nd6_nbr.c

Re: svn commit: r274315 - in head/sys/netpfil: ipfw pf

2014-11-09 Thread Konstantin Belousov
On Sun, Nov 09, 2014 at 04:15:29PM +, Alexander V. Chernikov wrote: Author: melifaro Date: Sun Nov 9 16:15:28 2014 New Revision: 274315 URL: https://svnweb.freebsd.org/changeset/base/274315 Log: Remove unused 'struct route' fields. Modified:

svn commit: r274320 - head/sys/netpfil/pf

2014-11-09 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Nov 9 17:01:54 2014 New Revision: 274320 URL: https://svnweb.freebsd.org/changeset/base/274320 Log: Finish r274315: remove union 'u' from struct pf_send_entry. Suggested by: kib Modified: head/sys/netpfil/pf/pf.c Modified: head/sys/netpfil/pf/pf.c

Re: svn commit: r274315 - in head/sys/netpfil: ipfw pf

2014-11-09 Thread Alexander V. Chernikov
On 09.11.2014 20:29, Konstantin Belousov wrote: On Sun, Nov 09, 2014 at 04:15:29PM +, Alexander V. Chernikov wrote: Author: melifaro Date: Sun Nov 9 16:15:28 2014 New Revision: 274315 URL: https://svnweb.freebsd.org/changeset/base/274315 Log: Remove unused 'struct route' fields.

Re: svn commit: r274315 - in head/sys/netpfil: ipfw pf

2014-11-09 Thread Konstantin Belousov
On Sun, Nov 09, 2014 at 09:00:00PM +0400, Alexander V. Chernikov wrote: On 09.11.2014 20:29, Konstantin Belousov wrote: On Sun, Nov 09, 2014 at 04:15:29PM +, Alexander V. Chernikov wrote: Author: melifaro Date: Sun Nov 9 16:15:28 2014 New Revision: 274315 URL:

svn commit: r274322 - head/sbin/camcontrol

2014-11-09 Thread Bryan Venteicher
Author: bryanv Date: Sun Nov 9 18:13:08 2014 New Revision: 274322 URL: https://svnweb.freebsd.org/changeset/base/274322 Log: Attempt to report a better error if sanitize is not supported MFC after:1 month Modified: head/sbin/camcontrol/camcontrol.c Modified:

svn commit: r274323 - stable/10/usr.sbin/pw

2014-11-09 Thread Ian Lepore
Author: ian Date: Sun Nov 9 19:56:26 2014 New Revision: 274323 URL: https://svnweb.freebsd.org/changeset/base/274323 Log: Fix an apparent mis-merge that happened in r274082. Before that, on the 10-stable branch, this makefile had WARNS=2, and on head the value is still 2, but in the MFC

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

2014-11-09 Thread Gleb Smirnoff
Author: glebius Date: Sun Nov 9 19:58:30 2014 New Revision: 274324 URL: https://svnweb.freebsd.org/changeset/base/274324 Log: Remove unused includes. Reviewed by: kib Modified: head/sys/amd64/amd64/genassym.c Modified: head/sys/amd64/amd64/genassym.c

svn commit: r274325 - head/sys/dev/virtio/network

2014-11-09 Thread Bryan Venteicher
Author: bryanv Date: Sun Nov 9 20:04:12 2014 New Revision: 274325 URL: https://svnweb.freebsd.org/changeset/base/274325 Log: Enable LRO by default when available on vtnet interfaces The prior change to not enable LRO by default has confused several people. The configurations where LRO

svn commit: r274326 - in stable/10/sys/cddl: compat/opensolaris/kern contrib/opensolaris/uts/common/fs contrib/opensolaris/uts/common/fs/zfs contrib/opensolaris/uts/common/sys

2014-11-09 Thread Josh Paetzel
Author: jpaetzel Date: Sun Nov 9 20:04:29 2014 New Revision: 274326 URL: https://svnweb.freebsd.org/changeset/base/274326 Log: MFC: 273641 This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky's crash.sh script attached to FreeNAS bug 4109:

svn commit: r274327 - in stable/10: etc/rc.d share/man/man5

2014-11-09 Thread Josh Paetzel
Author: jpaetzel Date: Sun Nov 9 20:08:43 2014 New Revision: 274327 URL: https://svnweb.freebsd.org/changeset/base/274327 Log: MFC: 258080 Add support for multiple instances of ftp-proxy and pflog devices. PR: conf/158171 Submitted by: Thomas Johnson t...@claimlynx.com

svn commit: r274328 - in head/usr.sbin: ctld iscsid

2014-11-09 Thread Alexander Motin
Author: mav Date: Sun Nov 9 20:39:08 2014 New Revision: 274328 URL: https://svnweb.freebsd.org/changeset/base/274328 Log: Make both iSCSI initiator and target support base64 encoded CHAP data. While all tested initiators and targets use hex-encoded CHAP data, RFC also allows base64

svn commit: r274329 - head

2014-11-09 Thread Alexander Leidinger
Author: netchild Date: Sun Nov 9 20:43:50 2014 New Revision: 274329 URL: https://svnweb.freebsd.org/changeset/base/274329 Log: We moved to ada a while ago, reflect that in the example. Modified: head/UPDATING Modified: head/UPDATING

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

2014-11-09 Thread Tycho Nightingale
Author: tychon Date: Sun Nov 9 21:08:52 2014 New Revision: 274330 URL: https://svnweb.freebsd.org/changeset/base/274330 Log: To allow a request to be submitted from within the callback routine of a completing one increase the total by 1 but don't advertise it. Reviewed by: grehan

svn commit: r274331 - in head: . etc etc/defaults etc/rc.d lib/libc/net release/picobsd/bridge release/picobsd/qemu share/man/man4 share/man/man5 sys/amd64/conf sys/arm/conf sys/boot/forth sys/conf...

2014-11-09 Thread Alexander V. Chernikov
2014(r274331) @@ -38,6 +38,12 @@ # xargs -n1 | sort | uniq -d; # done +# 20141109: faith/faithd removal +OLD_FILES+=etc/rc.d/faith +OLD_FILES+=usr/share/man/man4/faith.4.gz +OLD_FILES+=usr/share/man/man4/if_faith.4.gz +OLD_FILES+=usr/sbin/faithd +OLD_FILES+=usr/share/man/man8/faithd.8.gz

Re: svn commit: r274315 - in head/sys/netpfil: ipfw pf

2014-11-09 Thread Bruce Evans
On Sun, 9 Nov 2014, Konstantin Belousov wrote: On Sun, Nov 09, 2014 at 09:00:00PM +0400, Alexander V. Chernikov wrote: On 09.11.2014 20:29, Konstantin Belousov wrote: On Sun, Nov 09, 2014 at 04:15:29PM +, Alexander V. Chernikov wrote: Author: melifaro Date: Sun Nov 9 16:15:28 2014 New

svn commit: r274333 - head/sys/cam/ctl

2014-11-09 Thread Alexander Motin
Author: mav Date: Sun Nov 9 22:43:29 2014 New Revision: 274333 URL: https://svnweb.freebsd.org/changeset/base/274333 Log: Handle PREEMPT AND ABORT service action equal to PREEMPT. With command serialization used in CTL, there are no other commands to abort when PREEMPT AND ABORT gets to

svn commit: r274334 - head/sys/netinet6

2014-11-09 Thread Andrey V. Elsukov
Author: ae Date: Sun Nov 9 22:54:40 2014 New Revision: 274334 URL: https://svnweb.freebsd.org/changeset/base/274334 Log: Use embedded scope zone id to determine outgoing interface for link-local and node-local addresses. Modified: head/sys/netinet6/in6_src.c Modified: