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
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
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
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
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
==
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
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
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
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
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
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
+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
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
==
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
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
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()
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
==
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
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
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
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
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
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
==
23 matches
Mail list logo