on 08/09/2010 00:38 Jung-uk Kim said the following:
> On Monday 06 September 2010 11:28 am, John Baldwin wrote:
>> On Monday 06 September 2010 03:34:32 am Andriy Gapon wrote:
>>> Author: avg
>>> Date: Mon Sep 6 07:34:32 2010
>>> New Revision: 212251
>>> URL: http://svn.freebsd.org/changeset/base/2
Author: davidxu
Date: Wed Sep 8 02:18:20 2010
New Revision: 212312
URL: http://svn.freebsd.org/changeset/base/212312
Log:
To avoid possible race condition, SIGCANCEL is always sent except the
thread is dead.
Modified:
head/lib/libthr/thread/thr_cancel.c
Modified: head/lib/libthr/thread/th
Author: davidxu
Date: Wed Sep 8 01:55:03 2010
New Revision: 212311
URL: http://svn.freebsd.org/changeset/base/212311
Log:
MFC: r212047
If a process is being debugged, skips job control caused by SIGSTOP/SIGCONT
signals, because it is managed by debugger, however a normal signal sent to
Author: rmacklem
Date: Wed Sep 8 01:41:22 2010
New Revision: 212310
URL: http://svn.freebsd.org/changeset/base/212310
Log:
MFC: r211830
Add mutex locking for the call to replay_prune() in
replay_setsize(), since replay_prune() expects the
rc_lock to be held when it is called.
Modified:
Author: rmacklem
Date: Wed Sep 8 01:18:09 2010
New Revision: 212309
URL: http://svn.freebsd.org/changeset/base/212309
Log:
MFC: r211789
If the first iteration of the do loop in replay_prune()
succeeded and a subsequent interation failed to find an
entry to prune, it could loop infinitely,
Author: nwhitehorn
Date: Tue Sep 7 23:31:48 2010
New Revision: 212308
URL: http://svn.freebsd.org/changeset/base/212308
Log:
Fix an error made in r209975 related to context ID allocation for 64-bit
PowerPC CPUs running a 32-bit kernel. This bug could cause in-use VSIDs
to be allocated again
Author: yongari
Date: Tue Sep 7 23:08:38 2010
New Revision: 212307
URL: http://svn.freebsd.org/changeset/base/212307
Log:
Consistently use tab characters instead of tab + space characters.
No functional changes.
Modified:
head/sys/dev/mii/brgphy.c
head/sys/dev/mii/brgphyreg.h
Modified:
Author: yongari
Date: Tue Sep 7 22:44:29 2010
New Revision: 212306
URL: http://svn.freebsd.org/changeset/base/212306
Log:
Remove trailing CR at EOL.
Modified:
head/sys/dev/mii/brgphyreg.h
Modified: head/sys/dev/mii/brgphyreg.h
Author: ivoras
Date: Tue Sep 7 22:40:45 2010
New Revision: 212305
URL: http://svn.freebsd.org/changeset/base/212305
Log:
Avoid "Entry can disappear before we lock fdvp" panic.
PR: 150143
Submitted by: Gleb Kurtsou
Pretty sure it won't blow up: mckusick
MFC after:2 week
On Monday 06 September 2010 11:28 am, John Baldwin wrote:
> On Monday 06 September 2010 03:34:32 am Andriy Gapon wrote:
> > Author: avg
> > Date: Mon Sep 6 07:34:32 2010
> > New Revision: 212251
> > URL: http://svn.freebsd.org/changeset/base/212251
> >
> > Log:
> > acpi_hp: fix bus attachment co
Author: jfv
Date: Tue Sep 7 21:28:45 2010
New Revision: 212304
URL: http://svn.freebsd.org/changeset/base/212304
Log:
Code correction in refresh_mbufs, just continuing
without index recalc was wrong.
Modified:
head/sys/dev/e1000/if_em.c
Modified: head/sys/dev/e1000/if_em.c
===
Author: jfv
Date: Tue Sep 7 20:13:08 2010
New Revision: 212303
URL: http://svn.freebsd.org/changeset/base/212303
Log:
Tighten up the rx mbuf refresh code, there were some
discrepencies from the igb version which was the target.
Change the message when neither MSI or MSIX are enabled
an
On Fri, Sep 03, 2010 at 11:27:14PM -0700, Pyun YongHyeon wrote:
> On Fri, Sep 3, 2010 at 9:29 PM, Alexander Kabaev wrote:
> > On Tue, 31 Aug 2010 17:33:48 + (UTC)
> > Pyun YongHyeon wrote:
> >
> >> Author: yongari
> >> Date: Tue Aug 31 17:33:48 2010
> >> New Revision: 212061
> >> URL: http://
Author: yongari
Date: Tue Sep 7 18:29:29 2010
New Revision: 212302
URL: http://svn.freebsd.org/changeset/base/212302
Log:
Make sure to create DMA'able memory for statistics block. This was
missed in r212061 and it caused crashes for 570x controllers as
controller DMAed statistics to physica
Author: delphij
Date: Tue Sep 7 18:14:59 2010
New Revision: 212301
URL: http://svn.freebsd.org/changeset/base/212301
Log:
MFC r205662 + r212066 (except efi part):
Our boot loader is capable of booting both i386 and amd64 kernels so
call it "x86" instead of "i386".
Modified:
stable/8/s
Author: delphij
Date: Tue Sep 7 18:14:50 2010
New Revision: 212300
URL: http://svn.freebsd.org/changeset/base/212300
Log:
MFC r205662 + r212066 (except efi part):
Our boot loader is capable of booting both i386 and amd64 kernels so
call it "x86" instead of "i386".
Modified:
stable/7/s
On Mon, Sep 06, 2010 at 11:02:50AM +, Christian Brueffer wrote:
> Author: brueffer
> Date: Mon Sep 6 11:02:50 2010
> New Revision: 212254
> URL: http://svn.freebsd.org/changeset/base/212254
>
> Log:
> sis(4) should work on all architectures now.
>
Thanks a lot!
___
Author: emax
Date: Tue Sep 7 16:36:03 2010
New Revision: 212296
URL: http://svn.freebsd.org/changeset/base/212296
Log:
Do not request SDP attributes using ranges.
Apparently some devices do not like it.
MFC after:1 week
Tested by:Buganini < buganini at gmail dot com >
Modified
Author: jhb
Date: Tue Sep 7 14:29:45 2010
New Revision: 212293
URL: http://svn.freebsd.org/changeset/base/212293
Log:
Store the full timestamp when caching timestamps of files and
directories for purposes of validating name cache entries. This
closes races where two updates to a file or di
Author: jhb
Date: Tue Sep 7 13:50:02 2010
New Revision: 212292
URL: http://svn.freebsd.org/changeset/base/212292
Log:
Each processor socket in a QPI system has a special PCI bus for the
"uncore" devices (such as the memory controller) in that socket. Stop
hardcoding support for two busses,
Author: bz
Date: Tue Sep 7 13:10:46 2010
New Revision: 212291
URL: http://svn.freebsd.org/changeset/base/212291
Log:
MFC r212209:
In case of RADIX_MPATH do not leak the IN_IFADDR read lock on
early return.
Modified:
stable/8/sys/netinet/in.c
Directory Properties:
stable/8/sys/
Author: kib
Date: Tue Sep 7 12:06:41 2010
New Revision: 212290
URL: http://svn.freebsd.org/changeset/base/212290
Log:
MFC r211748:
Move the __stack_chk_fail_lo...@fbsd_1.0 compat symbol definition into
the separate .o for libc_pic.a. This prevents rtld from making the
symbol global.
Adde
Author: kib
Date: Tue Sep 7 12:04:07 2010
New Revision: 212289
URL: http://svn.freebsd.org/changeset/base/212289
Log:
MFC r211743:
Remove unused source.
Deleted:
stable/8/lib/libthr/thread/thr_atfork.c
Modified:
Directory Properties:
stable/8/lib/libthr/ (props changed)
___
Author: kib
Date: Tue Sep 7 12:02:34 2010
New Revision: 212288
URL: http://svn.freebsd.org/changeset/base/212288
Log:
MFC r211742:
The __hidden definition is provided by sys/cdefs.h.
Modified:
stable/8/lib/libthr/thread/thr_private.h
Directory Properties:
stable/8/lib/libthr/ (props ch
Author: bz
Date: Tue Sep 7 11:46:09 2010
New Revision: 212287
URL: http://svn.freebsd.org/changeset/base/212287
Log:
MFC r212152:
MFp4 CH=183259:
No reason to use if_free_type() as we don't change our type.
Just if_free() is fine.
Modified:
stable/8/sys/net/if_epair.c
D
Author: tijl
Date: Tue Sep 7 08:33:17 2010
New Revision: 212286
URL: http://svn.freebsd.org/changeset/base/212286
Log:
GCC defines built-ins for atomic instructions found on i486 and higher.
Because FreeBSD no longer supports the 80386 cpu all code targeting
FreeBSD/i386 necessarily runs on
On Tue, Sep 07, 2010 at 12:23:45AM +, Ryan Stone wrote:
> Author: rstone
> Date: Tue Sep 7 00:23:45 2010
> New Revision: 212281
> URL: http://svn.freebsd.org/changeset/base/212281
>
> Log:
> In munmap() downgrade the vm_map_lock to a read lock before taking a read
> lock on the pmc-sx loc
On Fri, 3 Sep 2010, Roman Divacky wrote:
Log:
Change the parameter passed to the inline assembly to u_short
as we are dealing with 16bit segment registers. Change mov
to movw.
u_ints were used intentionally to avoid operand size prefixes here
and extra code for promotions in callers. Segme
Author: jchandra
Date: Tue Sep 7 07:31:58 2010
New Revision: 212285
URL: http://svn.freebsd.org/changeset/base/212285
Log:
PCIe updates for XLS.
Fix interrupt routing so that the irq returned is correct for XLR and
XLS. This also updates the MSI hack we had earlier - we still don't
rea
29 matches
Mail list logo