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

2011-06-03 Thread Mike Silbersack
I'm heading out of town this weekend. I can try to look at this on Tuesday, if nobody beats me to it. -Mike On Fri, 3 Jun 2011, John Baldwin wrote: On Saturday, May 14, 2011 1:07:18 pm Mikolaj Golub wrote: On Sat, 14 May 2011 10:37:51 -0400 John Baldwin wrote: JB> Can you capture a tcp

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

2011-06-11 Thread Mike Silbersack
On Fri, 3 Jun 2011, John Baldwin wrote: On Saturday, May 14, 2011 1:07:18 pm Mikolaj Golub wrote: On Sat, 14 May 2011 10:37:51 -0400 John Baldwin wrote: JB> Can you capture a tcpdump (probably easiest to do from the other host)? I replaced the asserts with log statements to make the host n

svn commit: r225069 - head/sys/x86/x86

2011-08-21 Thread Mike Silbersack
Author: silby Date: Mon Aug 22 03:10:29 2011 New Revision: 225069 URL: http://svn.freebsd.org/changeset/base/225069 Log: Disable TSC usage inside SMP VM environments. On my VMware ESXi 4.1 environment with a core i5-2500K, operation in this mode causes timeouts from the mpt driver. Switchi

svn commit: r329362 - head/sbin/savecore

2018-02-15 Thread Mike Silbersack
Author: silby Date: Fri Feb 16 06:51:39 2018 New Revision: 329362 URL: https://svnweb.freebsd.org/changeset/base/329362 Log: Prevent savecore from reading bounds from the current directory. Rev 244218 removed the requirement that you provide a dump directory when checking if there is a co

svn commit: r266205 - head/sys/netinet

2014-05-15 Thread Mike Silbersack
Author: silby Date: Fri May 16 01:38:38 2014 New Revision: 266205 URL: http://svnweb.freebsd.org/changeset/base/266205 Log: Remove the function tcp_twrecycleable; it has been #if 0'd for eight years. The original concept was to improve the corner case where you run out of ephemeral ports, b

svn commit: r240128 - head/sys/dev/bxe

2012-09-04 Thread Mike Silbersack
Author: silby Date: Wed Sep 5 06:51:28 2012 New Revision: 240128 URL: http://svn.freebsd.org/changeset/base/240128 Log: Only stop the BXE controller if it was first started. Stopping an uninitialized controller can cause IPMI bus errors on some systems. Reviewed by: yongari Obtaine