On Oct 22, 2009, at 8:17 PM, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Fri Oct 23 03:17:02 2009
New Revision: 198378
URL: http://svn.freebsd.org/changeset/base/198378
Log:
Add SMP support on U3-based G5 systems.
Yay!
--
Marcel Moolenaar
xcl...@mac.com
Hi,
Any chance that we can get it into 8.0 too? This fix printing with
print/hplip3, which is probably what most people with multi-function
HP printers will use.
John
--
John Hay -- j...@meraka.csir.co.za / j...@freebsd.org
On Thu, Oct 22, 2009 at 09:01:41PM +, Andrew Thompson wrote:
> Auth
Author: nwhitehorn
Date: Fri Oct 23 03:17:02 2009
New Revision: 198378
URL: http://svn.freebsd.org/changeset/base/198378
Log:
Add SMP support on U3-based G5 systems. This does not yet work perfectly:
at least on my Xserve, getting the decrementer and timebase on APs to tick
requires setting
Author: mav
Date: Thu Oct 22 21:07:32 2009
New Revision: 198377
URL: http://svn.freebsd.org/changeset/base/198377
Log:
After thinking again, implement cam_ccbq_fini().
This is effectively NULL change, but makes this API a bit more consistent.
Modified:
head/sys/cam/cam_queue.c
head/sys/ca
Author: thompsa
Date: Thu Oct 22 21:01:41 2009
New Revision: 198376
URL: http://svn.freebsd.org/changeset/base/198376
Log:
Prevent wraparound of the timeout variable.
Submitted by: HPS
Modified:
head/lib/libusb/libusb20_ugen20.c
Modified: head/lib/libusb/libusb20_ugen20.c
==
Author: edwin
Date: Thu Oct 22 20:59:51 2009
New Revision: 198375
URL: http://svn.freebsd.org/changeset/base/198375
Log:
Move comments to the beginning of the line to make it look better.
Thank to ru@ for his noticing of it.
MFC after:1 week
Modified:
head/share/zoneinfo/Makefile
Author: emaste
Date: Thu Oct 22 20:57:17 2009
New Revision: 198374
URL: http://svn.freebsd.org/changeset/base/198374
Log:
Rename default to default_function, for compatibility with GNU awk.
(For cross-compiling out-of-tree kernel modules, for example.)
Modified:
head/sys/tools/makeobjops.aw
Author: thompsa
Date: Thu Oct 22 20:54:01 2009
New Revision: 198373
URL: http://svn.freebsd.org/changeset/base/198373
Log:
Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',
previously only available via bootverbose.
PR: usb/137191
Submitted by: Eygene Ry
Author: mav
Date: Thu Oct 22 20:44:55 2009
New Revision: 198372
URL: http://svn.freebsd.org/changeset/base/198372
Log:
cam_ccbq_fini() declared for 11 years, but never implemented. Remove it.
Modified:
head/sys/cam/cam_queue.h
Modified: head/sys/cam/cam_queue.h
==
Author: qingli
Date: Thu Oct 22 18:48:25 2009
New Revision: 198371
URL: http://svn.freebsd.org/changeset/base/198371
Log:
MFC 198306
The flow-table function flowtable_route_flush() may be called
during system initialization time. Since the flow-table is
designed to maintain per CPU fl
Author: rpaulo
Date: Thu Oct 22 17:30:22 2009
New Revision: 198369
URL: http://svn.freebsd.org/changeset/base/198369
Log:
Initialize rann_flags properly.
MFC after:2 days
Modified:
head/sys/net80211/ieee80211_hwmp.c
Modified: head/sys/net80211/ieee80211_hwmp.c
==
Author: trasz
Date: Thu Oct 22 16:26:38 2009
New Revision: 198368
URL: http://svn.freebsd.org/changeset/base/198368
Log:
MFC r196863:
Improve wording.
MFC r196941:
Prevent the line from wrapping.
Approved by: re (kib)
Modified:
stable/8/ (props changed)
stable/8/cddl/
On Oct 22, 2009, at 2:10 AM, Rafal Jaworowski wrote:
On 2009-10-21, at 20:38, Marcel Moolenaar wrote:
The key property of this change is that the I-cache is made coherent
*after* writes have been done. Doing it in the PMAP layer when adding
or changing a mapping means that the I-cache is mad
Author: jhb
Date: Thu Oct 22 14:53:44 2009
New Revision: 198367
URL: http://svn.freebsd.org/changeset/base/198367
Log:
Set the devclass_t pointer specified in the DRIVER_MODULE() macro
sooner so it is always valid when a driver's identify routine is
called. Previously, new-bus would attempt
Author: rpaulo
Date: Thu Oct 22 12:48:17 2009
New Revision: 198366
URL: http://svn.freebsd.org/changeset/base/198366
Log:
Don't use BUS_DMA_ALLOCNOW as that causes the attachment to fail on
Cambria boards.
MFC after:2 months
Modified:
head/sys/dev/mwl/if_mwl_pci.c
Modified: head/s
On Thursday 22 October 2009 2:51:29 am Christian Brueffer wrote:
> Author: brueffer
> Date: Thu Oct 22 06:51:29 2009
> New Revision: 198358
> URL: http://svn.freebsd.org/changeset/base/198358
>
> Log:
> Check pointer for NULL before dereferencing it, not after.
>
> PR: 138387, 13838
Hi,
On Thu, Oct 22, 2009 at 09:06:38AM +0200, Roman Divacky wrote:
> On Thu, Oct 22, 2009 at 01:07:07AM +0400, Ruslan Ermilov wrote:
> > On Wed, Oct 21, 2009 at 05:07:46PM +, Roman Divacky wrote:
> > > Author: rdivacky
> > > Date: Wed Oct 21 17:07:46 2009
> > > New Revision: 198335
> > > URL:
Author: ru
Date: Thu Oct 22 11:45:35 2009
New Revision: 198365
URL: http://svn.freebsd.org/changeset/base/198365
Log:
Unbreak NO_WARNS, keeping CSTD effect on CFLAGS out of its control.
Unbreak compiles with icc.
Modified:
head/share/mk/bsd.sys.mk
Modified: head/share/mk/bsd.sys.mk
===
Author: brueffer
Date: Thu Oct 22 11:35:12 2009
New Revision: 198363
URL: http://svn.freebsd.org/changeset/base/198363
Log:
List more dependencies for these drivers. While here, convert
atapicam(4) to use our standard section 4 SYNOPSIS layout.
PR: 132525
Submitted by: gcooper
Author: brueffer
Date: Thu Oct 22 09:39:32 2009
New Revision: 198362
URL: http://svn.freebsd.org/changeset/base/198362
Log:
MFC: r198232
Powercrypt and NetSec seem to be defunct (webpages point to link farms
and a google search yields no alternative). Remove the links but
keep the entr
On 2009-10-21, at 20:38, Marcel Moolenaar wrote:
The key property of this change is that the I-cache is made coherent
*after* writes have been done. Doing it in the PMAP layer when adding
or changing a mapping means that the I-cache is made coherent
*before*
any writes happen. The differ
Author: pjd
Date: Thu Oct 22 08:38:27 2009
New Revision: 198361
URL: http://svn.freebsd.org/changeset/base/198361
Log:
Remove self-reference.
Modified:
head/share/man/man4/mac_mls.4
Modified: head/share/man/man4/mac_mls.4
==
Author: brueffer
Date: Thu Oct 22 08:36:08 2009
New Revision: 198360
URL: http://svn.freebsd.org/changeset/base/198360
Log:
MFC: r198232
Powercrypt and NetSec seem to be defunct (webpages point to link farms
and a google search yields no alternative). Remove the links but
keep the entr
Author: brueffer
Date: Thu Oct 22 08:34:20 2009
New Revision: 198359
URL: http://svn.freebsd.org/changeset/base/198359
Log:
MFC: r198232
Powercrypt and NetSec seem to be defunct (webpages point to link farms
and a google search yields no alternative). Remove the links but
keep the entr
On Thu, Oct 22, 2009 at 01:07:07AM +0400, Ruslan Ermilov wrote:
> On Wed, Oct 21, 2009 at 05:07:46PM +, Roman Divacky wrote:
> > Author: rdivacky
> > Date: Wed Oct 21 17:07:46 2009
> > New Revision: 198335
> > URL: http://svn.freebsd.org/changeset/base/198335
> >
> > Log:
> > Set CSTD in all
25 matches
Mail list logo