Author: jkim
Date: Sat Sep 19 04:36:38 2009
New Revision: 197323
URL: http://svn.freebsd.org/changeset/base/197323
Log:
Change cache attribute for VESA frame buffer from UC to write-combining.
This improves scrolling speed for high resolution graphics mode console.
Modified:
head/sys/dev/fb
Author: nyan
Date: Sat Sep 19 03:33:18 2009
New Revision: 197322
URL: http://svn.freebsd.org/changeset/base/197322
Log:
Correct BIOS header sanitizing on pc98.
MFC after:3 days
Modified:
head/lib/libdisk/change.c
Modified: head/lib/libdisk/change.c
==
Author: nwhitehorn
Date: Sat Sep 19 01:49:36 2009
New Revision: 197321
URL: http://svn.freebsd.org/changeset/base/197321
Log:
MFC r197080
Add a few SCSI controllers to GENERIC that can be found in Powermacs.
This allows installation onto SCSI disks as shipped, for example,
as an option
Author: nwhitehorn
Date: Sat Sep 19 01:48:12 2009
New Revision: 197320
URL: http://svn.freebsd.org/changeset/base/197320
Log:
MFC r196993
Remove some debugging (KTR_VERBOSE) that crept into ppc GENERIC long ago
and is present on no other architectures by default.
Reviewed by: grehan
Author: ken
Date: Fri Sep 18 20:35:05 2009
New Revision: 197318
URL: http://svn.freebsd.org/changeset/base/197318
Log:
Merge change r197208 from head to stable/8:
Fix some instances where CAM rescans get hung up or take a long time to
complete.
Also, allow xpt_rescan() to rescan a LU
Author: alc
Date: Fri Sep 18 17:09:33 2009
New Revision: 197317
URL: http://svn.freebsd.org/changeset/base/197317
Log:
When superpages are enabled, add the 2 or 4MB page size to the array of
supported page sizes.
Reviewed by: jhb
MFC after:3 weeks
Modified:
head/sys/amd64/amd64/
Author: alc
Date: Fri Sep 18 17:04:57 2009
New Revision: 197316
URL: http://svn.freebsd.org/changeset/base/197316
Log:
Add a new sysctl for reporting all of the supported page sizes.
Reviewed by: jhb
MFC after:3 weeks
Modified:
head/sys/amd64/include/param.h
head/sys/arm/include
Pawel Jakub Dawidek wrote:
On Fri, Sep 18, 2009 at 12:59:49AM +, Bjoern A. Zeeb wrote:
On Thu, 17 Sep 2009, Pawel Jakub Dawidek wrote:
On Thu, Sep 17, 2009 at 02:52:15PM +, Marko Zec wrote:
Author: zec
Date: Thu Sep 17 14:52:15 2009
New Revision: 197286
URL: http://svn.freebsd.org/cha
Author: ed
Date: Fri Sep 18 15:39:09 2009
New Revision: 197315
URL: http://svn.freebsd.org/changeset/base/197315
Log:
Just use ttydisc_rint_simple() instead of doing it ourselves.
This code seems to do exactly the same as ttydisc_rint_simple() does
nowadays. Just remove it.
Obtained
On Fri, 2009-09-18 at 15:07 +, Alexey Dokuchaev wrote:
> I've always been wondering how could docs be more important than livefs?
> I'd rather have -docs iso (which I won't ever download anyways) than
> -livefs one (which is needed far more often, e.g. to fix botched or
> corrupted installatio
On Fri, 2009-09-18 at 15:07 +, Alexey Dokuchaev wrote:
> On Fri, Sep 18, 2009 at 02:53:01PM +, Ken Smith wrote:
> > Author: kensmith
> > Date: Fri Sep 18 14:53:01 2009
> > New Revision: 197313
> > URL: http://svn.freebsd.org/changeset/base/197313
> >
> > Log:
> > Have sparc64 join the se
Author: bms
Date: Fri Sep 18 15:12:31 2009
New Revision: 197314
URL: http://svn.freebsd.org/changeset/base/197314
Log:
Return ENOBUFS consistently if user attempts to exceed
in_mcast_maxsocksrc resource limit.
Submitted by: syrinx
MFC after:3 days
Modified:
head/sys/netinet/in_mc
On Fri, Sep 18, 2009 at 02:53:01PM +, Ken Smith wrote:
> Author: kensmith
> Date: Fri Sep 18 14:53:01 2009
> New Revision: 197313
> URL: http://svn.freebsd.org/changeset/base/197313
>
> Log:
> Have sparc64 join the separate livefs crowd. Including the docs packages
> on disc1 (needed now
On Fri, 18 Sep 2009, John Baldwin wrote:
Rick Macklem wrote:
Author: rmacklem
Date: Thu Sep 17 19:08:15 2009
New Revision: 197298
URL: http://svn.freebsd.org/changeset/base/197298
Log:
Change the default transport protocol for use by the Mount protocol
from UDP to TCP, so that it is cons
Author: kensmith
Date: Fri Sep 18 14:53:01 2009
New Revision: 197313
URL: http://svn.freebsd.org/changeset/base/197313
Log:
Have sparc64 join the separate livefs crowd. Including the docs packages
on disc1 (needed now by sysinstall) overflows the target CDROM iso size.
MFC after:3 da
On Thu, 17 Sep 2009, Roman Divacky wrote:
Log:
Fix the style of the previous commit.
This fixes half of the new style bugs on the changed lines only.
Modified: head/sys/kern/kern_event.c
==
--- head/sys/kern/kern_ev
Author: brueffer
Date: Fri Sep 18 14:17:00 2009
New Revision: 197312
URL: http://svn.freebsd.org/changeset/base/197312
Log:
Fix setfib(1) section number.
PR: 133765
Submitted by: Konstantin Zolotukhin
MFC after:3 days
Modified:
head/lib/libc/sys/setfib.2
head/sbin/ip
Author: avg
Date: Fri Sep 18 14:12:40 2009
New Revision: 197311
URL: http://svn.freebsd.org/changeset/base/197311
Log:
MFC r197099: pci(4): don't perform maximum register number check
Different sub-kinds of PCI buses may have different rules and
thus it is up for the bus backends to do pr
Author: brueffer
Date: Fri Sep 18 14:05:56 2009
New Revision: 197310
URL: http://svn.freebsd.org/changeset/base/197310
Log:
Fix mdoc, typos, contractions.
This includes:
PR: 135520
Submitted by: Nobuyuki Koganemaru
Patch by: gavin
MFC after:3 days
Modified:
head
Author: attilio
Date: Fri Sep 18 13:48:38 2009
New Revision: 197309
URL: http://svn.freebsd.org/changeset/base/197309
Log:
Don't allocate new unnecessary pages when devstat_alloc() looses the
run for re-acuiring the lock, but recheck if new pages are allocatable
from the pool and free the pr
Author: ed
Date: Fri Sep 18 13:44:39 2009
New Revision: 197308
URL: http://svn.freebsd.org/changeset/base/197308
Log:
Spell Israel correctly.
Submitted by: Alexey Savartsov
PR: bin/138580
Modified:
head/usr.sbin/sysinstall/menus.c
Modified: head/usr.sbin/sysinstall/menus.c
Author: rpaulo
Date: Fri Sep 18 12:25:31 2009
New Revision: 197307
URL: http://svn.freebsd.org/changeset/base/197307
Log:
Call mwl_rxdma_cleanup() if there was an error setting up the RX DMA.
Modified:
head/sys/dev/mwl/if_mwl.c
Modified: head/sys/dev/mwl/if_mwl.c
On Fri, Sep 18, 2009 at 12:59:49AM +, Bjoern A. Zeeb wrote:
> On Thu, 17 Sep 2009, Pawel Jakub Dawidek wrote:
>
> >On Thu, Sep 17, 2009 at 02:52:15PM +, Marko Zec wrote:
> >>Author: zec
> >>Date: Thu Sep 17 14:52:15 2009
> >>New Revision: 197286
> >>URL: http://svn.freebsd.org/changeset/ba
Rick Macklem wrote:
Author: rmacklem
Date: Thu Sep 17 19:08:15 2009
New Revision: 197298
URL: http://svn.freebsd.org/changeset/base/197298
Log:
Change the default transport protocol for use by the Mount protocol
from UDP to TCP, so that it is consistent with TCP for NFS, which
became the d
Author: zec
Date: Fri Sep 18 09:03:23 2009
New Revision: 197306
URL: http://svn.freebsd.org/changeset/base/197306
Log:
Style fix - break too long a line in two.
Spotted by: bz
MFC after:3 days
Modified:
head/sys/net/if_llatbl.c
Modified: head/sys/net/if_llatbl.c
On Wed, Sep 16, 2009 at 03:15:57AM +, Stacey Son wrote:
> Author: sson
> Date: Wed Sep 16 03:15:57 2009
> New Revision: 197240
> URL: http://svn.freebsd.org/changeset/base/197240
>
> Log:
> Add optional touch event filter hooks to kevents.
>
> The touch event filter is called when a ker
Author: maxim
Date: Fri Sep 18 07:07:34 2009
New Revision: 197304
URL: http://svn.freebsd.org/changeset/base/197304
Log:
o DragonflyBSD 2.4.0 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
===
27 matches
Mail list logo