svn commit: r243370 - in head/sys/powerpc: aim wii

2012-11-21 Thread Adrian Chadd
Author: adrian Date: Wed Nov 21 08:04:21 2012 New Revision: 243370 URL: http://svnweb.freebsd.org/changeset/base/243370 Log: Setup BAT0 and BAT1 on the Wii. This is the missing piece for FreeBSD/Wii, but there's still a lot of work ahead. We have to reset the MMU in locore before

Re: svn commit: r243228 - head/etc

2012-11-21 Thread Chris Rees
On 20 Nov 2012 13:53, Bruce Evans b...@optusnet.com.au wrote: On Tue, 20 Nov 2012, John Hay wrote: On Sun, Nov 18, 2012 at 02:21:05PM +, Chris Rees wrote: Log: cp -R misses out dotfiles; use pax instead to copy file hierarchies PR: conf/99721 (based on) Submitted by:

svn commit: r243372 - in head: sbin/mdconfig sys/dev/md

2012-11-21 Thread Jaakko Heinonen
Author: jh Date: Wed Nov 21 16:56:47 2012 New Revision: 243372 URL: http://svnweb.freebsd.org/changeset/base/243372 Log: Disallow attaching preloaded memory disks via ioctl. - The feature is dangerous because the kernel code didn't check validity of the memory address provided from

svn commit: r243373 - head/sys/dev/md

2012-11-21 Thread Jaakko Heinonen
Author: jh Date: Wed Nov 21 17:05:57 2012 New Revision: 243373 URL: http://svnweb.freebsd.org/changeset/base/243373 Log: Print correct unit number when attaching preloaded memory disks. Retire now unused mdunits variable. Modified: head/sys/dev/md/md.c Modified: head/sys/dev/md/md.c

svn commit: r243374 - head/etc

2012-11-21 Thread Chris Rees
Author: crees (ports committer) Date: Wed Nov 21 18:12:28 2012 New Revision: 243374 URL: http://svnweb.freebsd.org/changeset/base/243374 Log: Revert r243228. This commit appears to cause more trouble than it was designed to avoid; the issue described in the PR was no longer an issue

Re: svn commit: r243320 - head/usr.bin/cut

2012-11-21 Thread Pawel Jakub Dawidek
On Tue, Nov 20, 2012 at 01:57:21AM +, Eitan Adler wrote: Author: eadler Date: Tue Nov 20 01:57:21 2012 New Revision: 243320 URL: http://svnweb.freebsd.org/changeset/base/243320 Log: Add 'w' flag to: Use whitespace (spaces and tabs) as the delimiter. Consecutive spaces and

Re: svn commit: r243341 - head/sys/kern

2012-11-21 Thread Pawel Jakub Dawidek
On Tue, Nov 20, 2012 at 03:33:48PM +, Konstantin Belousov wrote: Author: kib Date: Tue Nov 20 15:33:48 2012 New Revision: 243341 URL: http://svnweb.freebsd.org/changeset/base/243341 Log: Add a special meaning to the negative ticks argument for taskqueue_enqueue_timeout(). Do not

Re: svn commit: r243341 - head/sys/kern

2012-11-21 Thread Konstantin Belousov
On Wed, Nov 21, 2012 at 11:38:35PM +0100, Pawel Jakub Dawidek wrote: On Tue, Nov 20, 2012 at 03:33:48PM +, Konstantin Belousov wrote: Author: kib Date: Tue Nov 20 15:33:48 2012 New Revision: 243341 URL: http://svnweb.freebsd.org/changeset/base/243341 Log: Add a special

svn commit: r243387 - head/sys/dev/mmc

2012-11-21 Thread Ed Maste
Author: emaste Date: Thu Nov 22 03:54:51 2012 New Revision: 243387 URL: http://svnweb.freebsd.org/changeset/base/243387 Log: Use %u for unsigned serial number Modified: head/sys/dev/mmc/mmc.c Modified: head/sys/dev/mmc/mmc.c

svn commit: r243392 - head/share/mk

2012-11-21 Thread Simon J. Gerraty
Author: sjg Date: Thu Nov 22 04:50:42 2012 New Revision: 243392 URL: http://svnweb.freebsd.org/changeset/base/243392 Log: INSTALL_AS_USER: output of id -un will never match 0 so use id -u and USER for BINOWN etc. Approved by: marcel (mentor) Modified: head/share/mk/bsd.own.mk

svn commit: r243393 - head/share/mk

2012-11-21 Thread Simon J. Gerraty
Author: sjg Date: Thu Nov 22 04:53:09 2012 New Revision: 243393 URL: http://svnweb.freebsd.org/changeset/base/243393 Log: If .PARSEDIR is defined we have bmake, and CTFCONVERT_CMD can be empty. PR: 172440 Approved by: marcel (mentor) Modified: head/share/mk/bsd.own.mk