svn commit: r255759 - head/sys/netinet

2013-09-21 Thread Bjoern A. Zeeb
Author: bz Date: Sat Sep 21 10:01:51 2013 New Revision: 255759 URL: http://svnweb.freebsd.org/changeset/base/255759 Log: Introduce spares in the TCP syncache and timewait structures so that fixed TCP_SIGNATURE handling can later be merged. This is derived from follow-up work to SVN

svn commit: r255760 - head/secure/usr.bin/bdes

2013-09-21 Thread Dag-Erling Smørgrav
Author: des Date: Sat Sep 21 11:10:09 2013 New Revision: 255760 URL: http://svnweb.freebsd.org/changeset/base/255760 Log: Replace claims that DES is a strong cryptosystem with a warning stating that it should no longer be considered secure. Approved by: re (gjb) Modified:

svn commit: r255761 - head/contrib/ipfilter

2013-09-21 Thread Cy Schubert
Author: cy Date: Sat Sep 21 14:22:07 2013 New Revision: 255761 URL: http://svnweb.freebsd.org/changeset/base/255761 Log: Check return code from inet_pton. Discovered by:Coverity. Approved by: glebius (mentor) Approved by: re (blanket) Modified:

svn commit: r255762 - in head/contrib/ipfilter: . BSD FWTK FreeBSD FreeBSD-2.2 FreeBSD-3 FreeBSD-4.0 etc perl test

2013-09-21 Thread Cy Schubert
Author: cy Date: Sat Sep 21 14:23:20 2013 New Revision: 255762 URL: http://svnweb.freebsd.org/changeset/base/255762 Log: Remove redundant files. Approved by:glebius (mentor) Approved by:re (blanket) Deleted: head/contrib/ipfilter/BSD/ head/contrib/ipfilter/FAQ.FreeBSD

svn commit: r255763 - in stable/9/sys: cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensolaris/uts/common/sys cddl/dev/dtrace cddl/dev/fbt cddl/dev/sdt kern netinet sys

2013-09-21 Thread Mark Johnston
Author: markj Date: Sat Sep 21 16:46:34 2013 New Revision: 255763 URL: http://svnweb.freebsd.org/changeset/base/255763 Log: MFC r252894: Add SDT_PROBE_DEFINE0 for consistency with SDT_PROBE0. MFC r253022: Also define SDT_PROBE_DEFINE0 for the !KDTRACE_HOOKS case. MFC r254266:

svn commit: r255764 - head/sys/mips/atheros

2013-09-21 Thread Adrian Chadd
Author: adrian Date: Sat Sep 21 19:42:37 2013 New Revision: 255764 URL: http://svnweb.freebsd.org/changeset/base/255764 Log: Fix the AR933x CPU UART support by using the correct clock when calculating the UART frequency. Tested: * AR933x (carambola 2 board), UART now works again

Re: svn commit: r255744 - in head/sys: amd64/amd64 amd64/conf amd64/include i386/conf i386/i386 i386/include kern x86/xen xen

2013-09-21 Thread Glen Barber
On Fri, Sep 20, 2013 at 10:59:22PM +, Justin T. Gibbs wrote: Author: gibbs Date: Fri Sep 20 22:59:22 2013 New Revision: 255744 URL: http://svnweb.freebsd.org/changeset/base/255744 Log: Merge Xen PVHVM support into the GENERIC kernel config for both amd64 and i386. This seems

svn commit: r255765 - in head: libexec/rtld-elf share/man/man5

2013-09-21 Thread Dag-Erling Smørgrav
Author: des Date: Sat Sep 21 21:03:52 2013 New Revision: 255765 URL: http://svnweb.freebsd.org/changeset/base/255765 Log: Make the directory mapping functionality, which was previously only available in 32-bit compatibility mode, unconditional. Overhaul the man page, which had evolved

svn commit: r255766 - head/etc/rc.d

2013-09-21 Thread Dag-Erling Smørgrav
Author: des Date: Sat Sep 21 21:34:22 2013 New Revision: 255766 URL: http://svnweb.freebsd.org/changeset/base/255766 Log: Ditch the random seeding code, which never really worked as intended. Add config variables to enable / disable individual host key algorithms. Clean up the host key

svn commit: r255767 - in head/crypto/openssh: . openbsd-compat

2013-09-21 Thread Dag-Erling Smørgrav
Author: des Date: Sat Sep 21 21:36:09 2013 New Revision: 255767 URL: http://svnweb.freebsd.org/changeset/base/255767 Log: Upgrade to 6.3p1. Approved by: re (gjb) Added: head/crypto/openssh/fixalgorithms - copied unchanged from r255670, vendor-crypto/openssh/dist/fixalgorithms

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

2013-09-21 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 21 21:40:57 2013 New Revision: 255768 URL: http://svnweb.freebsd.org/changeset/base/255768 Log: Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI port routing if we get certain errors. Poll for command completion upon command timeouts. The

svn commit: r255769 - stable/9/sys/fs/nfsclient

2013-09-21 Thread Rick Macklem
Author: rmacklem Date: Sat Sep 21 22:07:24 2013 New Revision: 255769 URL: http://svnweb.freebsd.org/changeset/base/255769 Log: MFC: r255216 Crashes have been observed for NFSv4.1 mounts when the system is being shut down which were caused by the nfscbd_pool being destroyed before the

svn commit: r255770 - stable/9/sys/rpc

2013-09-21 Thread Rick Macklem
Author: rmacklem Date: Sat Sep 21 22:10:02 2013 New Revision: 255770 URL: http://svnweb.freebsd.org/changeset/base/255770 Log: MFC: r255284 It was reported via email that the cu_sent field used by the krpc client side UDP was observed as way out of range and caused the rpc.lockd daemon to

svn commit: r255773 - stable/9/sys/nlm

2013-09-21 Thread Rick Macklem
Author: rmacklem Date: Sat Sep 21 22:13:17 2013 New Revision: 255773 URL: http://svnweb.freebsd.org/changeset/base/255773 Log: MFC: r255333 Intermittent crashes in the NLM (rpc.lockd) code during system shutdown was reporetd via email. The crashes occurred because the client side NLM

svn commit: r255774 - in head/crypto/openssh: . contrib openbsd-compat openbsd-compat/regress regress

2013-09-21 Thread Dag-Erling Smørgrav
Author: des Date: Sat Sep 21 22:24:10 2013 New Revision: 255774 URL: http://svnweb.freebsd.org/changeset/base/255774 Log: Pull in all the OpenSSH bits that we'd previously left out because we didn't use them. This will make future merges from the vendor tree much easier. Approved by:

Re: svn commit: r255744 - in head/sys: amd64/amd64 amd64/conf amd64/include i386/conf i386/i386 i386/include kern x86/xen xen

2013-09-21 Thread Justin T. Gibbs
On Sep 21, 2013, at 2:53 PM, Glen Barber g...@freebsd.org wrote: On Fri, Sep 20, 2013 at 10:59:22PM +, Justin T. Gibbs wrote: Author: gibbs Date: Fri Sep 20 22:59:22 2013 New Revision: 255744 URL: http://svnweb.freebsd.org/changeset/base/255744 Log: Merge Xen PVHVM support into the

svn commit: r255775 - head/include

2013-09-21 Thread Ian Lepore
Author: ian Date: Sat Sep 21 22:36:07 2013 New Revision: 255775 URL: http://svnweb.freebsd.org/changeset/base/255775 Log: Create a separate script to generate osreldate.h rather than sourcing newvers.sh into a temporary subshell with inline make rules. Using a separate script fixes a

svn commit: r255776 - head/sys/sys

2013-09-21 Thread Mark Johnston
Author: markj Date: Sat Sep 21 22:43:50 2013 New Revision: 255776 URL: http://svnweb.freebsd.org/changeset/base/255776 Log: Give argtype struct names a different prefix than probe struct names. Otherwise it's possible to declare SDT probes in such a way that a name collision occurs, causing

svn commit: r255777 - head/sys/kern

2013-09-21 Thread Mark Johnston
Author: markj Date: Sat Sep 21 23:05:44 2013 New Revision: 255777 URL: http://svnweb.freebsd.org/changeset/base/255777 Log: Omit __restrict when generating syscall argument strings. DTrace doesn't handle it and cannot determine the argument type when it's present. Approved by: re (gjb)

svn commit: r255778 - in head/sys: compat/freebsd32 kern

2013-09-21 Thread Mark Johnston
Author: markj Date: Sat Sep 21 23:06:36 2013 New Revision: 255778 URL: http://svnweb.freebsd.org/changeset/base/255778 Log: Regenerate syscall argument strings after r255777. Approved by: re (gjb) MFC after:1 week Modified: head/sys/compat/freebsd32/freebsd32_systrace_args.c

svn commit: r255779 - head/contrib/unbound

2013-09-21 Thread Dag-Erling Smørgrav
Author: des Date: Sat Sep 21 23:29:02 2013 New Revision: 255779 URL: http://svnweb.freebsd.org/changeset/base/255779 Log: Set props and correct RCS ID tag. Approved by: re (blanket) Modified: head/contrib/unbound/freebsd-configure.sh (contents, props changed)

svn commit: r255780 - head/contrib/unbound/validator

2013-09-21 Thread Dag-Erling Smørgrav
Author: des Date: Sat Sep 21 23:30:32 2013 New Revision: 255780 URL: http://svnweb.freebsd.org/changeset/base/255780 Log: Remove autoprops. Approved by: re (blanket) Modified: Directory Properties: head/contrib/unbound/validator/val_secalgo.c (props changed)

svn commit: r255781 - head/sys/i386/include/xen

2013-09-21 Thread Justin T. Gibbs
Author: gibbs Date: Sun Sep 22 00:54:22 2013 New Revision: 255781 URL: http://svnweb.freebsd.org/changeset/base/255781 Log: Fix compilation of the i386 PAE kernel config. sys/i386/include/xen/xenvar.h: Provide vtomach() when PAE is defined. Approved by: re (blanket Xen)

Re: svn commit: r255759 - head/sys/netinet

2013-09-21 Thread Konstantin Belousov
On Sat, Sep 21, 2013 at 10:01:51AM +, Bjoern A. Zeeb wrote: Author: bz Date: Sat Sep 21 10:01:51 2013 New Revision: 255759 URL: http://svnweb.freebsd.org/changeset/base/255759 Log: Introduce spares in the TCP syncache and timewait structures so that fixed TCP_SIGNATURE handling

svn commit: r255783 - head/sys/kern

2013-09-21 Thread Justin T. Gibbs
Author: gibbs Date: Sun Sep 22 02:46:13 2013 New Revision: 255783 URL: http://svnweb.freebsd.org/changeset/base/255783 Log: Fix ia64 and mips kernel builds due to XENHVM=GENERIC integration in revision 255744. sys/kern/subr_smp.c: IPI_SUSPEND is only available on amd64 and i386.

Re: svn commit: r255783 - head/sys/kern

2013-09-21 Thread Nathan Whitehorn
On 09/21/13 21:46, Justin T. Gibbs wrote: Author: gibbs Date: Sun Sep 22 02:46:13 2013 New Revision: 255783 URL: http://svnweb.freebsd.org/changeset/base/255783 Log: Fix ia64 and mips kernel builds due to XENHVM=GENERIC integration in revision 255744. sys/kern/subr_smp.c:

Re: svn commit: r255783 - head/sys/kern

2013-09-21 Thread Justin T. Gibbs
On Sep 21, 2013, at 9:34 PM, Nathan Whitehorn nwhiteh...@freebsd.org wrote: On 09/21/13 21:46, Justin T. Gibbs wrote: Author: gibbs Date: Sun Sep 22 02:46:13 2013 New Revision: 255783 URL: http://svnweb.freebsd.org/changeset/base/255783 Log: Fix ia64 and mips kernel builds due to