svn commit: r208263 - head/lib/libarchive

2010-05-18 Thread Tim Kientzle
Author: kientzle Date: Tue May 18 14:11:38 2010 New Revision: 208263 URL: http://svn.freebsd.org/changeset/base/208263 Log: Retry reads that fail with EINTR. This fixes a problem with bsdtar failing on SIGINT. Modified: head/lib/libarchive/archive_read_open_fd.c

svn commit: r208264 - in head/sys: kern vm

2010-05-18 Thread Alan Cox
Author: alc Date: Tue May 18 16:40:29 2010 New Revision: 208264 URL: http://svn.freebsd.org/changeset/base/208264 Log: The page queues lock is no longer required by vm_page_set_invalid(), so eliminate it. Assert that the object containing the page is locked in vm_page_test_dirty().

svn commit: r208265 - head/sys/mips/rmi/dev/xlr

2010-05-18 Thread Rui Paulo
Author: rpaulo Date: Tue May 18 17:01:07 2010 New Revision: 208265 URL: http://svn.freebsd.org/changeset/base/208265 Log: Add a device description. Modified: head/sys/mips/rmi/dev/xlr/rge.c Modified: head/sys/mips/rmi/dev/xlr/rge.c

svn commit: r208273 - head/usr.sbin/ntp/doc

2010-05-18 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Tue May 18 18:14:12 2010 New Revision: 208273 URL: http://svn.freebsd.org/changeset/base/208273 Log: Add a sentence to the man page explaining that the -d option can only be used when ntpd is compiled with DEBUG support. PR: docs/138206

svn commit: r208276 - head/sys/dev/fb

2010-05-18 Thread Jung-uk Kim
Author: jkim Date: Tue May 18 18:28:17 2010 New Revision: 208276 URL: http://svn.freebsd.org/changeset/base/208276 Log: Remove unnecessary pointer increment. A wrong pointer may be passed to free(9) and it can cause kernel panic when there are multiple graphics controllers in the system.

svn commit: r208278 - head/sys/powerpc/include

2010-05-18 Thread Rafal Jaworowski
Author: raj Date: Tue May 18 21:23:51 2010 New Revision: 208278 URL: http://svn.freebsd.org/changeset/base/208278 Log: Provide missing members for Book-E pmap (and fix build). Modified: head/sys/powerpc/include/pmap.h Modified: head/sys/powerpc/include/pmap.h

Re: svn commit: r207851 - head/sys/dev/sge

2010-05-18 Thread Pyun YongHyeon
On Tue, May 18, 2010 at 10:53:27PM +, Bjoern A. Zeeb wrote: On Tue, 18 May 2010, Pyun YongHyeon wrote: On Tue, May 18, 2010 at 03:27:33AM +, Bjoern A. Zeeb wrote: On Mon, 10 May 2010, Pyun YongHyeon wrote: Author: yongari Date: Mon May 10 17:14:14 2010 New Revision: 207851 URL:

svn commit: r208284 - head/sys/netinet6

2010-05-18 Thread Alfred Perlstein
Author: alfred Date: Wed May 19 00:35:47 2010 New Revision: 208284 URL: http://svn.freebsd.org/changeset/base/208284 Log: Fix our version of IPv6 address representation. We do not respect rules 3 and 4 in the required list: 1. omit leading zeros 2. :: used to their maximum extent

svn commit: r208285 - head/sys/powerpc/powermac

2010-05-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed May 19 01:37:47 2010 New Revision: 208285 URL: http://svn.freebsd.org/changeset/base/208285 Log: Correct a typo. Pointy hat to:me Modified: head/sys/powerpc/powermac/cpcht.c Modified: head/sys/powerpc/powermac/cpcht.c