Re: svn commit: r219079 - in head/sys/boot/i386: gptboot gptzfsboot zfsboot

2011-02-26 Thread Bruce Evans
On Sun, 27 Feb 2011, Dimitry Andric wrote: Log: Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S. It used to choke on the notation "inb (%dx),%al" for "inb %dx,%al"; GNU as accepts both forms. Which notation is more 'correct' is an open question. :) Nah, the former is

svn commit: r219079 - in head/sys/boot/i386: gptboot gptzfsboot zfsboot

2011-02-26 Thread Dimitry Andric
Author: dim Date: Sun Feb 27 02:06:09 2011 New Revision: 219079 URL: http://svn.freebsd.org/changeset/base/219079 Log: Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S. It used to choke on the notation "inb (%dx),%al" for "inb %dx,%al"; GNU as accepts both forms. Which

svn commit: r219078 - in head/usr.bin/clang: clang tblgen

2011-02-26 Thread Dimitry Andric
Author: dim Date: Sun Feb 27 01:45:36 2011 New Revision: 219078 URL: http://svn.freebsd.org/changeset/base/219078 Log: Regenerate clang and tblgen manpages; the clang manpage has some minor updates. Modified: head/usr.bin/clang/clang/clang.1 head/usr.bin/clang/tblgen/tblgen.1 Modified: h

svn commit: r219076 - in head: contrib/llvm/lib/Support lib/clang/include/llvm/Config

2011-02-26 Thread Dimitry Andric
Author: dim Date: Sun Feb 27 00:02:48 2011 New Revision: 219076 URL: http://svn.freebsd.org/changeset/base/219076 Log: Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it, and test appropriately. Otherwise it might erroneously pick up some pthread primitives, and fail to

svn commit: r219075 - head/sys/cam/scsi

2011-02-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Feb 26 23:30:32 2011 New Revision: 219075 URL: http://svn.freebsd.org/changeset/base/219075 Log: Missed a file in r219056: add disk description for da(4). Modified: head/sys/cam/scsi/scsi_da.c Modified: head/sys/cam/scsi/scsi_da.c

svn commit: r219074 - head/lib/clang/include/llvm/Config

2011-02-26 Thread Dimitry Andric
Author: dim Date: Sat Feb 26 23:12:36 2011 New Revision: 219074 URL: http://svn.freebsd.org/changeset/base/219074 Log: Update llvm's config.h files to match more closely what is generated by a regular autoconf-based build. More cosmetic than functional changes. Modified: head/lib/clang/inc

svn commit: r219073 - head/contrib/llvm/tools/clang/lib/Driver

2011-02-26 Thread Dimitry Andric
Author: dim Date: Sat Feb 26 23:07:43 2011 New Revision: 219073 URL: http://svn.freebsd.org/changeset/base/219073 Log: Remove getDriver().Dir + /../libexec and /usr/libexec from clang's program paths. Unlike gcc, clang has no executables in libexec. Modified: head/contrib/llvm/tools/clang/

svn commit: r219072 - head/contrib/llvm/tools/clang/lib/Driver

2011-02-26 Thread Dimitry Andric
Author: dim Date: Sat Feb 26 23:05:47 2011 New Revision: 219072 URL: http://svn.freebsd.org/changeset/base/219072 Log: Remove misapplied space. Modified: head/contrib/llvm/tools/clang/lib/Driver/Tools.cpp Modified: head/contrib/llvm/tools/clang/lib/Driver/Tools.cpp ==

svn commit: r219071 - head/sys/netinet

2011-02-26 Thread Dimitry Andric
Author: dim Date: Sat Feb 26 22:45:40 2011 New Revision: 219071 URL: http://svn.freebsd.org/changeset/base/219071 Log: Fix breakage in sys/netinet/sctp_sysctl.c, introduced by r219057. If SCTP_HAS_RTTC is not defined, this file fails to compile. Insert the necessary #ifdefs to make it work

svn commit: r219070 - vendor/clang/clang-r126547

2011-02-26 Thread Dimitry Andric
Author: dim Date: Sat Feb 26 22:09:57 2011 New Revision: 219070 URL: http://svn.freebsd.org/changeset/base/219070 Log: Tag clang r126547. Added: vendor/clang/clang-r126547/ - copied from r219069, vendor/clang/dist/ ___ svn-src-all@freebsd.org m

svn commit: r219068 - vendor/llvm/llvm-r126547

2011-02-26 Thread Dimitry Andric
Author: dim Date: Sat Feb 26 22:05:14 2011 New Revision: 219068 URL: http://svn.freebsd.org/changeset/base/219068 Log: Tag llvm r126547. Added: vendor/llvm/llvm-r126547/ - copied from r219067, vendor/llvm/dist/ ___ svn-src-all@freebsd.org maili

svn commit: r219066 - stable/8/sys/vm

2011-02-26 Thread Alan Cox
Author: alc Date: Sat Feb 26 21:27:41 2011 New Revision: 219066 URL: http://svn.freebsd.org/changeset/base/219066 Log: MFC r217453 For some time now, the kernel and kmem objects have been ordinary OBJT_PHYS objects. Thus, there is no need for handling them specially in vm_fault().

svn commit: r219065 - stable/8/sys/vm

2011-02-26 Thread Alan Cox
Author: alc Date: Sat Feb 26 21:24:13 2011 New Revision: 219065 URL: http://svn.freebsd.org/changeset/base/219065 Log: MFC r217477 Clean up the start of vm_page_alloc(). Modified: stable/8/sys/vm/vm_page.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/includ

svn commit: r219064 - stable/8/sys/vm

2011-02-26 Thread Alan Cox
Author: alc Date: Sat Feb 26 21:18:38 2011 New Revision: 219064 URL: http://svn.freebsd.org/changeset/base/219064 Log: MFC r206140 Re-enable the call to pmap_release() by vmspace_dofree(). Modified: stable/8/sys/vm/vm_map.c Directory Properties: stable/8/sys/ (props changed) stable/

svn commit: r219063 - stable/8/sys/vm

2011-02-26 Thread Alan Cox
Author: alc Date: Sat Feb 26 21:08:09 2011 New Revision: 219063 URL: http://svn.freebsd.org/changeset/base/219063 Log: MFC r216090 Correct an error in the allocation of the vm_page_dump array in vm_page_startup(). Specifically, the dump_avail array should be used instead of the phys

svn commit: r219062 - stable/8/usr.bin/netstat

2011-02-26 Thread Hajimu UMEMOTO
Author: ume Date: Sat Feb 26 20:04:14 2011 New Revision: 219062 URL: http://svn.freebsd.org/changeset/base/219062 Log: MFC r217642: - Hide the internal scope address representation of the KAME IPv6 stack from the output of `netstat -ani'. - The node-local multicast address in the o

svn commit: r219061 - head/bin/csh

2011-02-26 Thread Hajimu UMEMOTO
Author: ume Date: Sat Feb 26 18:54:54 2011 New Revision: 219061 URL: http://svn.freebsd.org/changeset/base/219061 Log: When WITH_ICONV is set, use our in-tree iconv. Added: head/bin/csh/iconv_stub.h - copied unchanged from r219060, head/bin/csh/iconv.h Deleted: head/bin/csh/iconv.h Mod

svn commit: r219060 - head/sys/dev/fxp

2011-02-26 Thread Marius Strobl
Author: marius Date: Sat Feb 26 17:28:09 2011 New Revision: 219060 URL: http://svn.freebsd.org/changeset/base/219060 Log: - Allocate the DMA memory shared between the host and the controller as coherent. - Update a comment to no longer reference Alpha. Modified: head/sys/dev/fxp/if_fxp.

svn commit: r219059 - head/sys/modules/usb

2011-02-26 Thread Gleb Smirnoff
Author: glebius Date: Sat Feb 26 17:22:11 2011 New Revision: 219059 URL: http://svn.freebsd.org/changeset/base/219059 Log: Connect uep.ko to build PR: kern/155044 Submitted by: Carl MFC after:1 week Modified: head/sys/modules/usb/Makefile Modified: head/sys/modules/us

svn commit: r219058 - head/usr.sbin/bsdinstall/partedit

2011-02-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Feb 26 15:44:03 2011 New Revision: 219058 URL: http://svn.freebsd.org/changeset/base/219058 Log: Show disk model numbers in partition wizard screen. Also, since da(4) disks are probably more likely to be USB or Firewire these days than SCSI, just call them and an

svn commit: r219057 - head/sys/netinet

2011-02-26 Thread Randall Stewart
Author: rrs Date: Sat Feb 26 15:23:46 2011 New Revision: 219057 URL: http://svn.freebsd.org/changeset/base/219057 Log: Improvements to CC modules: 1) Add four new points that allow you to get more information to cc algo's 2) Fix the case where user changes module on a existing TCB, in

svn commit: r219056 - in head/sys: cam/ata cam/scsi dev/ata geom

2011-02-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Feb 26 14:58:54 2011 New Revision: 219056 URL: http://svn.freebsd.org/changeset/base/219056 Log: Add the disk ident and a human-meaningful description (here, the disk model string) to the geom_disk config XML so that they are easily accessible from userland.

svn commit: r219055 - head/share/doc/psd/23.rpc

2011-02-26 Thread Bruce Cran
Author: brucec Date: Sat Feb 26 12:50:28 2011 New Revision: 219055 URL: http://svn.freebsd.org/changeset/base/219055 Log: Fix typo - "is is" should have been changed to "it is" in r218965. Modified: head/share/doc/psd/23.rpc/rpc.prog.ms Modified: head/share/doc/psd/23.rpc/rpc.prog.ms ===

svn commit: r219054 - stable/7/sys/boot/common

2011-02-26 Thread Bruce Cran
Author: brucec Date: Sat Feb 26 12:07:16 2011 New Revision: 219054 URL: http://svn.freebsd.org/changeset/base/219054 Log: MFC r218974: Handle memory allocation failures in include(). PR: i386/85652 Submitted by: Ben Thomas Modified: stable/7/sys/boot/common/interp.c Dir

svn commit: r219053 - in stable/8/sys/boot: common efi/libefi

2011-02-26 Thread Bruce Cran
Author: brucec Date: Sat Feb 26 12:04:34 2011 New Revision: 219053 URL: http://svn.freebsd.org/changeset/base/219053 Log: MFC r218974: Handle memory allocation failures in include(). Fix a format specifier in libefi: status is an unsigned int, not unsigned long. PR: i3

svn commit: r219052 - stable/7/sys/compat/ndis

2011-02-26 Thread Bruce Cran
Author: brucec Date: Sat Feb 26 11:52:34 2011 New Revision: 219052 URL: http://svn.freebsd.org/changeset/base/219052 Log: MFC r218985: Use the cprd_mem field when setting the start and length for a memory resource - the layout of cprd_port is identical but using cprd_mem makes the code

svn commit: r219051 - stable/8/sys/compat/ndis

2011-02-26 Thread Bruce Cran
Author: brucec Date: Sat Feb 26 11:46:06 2011 New Revision: 219051 URL: http://svn.freebsd.org/changeset/base/219051 Log: MFC r218985: Use the cprd_mem field when setting the start and length for a memory resource - the layout of cprd_port is identical but using cprd_mem makes the code

svn commit: r219050 - head/usr.bin/nice

2011-02-26 Thread Remko Lodder
Author: remko Date: Sat Feb 26 11:20:51 2011 New Revision: 219050 URL: http://svn.freebsd.org/changeset/base/219050 Log: Not only had I included a syntax / style error, nice.3 is also deprecated. Modified: head/usr.bin/nice/nice.1 Modified: head/usr.bin/nice/nice.1

svn commit: r219049 - in stable/8: sbin/growfs share/doc/papers/devfs sys/fs/nullfs sys/libkern sys/net80211 sys/x86/isa usr.bin/tip/tip

2011-02-26 Thread Bruce Cran
Author: brucec Date: Sat Feb 26 10:29:53 2011 New Revision: 219049 URL: http://svn.freebsd.org/changeset/base/219049 Log: MFC r218965: Fix typos - remove duplicate "is". PR: docs/154934 Submitted by: Eitan Adler Modified: stable/8/sbin/growfs/growfs.c stable/8/share/d

svn commit: r219048 - in head: share/man/man4 sys/dev/usb/controller usr.sbin/usbconfig

2011-02-26 Thread Hans Petter Selasky
Author: hselasky Date: Sat Feb 26 09:28:52 2011 New Revision: 219048 URL: http://svn.freebsd.org/changeset/base/219048 Log: - Correct USB 3.0 wire-speed to 5.0Gbps MFC after:3 days Approved by: thompsa (mentor) Modified: head/share/man/man4/xhci.4 head/sys/dev/usb/controller/usb