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
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
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
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
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
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
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
==
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
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.
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/
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
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
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
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
14 matches
Mail list logo