Author: raj
Date: Fri Mar 13 06:28:20 2009
New Revision: 189757
URL: http://svn.freebsd.org/changeset/base/189757
Log:
Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.
Inspired by discussion with Alexey V Fedorov on freebsd-powe...@.
Modified:
head/sys/powerpc/i
Author: davidxu
Date: Fri Mar 13 06:06:20 2009
New Revision: 189756
URL: http://svn.freebsd.org/changeset/base/189756
Log:
1) Check NULL pointer before calling umtx_pi_adjust_locked(), this avoids
a PANIC.
2) Rework locking for POSIX priority-mutex, this fixes a
race where a thread m
Author: imp
Date: Fri Mar 13 05:31:27 2009
New Revision: 189755
URL: http://svn.freebsd.org/changeset/base/189755
Log:
Minorly improved debugging. Use the DEVPRINTF macro and report the
offset for memory when mapping in the CIS.
Modified:
head/sys/dev/cardbus/cardbus_cis.c
Modified: head/
Author: grog
Date: Fri Mar 13 03:51:41 2009
New Revision: 189754
URL: http://svn.freebsd.org/changeset/base/189754
Log:
Add menus to read install.cfg from any disk device sysinstall can see
(eg USB key, CD) rather than just floppy.
Handle \r\n line termination in a cfg file.
Add keep
Author: imp
Date: Fri Mar 13 02:15:49 2009
New Revision: 189752
URL: http://svn.freebsd.org/changeset/base/189752
Log:
We need to initialize the console for dcons to work.
Submitted by: nork@
Modified:
head/sys/dev/dcons/dcons_os.c
Modified: head/sys/dev/dcons/dcons_os.c
===
Author: obrien
Date: Fri Mar 13 01:28:10 2009
New Revision: 189751
URL: http://svn.freebsd.org/changeset/base/189751
Log:
Catch up with the sx_object -> lock_object change.
Modified:
stable/6/sys/sys/lock.h
Modified: stable/6/sys/sys/lock.h
===
Author: jhb
Date: Thu Mar 12 22:01:42 2009
New Revision: 189750
URL: http://svn.freebsd.org/changeset/base/189750
Log:
Disable the vm_page_startup assertion for now. It always fails on
platforms with superpages currently because the pages used by
vm_reserv_startup() are incorrectly included
Author: jhb
Date: Thu Mar 12 20:41:52 2009
New Revision: 189749
URL: http://svn.freebsd.org/changeset/base/189749
Log:
The recent change to use memory > 1MB for the heap by default broke CD
booting because the CD driver did not use bounce buffers to ensure
request buffers sent to the BIOS we
On Tue, Mar 10, 2009 at 03:19:50PM +, Guido van Rooij wrote:
> Author: guido
> Date: Tue Mar 10 15:19:49 2009
> New Revision: 189624
> URL: http://svn.freebsd.org/changeset/base/189624
>
> Log:
> When swap resides on a mirror and it is not stopped, the mirror
> is degraded upon the next re
John Baldwin wrote:
On Monday 09 March 2009 3:35:20 pm John Baldwin wrote:
Author: jhb
Date: Mon Mar 9 19:35:20 2009
New Revision: 189595
URL: http://svn.freebsd.org/changeset/base/189595
Log:
Adjust some variables (mostly related to the buffer cache) that hold
address space sizes to be
Author: rpaulo
Date: Thu Mar 12 18:59:39 2009
New Revision: 189748
URL: http://svn.freebsd.org/changeset/base/189748
Log:
Add support for 10h and 11h family of processors. Also, make the sysctl
look like a temperature.
This driver will most likely be renamed to something more meaningful i
Sam Leffler wrote:
Author: sam
Date: Thu Mar 12 18:18:28 2009
New Revision: 189747
URL: http://svn.freebsd.org/changeset/base/189747
Log:
preliminary ar9280 support:
Several things to note:
1. This is legacy only (no 11n)
2. This is VERY preliminary code; tested only in sta+monitor mode
Author: sam
Date: Thu Mar 12 18:18:28 2009
New Revision: 189747
URL: http://svn.freebsd.org/changeset/base/189747
Log:
preliminary ar9280 support:
o add 9280 attach that sets up ini, cal, etc.
o new rf backend for 9280 and later parts
o split ini setup and spur mitigation support out to me
Author: jhb
Date: Thu Mar 12 17:32:04 2009
New Revision: 189746
URL: http://svn.freebsd.org/changeset/base/189746
Log:
MFC: Export hz, maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz,
maxssiz, and sgrowsiz via sysctl.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib
Author: jhb
Date: Thu Mar 12 17:23:02 2009
New Revision: 189745
URL: http://svn.freebsd.org/changeset/base/189745
Log:
Change the sysctls for maxbcache and maxswzone from int to long. I missed
this earlier since these sysctls don't exist in 7.x yet.
Modified:
head/sys/kern/subr_param.c
Mo
Author: jhb
Date: Thu Mar 12 17:21:58 2009
New Revision: 189744
URL: http://svn.freebsd.org/changeset/base/189744
Log:
Export the current values of nbuf, ncallout, and nswbuf via read-only
sysctls that match the tunable names.
MFC after:3 days
Modified:
head/sys/kern/subr_param.c
Author: rdivacky
Date: Thu Mar 12 16:55:16 2009
New Revision: 189743
URL: http://svn.freebsd.org/changeset/base/189743
Log:
Add myself.
Approved by: ed (mentor)
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/calendar.freebsd
===
On Thursday 12 March 2009 3:03:28 am M. Warner Losh wrote:
> In message: <200903100904.38679@freebsd.org>
> John Baldwin writes:
> : It might be best to do this before releasing the resources rather than
> : afterwards.
>
> It certainly does no harm to move them, and I will do so
ING
==
--- stable/7/UPDATING Thu Mar 12 13:17:46 2009(r189739)
+++ stable/7/UPDATING Thu Mar 12 13:45:55 2009(r189740)
@@ -9,6 +9,19 @@ Items affecting the ports and packages s
portupgrade.
20090312:
+ A workaround is committed
Author: maxim
Date: Thu Mar 12 13:17:46 2009
New Revision: 189739
URL: http://svn.freebsd.org/changeset/base/189739
Log:
o Turn the batch mode on if stdout is not tty.
Submitted by: vsevolod
MFC after:1 week
Modified:
head/usr.sbin/gstat/gstat.8
head/usr.sbin/gstat/gstat.c
Modif
Author: maxim
Date: Thu Mar 12 13:03:33 2009
New Revision: 189738
URL: http://svn.freebsd.org/changeset/base/189738
Log:
o Sync synopsis with reality. Remove BUG section -- there is
a batch mode in gpart(8) now.
Modified:
head/usr.sbin/gstat/gstat.8
Modified: head/usr.sbin/gstat/gstat.8
=
Author: kib
Date: Thu Mar 12 12:43:56 2009
New Revision: 189737
URL: http://svn.freebsd.org/changeset/base/189737
Log:
The non-modifying EA VOPs are executed with only shared vnode lock taken.
Provide a custom lock around initializing and tearing down EA area,
to prevent both memory leaks an
Author: bms
Date: Thu Mar 12 10:36:39 2009
New Revision: 189736
URL: http://svn.freebsd.org/changeset/base/189736
Log:
Ensure that the semaphore value is re-checked after sem_lock
is re-acquired, after the condition variable is signalled.
PR: http://www.freebsd.org/cgi/query-p
Author: bms
Date: Thu Mar 12 10:34:16 2009
New Revision: 189735
URL: http://svn.freebsd.org/changeset/base/189735
Log:
Make semaphore debugging output more useful.
PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/127545
MFC after: 5 days
Submitted by: Philip Semanc
Author: imp
Date: Thu Mar 12 09:53:24 2009
New Revision: 189733
URL: http://svn.freebsd.org/changeset/base/189733
Log:
Bump!
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
==
--- svnadm
Author: brueffer
Date: Thu Mar 12 09:52:42 2009
New Revision: 189732
URL: http://svn.freebsd.org/changeset/base/189732
Log:
txp(4) should work on all architectures now.
Modified:
head/release/doc/share/misc/dev.archlist.txt
Modified: head/release/doc/share/misc/dev.archlist.txt
=
On Thu, Mar 12, 2009 at 09:36:20AM +0100, Remko Lodder wrote:
>
> On Thu, March 12, 2009 2:14 am, Pyun YongHyeon wrote:
> > Author: yongari
> > Date: Thu Mar 12 01:14:47 2009
> > New Revision: 189714
> > URL: http://svn.freebsd.org/changeset/base/189714
> >
> > Log:
> > bus_dma(9) conversion and
Author: imp
Date: Thu Mar 12 08:42:27 2009
New Revision: 189731
URL: http://svn.freebsd.org/changeset/base/189731
Log:
Move the deactivation of the device's BAR to before the loop where we
turn deactivate the resources. While this likely doesn't matter, it
is likely to be safer.
Modified:
On Thu, March 12, 2009 2:14 am, Pyun YongHyeon wrote:
> Author: yongari
> Date: Thu Mar 12 01:14:47 2009
> New Revision: 189714
> URL: http://svn.freebsd.org/changeset/base/189714
>
> Log:
> bus_dma(9) conversion and make txp(4) work on all architectures.
Hey Pyun,
This is great work! Thanks a
Author: imp
Date: Thu Mar 12 07:18:27 2009
New Revision: 189728
URL: http://svn.freebsd.org/changeset/base/189728
Log:
Fix the whitespace in this file to be consistent with itself and with
the rest of the project's files.
s/sn_/fe_/ in a routine name that I copied from sn.
Modified:
he
In message: <200903100904.38679@freebsd.org>
John Baldwin writes:
: It might be best to do this before releasing the resources rather than
: afterwards.
It certainly does no harm to move them, and I will do so.
However, what problems do you see with doing it in the current order
In message: <20090310021926.ga51...@troutmask.apl.washington.edu>
Steve Kargl writes:
: On Mon, Mar 09, 2009 at 08:38:10PM -0500, Mark Linimon wrote:
: >
: > As mlaier has pointed out, -current has sharp edges. It's one of
: > 3 choices open to you, the other two being -stable (which
32 matches
Mail list logo