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

2013-04-22 Thread Damjan Marion
Author: dmarion Date: Mon Apr 22 08:28:53 2013 New Revision: 249762 URL: http://svnweb.freebsd.org/changeset/base/249762 Log: Initialize GIC_PMRR register on ARM GIC. Provided by: Thomas Skibo Modified: head/sys/arm/arm/gic.c Modified: head/sys/arm/arm/gic.c

svn commit: r249763 - head/sys/vm

2013-04-22 Thread Gleb Smirnoff
Author: glebius Date: Mon Apr 22 09:02:23 2013 New Revision: 249763 URL: http://svnweb.freebsd.org/changeset/base/249763 Log: Panic if UMA_ZONE_PCPU is created at early stages of boot, when mp_ncpus isn't yet initialized. Otherwise we will panic at first allocation later. Sponsored by: Ng

svn commit: r249764 - head/lib/libc/sys

2013-04-22 Thread Sergey Kandaurov
Author: pluknet Date: Mon Apr 22 09:18:50 2013 New Revision: 249764 URL: http://svnweb.freebsd.org/changeset/base/249764 Log: Keep up with negative addrlen check removal in r249649. Modified: head/lib/libc/sys/accept.2 Modified: head/lib/libc/sys/accept.2

svn commit: r249765 - in head/sys: dev/uart modules/uart

2013-04-22 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Apr 22 13:02:41 2013 New Revision: 249765 URL: http://svnweb.freebsd.org/changeset/base/249765 Log: Build uart_dev_lpc.c on arm only. This fixes pc98 build. Modified: head/sys/dev/uart/uart_subr.c head/sys/modules/uart/Makefile Modified: head/sys/dev/uart/uart_subr.

Re: svn commit: r249765 - in head/sys: dev/uart modules/uart

2013-04-22 Thread Justin Hibbits
Sorry! I should've read the tinderbox failures. Pointy hat to: jhibbits On Apr 22, 2013 6:02 AM, "Takahashi Yoshihiro" wrote: > Author: nyan > Date: Mon Apr 22 13:02:41 2013 > New Revision: 249765 > URL: http://svnweb.freebsd.org/changeset/base/249765 > > Log: > Build uart_dev_lpc.c on arm on

svn commit: r249766 - head/sbin/dhclient

2013-04-22 Thread John Baldwin
Author: jhb Date: Mon Apr 22 15:02:32 2013 New Revision: 249766 URL: http://svnweb.freebsd.org/changeset/base/249766 Log: Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client. PR: bin/170279 MFC after:1 week Modified: head/sbin/dhclient/packet.c Mod

svn commit: r249767 - head/sys/dev/acpica

2013-04-22 Thread John Baldwin
Author: jhb Date: Mon Apr 22 15:51:06 2013 New Revision: 249767 URL: http://svnweb.freebsd.org/changeset/base/249767 Log: - Some BIOSes use an Extended IRQ resource descriptor in _PRS for a link that uses non-ISA IRQs but use a plain IRQ resource in _CRS. However, a non-ISA IRQ can't fi

svn commit: r249768 - head/sbin/geom/class/label

2013-04-22 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Apr 22 17:38:26 2013 New Revision: 249768 URL: http://svnweb.freebsd.org/changeset/base/249768 Log: Minor clarificiation. PR: 177455 Modified: head/sbin/geom/class/label/glabel.8 Modified: head/sbin/geom/class/label/glabel.8 =

svn commit: r249769 - head/bin/domainname

2013-04-22 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Apr 22 17:55:12 2013 New Revision: 249769 URL: http://svnweb.freebsd.org/changeset/base/249769 Log: Point users towards nisdomainname and rc.conf. PR: 144630 Submitted by: Stefan Krueger , Fel Modified: head/bin/domainna

svn commit: r249770 - head/share/mk

2013-04-22 Thread Simon J. Gerraty
Author: sjg Date: Mon Apr 22 18:11:29 2013 New Revision: 249770 URL: http://svnweb.freebsd.org/changeset/base/249770 Log: Pass more variables to bsd.prog.mk and only append to already defined variables. Submitted by: Garrett Cooper Modified: head/share/mk/bsd.progs.mk Modified: head/s

svn commit: r249771 - head/usr.sbin/timed/timed

2013-04-22 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Apr 22 18:31:39 2013 New Revision: 249771 URL: http://svnweb.freebsd.org/changeset/base/249771 Log: Minor update about rc.conf. Modified: head/usr.sbin/timed/timed/timed.8 Modified: head/usr.sbin/timed/timed/timed.8 =

Re: svn commit: r249771 - head/usr.sbin/timed/timed

2013-04-22 Thread Garrett Cooper
On Apr 22, 2013, at 11:31 AM, Joel Dahl wrote: > Author: joel (doc committer) > Date: Mon Apr 22 18:31:39 2013 > New Revision: 249771 > URL: http://svnweb.freebsd.org/changeset/base/249771 > > Log: > Minor update about rc.conf. > > Modified: > head/usr.sbin/timed/timed/timed.8 > > Modified:

svn commit: r249774 - head/sys/boot/fdt/dts

2013-04-22 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Apr 22 18:53:36 2013 New Revision: 249774 URL: http://svnweb.freebsd.org/changeset/base/249774 Log: Split BeagleBone DTS to generic AM335x part and Beagle-bone specific Added: head/sys/boot/fdt/dts/am335x.dtsi (contents, props changed) Modified: head/sys/boot/fdt/d

svn commit: r249775 - head/sys/dev/etherswitch/arswitch

2013-04-22 Thread Adrian Chadd
Author: adrian Date: Mon Apr 22 18:58:12 2013 New Revision: 249775 URL: http://svnweb.freebsd.org/changeset/base/249775 Log: Update arswitch to the new API. Modified: head/sys/dev/etherswitch/arswitch/arswitch.c Modified: head/sys/dev/etherswitch/arswitch/arswitch.c =

svn commit: r249776 - in head/sys/mips: include mips

2013-04-22 Thread Brooks Davis
Author: brooks Date: Mon Apr 22 19:02:37 2013 New Revision: 249776 URL: http://svnweb.freebsd.org/changeset/base/249776 Log: MFP4 223084, 227821: Partially implement generic_bs_*_8() for MIPS platforms. This is known to work with TARGET_ARCH=mips64 with FreeBSD/BERI. Assuming that ot

svn commit: r249778 - head/share/man/man5

2013-04-22 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Apr 22 20:14:57 2013 New Revision: 249778 URL: http://svnweb.freebsd.org/changeset/base/249778 Log: Update description of process status output. PR: 143850 Submitted by: Slaven Rezic Modified: head/share/man/man5/procfs.5 Modified: hea

svn commit: r249779 - in head/usr.sbin/bsdconfig/share: . media

2013-04-22 Thread Devin Teske
Author: dteske Date: Mon Apr 22 21:03:44 2013 New Revision: 249779 URL: http://svnweb.freebsd.org/changeset/base/249779 Log: Fix "-D file" to automagically enable debugging if not explicitly disabled. Modified: head/usr.sbin/bsdconfig/share/common.subr head/usr.sbin/bsdconfig/share/media/op

svn commit: r249780 - in head/usr.sbin/bsdconfig/share: . media

2013-04-22 Thread Devin Teske
Author: dteske Date: Mon Apr 22 21:11:27 2013 New Revision: 249780 URL: http://svnweb.freebsd.org/changeset/base/249780 Log: Partially uncommit r249779. The changes to share/common.subr were good while the remaining changes were part of a much larger ``secret sauce'' involved in an up-coming

svn commit: r249781 - head/usr.sbin/bsdconfig/share

2013-04-22 Thread Devin Teske
Author: dteske Date: Mon Apr 22 21:19:44 2013 New Revision: 249781 URL: http://svnweb.freebsd.org/changeset/base/249781 Log: Preserve debugFile preference across the exec boundary. Modified: head/usr.sbin/bsdconfig/share/common.subr Modified: head/usr.sbin/bsdconfig/share/common.subr ===

svn commit: r249782 - stable/9/sys/ufs/ffs

2013-04-22 Thread Kirk McKusick
Author: mckusick Date: Mon Apr 22 23:59:00 2013 New Revision: 249782 URL: http://svnweb.freebsd.org/changeset/base/249782 Log: MFC of 242520: When a file is first being written, the dynamic block reallocation (implemented by ffs_reallocblks_ufs[12]) relocates the file's blocks so as to

svn commit: r249783 - head/usr.sbin/bsdconfig/networking

2013-04-22 Thread Devin Teske
Author: dteske Date: Tue Apr 23 00:10:33 2013 New Revision: 249783 URL: http://svnweb.freebsd.org/changeset/base/249783 Log: Prevent device.subr from auto-loading in the nameservers module. This module doesn't need device support (but device.subr is loaded indirectly through media/tcpip.subr

svn commit: r249785 - in stable/9/sbin: dumpfs newfs tunefs

2013-04-22 Thread Kirk McKusick
Author: mckusick Date: Tue Apr 23 01:09:22 2013 New Revision: 249785 URL: http://svnweb.freebsd.org/changeset/base/249785 Log: MFC of 248623: The purpose of this change to the FFS layout policy is to reduce the running time for a full fsck. It also reduces the random access time for lar

Re: svn commit: r249785 - in stable/9/sbin: dumpfs newfs tunefs

2013-04-22 Thread Andrey Chernov
The bug eye-catched: On 23.04.2013 5:09, Kirk McKusick wrote: > + case 'k': > + found_arg = 1; > + name = "space to hold for metadata blocks"; > + kvalue = atoi(optarg); > + if (mvalue < 0)

Re: svn commit: r249611 - in stable/9/sys/cam: ata scsi

2013-04-22 Thread Scott Long
What problem does this solve, other than to unintentionally break the MPT driver? This needs to be backed out of HEAD and stable/9 until a better analysis is done. Scott On Apr 18, 2013, at 3:44 AM, Alexander Motin wrote: > Author: mav > Date: Thu Apr 18 09:44:00 2013 > New Revision: 249611

svn commit: r249786 - head/sys/dev/usb/controller

2013-04-22 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 23 06:26:54 2013 New Revision: 249786 URL: http://svnweb.freebsd.org/changeset/base/249786 Log: Add descriptive comment. Modified: head/sys/dev/usb/controller/xhci.c Modified: head/sys/dev/usb/controller/xhci.c ==

svn commit: r249787 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-04-22 Thread Martin Matuska
Author: mm Date: Tue Apr 23 06:28:35 2013 New Revision: 249787 URL: http://svnweb.freebsd.org/changeset/base/249787 Log: The zfs synctask code restructuring introduced a new bug that makes it impossible to set quota and reservation on pools lower than version 22. Problem has been reported an

svn commit: r249788 - in stable/9/sbin: fsck_ffs fsdb

2013-04-22 Thread Kirk McKusick
Author: mckusick Date: Tue Apr 23 06:28:49 2013 New Revision: 249788 URL: http://svnweb.freebsd.org/changeset/base/249788 Log: Merge checked by: Glen Barber (gjb@) MFC of 247212: When running with the -d option, instrument fsck_ffs to track the number, data type, and running time of its

svn commit: r249789 - head/sbin/tunefs

2013-04-22 Thread Kirk McKusick
Author: mckusick Date: Tue Apr 23 06:37:50 2013 New Revision: 249789 URL: http://svnweb.freebsd.org/changeset/base/249789 Log: Fix error check. Submitted by: Andrey Chernov (ache@) MFC after: 3 days Modified: head/sbin/tunefs/tunefs.c Modified: head/sbin/tunefs/tunefs.c ==