Author: gnn
Date: Thu Nov 26 02:24:45 2015
New Revision: 291355
URL: https://svnweb.freebsd.org/changeset/base/291355
Log:
MFC 290028:
Turning on IPSEC used to introduce a slight amount of performance
degradation (7%) for host host TCP connections over 10Gbps links,
even when there were no
Author: ngie
Date: Thu Nov 26 00:56:07 2015
New Revision: 291345
URL: https://svnweb.freebsd.org/changeset/base/291345
Log:
MFC r291172:
Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.c
(HOST_SHELL is used in NetBSD)
This fixes permission denied issues when ge
Author: ngie
Date: Thu Nov 26 00:48:09 2015
New Revision: 291343
URL: https://svnweb.freebsd.org/changeset/base/291343
Log:
Fix bad MFC (r291175)
Replace SRCTOP with the relevant path via .CURDIR
Pointyhat to: ngie
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/10/li
Author: ngie
Date: Wed Nov 25 21:43:05 2015
New Revision: 291336
URL: https://svnweb.freebsd.org/changeset/base/291336
Log:
MFC r288006,r288031,r288032,r288033:
r288006 (by rodrigc):
Add declarations to eliminate -Wmissing-prototypes warnings
r288031 (by rodrigc):
Remove name
Author: smh
Date: Wed Nov 25 08:58:07 2015
New Revision: 291295
URL: https://svnweb.freebsd.org/changeset/base/291295
Log:
MFC r291012:
Document loader(8) dumpdev option
Sponsored by: Multiplay
Modified:
stable/10/sys/boot/common/loader.8
Directory Properties:
stable/10/ (props
Author: ngie
Date: Wed Nov 25 08:51:43 2015
New Revision: 291294
URL: https://svnweb.freebsd.org/changeset/base/291294
Log:
MFC r258245:
r258245 (by eadler):
Add missing include files for the printf_l and scanf_l man pages.
Reported by: swild...@dragonflybsd.org
Modified:
stable/
Author: ngie
Date: Wed Nov 25 08:19:01 2015
New Revision: 291293
URL: https://svnweb.freebsd.org/changeset/base/291293
Log:
MFC r264737:
Discussed with: jilles
r264737 (by jilles):
libc/stdio: Fail fdopen() on an execute-only fd.
An execute-only fd (opened with O_EXEC) allows