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
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
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
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
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
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
===
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
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
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
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
==
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
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
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
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
===
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
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.:
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
==
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
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
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
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
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
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
23 matches
Mail list logo