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

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

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:

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 bru...@freebsd.org, 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

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 bru...@freebsd.org, 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 Schouten e...@80386.nl WWW: http://80386.nl

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:

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

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

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 spam rm-rf kiev ua MFC after:2 weeks Modified: head/etc/periodic/security/Makefile

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

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

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} == amd64 || ${TARGET_ARCH} == i386

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 sys/mutex.h and machine/mutex.h. Modified: head/sys/fs/nwfs/nwfs_vnops.c head/sys/ia64/ia64/db_machdep.c head/sys/ia64/ia64/genassym.c

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 machine/mutex.h. Most of the headers were empty, and the contents of the ones that were not empty were stale and unused. - Now that machine/mutex.h no longer

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:

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 version 1.0.6.

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: Upgrade to

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:

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

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

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,

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: 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

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

2010-11-09 Thread Garrett Cooper
On Tue, Nov 9, 2010 at 4:56 PM, Warner Losh i...@freebsd.org wrote: 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  

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

2010-11-09 Thread Garrett Cooper
On Tue, Nov 9, 2010 at 5:25 PM, Garrett Cooper gcoo...@freebsd.org wrote: On Tue, Nov 9, 2010 at 4:56 PM, Warner Losh i...@freebsd.org wrote: 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

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 -

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

2010-11-09 Thread Warner Losh
On 11/09/2010 18:25, Garrett Cooper wrote: On Tue, Nov 9, 2010 at 4:56 PM, Warner Loshi...@freebsd.org wrote: 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

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

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

2010-11-09 Thread Garrett Cooper
On Tue, Nov 9, 2010 at 8:41 PM, Warner Losh i...@bsdimp.com wrote:  On 11/09/2010 18:25, Garrett Cooper wrote: On Tue, Nov 9, 2010 at 4:56 PM, Warner Loshi...@freebsd.org  wrote: Author: imp Date: Wed Nov 10 00:56:44 2010 New Revision: 215070 URL:

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

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

2010-11-09 Thread Warner Losh
On 11/09/2010 23:10, Garrett Cooper wrote: On Tue, Nov 9, 2010 at 8:41 PM, Warner Loshi...@bsdimp.com wrote: On 11/09/2010 18:25, Garrett Cooper wrote: On Tue, Nov 9, 2010 at 4:56 PM, Warner Loshi...@freebsd.orgwrote: Author: imp Date: Wed Nov 10 00:56:44 2010 New Revision: 215070

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

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

2010-11-09 Thread Garrett Cooper
On Tue, Nov 9, 2010 at 10:26 PM, Warner Losh i...@bsdimp.com wrote:  On 11/09/2010 23:10, Garrett Cooper wrote: On Tue, Nov 9, 2010 at 8:41 PM, Warner Loshi...@bsdimp.com  wrote:  On 11/09/2010 18:25, Garrett Cooper wrote: On Tue, Nov 9, 2010 at 4:56 PM, Warner Loshi...@freebsd.org