Author: marcel
Date: Sat Apr 4 02:12:37 2009
New Revision: 190684
URL: http://svn.freebsd.org/changeset/base/190684
Log:
PowerPC, meet kernel core dumps. The support is based
on a generic dumper that creates an ELF core file and
uses PMAP functions to scan and iterate over memory
chunks,
Author: nwhitehorn
Date: Sat Apr 4 00:26:01 2009
New Revision: 190682
URL: http://svn.freebsd.org/changeset/base/190682
Log:
The Serverworks SATA chipsets used in Apple G5 systems require requiring
the ATA status register with a 4-byte read request. This updates it, and
subsequent 1-byte re
Author: nwhitehorn
Date: Sat Apr 4 00:22:44 2009
New Revision: 190681
URL: http://svn.freebsd.org/changeset/base/190681
Log:
Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode
provided, for example, on the PowerPC 970 (G5), as well as on related CPUs
like the POWER3 and
Author: trhodes
Date: Fri Apr 3 23:52:47 2009
New Revision: 190680
URL: http://svn.freebsd.org/changeset/base/190680
Log:
Catch up with recent locking changes.
PR: 132546
Submitted by: pluknet
Reviewed by: alc
Modified:
head/share/man/man9/vm_map_lock.9
Modified: head/s
On Thu, 2 Apr 2009 21:16:20 + (UTC), Peter Wemm wrote:
> Author: peter
> Date: Thu Apr 2 21:16:20 2009
> New Revision: 190655
> URL: http://svn.freebsd.org/changeset/base/190655
>
> Log:
> vn_vptocnp() unlocks the name cache and forgets to re-lock it before
> returning in one error case,
Author: cperciva
Date: Fri Apr 3 21:13:18 2009
New Revision: 190679
URL: http://svn.freebsd.org/changeset/base/190679
Log:
Set SO_NOSIGPIPE on sockets used by phttpget. Without this, if
(1) phttpget is attempting to download enough files that it can't send
all the requests at once, and
(
Author: sam
Date: Fri Apr 3 20:46:32 2009
New Revision: 190678
URL: http://svn.freebsd.org/changeset/base/190678
Log:
fix whitespace
Modified:
head/sys/net80211/ieee80211_output.c
Modified: head/sys/net80211/ieee80211_output.c
Author: thompsa
Date: Fri Apr 3 19:49:33 2009
New Revision: 190677
URL: http://svn.freebsd.org/changeset/base/190677
Log:
Add interleaving root hold tokens from the CAM probe to disk_create and geom
provider tasting. This is needed for disk attachments that happen after
threads
are running
Author: thompsa
Date: Fri Apr 3 19:46:12 2009
New Revision: 190676
URL: http://svn.freebsd.org/changeset/base/190676
Log:
Add a how argument to root_mount_hold() so it can be passed NOWAIT and be
called
in situations where sleeping isnt allowed.
Modified:
head/sys/cddl/contrib/opensolaris
Author: rnoland
Date: Fri Apr 3 19:23:14 2009
New Revision: 190675
URL: http://svn.freebsd.org/changeset/base/190675
Log:
Add support for RV790 (HD 4890) asics
MFC after:3 days
Modified:
head/sys/dev/drm/drm_pciids.h
Modified: head/sys/dev/drm/drm_pciids.h
=
Author: rnoland
Date: Fri Apr 3 19:21:39 2009
New Revision: 190674
URL: http://svn.freebsd.org/changeset/base/190674
Log:
A little more cleanup from AMD, if we don't have the right microcode
there is no reason to mess with the chip.
MFC after:3 days
Modified:
head/sys/dev/drm/r600
Author: kib
Date: Fri Apr 3 19:17:23 2009
New Revision: 190673
URL: http://svn.freebsd.org/changeset/base/190673
Log:
Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).
dlfunc() called dlsym() to do the work, and dlsym() determines the dso
that originating the call by t
Author: sam
Date: Fri Apr 3 18:00:19 2009
New Revision: 190672
URL: http://svn.freebsd.org/changeset/base/190672
Log:
o update dwds mcast handling after hoisting ieee80211_encap: frames need
to be encapsulated before dispatching to the driver
o eliminate M_WDS now that we call ieee80211_e
Author: lulf
Date: Fri Apr 3 16:02:13 2009
New Revision: 190671
URL: http://svn.freebsd.org/changeset/base/190671
Log:
MFC r190422:
- Add proper error checking and printing to the CVSMode code when reading and
writing from/to streams, as leaving them out stops csup from cleaning up on
Author: stas
Date: Fri Apr 3 13:35:54 2009
New Revision: 190670
URL: http://svn.freebsd.org/changeset/base/190670
Log:
- Fix spacing in the comment.
Reported by: jhb
Modified:
head/sys/dev/pci/pci.c
Modified: head/sys/dev/pci/pci.c
=
On Fri, Apr 03, 2009 at 12:44:32PM +0300, Kostik Belousov wrote:
> On Fri, Apr 03, 2009 at 10:05:53AM +0400, Chagin Dmitry wrote:
> > On Thu, Apr 02, 2009 at 09:16:20PM +, Peter Wemm wrote:
> > > Author: peter
> > > Date: Thu Apr 2 21:16:20 2009
> > > New Revision: 190655
> > > URL: http://svn
Author: mav
Date: Fri Apr 3 10:38:24 2009
New Revision: 190669
URL: http://svn.freebsd.org/changeset/base/190669
Log:
MFC rev. 188464.
Check for device_set_devclass() errors and skip driver probe/attach if any.
Attach called without devclass set crashes the system.
On attach/resume
Author: stas
Date: Fri Apr 3 10:15:00 2009
New Revision: 190668
URL: http://svn.freebsd.org/changeset/base/190668
Log:
- Correct the comment.
MFC after:3 days
Modified:
head/sys/dev/pci/pci.c
Modified: head/sys/dev/pci/pci.c
=
On Fri, Apr 03, 2009 at 10:05:53AM +0400, Chagin Dmitry wrote:
> On Thu, Apr 02, 2009 at 09:16:20PM +, Peter Wemm wrote:
> > Author: peter
> > Date: Thu Apr 2 21:16:20 2009
> > New Revision: 190655
> > URL: http://svn.freebsd.org/changeset/base/190655
> >
> > Log:
> > vn_vptocnp() unlocks t
19 matches
Mail list logo