svn commit: r247538 - stable/9/usr.bin/du

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 09:39:53 2013 New Revision: 247538 URL: http://svnweb.freebsd.org/changeset/base/247538 Log: MFH (r238602): add -g (gigabyte) flag Modified: stable/9/usr.bin/du/du.1 stable/9/usr.bin/du/du.c Directory Properties: stable/9/usr.bin/du/ (props changed) Modifie

svn commit: r247541 - stable/9/usr.bin/find

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 09:49:55 2013 New Revision: 247541 URL: http://svnweb.freebsd.org/changeset/base/247541 Log: MFH (r240278): document -quit Modified: stable/9/usr.bin/find/find.1 Directory Properties: stable/9/usr.bin/find/ (props changed) Modified: stable/9/usr.bin/find/find

svn commit: r247544 - stable/9/lib

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 10:33:31 2013 New Revision: 247544 URL: http://svnweb.freebsd.org/changeset/base/247544 Log: MFH (r246328): sort knobs Modified: stable/9/lib/Makefile (contents, props changed) Directory Properties: stable/9/lib/ (props changed) Modified: stable/9/lib/Makef

svn commit: r247547 - in stable/9/sys: amd64/amd64 i386/i386 x86/x86

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 14:54:26 2013 New Revision: 247547 URL: http://svnweb.freebsd.org/changeset/base/247547 Log: MFC 245577,245640: Don't attempt to use clflush on the local APIC register window. Various CPUs exhibit bad behavior if this is done (Intel Errata AAJ3, hangs on Penti

svn commit: r247553 - stable/9/lib/libproc

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 16:18:40 2013 New Revision: 247553 URL: http://svnweb.freebsd.org/changeset/base/247553 Log: MFC 246035: - Compute the correct size to reallocate when doubling the size of the array of loaded objects to avoid a buffer overrun. - Use reallocf() to avoid leakin

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Mike Tancsa
On 2/28/2013 1:43 PM, Dag-Erling Smørgrav wrote: > Author: des > Date: Thu Feb 28 18:43:50 2013 > New Revision: 247485 > URL: http://svnweb.freebsd.org/changeset/base/247485 > > Log: > Pull in OpenSSH 6.1 from head. Hi, I updated a box to RELENG_9 with this change, and I can no longer s

svn commit: r247555 - in stable/9/sys: dev/usb/net kern pci sys

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 17:10:43 2013 New Revision: 247555 URL: http://svnweb.freebsd.org/changeset/base/247555 Log: MFC 246037: Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the compiler from caching their values in tight loops. Modified: stable/9/sys/dev/usb

svn commit: r247557 - stable/9/contrib/llvm/tools/clang/lib/Driver

2013-03-01 Thread Dimitry Andric
Author: dim Date: Fri Mar 1 17:37:57 2013 New Revision: 247557 URL: http://svnweb.freebsd.org/changeset/base/247557 Log: MFC r247166: Pull in r172354 from upstream clang trunk: Refactor the x86 CPU name logic in the driver and pass -march and -mcpu flag information down from the

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Mike Tancsa
On 3/1/2013 11:35 AM, Mike Tancsa wrote: > On 2/28/2013 1:43 PM, Dag-Erling Smørgrav wrote: >> Author: des >> Date: Thu Feb 28 18:43:50 2013 >> New Revision: 247485 >> URL: http://svnweb.freebsd.org/changeset/base/247485 >> >> Log: >> Pull in OpenSSH 6.1 from head. > > Hi, > I updated a bo

svn commit: r247558 - in stable/9/sys: amd64/linux32 compat/linux i386/linux

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 18:39:46 2013 New Revision: 247558 URL: http://svnweb.freebsd.org/changeset/base/247558 Log: MFC 245849: Don't assume that all Linux TCP-level socket options are identical to FreeBSD TCP-level socket options (only the first two are). Instead, using a mapping f

svn commit: r247562 - stable/9/usr.sbin/tcpdrop

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 19:01:40 2013 New Revision: 247562 URL: http://svnweb.freebsd.org/changeset/base/247562 Log: MFC 246129: Allow the address and ports to be separated by a colon or period rather than a space to permit directly pasting the output of commands such as netstat and s

svn commit: r247566 - in stable/9: etc/mtree include usr.sbin/pciconf

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 19:39:54 2013 New Revision: 247566 URL: http://svnweb.freebsd.org/changeset/base/247566 Log: MFC 246367: Install and as userland headers in /usr/include. Modified: stable/9/etc/mtree/BSD.include.dist stable/9/include/Makefile stable/9/usr.sbin/pciconf/Ma

svn commit: r247568 - in stable/9: contrib/openpam contrib/openpam/bin contrib/openpam/bin/openpam_dump_policy contrib/openpam/bin/pamtest contrib/openpam/bin/su contrib/openpam/doc contrib/openpam...

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 19:42:50 2013 New Revision: 247568 URL: http://svnweb.freebsd.org/changeset/base/247568 Log: Pull in OpenPAM Micrampelis from head. Also merge a few minor module changes, most importantly support for ECDSA keys in pam_ssh. Added: stable/9/contrib/openpam/TODO

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Dag-Erling Smørgrav
Mike Tancsa writes: > OK, so it looks like something to do with hardware crypto. If I unload > aesni.ko and restart sshd, it works, even with aes128-cbc which I guess > it was trying to use cryptodev Are you sure this was due to the OpenSSH update, and not the OpenSSL update a few days ago? Can

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Mike Tancsa
On 3/1/2013 2:44 PM, Dag-Erling Smørgrav wrote: > Mike Tancsa writes: >> OK, so it looks like something to do with hardware crypto. If I unload >> aesni.ko and restart sshd, it works, even with aes128-cbc which I guess >> it was trying to use cryptodev > > Are you sure this was due to the OpenSSH

svn commit: r247572 - stable/9/sys/dev/oce

2013-03-01 Thread Josh Paetzel
Author: jpaetzel Date: Fri Mar 1 20:33:35 2013 New Revision: 247572 URL: http://svnweb.freebsd.org/changeset/base/247572 Log: MFC 246799: Resolve issue that caused WITNESS to report LORs. Modified: stable/9/sys/dev/oce/oce_if.c stable/9/sys/dev/oce/oce_if.h Directory Properties: sta

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Dag-Erling Smørgrav
Mike Tancsa writes: > Dag-Erling Smørgrav writes: > > Are you sure this was due to the OpenSSH update, and not the OpenSSL > > update a few days ago? Can you try to roll back to r247484? > I didnt think openssl got updated on RELENG_9 ? Ah, you're right. There is an OpenSSL commit immediately

svn commit: r247576 - stable/9/sbin/devd

2013-03-01 Thread Ian Lepore
Author: ian Date: Fri Mar 1 20:48:53 2013 New Revision: 247576 URL: http://svnweb.freebsd.org/changeset/base/247576 Log: MFC r246121 ... Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can close their socket connection any time, and devd only notices that when it gets

svn commit: r247589 - in stable/9/sys: fs/ext2fs ufs/ufs

2013-03-01 Thread Pedro F. Giffuni
Author: pfg Date: Fri Mar 1 22:03:57 2013 New Revision: 247589 URL: http://svnweb.freebsd.org/changeset/base/247589 Log: MFC r246562: Remove unused MAXSYMLINKLEN macro. Reviewed by: mckusick PR: kern/175794 Modified: stable/9/sys/fs/ext2fs/inode.h stable/9/sys/ufs/

svn commit: r247607 - in stable: 8 9

2013-03-01 Thread Xin LI
Author: delphij Date: Sat Mar 2 01:04:02 2013 New Revision: 247607 URL: http://svnweb.freebsd.org/changeset/base/247607 Log: MFC r247422: Add a reminder that the user should update boot block if they are upgrading their existing system and use LZ4 compression for ZFS. Suggested by:

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-03-01 Thread Mike Tancsa
On 3/1/2013 3:34 PM, Dag-Erling Smørgrav wrote: > Mike Tancsa writes: >> Dag-Erling Smørgrav writes: >>> Are you sure this was due to the OpenSSH update, and not the OpenSSL >>> update a few days ago? Can you try to roll back to r247484? >> I didnt think openssl got updated on RELENG_9 ? > > Ah