svn commit: r209721 - in head/sys/cddl/contrib/opensolaris/uts: common/sys intel/dtrace sparc/dtrace

2010-07-06 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 6 10:28:19 2010 New Revision: 209721 URL: http://svn.freebsd.org/changeset/base/209721 Log: Merge from vendor-sys/opensolaris: * add fasttrap files Added: head/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap_impl.h - copied unchanged from r209720,

svn commit: r209723 - head/sys/netgraph

2010-07-06 Thread Marko Zec
Author: zec Date: Tue Jul 6 12:13:15 2010 New Revision: 209723 URL: http://svn.freebsd.org/changeset/base/209723 Log: Fix a double-free bug which can occur if both bit error rate and packet duplication probability are configured on a ng_pipe node. Submitted by: Jeffrey Ahrenholtz MFC

svn commit: r209724 - in head/sys/powerpc: mpc85xx powermac powerpc

2010-07-06 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Jul 6 15:27:05 2010 New Revision: 209724 URL: http://svn.freebsd.org/changeset/base/209724 Log: Move the EOI logic when starting ithreads into intr_machdep instead of relying on it as a side effect of PIC_MASK() in the PIC drivers, and add an inmplementation of

svn commit: r209725 - head/sys/powerpc/powerpc

2010-07-06 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Jul 6 15:31:58 2010 New Revision: 209725 URL: http://svn.freebsd.org/changeset/base/209725 Log: Fix interrupt distribution to multiple CPUs on systems with cascaded PICs. Because slave PICs send all interrupts to their CPU 0 output line (which is routed to a

svn commit: r209726 - head/sys/powerpc/powerpc

2010-07-06 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Jul 6 15:38:38 2010 New Revision: 209726 URL: http://svn.freebsd.org/changeset/base/209726 Log: It does not actually make sense to provide an IPI facility on non-root PICs, so replace cpuid logic with an assert. Modified: head/sys/powerpc/powerpc/openpic.c

svn commit: r209728 - head/sys/netgraph

2010-07-06 Thread Ed Maste
Author: emaste Date: Tue Jul 6 16:42:11 2010 New Revision: 209728 URL: http://svn.freebsd.org/changeset/base/209728 Log: Remove email address that no longer exists. Modified: head/sys/netgraph/ng_source.c Modified: head/sys/netgraph/ng_source.c

svn commit: r209730 - head/sys/netgraph

2010-07-06 Thread Ed Maste
Author: emaste Date: Tue Jul 6 16:55:39 2010 New Revision: 209730 URL: http://svn.freebsd.org/changeset/base/209730 Log: Remove defunct email address from header as well. Modified: head/sys/netgraph/ng_source.h Modified: head/sys/netgraph/ng_source.h

svn commit: r209731 - head/sys/amd64/include

2010-07-06 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 6 16:56:27 2010 New Revision: 209731 URL: http://svn.freebsd.org/changeset/base/209731 Log: Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the user segment descriptor hi and lo values. Idea from Solaris. Reviewed by: kib Modified:

svn commit: r209733 - head/tools/tools/ncpus

2010-07-06 Thread Ed Maste
Author: emaste Date: Tue Jul 6 17:00:20 2010 New Revision: 209733 URL: http://svn.freebsd.org/changeset/base/209733 Log: Switch to my @freebsd.org email address. Modified: head/tools/tools/ncpus/biosmptable.c Modified: head/tools/tools/ncpus/biosmptable.c

svn commit: r209736 - head/lib/libc/posix1e

2010-07-06 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jul 6 17:20:08 2010 New Revision: 209736 URL: http://svn.freebsd.org/changeset/base/209736 Log: Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and group names names starting with a digit. MFC after:1 month Modified:

svn commit: r209738 - head/gnu/usr.bin/dialog

2010-07-06 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Tue Jul 6 18:06:10 2010 New Revision: 209738 URL: http://svn.freebsd.org/changeset/base/209738 Log: Mention the radiolist option in the man page. It is being listed when dialog(1) is run without arguments and works as expected. Therefore, it should be part

svn commit: r209739 - head/share/mk

2010-07-06 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jul 6 18:07:56 2010 New Revision: 209739 URL: http://svn.freebsd.org/changeset/base/209739 Log: Also install the new bsd.arch.inc.mk filed. Missed in r204020. Reviewed by: imp Modified: head/share/mk/Makefile Modified: head/share/mk/Makefile

svn commit: r209740 - head/sys/dev/fb

2010-07-06 Thread Jung-uk Kim
Author: jkim Date: Tue Jul 6 18:08:55 2010 New Revision: 209740 URL: http://svn.freebsd.org/changeset/base/209740 Log: Plug a possible memory leak. Submitted by: Yamagi Burmeister (lists at yamagi dot org) Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c

svn commit: r209741 - head/sys/dev/bge

2010-07-06 Thread Pyun YongHyeon
Author: yongari Date: Tue Jul 6 18:17:31 2010 New Revision: 209741 URL: http://svn.freebsd.org/changeset/base/209741 Log: Zero entire status block and add missing bus_dmamap_sync(9). Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_bge.c

svn commit: r209743 - head/sys/dev/md

2010-07-06 Thread Konstantin Belousov
Author: kib Date: Tue Jul 6 18:22:57 2010 New Revision: 209743 URL: http://svn.freebsd.org/changeset/base/209743 Log: Calculate nshift only once. Also noted by:avg MFC after:1 week Modified: head/sys/dev/md/md.c Modified: head/sys/dev/md/md.c

Re: svn commit: r209740 - head/sys/dev/fb

2010-07-06 Thread Yamagi Burmeister
On Tue, 6 Jul 2010, Jung-uk Kim wrote: Log: Plug a possible memory leak. Submitted by: Yamagi Burmeister (lists at yamagi dot org) Thanks :) -- Homepage: www.yamagi.org Jabber: yam...@yamagi.org GnuPG/GPG:0xEFBCCBCB ___

svn commit: r209744 - head/sys/cam/ata

2010-07-06 Thread Alexander Motin
Author: mav Date: Tue Jul 6 19:05:41 2010 New Revision: 209744 URL: http://svn.freebsd.org/changeset/base/209744 Log: ATA device reset starts probe sequence from the beginning. If reset caused by timeout/error of one of probe commands, process may continue infinitely. Make CAM ATA more

svn commit: r209745 - head/tools/tools/ncpus

2010-07-06 Thread Ed Maste
Author: emaste Date: Tue Jul 6 19:43:40 2010 New Revision: 209745 URL: http://svn.freebsd.org/changeset/base/209745 Log: Use canonical spelling of FreeBSD.org Submitted by: Garrett Cooper Modified: head/tools/tools/ncpus/biosmptable.c Modified: head/tools/tools/ncpus/biosmptable.c

svn commit: r209746 - in head: sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/debugger sys/contrib/dev/acpica/disassembler sys/contrib/d...

2010-07-06 Thread Jung-uk Kim
Author: jkim Date: Tue Jul 6 20:57:28 2010 New Revision: 209746 URL: http://svn.freebsd.org/changeset/base/209746 Log: Merge ACPICA 20100702. Added: head/sys/contrib/dev/acpica/compiler/dtcompile.c - copied, changed from r209743, vendor-sys/acpica/dist/compiler/dtcompile.c

svn commit: r209747 - head/sys/dev/acpica

2010-07-06 Thread Jung-uk Kim
Author: jkim Date: Tue Jul 6 21:41:08 2010 New Revision: 209747 URL: http://svn.freebsd.org/changeset/base/209747 Log: Fix mis-merges in the previous commit. Modified: head/sys/dev/acpica/acpi.c Modified: head/sys/dev/acpica/acpi.c

svn commit: r209748 - head/usr.sbin/sysinstall

2010-07-06 Thread Bruce Cran
Author: brucec Date: Tue Jul 6 22:33:22 2010 New Revision: 209748 URL: http://svn.freebsd.org/changeset/base/209748 Log: Simplify the wording of the console configuration dialogs since we now only have a single video console driver. Approved by: rrs (mentor) MFC after: 1 month

svn commit: r209749 - head/sys/ia64/ia64

2010-07-06 Thread Marcel Moolenaar
Author: marcel Date: Tue Jul 6 23:13:21 2010 New Revision: 209749 URL: http://svn.freebsd.org/changeset/base/209749 Log: Provide more examples for error injection. Modified: head/sys/ia64/ia64/mca.c Modified: head/sys/ia64/ia64/mca.c

svn commit: r209751 - in head/usr.sbin/pc-sysinstall: backend-query doc pc-sysinstall

2010-07-06 Thread Warner Losh
Author: imp Date: Tue Jul 6 23:29:55 2010 New Revision: 209751 URL: http://svn.freebsd.org/changeset/base/209751 Log: A few patches from Ed Maste by way of Kris Moore 1. Change detect-vmware to detect-emulation 2. improve laptop detection 3. better, network descriptions Modified:

svn commit: r209752 - head/usr.sbin/pc-sysinstall/backend-query

2010-07-06 Thread Warner Losh
Author: imp Date: Tue Jul 6 23:31:52 2010 New Revision: 209752 URL: http://svn.freebsd.org/changeset/base/209752 Log: These files should have been added/deleted in r209751 Added: head/usr.sbin/pc-sysinstall/backend-query/detect-emulation.sh (contents, props changed) Deleted:

svn commit: r209753 - head/usr.sbin/pc-sysinstall/backend-query

2010-07-06 Thread Warner Losh
Author: imp Date: Wed Jul 7 00:03:06 2010 New Revision: 209753 URL: http://svn.freebsd.org/changeset/base/209753 Log: Further simplification. Modified: head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh Modified: head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh