Re: svn commit: r274709 - head/sys/netpfil/pf

2014-11-26 Thread Ermal Luçi
On Tue, Nov 25, 2014 at 3:14 PM, Dag-Erling Smørgrav wrote: > Ermal Luçi writes: > > Also this only affects the traffic sourced by the host itself and not > > forwarded traffic and I think this patch will provide a regression for > > the issues that the committed patch does. > > How? > The code

svn commit: r275171 - head/sys/dev/hwpmc

2014-11-26 Thread Justin Hibbits
Author: jhibbits Date: Thu Nov 27 06:42:34 2014 New Revision: 275171 URL: https://svnweb.freebsd.org/changeset/base/275171 Log: Fix hwpmc sampling for MPC74xxx (G4) processors. With this, hwpmc sampling now works correctly on these processors. MFC after:3 weeks Relnotes: yes

svn commit: r275170 - in head: . sbin/mdconfig/tests

2014-11-26 Thread Garrett Cooper
s.inc Thu Nov 27 06:04:00 2014(r275170) @@ -38,6 +38,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20141126: convert sbin/mdconfig/tests to ATF format tests +OLD_FILES+=usr/tests/sbin/mdconfig/legacy_test +OLD_FILES+=usr/tests/sbin/mdconfig/mdconfig.test +OLD_FILES+=usr/tests

svn commit: r275163 - head/lib/libc/net

2014-11-26 Thread Ed Maste
Author: emaste Date: Thu Nov 27 02:15:35 2014 New Revision: 275163 URL: https://svnweb.freebsd.org/changeset/base/275163 Log: ANSIfy b64_pton Modified: head/lib/libc/net/base64.c Modified: head/lib/libc/net/base64.c

svn commit: r275162 - head/usr.bin/dc

2014-11-26 Thread Kevin Lo
Author: kevlo Date: Thu Nov 27 01:37:01 2014 New Revision: 275162 URL: https://svnweb.freebsd.org/changeset/base/275162 Log: Init array field in the proper place. Obtained from:OpenBSD Modified: head/usr.bin/dc/stack.c Modified: head/usr.bin/dc/stack.c ==

svn commit: r275159 - head/sys/netipsec

2014-11-26 Thread Andrey V. Elsukov
Author: ae Date: Thu Nov 27 00:27:39 2014 New Revision: 275159 URL: https://svnweb.freebsd.org/changeset/base/275159 Log: Remove ip4_input() declaration. It was removed in r275133. MFC after:1 month Modified: head/sys/netipsec/xform.h Modified: head/sys/netipsec/xform.h

svn commit: r275140 - head/sys/sys

2014-11-26 Thread Ed Maste
Author: emaste Date: Wed Nov 26 20:56:08 2014 New Revision: 275140 URL: https://svnweb.freebsd.org/changeset/base/275140 Log: Increase default and maximum callchain depths Bump the default from 16 to 32, to accommodate kernel flamegraphs. Bump the maximum from 32 to 128, to accommodate de

svn commit: r275139 - head/share/man/man5

2014-11-26 Thread Glen Barber
Author: gjb Date: Wed Nov 26 20:44:54 2014 New Revision: 275139 URL: https://svnweb.freebsd.org/changeset/base/275139 Log: Regen src.conf(5) after r275138. Sponsored by: The FreeBSD Foundation Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r275138 - head/tools/build/options

2014-11-26 Thread Glen Barber
Author: gjb Date: Wed Nov 26 20:43:09 2014 New Revision: 275138 URL: https://svnweb.freebsd.org/changeset/base/275138 Log: Whitespace cleanup to fix rendering nits in src.conf(5). Sponsored by: The FreeBSD Foundation Modified: head/tools/build/options/WITHOUT_CROSS_COMPILER head/tool

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

2014-11-26 Thread Adrian Chadd
Author: adrian Date: Wed Nov 26 20:34:05 2014 New Revision: 275137 URL: https://svnweb.freebsd.org/changeset/base/275137 Log: Add PCI ID for Intel Lynx Point LP controller. PR: kern/195398 Submitted by: grembo Obtained from:DragonflyBSD MFC after:1 week Modified

svn commit: r275136 - in head/sys: dev/e1000 dev/ixgbe kern sys

2014-11-26 Thread Alfred Perlstein
Author: alfred Date: Wed Nov 26 20:19:36 2014 New Revision: 275136 URL: https://svnweb.freebsd.org/changeset/base/275136 Log: Make igb and ixgbe check tunables at probe time. This allows one to make a kernel module to tune the number of queues before the driver loads. This is needed

svn commit: r275133 - in head: . sys/netipsec

2014-11-26 Thread Andrey V. Elsukov
+38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20141126: remove xform_ipip decapsulation fallback +OLD_FILES+=usr/include/netipsec/ipip_var.h # 20141109: faith/faithd removal OLD_FILES+=etc/rc.d/faith OLD_FILES+=usr/share/man/man4/faith.4.gz Modified: head/sys/netipsec/xf

svn commit: r275124 - head/sys/dev/isp

2014-11-26 Thread Alexander Motin
Author: mav Date: Wed Nov 26 16:05:01 2014 New Revision: 275124 URL: https://svnweb.freebsd.org/changeset/base/275124 Log: Fix WWNN/WWPN generation for virtual channels. MFC after:1 week Modified: head/sys/dev/isp/isp_freebsd.c Modified: head/sys/dev/isp/isp_freebsd.c ==

svn commit: r275123 - head/sys/dev/isp

2014-11-26 Thread Alexander Motin
Author: mav Date: Wed Nov 26 15:03:21 2014 New Revision: 275123 URL: https://svnweb.freebsd.org/changeset/base/275123 Log: Fix incorrect check, blocking MULTIID functionality. MFC after:1 week Modified: head/sys/dev/isp/isp.c Modified: head/sys/dev/isp/isp.c

svn commit: r275121 - in head/sys: compat/linux compat/svr4 fs/procfs kern sys

2014-11-26 Thread Konstantin Belousov
Author: kib Date: Wed Nov 26 14:10:00 2014 New Revision: 275121 URL: https://svnweb.freebsd.org/changeset/base/275121 Log: The process spin lock currently has the following distinct uses: - Threads lifetime cycle, in particular, counting of the threads in the process, and interlocking w

svn commit: r275120 - head/sys/kern

2014-11-26 Thread Konstantin Belousov
Author: kib Date: Wed Nov 26 14:09:04 2014 New Revision: 275120 URL: https://svnweb.freebsd.org/changeset/base/275120 Log: Fix SA_SIGINFO | SA_RESETHAND handling. The sysent' sv_sendsig() method needs pre-reset state of the ps_siginfo to correctly construct signal frame. Move sigdflt()

svn commit: r275118 - head/sys/dev/isp

2014-11-26 Thread Alexander Motin
Author: mav Date: Wed Nov 26 13:56:54 2014 New Revision: 275118 URL: https://svnweb.freebsd.org/changeset/base/275118 Log: Some microoptimizations. MFC after:1 month Modified: head/sys/dev/isp/isp_freebsd.c head/sys/dev/isp/isp_freebsd.h Modified: head/sys/dev/isp/isp_freebsd.c ==

svn commit: r275112 - head/sys/dev/isp

2014-11-26 Thread Alexander Motin
Author: mav Date: Wed Nov 26 12:25:00 2014 New Revision: 275112 URL: https://svnweb.freebsd.org/changeset/base/275112 Log: Make isp_find_pdb_by_*() search for targets in portdb in reverse order. Records with target_mode == 1 are allocated from the end of portdb, so it seems logical to sta

svn commit: r275110 - in head/sys/dev/usb: . quirk

2014-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Wed Nov 26 10:58:08 2014 New Revision: 275110 URL: https://svnweb.freebsd.org/changeset/base/275110 Log: Add new USB quirk. MFC after:1 week PR: 195372 Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/u

svn commit: r275109 - head/contrib/ofed/libmlx4/src

2014-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Wed Nov 26 09:51:38 2014 New Revision: 275109 URL: https://svnweb.freebsd.org/changeset/base/275109 Log: Add support for 64-byte CQE size. Sponsored by: Mellanox Technologies MFC after:3 days Modified: head/contrib/ofed/libmlx4/src/cq.c head/contrib/ofed/li

svn commit: r275105 - head/share/mk

2014-11-26 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 26 08:14:30 2014 New Revision: 275105 URL: https://svnweb.freebsd.org/changeset/base/275105 Log: Remove MINUSLPAM the LIBADD framework handles static dependencies just fine Modified: head/share/mk/bsd.libnames.mk Modified: head/share/mk/bsd.libnames.mk

svn commit: r275104 - in head/release/picobsd/tinyware: login oinit passwd

2014-11-26 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 26 08:12:21 2014 New Revision: 275104 URL: https://svnweb.freebsd.org/changeset/base/275104 Log: Convert to LIBADD Modified: head/release/picobsd/tinyware/login/Makefile head/release/picobsd/tinyware/oinit/Makefile head/release/picobsd/tinyware/passwd/Makefile

svn commit: r275103 - head/lib/libpam/libpam/tests

2014-11-26 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 26 08:09:44 2014 New Revision: 275103 URL: https://svnweb.freebsd.org/changeset/base/275103 Log: Convert to LIBADD Modified: head/lib/libpam/libpam/tests/Makefile Modified: head/lib/libpam/libpam/tests/Makefile ==