svn commit: r208609 - in head/sys: amd64/amd64 i386/i386

2010-05-27 Thread Alan Cox
Author: alc Date: Fri May 28 06:49:57 2010 New Revision: 208609 URL: http://svn.freebsd.org/changeset/base/208609 Log: Defer freeing any page table pages in pmap_remove_all() until after the page queues lock is released. This may reduce the amount of time that the page queues lock is held b

svn commit: r208608 - head/sys/mips/mips

2010-05-27 Thread Neel Natu
Author: neel Date: Fri May 28 05:34:43 2010 New Revision: 208608 URL: http://svn.freebsd.org/changeset/base/208608 Log: Get rid of unused variable 'virtual_sys_start'. Modified: head/sys/mips/mips/pmap.c Modified: head/sys/mips/mips/pmap.c

svn commit: r208607 - head/sys/mips/mips

2010-05-27 Thread Neel Natu
Author: neel Date: Fri May 28 02:00:15 2010 New Revision: 208607 URL: http://svn.freebsd.org/changeset/base/208607 Log: If 'timer2hz' is zero then we don't need to call 'timer2clock()' directly. It will be called automatically by 'timer1clock()'. Do profiling as often as possible by runni

svn commit: r208606 - head/crypto/openssh

2010-05-27 Thread Colin Percival
Author: cperciva Date: Fri May 28 01:06:40 2010 New Revision: 208606 URL: http://svn.freebsd.org/changeset/base/208606 Log: Fix .Dd line: FreeBSD's mdoc code doesn't understand OpenBSD's $Mdocdate$. MFC after:3 days Modified: head/crypto/openssh/ssh-pkcs11-helper.8 Modified: head/cr

svn commit: r208605 - head/sys/nfsclient

2010-05-27 Thread Xin LI
Author: delphij Date: Thu May 27 22:59:37 2010 New Revision: 208605 URL: http://svn.freebsd.org/changeset/base/208605 Log: Fix build: newnp represents newvp so KDTRACE_NFS_ATTRCACHE_FLUSH_DONE() on newvp instead of vp here. Modified: head/sys/nfsclient/nfs_vnops.c Modified: head/sys/nfscli

svn commit: r208604 - head/sys/i386/i386

2010-05-27 Thread Konstantin Belousov
Author: kib Date: Thu May 27 18:33:00 2010 New Revision: 208604 URL: http://svn.freebsd.org/changeset/base/208604 Log: Clarify a potential issue in get_fpcontext() use. MFC after:1 week Modified: head/sys/i386/i386/machdep.c Modified: head/sys/i386/i386/machdep.c ===

svn commit: r208603 - head/sys/nfsclient

2010-05-27 Thread John Baldwin
Author: jhb Date: Thu May 27 18:07:20 2010 New Revision: 208603 URL: http://svn.freebsd.org/changeset/base/208603 Log: More gracefully handle stale file handles and attributes when opening a file via NFS. Specifically, to satisfy close-to-open-consistency, the NFS client always performs at

svn commit: r208602 - head/tools/regression/sockets/unix_close_race

2010-05-27 Thread Robert Watson
Author: rwatson Date: Thu May 27 15:28:55 2010 New Revision: 208602 URL: http://svn.freebsd.org/changeset/base/208602 Log: Correct several nits/problems in the unix_close_race regression test. Submitted by: Mikolaj Golub MFC after:3 days Modified: head/tools/regression/sockets/uni

svn commit: r208601 - head/sys/kern

2010-05-27 Thread Robert Watson
Author: rwatson Date: Thu May 27 15:27:31 2010 New Revision: 208601 URL: http://svn.freebsd.org/changeset/base/208601 Log: When close() is called on a connected socket pair, SO_ISCONNECTED might be set but be cleared before the call to sodisconnect(). In this case, ENOTCONN is returned: sup

svn commit: r208598 - head/usr.sbin/pkg_install/updating

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:53 2010 New Revision: 208598 URL: http://svn.freebsd.org/changeset/base/208598 Log: mdoc: use mdoc spelling of Umlauts Modified: head/usr.sbin/pkg_install/updating/pkg_updating.1 Modified: head/usr.sbin/pkg_install/updating/pkg_updating.1 ==

svn commit: r208596 - in head: sbin/fsck_msdosfs share/man/man4 usr.sbin/dconschat

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:40 2010 New Revision: 208596 URL: http://svn.freebsd.org/changeset/base/208596 Log: mdoc: .Ud has attitude, it takes no argument! Modified: head/sbin/fsck_msdosfs/fsck_msdosfs.8 head/share/man/man4/dcons.4 head/share/man/man4/sbp_targ.4 head/usr.sbin/d

svn commit: r208595 - head/lib/libpmc

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:33 2010 New Revision: 208595 URL: http://svn.freebsd.org/changeset/base/208595 Log: mdoc: Use mdoc macro for the (R) symbol While here, also drop the unneeded quotes Modified: head/lib/libpmc/pmc.core.3 Modified: head/lib/libpmc/pmc.core.3

svn commit: r208593 - in head/usr.sbin: fdcontrol i2c smbmsg

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:19 2010 New Revision: 208593 URL: http://svn.freebsd.org/changeset/base/208593 Log: mdoc: Remove leading garbage, empty lines and order preamble Modified: head/usr.sbin/fdcontrol/fdcontrol.8 head/usr.sbin/i2c/i2c.8 head/usr.sbin/smbmsg/smbmsg.8 Modified

svn commit: r208597 - head/share/man/man4

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:47 2010 New Revision: 208597 URL: http://svn.freebsd.org/changeset/base/208597 Log: mdoc: remove duplicate width argument Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4 ===

svn commit: r208594 - in head: lib/msun/man share/man/man9 usr.sbin/nfsd

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:27 2010 New Revision: 208594 URL: http://svn.freebsd.org/changeset/base/208594 Log: mdoc: Garbage collect unused/unneeded macros Modified: head/lib/msun/man/math.3 head/share/man/man9/atomic.9 head/usr.sbin/nfsd/nfsv4.4 head/usr.sbin/nfsd/stablerestart

svn commit: r208592 - head/usr.bin/mail

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 12:59:49 2010 New Revision: 208592 URL: http://svn.freebsd.org/changeset/base/208592 Log: mail(1) misses addresses when replying to all There's a parsing error for fields where addresses are not separated by space. This is often produced by MS Outlook, eg.:

svn commit: r208591 - head/sys/modules/iwnfw

2010-05-27 Thread Rui Paulo
Author: rpaulo Date: Thu May 27 12:54:42 2010 New Revision: 208591 URL: http://svn.freebsd.org/changeset/base/208591 Log: Revert r208590. A license ack is not needed as per r186984. Modified: head/sys/modules/iwnfw/Makefile.inc Modified: head/sys/modules/iwnfw/Makefile.inc ==

Re: svn commit: r208585 - head/sys/mips/mips

2010-05-27 Thread Bruce Evans
On Thu, 27 May 2010, Alexander Motin wrote: Neel Natu wrote: However it is not immediately obvious why we prefer to run the statistics timer at (or very close to) 128Hz. Any pointers? I haven't looked myself, but sources report that some legacy code depend on it: http://lists.freebsd.org/pipe

svn commit: r208590 - head/sys/modules/iwnfw

2010-05-27 Thread Rui Paulo
Author: rpaulo Date: Thu May 27 12:11:21 2010 New Revision: 208590 URL: http://svn.freebsd.org/changeset/base/208590 Log: Make the user ack the license before using this firmware. MFC after:3 days Modified: head/sys/modules/iwnfw/Makefile.inc Modified: head/sys/modules/iwnfw/Makefil

Re: svn commit: r208585 - head/sys/mips/mips

2010-05-27 Thread Bruce Evans
On Wed, 26 May 2010, Neel Natu wrote: On Wed, May 26, 2010 at 8:20 PM, Alexander Motin wrote: Neel Natu wrote: Also, as soon as you run timer1 on frequency higher then hz - it is strange to see ? ? ? ?stathz = hz; ? ? ? ?profhz = hz; there. It is just useless. Better would be to do same as

svn commit: r208589 - head/sys/mips/mips

2010-05-27 Thread Jayachandran C.
Author: jchandra Date: Thu May 27 10:05:40 2010 New Revision: 208589 URL: http://svn.freebsd.org/changeset/base/208589 Log: Call VM_WAIT in pmap_ptpgzone_allocf() if M_WAITOK is set. Removed unused variable. Approved by: rrs (mentor) Modified: head/sys/mips/mips/pmap.c Modified: hea

svn commit: r208588 - in head/share/doc/legal: . intel_iwn

2010-05-27 Thread Rui Paulo
Author: rpaulo Date: Thu May 27 08:21:52 2010 New Revision: 208588 URL: http://svn.freebsd.org/changeset/base/208588 Log: Install Intel iwn(4) firmware license. MFC after:3 days Added: head/share/doc/legal/intel_iwn/ head/share/doc/legal/intel_iwn/Makefile (contents, props change

svn commit: r208587 - in head/sys: kern sys

2010-05-27 Thread Attilio Rao
Author: attilio Date: Thu May 27 08:10:12 2010 New Revision: 208587 URL: http://svn.freebsd.org/changeset/base/208587 Log: Add the support for reporting the NOCOREDUMP flag from sysctl_kern_proc_vmmap(). Sponsored by: Sandvine Incorporated Reviewed by: kib, emaste MFC after:1 wee