svn commit: r216072 - head/sys/dev/usb

2010-11-30 Thread Hans Petter Selasky
Author: hselasky Date: Tue Nov 30 08:25:57 2010 New Revision: 216072 URL: http://svn.freebsd.org/changeset/base/216072 Log: We need to define a cdev variable associated with each USB device, hence existing applications like webcamd are expecting that. This problem was introduced by SVN chang

svn commit: r216074 - head/share/man/man4

2010-11-30 Thread Nick Hibma
Author: n_hibma Date: Tue Nov 30 09:34:47 2010 New Revision: 216074 URL: http://svn.freebsd.org/changeset/base/216074 Log: Fix two errors in the man page Submitted by: ruslan MFC after:1 day Modified: head/share/man/man4/usb_quirk.4 Modified: head/share/man/man4/usb_quirk.4 ==

svn commit: r216075 - in head: sys/netinet usr.sbin/arp

2010-11-30 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 30 15:57:00 2010 New Revision: 216075 URL: http://svn.freebsd.org/changeset/base/216075 Log: Use time_uptime instead of non-monotonic time_second to drive ARP timeouts. Suggested by: bde Modified: head/sys/netinet/if_ether.c head/sys/netinet/in.c head/

svn commit: r216076 - head/usr.sbin/arp

2010-11-30 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 30 16:00:59 2010 New Revision: 216076 URL: http://svn.freebsd.org/changeset/base/216076 Log: That should belong to r216075. Pointy hat on me. Modified: head/usr.sbin/arp/arp.c Modified: head/usr.sbin/arp/arp.c

svn commit: r216077 - head/usr.sbin/crashinfo

2010-11-30 Thread Colin Percival
Author: cperciva Date: Tue Nov 30 16:04:40 2010 New Revision: 216077 URL: http://svn.freebsd.org/changeset/base/216077 Log: Teach crashinfo(8) to look at the currently running kernel (based on the kern.bootfile sysctl). Prior to this commit, crashinfo(8) only looks at /boot/*/kernel; this i

svn commit: r216078 - head/usr.sbin/arp

2010-11-30 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 30 16:14:19 2010 New Revision: 216078 URL: http://svn.freebsd.org/changeset/base/216078 Log: Do not hardcode (20*60), but use current ARP timeout value configured in kernel. Modified: head/usr.sbin/arp/arp.c Modified: head/usr.sbin/arp/arp.c ==

svn commit: r216079 - head/sys/dev/syscons

2010-11-30 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 30 16:46:15 2010 New Revision: 216079 URL: http://svn.freebsd.org/changeset/base/216079 Log: Clean up code a bit to make it more readable. Modified: head/sys/dev/syscons/scvidctl.c Modified: head/sys/dev/syscons/scvidctl.c ==

svn commit: r216080 - head/sys/sparc64/include

2010-11-30 Thread Max Khon
Author: fjoe Date: Tue Nov 30 16:49:06 2010 New Revision: 216080 URL: http://svn.freebsd.org/changeset/base/216080 Log: Change VM_KMEM_SIZE_MAX to be just (VM_MAX_KERNEL_ADDRESS - VM_MIN_KERNEL_ADDRESS) Suggested by: marius Modified: head/sys/sparc64/include/vmparam.h Modified: h

Re: svn commit: r216016 - head/sys/sparc64/include

2010-11-30 Thread Max Khon
Marius, On Tue, Nov 30, 2010 at 1:24 AM, Marius Strobl wrote: > > > On Sun, Nov 28, 2010 at 07:26:20PM +, Max Khon wrote: > > > > > Author: fjoe > > > > > Date: Sun Nov 28 19:26:20 2010 > > > > > New Revision: 216016 > > > > > URL: http://svn.freebsd.org/changeset/base/216016 > > > > > > > >

svn commit: r216081 - head/sys/dev/syscons

2010-11-30 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 30 17:32:28 2010 New Revision: 216081 URL: http://svn.freebsd.org/changeset/base/216081 Log: Stop hardcoding default font size. Modified: head/sys/dev/syscons/syscons.c Modified: head/sys/dev/syscons/syscons.c ===

svn commit: r216082 - head/sys/dev/syscons

2010-11-30 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 30 17:34:15 2010 New Revision: 216082 URL: http://svn.freebsd.org/changeset/base/216082 Log: Rename a variable to match scvidctl.c. Modified: head/sys/dev/syscons/syscons.c Modified: head/sys/dev/syscons/syscons.c ===

svn commit: r216083 - head/sys/powerpc/powermac

2010-11-30 Thread Marius Strobl
Author: marius Date: Tue Nov 30 20:54:14 2010 New Revision: 216083 URL: http://svn.freebsd.org/changeset/base/216083 Log: Several chipset drivers alter parameters relevant for the DMA tag creation, i.e. alignment, max_address, max_iosize and segsize (only max_address is thought to have an ne

svn commit: r216084 - head/sys/cddl/compat/opensolaris/kern

2010-11-30 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Nov 30 21:04:05 2010 New Revision: 216084 URL: http://svn.freebsd.org/changeset/base/216084 Log: Don't panic when we read an empty ACL from ZFS. Apparently this may happen with filesystems created under MacOS X ZFS port. This is kind of filesystem corruption (we don

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

2010-11-30 Thread Marius Strobl
Author: marius Date: Tue Nov 30 21:08:59 2010 New Revision: 216085 URL: http://svn.freebsd.org/changeset/base/216085 Log: - Remove the remaining support for older (in this case pre-7.0-RELEASE) versions of FreeBSD. In fact we are already missing a lot of conditional code necessary to sup

svn commit: r216086 - head/lib/libc/stdio

2010-11-30 Thread David Schultz
Author: das Date: Tue Nov 30 21:26:21 2010 New Revision: 216086 URL: http://svn.freebsd.org/changeset/base/216086 Log: Update the documentation to reflect changes to the implementation in r197752, which is related to handling of null buffer pointers. Also make a few minor wording changes.

Re: svn commit: r216075 - in head: sys/netinet usr.sbin/arp

2010-11-30 Thread Jilles Tjoelker
On Tue, Nov 30, 2010 at 03:57:00PM +, Gleb Smirnoff wrote: > Author: glebius > Date: Tue Nov 30 15:57:00 2010 > New Revision: 216075 > URL: http://svn.freebsd.org/changeset/base/216075 > Log: > Use time_uptime instead of non-monotonic time_second to drive ARP > timeouts. > Suggested by:

svn commit: r216088 - in head: lib/libcam sbin/camcontrol sys/cam sys/cam/scsi sys/conf sys/dev/mps sys/sys

2010-11-30 Thread Kenneth D. Merry
Author: ken Date: Tue Nov 30 22:39:46 2010 New Revision: 216088 URL: http://svn.freebsd.org/changeset/base/216088 Log: Add Serial Management Protocol (SMP) passthrough support to CAM. This includes support in the kernel, camcontrol(8), libcam and the mps(4) driver for SMP passthrough.

svn commit: r216089 - head/sbin/ifconfig

2010-11-30 Thread Weongyo Jeong
Author: weongyo Date: Wed Dec 1 03:24:38 2010 New Revision: 216089 URL: http://svn.freebsd.org/changeset/base/216089 Log: Don't print usbus[0-9] interfaces that it's not the interesting interface type for ifconfig(8). Modified: head/sbin/ifconfig/ifconfig.c Modified: head/sbin/ifconfig/if

svn commit: r216090 - head/sys/vm

2010-11-30 Thread Alan Cox
Author: alc Date: Wed Dec 1 03:35:19 2010 New Revision: 216090 URL: http://svn.freebsd.org/changeset/base/216090 Log: 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_avail array to calc

svn commit: r216091 - head/sys/dev/usb

2010-11-30 Thread Weongyo Jeong
Author: weongyo Date: Wed Dec 1 03:51:06 2010 New Revision: 216091 URL: http://svn.freebsd.org/changeset/base/216091 Log: Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attached or detached. Normally it should be changed through user land ioctl(2) system calls but it looks

svn commit: r216092 - head/sys/mips/cavium

2010-11-30 Thread Juli Mallett
Author: jmallett Date: Wed Dec 1 05:24:29 2010 New Revision: 216092 URL: http://svn.freebsd.org/changeset/base/216092 Log: Add interrupt describing and binding to CIU. Modified: head/sys/mips/cavium/ciu.c Modified: head/sys/mips/cavium/ciu.c =

svn commit: r216093 - head/sys/modules/cam

2010-11-30 Thread Kenneth D. Merry
Author: ken Date: Wed Dec 1 05:39:02 2010 New Revision: 216093 URL: http://svn.freebsd.org/changeset/base/216093 Log: Add smp_all.c to the cam module build to un-break it. Reported by: jkim Modified: head/sys/modules/cam/Makefile Modified: head/sys/modules/cam/Makefile ===

svn commit: r216094 - head/sys/ia64/include

2010-11-30 Thread Alan Cox
Author: alc Date: Wed Dec 1 05:52:27 2010 New Revision: 216094 URL: http://svn.freebsd.org/changeset/base/216094 Log: phys_avail[] is correctly defined as an array of vm_paddr_t's in machdep.c. Use that same type, and not vm_offset_t, in this include file. Modified: head/sys/ia64/include/

Re: svn commit: r215237 - head/lib/msun/src

2010-11-30 Thread David Schultz
On Mon, Nov 15, 2010, Bruce Evans wrote: > On Mon, 15 Nov 2010, Alexander Best wrote: > > >also it seems one of the regression tests in tools/regression/lib/msun > >fails > >(assert tripped): test-lrint. The test is failing due to an actual deficiency in gcc; you need to disable the built-in ver