Author: mav
Date: Sat Sep 11 07:08:22 2010
New Revision: 212455
URL: http://svn.freebsd.org/changeset/base/212455
Log:
Merge some SCHED_ULE features to SCHED_4BSD:
- Teach SCHED_4BSD to inform cpu_idle() about high sleep/wakeup rate to
choose optimized handler. In case of x86 it is MONITOR/M
Author: mav
Date: Sat Sep 11 07:24:10 2010
New Revision: 212456
URL: http://svn.freebsd.org/changeset/base/212456
Log:
Sparc64 uses dummy cpu_idle() method. It's CPUs never sleeping. Tell
scheduler that it doesn't need to use IPI to "wake up" CPU.
Modified:
head/sys/sparc64/sparc64/machdep.
Author: avg
Date: Sat Sep 11 08:09:14 2010
New Revision: 212457
URL: http://svn.freebsd.org/changeset/base/212457
Log:
make acpi_hp device a child of acpi_wmi
to properly reflect dependency between the devices/drivers
PR: kern/147858
Suggested by: jhb
Tested by:Maciej
Author: davidxu
Date: Sat Sep 11 08:15:18 2010
New Revision: 212458
URL: http://svn.freebsd.org/changeset/base/212458
Log:
kill() does queue signal now.
Modified:
head/share/man/man3/siginfo.3
Modified: head/share/man/man3/siginfo.3
===
On 2010-09-11 10:09, Andriy Gapon wrote:
Author: avg
Date: Sat Sep 11 08:09:14 2010
New Revision: 212457
URL: http://svn.freebsd.org/changeset/base/212457
Log:
make acpi_hp device a child of acpi_wmi
to properly reflect dependency between the devices/drivers
PR: kern/147858
On Sat, 11 Sep 2010, Alexander Motin wrote:
Log:
Update PowerPC event timer code to use new event timers infrastructure.
What are the advantages of using the new event timers infrastructure?
Here it seems to only take longer and cost more (200 more lines of code).
Bruce
_
Author: davidxu
Date: Sat Sep 11 09:26:36 2010
New Revision: 212459
URL: http://svn.freebsd.org/changeset/base/212459
Log:
Make a link for pthread_timedjoin_np.
Modified:
head/share/man/man3/Makefile
Modified: head/share/man/man3/Makefile
=
On 2010-09-11 10:09, Andriy Gapon wrote:
Author: avg
Date: Sat Sep 11 08:09:14 2010
New Revision: 212457
URL: http://svn.freebsd.org/changeset/base/212457
Log:
make acpi_hp device a child of acpi_wmi
to properly reflect dependency between the devices/drivers
PR: kern/147858
Bruce Evans wrote:
> On Sat, 11 Sep 2010, Alexander Motin wrote:
>
>> Log:
>> Update PowerPC event timer code to use new event timers infrastructure.
>
> What are the advantages of using the new event timers infrastructure?
> Here it seems to only take longer and cost more (200 more lines of cod
Author: mav
Date: Sat Sep 11 09:53:33 2010
New Revision: 212460
URL: http://svn.freebsd.org/changeset/base/212460
Log:
Fix the build after r212453. IPI_STATCLOCK declaration is still needed
for build, though not really used.
Submitted by: andreast
Modified:
head/sys/powerpc/include/smp
Author: rpaulo
Date: Sat Sep 11 10:11:59 2010
New Revision: 212461
URL: http://svn.freebsd.org/changeset/base/212461
Log:
Add a comment describing where to include bsd.dtrace.mk.
Sponsored by: The FreeBSD Foundation
Modified:
head/share/mk/bsd.dtrace.mk
Modified: head/share/mk/bsd.dtrac
Author: rpaulo
Date: Sat Sep 11 10:16:15 2010
New Revision: 212462
URL: http://svn.freebsd.org/changeset/base/212462
Log:
Disable debug by default.
Sponsored by: The FreeBSD Foundation
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common/drti.c
Modified: head/cddl/contrib/openso
Author: brucec
Date: Sat Sep 11 10:49:56 2010
New Revision: 212463
URL: http://svn.freebsd.org/changeset/base/212463
Log:
Revert changes of 'assure' to 'ensure' made in r211936.
Approved by: rrs (mentor)
Modified:
head/bin/test/test.1
head/lib/libc/net/sctp_send.3
head/lib/libc/net/s
Author: rpaulo
Date: Sat Sep 11 12:58:31 2010
New Revision: 212465
URL: http://svn.freebsd.org/changeset/base/212465
Log:
Avoid a LOR (sleepable after non-sleepable) in
fasttrap_tracepoint_enable().
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/cddl/contrib/opensolaris/uts/co
Author: kib
Date: Sat Sep 11 13:06:06 2010
New Revision: 212466
URL: http://svn.freebsd.org/changeset/base/212466
Log:
Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leak
when mount and update are executed in parallel.
Encapsulate syncer vnode deallocation into the hel
On Sat, Sep 11, 2010 at 12:58:31PM +, Rui Paulo wrote:
> Author: rpaulo
> Date: Sat Sep 11 12:58:31 2010
> New Revision: 212465
> URL: http://svn.freebsd.org/changeset/base/212465
>
> Log:
> Avoid a LOR (sleepable after non-sleepable) in
> fasttrap_tracepoint_enable().
>
> Sponsored b
On 11 Sep 2010, at 14:23, Kostik Belousov wrote:
> On Sat, Sep 11, 2010 at 12:58:31PM +, Rui Paulo wrote:
>> Author: rpaulo
>> Date: Sat Sep 11 12:58:31 2010
>> New Revision: 212465
>> URL: http://svn.freebsd.org/changeset/base/212465
>>
>> Log:
>> Avoid a LOR (sleepable after non-sleepable)
On Sat, Sep 11, 2010 at 02:36:26PM +0100, Rui Paulo wrote:
> On 11 Sep 2010, at 14:23, Kostik Belousov wrote:
>
> > On Sat, Sep 11, 2010 at 12:58:31PM +, Rui Paulo wrote:
> >> Author: rpaulo
> >> Date: Sat Sep 11 12:58:31 2010
> >> New Revision: 212465
> >> URL: http://svn.freebsd.org/changese
On 11 Sep 2010, at 14:46, Kostik Belousov wrote:
> On Sat, Sep 11, 2010 at 02:36:26PM +0100, Rui Paulo wrote:
>> On 11 Sep 2010, at 14:23, Kostik Belousov wrote:
>>
>>> On Sat, Sep 11, 2010 at 12:58:31PM +, Rui Paulo wrote:
Author: rpaulo
Date: Sat Sep 11 12:58:31 2010
New Rev
Author: jilles
Date: Sat Sep 11 14:15:50 2010
New Revision: 212467
URL: http://svn.freebsd.org/changeset/base/212467
Log:
sh: Apply variable assignments left-to-right in bltinlookup().
Example:
HOME=foo HOME=bar cd
Added:
head/tools/regression/bin/sh/execution/var-assign1.0 (conten
Author: jilles
Date: Sat Sep 11 15:07:40 2010
New Revision: 212475
URL: http://svn.freebsd.org/changeset/base/212475
Log:
sh: Fix exit status if return is used within a loop condition.
Added:
head/tools/regression/bin/sh/builtins/return6.4 (contents, props changed)
head/tools/regression/b
Author: marius
Date: Sat Sep 11 18:55:00 2010
New Revision: 212477
URL: http://svn.freebsd.org/changeset/base/212477
Log:
Change OF_interpret() to also take an array of cell_t (missed in r209801).
Reviewed by: nwhitehorn
Modified:
head/sys/dev/ofw/ofw_fdt.c
head/sys/dev/ofw/ofw_if.m
On Thu, 9 Sep 2010 17:49:18 + (UTC)
Matthew D Fleming wrote:
> Author: mdf
> Date: Thu Sep 9 17:49:18 2010
> New Revision: 212367
> URL: http://svn.freebsd.org/changeset/base/212367
>
> Log:
> Add drain functionality to sbufs. The drain is a function that is
> called when the sbuf inte
On Thu, 9 Sep 2010 16:51:52 + (UTC)
Matthew D Fleming wrote:
> Author: mdf
> Date: Thu Sep 9 16:51:52 2010
> New Revision: 212365
> URL: http://svn.freebsd.org/changeset/base/212365
>
> Log:
> Refactor sbuf code so that most uses of sbuf_extend() are in a new
> sbuf_put_byte(). This ma
Author: kan
Date: Sat Sep 11 19:42:50 2010
New Revision: 212478
URL: http://svn.freebsd.org/changeset/base/212478
Log:
Add missing pointer increment to sbuf_cat.
Modified:
head/sys/kern/subr_sbuf.c
Modified: head/sys/kern/subr_sbuf.c
==
Author: mav
Date: Sat Sep 11 20:18:15 2010
New Revision: 212479
URL: http://svn.freebsd.org/changeset/base/212479
Log:
Do not print "frequency 0 Hz", when frequency is unknown.
Modified:
head/sys/kern/kern_et.c
Modified: head/sys/kern/kern_et.c
===
Author: weongyo
Date: Sat Sep 11 21:49:28 2010
New Revision: 212480
URL: http://svn.freebsd.org/changeset/base/212480
Log:
Mentions cases when bwi(4) driver should be used that it only wrote
about chipset type instead of card names because it's not easy to sort
names what cards use these chi
Author: nwhitehorn
Date: Sat Sep 11 22:09:16 2010
New Revision: 212483
URL: http://svn.freebsd.org/changeset/base/212483
Log:
ATAPI DMA does not seem to work completely reliably on Shasta controllers,
especially in conjunction with ATA_CAM, so disable it for now.
Modified:
head/sys/powerpc/
On Sat, Sep 11, 2010 at 7:42 PM, Alexander Kabaev wrote:
> Author: kan
> Date: Sat Sep 11 19:42:50 2010
> New Revision: 212478
> URL: http://svn.freebsd.org/changeset/base/212478
>
> Log:
> Add missing pointer increment to sbuf_cat.
>
> Modified:
> head/sys/kern/subr_sbuf.c
>
> Modified: head/sy
> Then, fid_reserved is no more reserved ? Should we rename it ?
>
> Comment for fid_reserved about longword alignment is wrong.
Well, it's actually more broken than that.
fid_len - Most file systems set it to the size of their variant
of the entire structure, including the Xfid_len fie
On Sun, Sep 12, 2010 at 12:41 AM, Rick Macklem wrote:
>> Then, fid_reserved is no more reserved ? Should we rename it ?
>>
>> Comment for fid_reserved about longword alignment is wrong.
>
> Well, it's actually more broken than that.
> fid_len - Most file systems set it to the size of their variant
31 matches
Mail list logo