svn commit: r253701 - head/sys/dev/cxgbe

2013-07-27 Thread Navdeep Parhar
Author: np Date: Sat Jul 27 07:43:43 2013 New Revision: 253701 URL: http://svnweb.freebsd.org/changeset/base/253701 Log: Display a string instead of a numeric code in the linkdnrc sysctl. Submitted by: gnn@ Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ==

Re: svn commit: r253662 - in head: lib/libc/gen sys/vm tools/tools/sysdoc

2013-07-27 Thread Bruce Evans
On Fri, 26 Jul 2013, Juli Mallett wrote: On Fri, Jul 26, 2013 at 2:26 PM, Andrey Zonov wrote: On 7/26/13 8:09 AM, Jilles Tjoelker wrote: As noted in mail from Bruce Evans, please preserve the ABI of VM_SWAPPING_ENABLED here. I don't think it's a big problem. Internally we don't use it. G

svn commit: r253705 - head/sys/dev/iwn

2013-07-27 Thread Adrian Chadd
Author: adrian Date: Sat Jul 27 14:58:23 2013 New Revision: 253705 URL: http://svnweb.freebsd.org/changeset/base/253705 Log: Implement some function tracing. Submitted by: Cedric GROSS Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c =

svn commit: r253706 - head/sys/geom/raid

2013-07-27 Thread Alexander Motin
Author: mav Date: Sat Jul 27 15:02:19 2013 New Revision: 253706 URL: http://svnweb.freebsd.org/changeset/base/253706 Log: Introduce 3 seconds timeout on `graid stop` command (mostly with -f flag). Since completion waiting goes in g_event thread, it may cause GEOM deadlock if consumer on top

svn commit: r253707 - in head/usr.sbin/makefs: . cd9660

2013-07-27 Thread Marius Strobl
Author: marius Date: Sat Jul 27 15:28:31 2013 New Revision: 253707 URL: http://svnweb.freebsd.org/changeset/base/253707 Log: - Set the System Identifier in the Primary Volume Descriptor to FreeBSD rather than NetBSD. - Correctly set the Expiration Time in the Primary Volume Descriptor;

svn commit: r253708 - head/sys/dev/ipmi

2013-07-27 Thread Sean Bruno
Author: sbruno Date: Sat Jul 27 16:32:34 2013 New Revision: 253708 URL: http://svnweb.freebsd.org/changeset/base/253708 Log: At some point after stable/7 the ACPI and ISA interfaces to the IPMI controller no longer have the parent in the device tree. This causes the identify function in ip

svn commit: r253709 - head/sys/dev/drm2/i915

2013-07-27 Thread Konstantin Belousov
Author: kib Date: Sat Jul 27 16:42:29 2013 New Revision: 253709 URL: http://svnweb.freebsd.org/changeset/base/253709 Log: The pmap_qenter() and pmap_qremove() perform TLB invalidation on its own, no need to call pmap_invalidate_range() one more time. Noted by: alc MFC after:1 we

svn commit: r253710 - head/sys/dev/drm2/ttm

2013-07-27 Thread Konstantin Belousov
Author: kib Date: Sat Jul 27 16:44:37 2013 New Revision: 253710 URL: http://svnweb.freebsd.org/changeset/base/253710 Log: MFgem r251960: re-check the mgt device object for the requested page after the object was relocked. Tested by:dumbbell Sponsored by: The FreeBSD Foundation MFC

svn commit: r253712 - head/sys/dev/ciss

2013-07-27 Thread Sean Bruno
Author: sbruno Date: Sat Jul 27 17:20:43 2013 New Revision: 253712 URL: http://svnweb.freebsd.org/changeset/base/253712 Log: update ciss debugger command to iterate over multiple raid controllers up to max controllers supported PR: kern/179932 Reviewed by: Markus Gebert MFC after:

svn commit: r253714 - head/sys/boot/arm/uboot

2013-07-27 Thread Tim Kientzle
Author: kientzle Date: Sat Jul 27 18:18:46 2013 New Revision: 253714 URL: http://svnweb.freebsd.org/changeset/base/253714 Log: Install Forth infrastructure along with ubldr. Note: loader.rc is installed as loader.rc.sample so that by default, none of this is actually used. Modified: h

svn commit: r253715 - head/sys/boot/forth

2013-07-27 Thread Tim Kientzle
Author: kientzle Date: Sat Jul 27 18:19:28 2013 New Revision: 253715 URL: http://svnweb.freebsd.org/changeset/base/253715 Log: Put in commented-out version of beastie menu commands so that non-i386 users can easily experiment with this. Modified: head/sys/boot/forth/loader.rc Modified: hea

svn commit: r253719 - in head: sys/conf sys/dev/watchdog sys/libkern sys/sys usr.sbin/watchdogd

2013-07-27 Thread Alfred Perlstein
Author: alfred Date: Sat Jul 27 20:47:01 2013 New Revision: 253719 URL: http://svnweb.freebsd.org/changeset/base/253719 Log: Fix watchdog pretimeout. The original API calls for pow2ns, however the new APIs from Linux call for seconds. We need to be able to convert to/from 2^Nns to se

Re: svn commit: r253662 - in head: lib/libc/gen sys/vm tools/tools/sysdoc

2013-07-27 Thread Andrey Zonov
On 7/27/13 12:47 AM, Bruce Evans wrote: > On Fri, 26 Jul 2013, Juli Mallett wrote: > >> On Fri, Jul 26, 2013 at 2:26 PM, Andrey Zonov wrote: >> >>> On 7/26/13 8:09 AM, Jilles Tjoelker wrote: As noted in mail from Bruce Evans, please preserve the ABI of VM_SWAPPING_ENABLED here. >>> >>>

Re: svn commit: r253662 - in head: lib/libc/gen sys/vm tools/tools/sysdoc

2013-07-27 Thread Bruce Evans
On Sat, 27 Jul 2013, Andrey Zonov wrote: On 7/27/13 12:47 AM, Bruce Evans wrote: ... Especially since the main reason numbered sysctls exist is to support old binaries (and sources) that use them. Does it look OK? It looks functionally OK, but ugly. diff --git a/sys/vm/vm_param.h b/sys/vm

svn commit: r253720 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider

2013-07-27 Thread Mark Johnston
Author: markj Date: Sat Jul 27 21:31:48 2013 New Revision: 253720 URL: http://svnweb.freebsd.org/changeset/base/253720 Log: Use kern_ioctl() rather than ioctl() for testing the FBT provider, since the latter doesn't exist in FreeBSD. All the tests under fbtprovider pass now. Modified: head

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

2013-07-27 Thread Alexander Motin
Author: mav Date: Sat Jul 27 22:19:34 2013 New Revision: 253721 URL: http://svnweb.freebsd.org/changeset/base/253721 Log: Detect unsupported PREVENT ALLOW MEDIUM REMOVAL and SYNCHRONIZE CACHE(10) to not spam devices with useless commands and logs with errors. Modified: head/sys/cam/scsi/scs

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

2013-07-27 Thread Alexander Motin
Author: mav Date: Sat Jul 27 22:21:10 2013 New Revision: 253722 URL: http://svnweb.freebsd.org/changeset/base/253722 Log: Oops, revert unwanted part of r253721. Modified: head/sys/cam/scsi/scsi_da.c Modified: head/sys/cam/scsi/scsi_da.c ===

svn commit: r253723 - head/usr.sbin/watchdogd

2013-07-27 Thread Alfred Perlstein
Author: alfred Date: Sat Jul 27 22:23:32 2013 New Revision: 253723 URL: http://svnweb.freebsd.org/changeset/base/253723 Log: Provide some examples for watchdogd usage. Modified: head/usr.sbin/watchdogd/watchdogd.8 Modified: head/usr.sbin/watchdogd/watchdogd.8

svn commit: r253724 - in head/sys/cam: ata scsi

2013-07-27 Thread Alexander Motin
Author: mav Date: Sat Jul 27 22:44:55 2013 New Revision: 253724 URL: http://svnweb.freebsd.org/changeset/base/253724 Log: Synchronize device cache on close only if there were some write operations. While these operations are not really needed otherwise, at least for SCSI they may cause extra

svn commit: r253725 - in head/cddl/contrib/opensolaris: cmd/dtrace/test/cmd/scripts cmd/dtrace/test/tst/common/aggs cmd/dtrace/test/tst/common/arithmetic cmd/dtrace/test/tst/common/print cmd/dtrace...

2013-07-27 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 28 00:45:20 2013 New Revision: 253725 URL: http://svnweb.freebsd.org/changeset/base/253725 Log: DTrace: re-merge remainder of r249367 (original from Illumos). Bring back some important fixes from Illumos: 3022 DTrace: keys should not affect the sort order when

svn commit: r253726 - in head/cddl/contrib/opensolaris: cmd/dtrace/test/tst/common/funcs cmd/dtrace/test/tst/common/pointers cmd/dtrace/test/tst/common/print cmd/dtrace/test/tst/common/safety cmd/d...

2013-07-27 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 28 01:02:17 2013 New Revision: 253726 URL: http://svnweb.freebsd.org/changeset/base/253726 Log: DTrace: re-apply r249426 now that the underlying issues have been solved. Merge change from illumos: 3519 DTrace fails to resolve const types from fbt 3520 dtrace

svn commit: r253727 - head/sys/net80211

2013-07-27 Thread Adrian Chadd
Author: adrian Date: Sun Jul 28 04:53:00 2013 New Revision: 253727 URL: http://svnweb.freebsd.org/changeset/base/253727 Log: Refactor the VAP transmit path code into a utility function that both the normal and the mesh transmit paths can use. The API is a bit horrible because it both cons

svn commit: r253735 - head/usr.sbin/watchdogd

2013-07-27 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Jul 28 06:15:25 2013 New Revision: 253735 URL: http://svnweb.freebsd.org/changeset/base/253735 Log: mdoc and language improvements. Modified: head/usr.sbin/watchdogd/watchdogd.8 Modified: head/usr.sbin/watchdogd/watchdogd.8 =

svn commit: r253736 - head/usr.bin/fetch

2013-07-27 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Jul 28 06:16:12 2013 New Revision: 253736 URL: http://svnweb.freebsd.org/changeset/base/253736 Log: Remove EOL whitespace. Modified: head/usr.bin/fetch/fetch.1 Modified: head/usr.bin/fetch/fetch.1