svn commit: r190684 - in head/sys: conf kern powerpc/include powerpc/powerpc sys

2009-04-03 Thread Marcel Moolenaar
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,

svn commit: r190682 - head/sys/dev/ata/chipsets

2009-04-03 Thread Nathan Whitehorn
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

svn commit: r190681 - in head: share/mk sys/conf sys/dev/powermac_nvram sys/dev/uart sys/powerpc/aim sys/powerpc/booke sys/powerpc/include sys/powerpc/ofw sys/powerpc/powermac sys/powerpc/powerpc

2009-04-03 Thread Nathan Whitehorn
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

svn commit: r190680 - head/share/man/man9

2009-04-03 Thread Tom Rhodes
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

Re: svn commit: r190655 - head/sys/kern

2009-04-03 Thread Giorgos Keramidas
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,

svn commit: r190679 - head/usr.sbin/portsnap/phttpget

2009-04-03 Thread Colin Percival
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 (

svn commit: r190678 - head/sys/net80211

2009-04-03 Thread Sam Leffler
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

svn commit: r190677 - in head/sys: cam geom

2009-04-03 Thread Andrew Thompson
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

svn commit: r190676 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs dev/pccbb dev/usb/controller geom/journal geom/mirror geom/part geom/raid3 kern sys

2009-04-03 Thread Andrew Thompson
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

svn commit: r190675 - head/sys/dev/drm

2009-04-03 Thread Robert Noland
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 =

svn commit: r190674 - head/sys/dev/drm

2009-04-03 Thread Robert Noland
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

svn commit: r190673 - in head: lib/libc/gen libexec/rtld-elf

2009-04-03 Thread Konstantin Belousov
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

svn commit: r190672 - head/sys/net80211

2009-04-03 Thread Sam Leffler
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

svn commit: r190671 - stable/7/contrib/csup

2009-04-03 Thread Ulf Lilleengen
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

svn commit: r190670 - head/sys/dev/pci

2009-04-03 Thread Stanislav Sedov
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 =

Re: svn commit: r190655 - head/sys/kern

2009-04-03 Thread Chagin Dmitry
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

svn commit: r190669 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern

2009-04-03 Thread Alexander Motin
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

svn commit: r190668 - head/sys/dev/pci

2009-04-03 Thread Stanislav Sedov
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 =

Re: svn commit: r190655 - head/sys/kern

2009-04-03 Thread Kostik Belousov
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