svn commit: r214623 - head/cddl/contrib/opensolaris/cmd/ztest

2010-11-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Nov 1 10:42:14 2010 New Revision: 214623 URL: http://svn.freebsd.org/changeset/base/214623 Log: Fix ztest when it is executed by just 'ztest' and not by full path '/usr/bin/ztest'. Modified: head/cddl/contrib/opensolaris/cmd/ztest/ztest.c Modified:

Re: svn commit: r214596 - head/bin/rm

2010-11-01 Thread Ken Smith
On Sun, 2010-10-31 at 20:11 +0100, Ulrich Spoerlein wrote: On Sun, 31.10.2010 at 17:06:03 +0100, Pawel Jakub Dawidek wrote: On Sun, Oct 31, 2010 at 09:21:28AM +, Ulrich Spoerlein wrote: Author: uqs Date: Sun Oct 31 09:21:27 2010 New Revision: 214596 URL:

svn commit: r214625 - head/usr.bin/kdump

2010-11-01 Thread John Baldwin
Author: jhb Date: Mon Nov 1 15:18:57 2010 New Revision: 214625 URL: http://svn.freebsd.org/changeset/base/214625 Log: Correct the abbreviations for general I/O and signal traces. PR: docs/151854 Submitted by: Stephen Veiss stephen of brokenbottle net MFC after:3 days

Re: svn commit: r211854 - head/sys/nfsserver

2010-11-01 Thread Kostik Belousov
On Thu, Aug 26, 2010 at 11:41:40PM +, Pawel Jakub Dawidek wrote: Author: pjd Date: Thu Aug 26 23:41:40 2010 New Revision: 211854 URL: http://svn.freebsd.org/changeset/base/211854 Log: - When VFS_VGET() is not supported, switch to VOP_LOOKUP(). - We are fine by only share-locking

svn commit: r214628 - head/share/misc

2010-11-01 Thread Ulrich Spoerlein
Author: uqs Date: Mon Nov 1 17:27:09 2010 New Revision: 214628 URL: http://svn.freebsd.org/changeset/base/214628 Log: Add DragonflyBSD 2.8 and OpenBSD 4.8 releases Also expand a stray tab in the family tree MFC after:1 week Modified: head/share/misc/bsd-family-tree Modified:

svn commit: r214629 - in head: include sys/conf sys/x86/include

2010-11-01 Thread John Baldwin
Author: jhb Date: Mon Nov 1 17:34:04 2010 New Revision: 214629 URL: http://svn.freebsd.org/changeset/base/214629 Log: Add an x86/include directory to the kernel to hold headers that are common to amd64, i386, and pc98. The headers are installed to /usr/include/x86 during an installworld,

svn commit: r214630 - in head/sys: amd64/acpica amd64/amd64 amd64/include i386/acpica i386/i386 i386/include pc98/include pc98/pc98 x86/include x86/x86

2010-11-01 Thread John Baldwin
Author: jhb Date: Mon Nov 1 17:40:35 2010 New Revision: 214630 URL: http://svn.freebsd.org/changeset/base/214630 Log: Move the machine/mca.h header to x86/mca.h. Added: head/sys/x86/include/mca.h - copied, changed from r214624, head/sys/amd64/include/mca.h Deleted:

svn commit: r214631 - in head/sys: amd64/acpica amd64/amd64 amd64/include i386/acpica i386/i386 i386/include i386/xen pc98/include x86/include x86/x86

2010-11-01 Thread John Baldwin
Author: jhb Date: Mon Nov 1 18:18:46 2010 New Revision: 214631 URL: http://svn.freebsd.org/changeset/base/214631 Log: Move machine/apicreg.h to x86/apicreg.h. Added: head/sys/x86/include/apicreg.h - copied, changed from r214624, head/sys/i386/include/apicreg.h Deleted:

svn commit: r214646 - head/sys/dev/e1000

2010-11-01 Thread Jack F Vogel
Author: jfv Date: Mon Nov 1 20:19:25 2010 New Revision: 214646 URL: http://svn.freebsd.org/changeset/base/214646 Log: Sync the lem code up with the vlan and other fixes in em. Delete a unneeded test from the beginning of em_xmit. CRITICAL: shared code fix for 82574, a mutex might not be

svn commit: r214648 - head/sys/arm/arm

2010-11-01 Thread Olivier Houchard
Author: cognet Date: Mon Nov 1 21:04:23 2010 New Revision: 214648 URL: http://svn.freebsd.org/changeset/base/214648 Log: Try to be a little smart at guessing where _start is located in flash, instead of relying on a binutils bug. Reported by: dim Modified:

svn commit: r214651 - head/contrib/gdb/gdb

2010-11-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Nov 2 01:24:49 2010 New Revision: 214651 URL: http://svn.freebsd.org/changeset/base/214651 Log: Fix reading of .debug_line on MIPS64, big-endian: read_initial_length detects pointer size by checking first 4 bytes of .debug_line and stores it in struct

svn commit: r214652 - head/contrib/gdb/gdb

2010-11-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Nov 2 01:26:21 2010 New Revision: 214652 URL: http://svn.freebsd.org/changeset/base/214652 Log: - Add ELF core for FreeBSD/mips - Register all known cores in init function Modified: head/contrib/gdb/gdb/mipsfbsd-tdep.c Modified:

Re: svn commit: r214596 - head/bin/rm

2010-11-01 Thread Alexander Best
On Mon Nov 1 10, Ken Smith wrote: On Sun, 2010-10-31 at 20:11 +0100, Ulrich Spoerlein wrote: On Sun, 31.10.2010 at 17:06:03 +0100, Pawel Jakub Dawidek wrote: On Sun, Oct 31, 2010 at 09:21:28AM +, Ulrich Spoerlein wrote: Author: uqs Date: Sun Oct 31 09:21:27 2010 New

Re: svn commit: r214596 - head/bin/rm

2010-11-01 Thread Garrett Cooper
On Mon, Nov 1, 2010 at 6:40 PM, Alexander Best arun...@freebsd.org wrote: On Mon Nov  1 10, Ken Smith wrote: On Sun, 2010-10-31 at 20:11 +0100, Ulrich Spoerlein wrote: On Sun, 31.10.2010 at 17:06:03 +0100, Pawel Jakub Dawidek wrote: On Sun, Oct 31, 2010 at 09:21:28AM +, Ulrich Spoerlein

svn commit: r214653 - head/lib/libthr/thread

2010-11-01 Thread David Xu
Author: davidxu Date: Tue Nov 2 02:13:13 2010 New Revision: 214653 URL: http://svn.freebsd.org/changeset/base/214653 Log: Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset. Modified: head/lib/libthr/thread/thr_attr.c Modified: head/lib/libthr/thread/thr_attr.c

svn commit: r214654 - head/usr.sbin/config

2010-11-01 Thread David E. O'Brien
Author: obrien Date: Tue Nov 2 05:27:05 2010 New Revision: 214654 URL: http://svn.freebsd.org/changeset/base/214654 Log: Give the user a hint as to what config(8) is unhappy with. Modified: head/usr.sbin/config/mkmakefile.c Modified: head/usr.sbin/config/mkmakefile.c

svn commit: r214655 - head/sys/conf

2010-11-01 Thread David E. O'Brien
Author: obrien Date: Tue Nov 2 05:39:57 2010 New Revision: 214655 URL: http://svn.freebsd.org/changeset/base/214655 Log: Shorten long lines. Modified: head/sys/conf/files Modified: head/sys/conf/files == ---