svn commit: r226090 - head/sys/sys

2011-10-07 Thread David E. O'Brien
Author: obrien Date: Fri Oct 7 06:00:00 2011 New Revision: 226090 URL: http://svn.freebsd.org/changeset/base/226090 Log: Increase MSGBUF_SIZE. The previous size lead to truncated /var/run/dmesg.boot when booted with -v. Modified: head/sys/sys/msgbuf.h Modified: head/sys/sys/msgbuf.h

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

2011-10-07 Thread Adrian Chadd
Author: adrian Date: Fri Oct 7 06:13:38 2011 New Revision: 226091 URL: http://svn.freebsd.org/changeset/base/226091 Log: Begin implementing correct MIPS24K sampling mode behaviour. * Add the interrupt bit in the configuration register * Correctly set the counter register for the

svn commit: r226095 - in head/sys/dev: esp sym

2011-10-07 Thread Marius Strobl
Author: marius Date: Fri Oct 7 08:59:54 2011 New Revision: 226095 URL: http://svn.freebsd.org/changeset/base/226095 Log: Merge from r225950: Set the sense residual properly. Reviewed by: ken Modified: head/sys/dev/esp/ncr53c9x.c head/sys/dev/sym/sym_hipd.c Modified:

svn commit: r226098 - head/sys/kern

2011-10-07 Thread Jonathan Anderson
Author: jonathan Date: Fri Oct 7 09:51:12 2011 New Revision: 226098 URL: http://svn.freebsd.org/changeset/base/226098 Log: Change one printf() to log(). As noted in kern/159780, printf() is not very jail-friendly, since it can't be easily monitored by jail management tools. This patch

Re: svn commit: r226089 - in head: share/man/man7 sys/kern

2011-10-07 Thread Andriy Gapon
on 07/10/2011 08:47 David E. O'Brien said the following: Author: obrien Date: Fri Oct 7 05:47:30 2011 New Revision: 226089 URL: http://svn.freebsd.org/changeset/base/226089 Log: Disallow various debug.kdb sysctl's when securelevel is raised. PR: 161350 Maybe the same would also

Re: svn commit: r226090 - head/sys/sys

2011-10-07 Thread Andriy Gapon
on 07/10/2011 09:00 David E. O'Brien said the following: Author: obrien Date: Fri Oct 7 06:00:00 2011 New Revision: 226090 URL: http://svn.freebsd.org/changeset/base/226090 Log: Increase MSGBUF_SIZE. The previous size lead to truncated /var/run/dmesg.boot when booted with -v.

svn commit: r226099 - head/sys/teken

2011-10-07 Thread Ed Schouten
Author: ed Date: Fri Oct 7 12:21:50 2011 New Revision: 226099 URL: http://svn.freebsd.org/changeset/base/226099 Log: Tab should not blank cells. It seems I was under the impression that a tab differs from a single forward tabulation, namely that it blanks the underlying cells. This

svn commit: r226100 - head/sys/teken/stress

2011-10-07 Thread Ed Schouten
Author: ed Date: Fri Oct 7 12:42:03 2011 New Revision: 226100 URL: http://svn.freebsd.org/changeset/base/226100 Log: Simply let teken_stress use arc4random. This makes it run quite a bit faster, since it makes system calls less often. Modified: head/sys/teken/stress/teken_stress.c

Re: svn commit: r226100 - head/sys/teken/stress

2011-10-07 Thread Andrey Chernov
On Fri, Oct 07, 2011 at 12:42:03PM +, Ed Schouten wrote: Author: ed Date: Fri Oct 7 12:42:03 2011 New Revision: 226100 URL: http://svn.freebsd.org/changeset/base/226100 Log: Simply let teken_stress use arc4random. This makes it run quite a bit faster, since it makes system

svn commit: r226101 - head/lib/libpam/modules/pam_ssh

2011-10-07 Thread Dag-Erling Smorgrav
Author: des Date: Fri Oct 7 12:58:33 2011 New Revision: 226101 URL: http://svn.freebsd.org/changeset/base/226101 Log: Load the ECDSA key if there is one. MFC after:1 week Modified: head/lib/libpam/modules/pam_ssh/pam_ssh.8 head/lib/libpam/modules/pam_ssh/pam_ssh.c Modified:

svn commit: r226103 - head/crypto/openssh

2011-10-07 Thread Dag-Erling Smorgrav
Author: des Date: Fri Oct 7 13:10:16 2011 New Revision: 226103 URL: http://svn.freebsd.org/changeset/base/226103 Log: Add a -x option that causes ssh-agent(1) to exit when all clients have disconnected. MFC after:1 week Modified: head/crypto/openssh/ssh-agent.1

svn commit: r226104 - head/sys/rpc/rpcsec_gss

2011-10-07 Thread Rick Macklem
Author: rmacklem Date: Fri Oct 7 13:16:21 2011 New Revision: 226104 URL: http://svn.freebsd.org/changeset/base/226104 Log: Remove an extraneous already from a comment introduced by r226081. Submitted by: bf1783 at googlemail.com MFC after:3 days Modified:

svn commit: r226105 - head/sys/netinet

2011-10-07 Thread Andre Oppermann
Author: andre Date: Fri Oct 7 13:43:01 2011 New Revision: 226105 URL: http://svn.freebsd.org/changeset/base/226105 Log: Add back the IP header length to the total packet length field on raw IP sockets. It was deducted in ip_input() in preparation for protocols interested only in the

Re: svn commit: r226090 - head/sys/sys

2011-10-07 Thread Matthew D. Fuller
On Fri, Oct 07, 2011 at 02:14:46PM +0300 I heard the voice of Andriy Gapon, and lo! it spake thus: on 07/10/2011 09:00 David E. O'Brien said the following: -#defineMSGBUF_SIZE (32768 * 2) +#defineMSGBUF_SIZE (32768 * 3) Heck, I am going to five! :-) I've also had options

Re: svn commit: r226090 - head/sys/sys

2011-10-07 Thread Andriy Gapon
on 07/10/2011 16:43 Matthew D. Fuller said the following: On Fri, Oct 07, 2011 at 02:14:46PM +0300 I heard the voice of Andriy Gapon, and lo! it spake thus: on 07/10/2011 09:00 David E. O'Brien said the following: -#defineMSGBUF_SIZE (32768 * 2) +#defineMSGBUF_SIZE (32768 * 3)

svn commit: r226111 - in head: lib/libc/mips lib/libc/net lib/libc/sparc64 lib/libgssapi lib/libmp lib/libulog sys/teken/libteken

2011-10-07 Thread Ed Schouten
Author: ed Date: Fri Oct 7 15:05:24 2011 New Revision: 226111 URL: http://svn.freebsd.org/changeset/base/226111 Log: Fix whitespace inconsistencies found in homegrown Symbol.maps. Modified: head/lib/libc/mips/Symbol.map head/lib/libc/net/Symbol.map head/lib/libc/sparc64/Symbol.map

svn commit: r226112 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include

2011-10-07 Thread Konstantin Belousov
Author: kib Date: Fri Oct 7 16:09:44 2011 New Revision: 226112 URL: http://svn.freebsd.org/changeset/base/226112 Log: Remove unused define. MFC after:1 month Modified: head/sys/amd64/include/proc.h head/sys/arm/include/proc.h head/sys/i386/include/proc.h

svn commit: r226113 - head/sys/netinet

2011-10-07 Thread Andre Oppermann
Author: andre Date: Fri Oct 7 16:39:03 2011 New Revision: 226113 URL: http://svn.freebsd.org/changeset/base/226113 Log: Prevent TCP sessions from stalling indefinitely in reassembly when reaching the zone limit of reassembly queue entries. When the zone limit was reached not even the

svn commit: r226114 - head/sys/netinet

2011-10-07 Thread Qing Li
Author: qingli Date: Fri Oct 7 18:01:34 2011 New Revision: 226114 URL: http://svn.freebsd.org/changeset/base/226114 Log: Remove the reference held on the loopback route when the interface address is being deleted. Only the last reference holder deletes the loopback route. All other delete

svn commit: r226116 - head/sys/dev/ppbus

2011-10-07 Thread Christian Brueffer
Author: brueffer Date: Fri Oct 7 20:54:12 2011 New Revision: 226116 URL: http://svn.freebsd.org/changeset/base/226116 Log: Add missing va_end() to clean up after va_start(). CID: 4725 Found with: Coverity Prevent(tm) MFC after:1 week Modified:

svn commit: r226117 - head/sys/netipsec

2011-10-07 Thread Christian Brueffer
Author: brueffer Date: Fri Oct 7 21:00:26 2011 New Revision: 226117 URL: http://svn.freebsd.org/changeset/base/226117 Log: Add missing va_end() in an error case to clean up after va_start() (already done in the non-error case). CID: 4726 Found with: Coverity Prevent(tm)

svn commit: r226118 - in head/sys/dev: isp mps mpt

2011-10-07 Thread Marius Strobl
Author: marius Date: Fri Oct 7 21:23:42 2011 New Revision: 226118 URL: http://svn.freebsd.org/changeset/base/226118 Log: Sync with ahc(4)/ahd(4)/sym(4) etc: Zero any sense not transferred by the device as the SCSI specification mandates that any untransferred data should be assumed to be

Re: svn commit: r225951 - head

2011-10-07 Thread Ulrich Spörlein
On Mon, 2011-10-03 at 20:46:36 +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Mon Oct 3 20:46:36 2011 New Revision: 225951 URL: http://svn.freebsd.org/changeset/base/225951 Log: Fix a number of platform problems in this file (mostly assuming that only amd64 has lib32).

svn commit: r226119 - head/share/man/man9

2011-10-07 Thread Dag-Erling Smorgrav
Author: des Date: Fri Oct 7 22:14:18 2011 New Revision: 226119 URL: http://svn.freebsd.org/changeset/base/226119 Log: Mention tdsignal(9). MFC after:1 week Modified: head/share/man/man9/Makefile head/share/man/man9/psignal.9 Modified: head/share/man/man9/Makefile

svn commit: r226120 - head/sys/netinet

2011-10-07 Thread Qing Li
Author: qingli Date: Fri Oct 7 22:22:19 2011 New Revision: 226120 URL: http://svn.freebsd.org/changeset/base/226120 Log: Do not try removing an ARP entry associated with a given interface address if that interface does not support ARP. Otherwise the system will generate error messages

svn commit: r226121 - in head: share/misc usr.bin/calendar/calendars

2011-10-07 Thread Jakub Wojciech Klama
Author: jceel Date: Fri Oct 7 23:12:33 2011 New Revision: 226121 URL: http://svn.freebsd.org/changeset/base/226121 Log: Add myself. Approved by: wkoszek (mentor) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/calendars/calendar.freebsd Modified:

svn commit: r226122 - head/share/mk

2011-10-07 Thread Stanislav Sedov
Author: stas Date: Fri Oct 7 23:43:51 2011 New Revision: 226122 URL: http://svn.freebsd.org/changeset/base/226122 Log: - ${WRKSRC} might be missing when the autotools fixup is running. Account for this. Reported by: Mykola Dzham i...@levsha.me Modified: head/share/mk/bsd.port.mk

svn commit: r226123 - head/sys/dev/bce

2011-10-07 Thread Pyun YongHyeon
Author: yongari Date: Sat Oct 8 00:00:54 2011 New Revision: 226123 URL: http://svn.freebsd.org/changeset/base/226123 Log: BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 so remove explicit checks for BCM5716. The BCM5709 and BCM5716 chips are virtually indistinguishable by

svn commit: r226124 - head/share/mk

2011-10-07 Thread Stanislav Sedov
Author: stas Date: Sat Oct 8 00:01:17 2011 New Revision: 226124 URL: http://svn.freebsd.org/changeset/base/226124 Log: - Add a couple of more sed subsitutions needed to get the correct libtool.m4. With these fixes libtool will correctly indentify the system as ELF (and not a.out). -

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

2011-10-07 Thread Lawrence Stewart
Hi Andre and RE team, I've had a patch sitting in re@'s inbox for this problem since 15th Sep and have been waiting for their go-ahead to commit. The patch I submitted is at: http://people.freebsd.org/~lstewart/patches/misctcp/tcpreassstackfix_9.x.r225576.diff The proposed commit message