svn commit: r274223 - head/sys/netinet6

2014-11-07 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 7 08:58:05 2014 New Revision: 274223 URL: https://svnweb.freebsd.org/changeset/base/274223 Log: Remove VNET_SYSCTL_ARG(). The generic sysctl(9) code handles that. Reviewed by: ae Sponsored by: Nginx, Inc. Modified: head/sys/netinet6/in6_proto.c Modified

svn commit: r274224 - head/sys/net

2014-11-07 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 7 09:15:39 2014 New Revision: 274224 URL: https://svnweb.freebsd.org/changeset/base/274224 Log: Remove useless structure ifindex_entry. Sponsored by: Nginx, Inc. Sponsored by: Netflix Modified: head/sys/net/if.c Modified: head/sys/net/if.c ==

svn commit: r274225 - in head/sys: net netinet netinet/cc netinet6 netipsec netpfil/ipfw netpfil/pf

2014-11-07 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 7 09:39:05 2014 New Revision: 274225 URL: https://svnweb.freebsd.org/changeset/base/274225 Log: Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. Sponsored by: Nginx, Inc. Modified: head/sys/net/bpf.c head/sys/net/flowtable.c head/s

svn commit: r274226 - head/gnu/lib/libdialog

2014-11-07 Thread Baptiste Daroussin
Author: bapt Date: Fri Nov 7 10:49:54 2014 New Revision: 274226 URL: https://svnweb.freebsd.org/changeset/base/274226 Log: libdialog has to be linked to libncursesw and libm Modified: head/gnu/lib/libdialog/Makefile Modified: head/gnu/lib/libdialog/Makefile =

svn commit: r274227 - in head/sys/dev/usb: . serial

2014-11-07 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 7 11:04:27 2014 New Revision: 274227 URL: https://svnweb.freebsd.org/changeset/base/274227 Log: Add new USB IDs. Submitted by: G'abor Zahemszky MFC after:1 week Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/d

svn commit: r274228 - head/sys/dev/ixl

2014-11-07 Thread Bjoern A. Zeeb
Author: bz Date: Fri Nov 7 11:34:06 2014 New Revision: 274228 URL: https://svnweb.freebsd.org/changeset/base/274228 Log: After r274205 unbreak NOIP kernels. vsi is now also used outside address family specific blocks so move it out from under the condition. MFC after:6 days X-MFC

svn commit: r274230 - head/sys/netipsec

2014-11-07 Thread Andrey V. Elsukov
Author: ae Date: Fri Nov 7 12:05:20 2014 New Revision: 274230 URL: https://svnweb.freebsd.org/changeset/base/274230 Log: Pass mbuf to pfil processing before stripping outer IP header as it is described in if_enc(4). MFC after:2 week Sponsored by: Yandex LLC Modified: head/sys/ne

svn commit: r274231 - in head/sys: dev/hyperv/netvsc net netgraph

2014-11-07 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 7 15:14:10 2014 New Revision: 274231 URL: https://svnweb.freebsd.org/changeset/base/274231 Log: Remove struct arpcom. It is unused by most interface types, that allocate it, except Ethernet, where it carried ng_ether(4) pointer. For now carry the pointer in if_

Re: svn commit: r274226 - head/gnu/lib/libdialog

2014-11-07 Thread Garrett Cooper
> On Nov 7, 2014, at 02:49, Baptiste Daroussin wrote: > > Author: bapt > Date: Fri Nov 7 10:49:54 2014 > New Revision: 274226 > URL: https://svnweb.freebsd.org/changeset/base/274226 > > Log: > libdialog has to be linked to libncursesw and libm Thank you for fixing these implicit dependencies

svn commit: r274246 - in head: sbin/ifconfig share/man/man4 sys/conf sys/modules sys/modules/if_gre sys/modules/if_me sys/net sys/netinet sys/netinet6

2014-11-07 Thread Andrey V. Elsukov
Author: ae Date: Fri Nov 7 19:13:19 2014 New Revision: 274246 URL: https://svnweb.freebsd.org/changeset/base/274246 Log: Overhaul if_gre(4). Split it into two modules: if_gre(4) for GRE encapsulation and if_me(4) for minimal encapsulation within IP. gre(4) changes: * convert to if

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

2014-11-07 Thread Alexander Motin
Author: mav Date: Fri Nov 7 19:32:10 2014 New Revision: 274248 URL: https://svnweb.freebsd.org/changeset/base/274248 Log: Remove unused assignments, noticed by Clang analyzer. MFC after:1 week Modified: head/usr.sbin/ctld/ctld.c Modified: head/usr.sbin/ctld/ctld.c =

svn commit: r274249 - head/sys/dev/ofw

2014-11-07 Thread Zbigniew Bodek
Author: zbb Date: Fri Nov 7 19:34:10 2014 New Revision: 274249 URL: https://svnweb.freebsd.org/changeset/base/274249 Log: Avoid panic in ofwbus caused by not released resource list entry After resource allocation and release, resource list entry stays non-NULL. This causes panic in ofwbu

svn commit: r274250 - head/sys/dev/random

2014-11-07 Thread Konstantin Belousov
Author: kib Date: Fri Nov 7 20:10:09 2014 New Revision: 274250 URL: https://svnweb.freebsd.org/changeset/base/274250 Log: Simplify assembler in ivy.c. Move the copying of the random bits into buffer from asm to C, which reduces amount of arguments for inline asm and simplifies constraints.

svn commit: r274251 - head/sys/sys

2014-11-07 Thread Konstantin Belousov
Author: kib Date: Fri Nov 7 20:15:23 2014 New Revision: 274251 URL: https://svnweb.freebsd.org/changeset/base/274251 Log: Add DEV_MODULE_ORDERED(). Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/sys/conf.h Modified: head/sys/sys/conf.h ==

svn commit: r274252 - in head/sys: dev/random modules/random

2014-11-07 Thread Konstantin Belousov
Author: kib Date: Fri Nov 7 20:23:43 2014 New Revision: 274252 URL: https://svnweb.freebsd.org/changeset/base/274252 Log: Fix random.ko module. - Remove duplicated sources between standard part of the kernel and module. In particular, it caused duplicated lock initialization and sysc

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

2014-11-07 Thread Alexander Motin
Author: mav Date: Fri Nov 7 20:42:15 2014 New Revision: 274253 URL: https://svnweb.freebsd.org/changeset/base/274253 Log: Fix LUN resize broken by r272911 commit. MFC after:3 days Modified: head/sys/cam/ctl/ctl_backend_block.c Modified: head/sys/cam/ctl/ctl_backend_block.c

svn commit: r274254 - head/bin/sh

2014-11-07 Thread Jilles Tjoelker
Author: jilles Date: Fri Nov 7 21:30:16 2014 New Revision: 274254 URL: https://svnweb.freebsd.org/changeset/base/274254 Log: sh(1): Mention portability issue with shifting zero positional parameters. Per Austin Group issue #459, shifting zero positional parameters may or may not be consi

svn commit: r274267 - head/tests/sys/netinet

2014-11-07 Thread Garrett Cooper
Author: ngie Date: Sat Nov 8 03:20:56 2014 New Revision: 274267 URL: https://svnweb.freebsd.org/changeset/base/274267 Log: Use PROGS instead of PROG and remove unnecessary SRCS?= assignment Using PROG instead of PROGS will in cases of high -j with -DNO_ROOT cause the PROG to show up more

svn commit: r274270 - head

2014-11-07 Thread Garrett Cooper
Author: ngie Date: Sat Nov 8 04:24:54 2014 New Revision: 274270 URL: https://svnweb.freebsd.org/changeset/base/274270 Log: Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependency for gnu/lib/libdialog Sponsored by: EMC / Isilon Storage Division Modified: head/Ma

svn commit: r274274 - head/sys/net

2014-11-07 Thread Gleb Smirnoff
Author: glebius Date: Sat Nov 8 07:23:01 2014 New Revision: 274274 URL: https://svnweb.freebsd.org/changeset/base/274274 Log: ifindex_alloc_locked() never fails and doesn't have no-lock version, so change the prototype. Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified: head/

svn commit: r274276 - in head: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-11-07 Thread Xin LI
Author: delphij Date: Sat Nov 8 07:30:40 2014 New Revision: 274276 URL: https://svnweb.freebsd.org/changeset/base/274276 Log: MFV r274271: Improve zdb -b performance: - Reduce gethrtime() call to 1/100th of blkptr's; - Skip manipulating the size-ordered tree; - Issue more (10,

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

2014-11-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 8 07:50:57 2014 New Revision: 274277 URL: https://svnweb.freebsd.org/changeset/base/274277 Log: ctld(8) doesn't require -lcam or -lssl; remove those from DPADD and LDADD. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctl

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

2014-11-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 8 07:54:34 2014 New Revision: 274278 URL: https://svnweb.freebsd.org/changeset/base/274278 Log: Improve wording in ctl.conf(5). Differential Revision:https://reviews.freebsd.org/D1020 Reviewed by: bcr@ (earlier version), wblock@ MFC after:1 mont