svn commit: r208638 - head/sys/pc98/pc98

2010-05-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 09:07:40 2010 New Revision: 208638 URL: http://svn.freebsd.org/changeset/base/208638 Log: MFi386: revision 178471 - Add an integer argument to idle to indicate how likely we are to wake from idle over the next tick. - Add a new MD routine, cpu_wake_idl

svn commit: r208639 - head/sys/pc98/pc98

2010-05-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 09:12:02 2010 New Revision: 208639 URL: http://svn.freebsd.org/changeset/base/208639 Log: MFi386: the part of revision 181809 Use SEL_KPL macro. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c

svn commit: r208642 - head/sys/dev/ath/ath_hal

2010-05-29 Thread Rui Paulo
Author: rpaulo Date: Sat May 29 16:10:07 2010 New Revision: 208642 URL: http://svn.freebsd.org/changeset/base/208642 Log: Don't shadow the global variable 'version'. Submitted by: Arnaud Lacombe MFC after:1 week Modified: head/sys/dev/ath/ath_hal/ah_eeprom_v1.c Modified: head/sys

svn commit: r208643 - head/sys/dev/ath/ath_hal/ar5210

2010-05-29 Thread Rui Paulo
Author: rpaulo Date: Sat May 29 16:11:51 2010 New Revision: 208643 URL: http://svn.freebsd.org/changeset/base/208643 Log: Due to the way HALDEBUG() is defined, we need to add curly brackets when using it as a sole if clause instruction. Submitted by: Arnaud Lacombe MFC after:1 week

svn commit: r208644 - head/sys/dev/ath/ath_hal/ar5211

2010-05-29 Thread Rui Paulo
Author: rpaulo Date: Sat May 29 16:14:02 2010 New Revision: 208644 URL: http://svn.freebsd.org/changeset/base/208644 Log: Due to the way HALDEBUG() is defined, we need to add curly brackets when using it as a sole if clause instruction. While there, fix 'const static' typo. Submitted by

svn commit: r208645 - in head/sys: amd64/amd64 i386/i386 vm

2010-05-29 Thread Alan Cox
Author: alc Date: Sat May 29 17:10:45 2010 New Revision: 208645 URL: http://svn.freebsd.org/changeset/base/208645 Log: When I pushed down the page queues lock into pmap_is_modified(), I created an ordering dependence: A pmap operation that clears PG_WRITEABLE and calls vm_page_dirty() must p

svn commit: r208646 - head/sys/ia64/ia64

2010-05-29 Thread Alan Cox
Author: alc Date: Sat May 29 18:26:44 2010 New Revision: 208646 URL: http://svn.freebsd.org/changeset/base/208646 Log: Don't set PG_WRITEABLE in pmap_enter() unless the page is managed. Modified: head/sys/ia64/ia64/pmap.c Modified: head/sys/ia64/ia64/pmap.c ==

svn commit: r208647 - in head: sbin/mount share/man/man5

2010-05-29 Thread Jilles Tjoelker
Author: jilles Date: Sat May 29 20:24:01 2010 New Revision: 208647 URL: http://svn.freebsd.org/changeset/base/208647 Log: Clarify devfs manpages slightly. mount(8): add xref to devfs(5) devfs(5): change example to something more likely to be useful (it is not necessary to mount a devfs

Re: svn commit: r208644 - head/sys/dev/ath/ath_hal/ar5211

2010-05-29 Thread Rui Paulo
On 29 May 2010, at 17:14, Rui Paulo wrote: > Author: rpaulo > Date: Sat May 29 16:14:02 2010 > New Revision: 208644 > URL: http://svn.freebsd.org/changeset/base/208644 > > Log: > Due to the way HALDEBUG() is defined, we need to add curly brackets > when using it as a sole if clause instruction.

svn commit: r208648 - head/usr.sbin/newsyslog

2010-05-29 Thread Gordon Tetlow
Author: gordon Date: Sat May 29 22:52:17 2010 New Revision: 208648 URL: http://svn.freebsd.org/changeset/base/208648 Log: Convert newsyslog to using queue(3) macros instead of a home rolled version. Reviewed by: gad@ Approved by: wes@ (mentor) MFC after:2 months Modified: head/

svn commit: r208649 - head/usr.sbin/newsyslog

2010-05-29 Thread Gordon Tetlow
Author: gordon Date: Sat May 29 22:55:59 2010 New Revision: 208649 URL: http://svn.freebsd.org/changeset/base/208649 Log: Add file include processing for newsyslog. Format for the include line in /etc/newsyslog.conf is: /etc/defaults/newsyslog.conf Other notes of interest: Globbin

svn commit: r208650 - head/sys/dev/fdc

2010-05-29 Thread Jung-uk Kim
Author: jkim Date: Sun May 30 03:45:41 2010 New Revision: 208650 URL: http://svn.freebsd.org/changeset/base/208650 Log: Fix a regression from r200554, which broke fdc(4) attachment to acpi(4). I removed too many lines and a wrong pointer was accidentally passed down. Tested by:Scott A

Re: svn commit: r208649 - head/usr.sbin/newsyslog

2010-05-29 Thread Norikatsu Shigemura
Hi gordon. On Sat, 29 May 2010 22:55:59 + (UTC) Gordon Tetlow wrote: > Log: > Add file include processing for newsyslog. > Format for the include line in /etc/newsyslog.conf is: >/etc/defaults/newsyslog.conf Oohh my god, that's great! Do you have any works to support

svn commit: r208651 - head/sys/i386/xen

2010-05-29 Thread Alan Cox
Author: alc Date: Sun May 30 04:44:32 2010 New Revision: 208651 URL: http://svn.freebsd.org/changeset/base/208651 Log: Merge various changes from i386/i386/pmap.c: The remaining, unmerged portions of r175404 Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionally com