svn commit: r215082 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/binutils/as gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/cc/cc_int gnu/usr.bin/cc/...

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 06:39:49 2010 New Revision: 215082 URL: http://svn.freebsd.org/changeset/base/215082 Log: Complete the integration of tbemd branch into head. TARGET_BIG_ENDIAN is now completely dead, except where it was originally supposed to be used (internally in the toolch

svn commit: r215081 - head/tools/tools/nanobsd

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 06:24:16 2010 New Revision: 215081 URL: http://svn.freebsd.org/changeset/base/215081 Log: Insulate the nanobsd build from the current system by opting out of the SRCCONF processing. Noted by: gcopper@ Modified: head/tools/tools/nanobsd/nanobsd.sh Modified:

Re: svn commit: r215077 - in stable/8: . contrib/top etc/periodic/daily gnu/usr.bin lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched sys/modules tools/regression/lib/msun tools/regres

2010-11-09 Thread Andriy Gapon
Hmm, properties changing on pretty much all directories and files with svn:mergeinfo doesn't look correct. on 10/11/2010 07:22 Norikatsu Shigemura said the following: > Directory Properties: > stable/8/ (props changed) > stable/8/Makefile (props changed) > stable/8/Makefile.inc1 (prop

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

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 05:32:36 2010 New Revision: 215078 URL: http://svn.freebsd.org/changeset/base/215078 Log: When we switched to the gpart backend, and provided selection between MBR & GPT, the MBR full-disk init failed to stamp boot1, and results in a boot not found error. This pa

svn commit: r215077 - in stable/8: . contrib/top etc/periodic/daily gnu/usr.bin lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched sys/modules tools/regression/lib/msun tools/regress...

2010-11-09 Thread Norikatsu Shigemura
Author: nork Date: Wed Nov 10 05:22:12 2010 New Revision: 215077 URL: http://svn.freebsd.org/changeset/base/215077 Log: MFC 211249 This depends on ACPI, so only build on i386:i386, amd64:amd64 and ia64:ia64. It can't possibly work on pc98, or any of the embedded platform

svn commit: r215072 - in head/sys: amd64/acpica conf dev/acpica i386/acpica modules/acpi/acpi x86/acpica

2010-11-09 Thread Jung-uk Kim
Author: jkim Date: Wed Nov 10 01:29:56 2010 New Revision: 215072 URL: http://svn.freebsd.org/changeset/base/215072 Log: Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a new file acpi_apm.c, and place it on sys/x86/acpica. Added: head/sys/x86/acpica/acpi_apm.c - cop

svn commit: r215070 - head/tools/tools/nanobsd

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 00:56:44 2010 New Revision: 215070 URL: http://svn.freebsd.org/changeset/base/215070 Log: Build make.conf when the world is not selected to build, but the kernel is. PR: 151696 Submitted by: lev@ Modified: head/tools/tools/nanobsd/nanobsd.sh Mo

svn commit: r215069 - head/tools/tools/nanobsd

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 00:39:42 2010 New Revision: 215069 URL: http://svn.freebsd.org/changeset/base/215069 Log: Document NANO_CFGDIR and NANO_DATADIR Submitted by: n_hibma@ Modified: head/tools/tools/nanobsd/nanobsd.sh Modified: head/tools/tools/nanobsd/nanobsd.sh ===

svn commit: r215068 - head/sys/mips/conf

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 00:28:20 2010 New Revision: 215068 URL: http://svn.freebsd.org/changeset/base/215068 Log: rename SWARM_COMMON to std.SWARM so universe doesn't try to build it standalone Added: head/sys/mips/conf/std.SWARM - copied unchanged from r215066, head/sys/mips/conf/

svn commit: r215067 - head/sys/powerpc/aim

2010-11-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Nov 9 23:53:47 2010 New Revision: 215067 URL: http://svn.freebsd.org/changeset/base/215067 Log: Make AIM early-boot code function correctly without Open Firmware. Modified: head/sys/powerpc/aim/mmu_oea64.c head/sys/powerpc/aim/nexus.c head/sys/powerpc/aim/ofw

svn commit: r215066 - in stable/8: bin/sh tools/regression/bin/sh/expansion

2010-11-09 Thread Jilles Tjoelker
Author: jilles Date: Tue Nov 9 22:32:11 2010 New Revision: 215066 URL: http://svn.freebsd.org/changeset/base/215066 Log: MFC r198454: sh: Exempt $@ and $* from set -u This seems more useful and will likely be in the next POSIX standard. Also document more precisely in the man page wha

svn commit: r215065 - head

2010-11-09 Thread Warner Losh
Author: imp Date: Tue Nov 9 22:32:09 2010 New Revision: 215065 URL: http://svn.freebsd.org/changeset/base/215065 Log: Merge from tbemd: o TARGET=mips --> little endian 32-bit mips build o mipsel and mipseb TARGET_ARCH are both mips TARGETs o Add some more architecture combinations Modifi

svn commit: r215064 - in stable/8/sys: dev/pci kern x86/x86

2010-11-09 Thread Alexander Motin
Author: mav Date: Tue Nov 9 22:18:20 2010 New Revision: 215064 URL: http://svn.freebsd.org/changeset/base/215064 Log: MFC r209154: Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSI (FSB interrupts) to be used by non-PCI devices, such as HPET. Modified: stable/8/sys

svn commit: r215063 - in stable/8/tools/regression/bin/sh: builtins parser

2010-11-09 Thread Jilles Tjoelker
Author: jilles Date: Tue Nov 9 22:17:53 2010 New Revision: 215063 URL: http://svn.freebsd.org/changeset/base/215063 Log: MFC r214280,214853: New tests that also work with stable/8 sh. Added: stable/8/tools/regression/bin/sh/builtins/printf1.0 - copied unchanged from r214853, head/tools

Re: svn commit: r215041 - head/contrib/bzip2

2010-11-09 Thread Ulrich Spörlein
On Tue, 09.11.2010 at 17:04:27 -0500, John Baldwin wrote: > On Tuesday, November 09, 2010 4:23:56 pm Ulrich Spörlein wrote: > > On Tue, 09.11.2010 at 18:32:57 +, David E. O'Brien wrote: > > > Author: obrien > > > Date: Tue Nov 9 18:32:57 2010 > > > New Revision: 215041 > > > URL: http://svn.fr

Re: svn commit: r215041 - head/contrib/bzip2

2010-11-09 Thread Tom Judge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/09/2010 03:23 PM, Ulrich Spörlein wrote: > On Tue, 09.11.2010 at 18:32:57 +, David E. O'Brien wrote: >> Author: obrien >> Date: Tue Nov 9 18:32:57 2010 >> New Revision: 215041 >> URL: http://svn.freebsd.org/changeset/base/215041 >> >> Log: >

Re: svn commit: r215041 - head/contrib/bzip2

2010-11-09 Thread John Baldwin
On Tuesday, November 09, 2010 4:23:56 pm Ulrich Spörlein wrote: > On Tue, 09.11.2010 at 18:32:57 +, David E. O'Brien wrote: > > Author: obrien > > Date: Tue Nov 9 18:32:57 2010 > > New Revision: 215041 > > URL: http://svn.freebsd.org/changeset/base/215041 > > > > Log: > > Upgrade to Bzip2 v

Re: svn commit: r215059 - in stable/8/sys: amd64/amd64 conf i386/i386 x86/x86

2010-11-09 Thread John Baldwin
On Tuesday, November 09, 2010 4:18:32 pm Attilio Rao wrote: > Author: attilio > Date: Tue Nov 9 21:18:32 2010 > New Revision: 215059 > URL: http://svn.freebsd.org/changeset/base/215059 > > Log: > MFC r214446, r214516: > Move mptable support to x86/ subtree. > > Sponsored by: Sandvi

svn commit: r215060 - in stable/8/sys: amd64/amd64 conf i386/i386 x86/x86

2010-11-09 Thread Alexander Motin
Author: mav Date: Tue Nov 9 22:03:39 2010 New Revision: 215060 URL: http://svn.freebsd.org/changeset/base/215060 Log: MFC r208922 by jhb: Move the MD support for PCI message signalled interrupts to the x86 tree as it is identical for i386 and amd64. Added: stable/8/sys/x86/x86/msi.c

Re: svn commit: r215041 - head/contrib/bzip2

2010-11-09 Thread Ulrich Spörlein
On Tue, 09.11.2010 at 18:32:57 +, David E. O'Brien wrote: > Author: obrien > Date: Tue Nov 9 18:32:57 2010 > New Revision: 215041 > URL: http://svn.freebsd.org/changeset/base/215041 > > Log: > Upgrade to Bzip2 version 1.0.6. > > Reviewed by: SO (cperciva) > > Modified: > head/contri

svn commit: r215059 - in stable/8/sys: amd64/amd64 conf i386/i386 x86/x86

2010-11-09 Thread Attilio Rao
Author: attilio Date: Tue Nov 9 21:18:32 2010 New Revision: 215059 URL: http://svn.freebsd.org/changeset/base/215059 Log: MFC r214446, r214516: Move mptable support to x86/ subtree. Sponsored by: Sandvine Incorporated Added: stable/8/sys/x86/x86/mptable.c - copied, changed from r

svn commit: r215058 - in stable/8/sys: amd64/amd64 conf i386/i386 x86/x86

2010-11-09 Thread Attilio Rao
Author: attilio Date: Tue Nov 9 21:06:26 2010 New Revision: 215058 URL: http://svn.freebsd.org/changeset/base/215058 Log: MFC r214373, r214380, r214386: Move dump_machdep.c into x86/ for amd64, i386 and pc98. Sponsored by: Sandvine Incorporated Added: stable/8/sys/x86/x86/dump_machdep

svn commit: r215056 - stable/8/release/doc/en_US.ISO8859-1/hardware

2010-11-09 Thread Marius Strobl
Author: marius Date: Tue Nov 9 21:00:24 2010 New Revision: 215056 URL: http://svn.freebsd.org/changeset/base/215056 Log: MFC: r214873 - Move Sun Fire V240 to the list of known working machines. - For the parallel stable/7 and stable/8 branches mention both releases that first support

svn commit: r215057 - stable/7/release/doc/en_US.ISO8859-1/hardware

2010-11-09 Thread Marius Strobl
Author: marius Date: Tue Nov 9 21:00:51 2010 New Revision: 215057 URL: http://svn.freebsd.org/changeset/base/215057 Log: MFC: r208459, r208511, r214873 - Move Sun Fire V240 to the list of known working machines. - For the parallel stable/7 and stable/8 branches mention both releases that

svn commit: r215055 - stable/7/usr.bin/fold

2010-11-09 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Nov 9 20:56:55 2010 New Revision: 215055 URL: http://svn.freebsd.org/changeset/base/215055 Log: MFC r214893: Fix a segmentation fault in argument processing. The crash was caused by a command line such as this one: # fold -b1 PR: bin/151592 R

svn commit: r215054 - in head/sys: amd64/include arm/include i386/include ia64/include kern mips/include pc98/include powerpc/include sparc64/include sun4v/include sys

2010-11-09 Thread John Baldwin
Author: jhb Date: Tue Nov 9 20:46:41 2010 New Revision: 215054 URL: http://svn.freebsd.org/changeset/base/215054 Log: - Remove . Most of the headers were empty, and the contents of the ones that were not empty were stale and unused. - Now that no longer exists, there is no need to allow

svn commit: r215053 - stable/8/usr.bin/fold

2010-11-09 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Nov 9 20:44:55 2010 New Revision: 215053 URL: http://svn.freebsd.org/changeset/base/215053 Log: MFC r214893: Fix a segmentation fault in argument processing. The crash was caused by a command line such as this one: # fold -b1 PR: bin/151592 R

svn commit: r215052 - in head/sys: fs/nwfs ia64/ia64 powerpc/booke ufs/ufs

2010-11-09 Thread John Baldwin
Author: jhb Date: Tue Nov 9 20:41:10 2010 New Revision: 215052 URL: http://svn.freebsd.org/changeset/base/215052 Log: Remove unused includes of and . Modified: head/sys/fs/nwfs/nwfs_vnops.c head/sys/ia64/ia64/db_machdep.c head/sys/ia64/ia64/genassym.c head/sys/ia64/ia64/machdep.c he

svn commit: r215051 - in head: . sys/amd64/include sys/i386/include sys/i386/xen sys/pc98/include sys/x86/include sys/x86/x86

2010-11-09 Thread Attilio Rao
first, then OLD_LIBS and OLD_DIRS last. # +# 20101109: headers moved to machine/ to x86/ +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" +OLD_FILES+=usr/include/machine/mptable.h +.endif # 20101101: headers moved to machine/ to x86/ .if ${TARGET_ARCH} == &quo

svn commit: r215050 - in stable/8/sys: amd64/amd64 amd64/include i386/i386 i386/include i386/xen ia64/ia64 ia64/include kern powerpc/include powerpc/powerpc sparc64/include sun4v/include sun4v/sun4v

2010-11-09 Thread John Baldwin
Author: jhb Date: Tue Nov 9 20:00:23 2010 New Revision: 215050 URL: http://svn.freebsd.org/changeset/base/215050 Log: MFC 210939: Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructe

svn commit: r215049 - head/sys/dev/ofw

2010-11-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Nov 9 19:45:29 2010 New Revision: 215049 URL: http://svn.freebsd.org/changeset/base/215049 Log: Make all OF client interface calls return the maximum kind of does-not-exist error when no client interface module is installed instead of dereferencing NULL pointers

svn commit: r215048 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-11-09 Thread Martin Matuska
Author: mm Date: Tue Nov 9 19:43:45 2010 New Revision: 215048 URL: http://svn.freebsd.org/changeset/base/215048 Log: MFC r214378: Bugfix merge from OpenSolaris: OpenSolaris onnv-revision:10209:91f47f0e7728 6830541 zfs_get_data_trips on a verify 6696242 multiple zfs

svn commit: r215047 - in stable/8/sys: amd64/amd64 conf i386/i386 x86/x86

2010-11-09 Thread Alexander Motin
Author: mav Date: Tue Nov 9 19:29:29 2010 New Revision: 215047 URL: http://svn.freebsd.org/changeset/base/215047 Log: MFC r208452, r208479: Unify local_apic.c for x86 archs, Added: stable/8/sys/x86/x86/local_apic.c - copied, changed from r215045, stable/8/sys/i386/i386/local_apic.c De

svn commit: r215046 - head/usr.sbin/mptutil

2010-11-09 Thread John Baldwin
Author: jhb Date: Tue Nov 9 19:28:06 2010 New Revision: 215046 URL: http://svn.freebsd.org/changeset/base/215046 Log: - Save errno values before calling warn(3) so that errors are correctly reported. - Check for malloc() failures. Submitted by: gcooper MFC after:1 week Modifie

svn commit: r215045 - in head: etc/periodic/security tools/build/mk

2010-11-09 Thread Xin LI
Author: delphij Date: Tue Nov 9 18:46:44 2010 New Revision: 215045 URL: http://svn.freebsd.org/changeset/base/215045 Log: Hide 460.chkportsum in MK_PKGTOOLS != no case. Submitted by: Alex Kozlov MFC after:2 weeks Modified: head/etc/periodic/security/Makefile head/tools/build/mk

svn commit: r215044 - stable/8/sys/kern

2010-11-09 Thread John Baldwin
Author: jhb Date: Tue Nov 9 18:46:09 2010 New Revision: 215044 URL: http://svn.freebsd.org/changeset/base/215044 Log: MFC 214682: Tweak the waitchannel messages for the dead lock detection kthread. Use a shorter message (userland generally only sees the first 6 to 8 characters) when wait

svn commit: r215043 - in stable/8/sys: amd64/include i386/i386 i386/include

2010-11-09 Thread John Baldwin
Author: jhb Date: Tue Nov 9 18:43:59 2010 New Revision: 215043 URL: http://svn.freebsd.org/changeset/base/215043 Log: MFC 214346: Use intr_disable() and intr_restore() instead of frobbing the flags register directly to disable interrupts. Modified: stable/8/sys/amd64/include/profile.h

svn commit: r215042 - in stable/8/sys: amd64/amd64 conf i386/i386 x86/x86

2010-11-09 Thread Attilio Rao
Author: attilio Date: Tue Nov 9 18:42:35 2010 New Revision: 215042 URL: http://svn.freebsd.org/changeset/base/215042 Log: MFC r208921 by jhb: Move mca.c under x86. Sponsored by: Sandvine Incorporated Approved by: jhb Added: stable/8/sys/x86/x86/ stable/8/sys/x86/x86/mca.c -

svn commit: r215041 - head/contrib/bzip2

2010-11-09 Thread David E. O'Brien
Author: obrien Date: Tue Nov 9 18:32:57 2010 New Revision: 215041 URL: http://svn.freebsd.org/changeset/base/215041 Log: Upgrade to Bzip2 version 1.0.6. Reviewed by: SO (cperciva) Modified: head/contrib/bzip2/CHANGES head/contrib/bzip2/LICENSE head/contrib/bzip2/Makefile head/cont

svn commit: r215040 - head/usr.bin/lex

2010-11-09 Thread Ulrich Spoerlein
Author: uqs Date: Tue Nov 9 18:28:11 2010 New Revision: 215040 URL: http://svn.freebsd.org/changeset/base/215040 Log: Unbreak the test target by re-generating the initial scanner using an updated flex(1) binary. Also ignore the changing $FreeBSD$ ID lines when doing the diff. This need

svn commit: r215039 - head/sys/netinet

2010-11-09 Thread Michael Tuexen
Author: tuexen Date: Tue Nov 9 16:18:32 2010 New Revision: 215039 URL: http://svn.freebsd.org/changeset/base/215039 Log: Improve the scalability by using the local and remote port when putting inps in the tcpephash. MFC after: 3 days. Modified: head/sys/netinet/sctp_pcb.c Modified: h

Re: svn commit: r215034 - in head: libexec/tftpd sys/arm/xscale/ixp425 sys/boot/arm/ixp425/boot2 sys/dev/ata sys/dev/drm sys/dev/isp sys/dev/ixgbe sys/dev/msk sys/dev/pccard sys/dev/sound/sbus sys/dev

2010-11-09 Thread Bruce Cran
On Tuesday 09 November 2010 14:00:07 Ed Schouten wrote: > * Bruce Cran , 20101109 11:59: > > -/* fail requests on the queue and any thats "in flight" for this > > device */ +/* fail requests on the queue and any that's "in flight" > > for

Re: svn commit: r215034 - in head: libexec/tftpd sys/arm/xscale/ixp425 sys/boot/arm/ixp425/boot2 sys/dev/ata sys/dev/drm sys/dev/isp sys/dev/ixgbe sys/dev/msk sys/dev/pccard sys/dev/sound/sbus sys/dev

2010-11-09 Thread Ed Schouten
* Bruce Cran , 20101109 11:59: > -/* fail requests on the queue and any thats "in flight" for this device > */ > +/* fail requests on the queue and any that's "in flight" for this device > */ Shouldn't it be "that are"? -- Ed

svn commit: r215036 - in stable/8: . contrib/top etc/periodic/daily gnu/usr.bin lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched share/man/man4 sys/amd64/conf sys/boot/forth sys/co...

2010-11-09 Thread Norikatsu Shigemura
Author: nork Date: Tue Nov 9 13:39:17 2010 New Revision: 215036 URL: http://svn.freebsd.org/changeset/base/215036 Log: MFC 211201 Add tpm(4) driver for Trusted Platform Module. You may want to look at http://bsssd.sourceforge.net/ . Submitted by: Hans-Joerg Hoexer

svn commit: r215038 - stable/8/sys/dev/acpica

2010-11-09 Thread Alexander Motin
Author: mav Date: Tue Nov 9 15:14:10 2010 New Revision: 215038 URL: http://svn.freebsd.org/changeset/base/215038 Log: MFC r208436, r208438: Make table-based HPET identification more clever. Before creating fake device, make sure we have no real HPET device entry with same ID. As side effe

svn commit: r215035 - head/sys/netinet

2010-11-09 Thread Michael Tuexen
Author: tuexen Date: Tue Nov 9 12:00:39 2010 New Revision: 215035 URL: http://svn.freebsd.org/changeset/base/215035 Log: Fix a bug which resulted in kevent() reporting an event twice on 1-to-1 style sockets when an ABORT was received. MFC after: 3 days. Modified: head/sys/netinet/sctp

svn commit: r215037 - in stable/8/sys: amd64/amd64 cddl/dev/cyclic/amd64 cddl/dev/cyclic/i386 i386/i386 modules/cyclic pc98/cbus sys x86/isa

2010-11-09 Thread Alexander Motin
Author: mav Date: Tue Nov 9 14:53:49 2010 New Revision: 215037 URL: http://svn.freebsd.org/changeset/base/215037 Log: MFC r206900,r206901,r206922,r206993 by rpaulo: Rename the cyclic global variable lapic_cyclic_clock_func to just cyclic_clock_func. Deleted: stable/8/sys/cddl/dev/cyclic/

svn commit: r215034 - in head: libexec/tftpd sys/arm/xscale/ixp425 sys/boot/arm/ixp425/boot2 sys/dev/ata sys/dev/drm sys/dev/isp sys/dev/ixgbe sys/dev/msk sys/dev/pccard sys/dev/sound/sbus sys/dev/...

2010-11-09 Thread Bruce Cran
Author: brucec Date: Tue Nov 9 10:59:09 2010 New Revision: 215034 URL: http://svn.freebsd.org/changeset/base/215034 Log: Fix typos. PR: bin/148894 Submitted by: olgeni Modified: head/libexec/tftpd/tftp-utils.c head/sys/arm/xscale/ixp425/ixp425_qmgr.c head/sys/boot/arm/ixp425/boo

svn commit: r215032 - stable/8/sys/conf

2010-11-09 Thread Alexander Motin
Author: mav Date: Tue Nov 9 10:28:02 2010 New Revision: 215032 URL: http://svn.freebsd.org/changeset/base/215032 Log: MFC r205999: ng_gif depends on gif. Modified: stable/8/sys/conf/files Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props cha

svn commit: r215031 - head/sys/arm/include

2010-11-09 Thread Kevin Lo
Author: kevlo Date: Tue Nov 9 09:34:21 2010 New Revision: 215031 URL: http://svn.freebsd.org/changeset/base/215031 Log: Minor cosmetic changes Modified: head/sys/arm/include/cpuconf.h Modified: head/sys/arm/include/cpuconf.h ==