svn commit: r265501 - in stable/10/sys: cam/ctl dev/iscsi

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:46:59 2014 New Revision: 265501 URL: http://svnweb.freebsd.org/changeset/base/265501 Log: MFC r264110: All the iSCSI sysctls are also tunables; advertise that. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/cam/ctl/ctl_frontend_iscsi.c

svn commit: r265500 - stable/10/sys/dev/iscsi

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:44:19 2014 New Revision: 265500 URL: http://svnweb.freebsd.org/changeset/base/265500 Log: MFC r264109: We don't need TAILQ for iSCSI PDUs; STAILQ is enough. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/iscsi/icl.c stable/10/sys

svn commit: r265499 - stable/10/sys/dev/iscsi

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:41:33 2014 New Revision: 265499 URL: http://svnweb.freebsd.org/changeset/base/265499 Log: MFC r264026: Enable a KASSERT. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/iscsi/icl.c Directory Properties: stable/10/ (props changed

svn commit: r265498 - stable/10/sys/dev/iscsi

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:38:19 2014 New Revision: 265498 URL: http://svnweb.freebsd.org/changeset/base/265498 Log: MFC r264025: Get rid of the "autoscaling", instead just set socket buffer sizes in the usual way. The only thing the old code did was making things less predictab

svn commit: r265497 - stable/10/sys/cam/ctl

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:34:03 2014 New Revision: 265497 URL: http://svnweb.freebsd.org/changeset/base/265497 Log: MFC r264024: Use atomic ops instead of mutexes where appropriate. Submitted by: mav@ Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/cam/ctl/ctl

svn commit: r265496 - in stable/10/sys: cam/ctl dev/iscsi

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:31:45 2014 New Revision: 265496 URL: http://svnweb.freebsd.org/changeset/base/265496 Log: MFC r264023: Instead of "icltx" and "iclrx", use thread names with prefix from upper layer, so that one can see which side of the stack the threads are for. Spo

svn commit: r265495 - in stable/10/sys: cam/ctl dev/iscsi

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:29:01 2014 New Revision: 265495 URL: http://svnweb.freebsd.org/changeset/base/265495 Log: MFC r264022: Get rid of ICL lock; use upper-layer (initiator or target) lock instead. This avoids extra locking in icl_pdu_queue(); the upper layer needs to call i

svn commit: r265494 - stable/10/sys/cam/ctl

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:26:34 2014 New Revision: 265494 URL: http://svnweb.freebsd.org/changeset/base/265494 Log: MFC r264020: Remove the homegrown ctl_be_block_io allocator, replacing it with UMA. There is no performance difference. Reviewed by: mav@ Sponsored by: The F

svn commit: r265493 - stable/10/sys/cam/ctl

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:24:46 2014 New Revision: 265493 URL: http://svnweb.freebsd.org/changeset/base/265493 Log: MFC r263979: Hide CTL messages about SCSI error responses. Too many users take them for actual target errors. They can be enabled back by setting kern.cam.ctl.ve

svn commit: r265492 - stable/10/sys/cam/ctl

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:22:51 2014 New Revision: 265492 URL: http://svnweb.freebsd.org/changeset/base/265492 Log: MFC r263978: Make it possible to have multiple CTL worker threads. Leave the default of 1 for now. Sponsored by: The FreeBSD Foundation Modified: stable/10/

svn commit: r265491 - in stable/10/sys: cam/ctl conf modules/ctl

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:20:35 2014 New Revision: 265491 URL: http://svnweb.freebsd.org/changeset/base/265491 Log: MFC r263811: Remove ctl_mem_pool.{c,h}. Sponsored by: The FreeBSD Foundation Deleted: stable/10/sys/cam/ctl/ctl_mem_pool.c stable/10/sys/cam/ctl/ctl_mem_pool

svn commit: r265490 - stable/10/sys/cam/ctl

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:18:03 2014 New Revision: 265490 URL: http://svnweb.freebsd.org/changeset/base/265490 Log: MFC r263810: Rework cfiscsi_datamove_in() to obey expected data transfer length received from the initiator. Sponsored by: The FreeBSD Foundation Modified: s

svn commit: r265489 - stable/10/sys/cam/ctl

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:14:41 2014 New Revision: 265489 URL: http://svnweb.freebsd.org/changeset/base/265489 Log: MFC r263745: Target Transfer Tag is opaque; no need to htonl(3) it. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/cam/ctl/ctl_frontend_iscsi.c D

svn commit: r265488 - stable/10/sys/dev/iscsi

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:12:59 2014 New Revision: 265488 URL: http://svnweb.freebsd.org/changeset/base/265488 Log: MFC r263743: Move the ic_outstanding_count under #ifdef DIAGNOSTIC. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/iscsi/icl.c stable/10/sy

svn commit: r265487 - stable/10/sys/dev/iscsi

2014-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 06:10:55 2014 New Revision: 265487 URL: http://svnweb.freebsd.org/changeset/base/265487 Log: MFC r263742: Fix harmless warning after reconnecting a session and not doing anything with it. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/d

Re: svn commit: r265418 - head/sys/vm

2014-05-06 Thread Dmitry Sivachenko
On 07 мая 2014 г., at 3:59, Alan Cox wrote: >>> >> Does this address the observation that several folks have made on >> current@ that pages are being pushed to swap much more agressively than >> in the past, even when the system doesn't seem short of memory? >> > > I hope so. Please let me kn

svn commit: r265486 - stable/9/sys/dev/cxgbe

2014-05-06 Thread Navdeep Parhar
Author: np Date: Wed May 7 05:28:23 2014 New Revision: 265486 URL: http://svnweb.freebsd.org/changeset/base/265486 Log: MFC r256477: cxgbe(4): Store the log2 of the # of doorbells per BAR2 page for both ingress and egress queues, and for both T4 and T5. These values are used by the T4/T5

svn commit: r265485 - head/sys/dev/mpr

2014-05-06 Thread Kenneth D. Merry
Author: ken Date: Wed May 7 05:14:48 2014 New Revision: 265485 URL: http://svnweb.freebsd.org/changeset/base/265485 Log: Hold the SIM lock when calling xpt_create_path() and xpt_action() in mprsas_SSU_to_SATA_devices(). This fixes an assertion on shutdown with INVARIANTS enabled with SAT

svn commit: r265484 - head/sys/dev/mpr

2014-05-06 Thread Kenneth D. Merry
Author: ken Date: Wed May 7 05:11:16 2014 New Revision: 265484 URL: http://svnweb.freebsd.org/changeset/base/265484 Log: Remove some debugging code. Submitted by: Steve McConnell MFC after:3 days Modified: head/sys/dev/mpr/mpr.c Modified: head/sys/dev/mpr/mpr.c =

svn commit: r265482 - stable/9/sys/dev/cxgbe/tom

2014-05-06 Thread Navdeep Parhar
Author: np Date: Wed May 7 04:21:07 2014 New Revision: 265482 URL: http://svnweb.freebsd.org/changeset/base/265482 Log: MFC r255198, r255410, and r255411. r255198: For TOE connections, the window scale factor in CPL_PASS_ACCEPT_REQ is set to 15 to indicate that the peer did not send a

svn commit: r265481 - stable/9/sys/dev/cxgbe

2014-05-06 Thread Navdeep Parhar
Author: np Date: Wed May 7 04:00:05 2014 New Revision: 265481 URL: http://svnweb.freebsd.org/changeset/base/265481 Log: MFC r255050, r255052. r255050: Implement support for rx buffer packing. Enable it by default for T5 cards. This is a T4 and T5 chip feature which lets the chip

Re: svn commit: r265472 - head/bin/dd

2014-05-06 Thread Bruce Evans
On Tue, 6 May 2014, Alan Somers wrote: Log: dd(1) uses gettimeofday(2) to compute the throughput statistics. However, gettimeofday returns the system clock, which may jump forward or back, especially if NTP is in use. If the time jumps backwards, then dd will see negative elapsed time, rou

svn commit: r265480 - in stable/9/sys: dev/virtio/network modules/virtio/network

2014-05-06 Thread Bryan Venteicher
Author: bryanv Date: Wed May 7 03:17:21 2014 New Revision: 265480 URL: http://svnweb.freebsd.org/changeset/base/265480 Log: MFC r255111, r255112, r255131, r255167, r256066, r261150, r261151, r261164, r261166, r261167, r261168, r261394, r261395: This updates the network driver to supp

svn commit: r265479 - stable/9/sys/sys

2014-05-06 Thread Navdeep Parhar
Author: np Date: Wed May 7 03:06:50 2014 New Revision: 265479 URL: http://svnweb.freebsd.org/changeset/base/265479 Log: MFC r255047 (with a manual tweak to match the ext_free in stable/9): Add a routine for attaching an mbuf to a buffer with an external refcount. This one is willing to

Re: svn commit: r265478 - stable/9/sys/dev/cxgbe

2014-05-06 Thread Navdeep Parhar
On Tue, May 06, 2014 at 10:38:42PM -0400, Ryan Stone wrote: > On Tue, May 6, 2014 at 10:13 PM, Navdeep Parhar wrote: > > + SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "temperature", CTLTYPE_INT > > | > > + CTLFLAG_RD, sc, 0, sysctl_temperature, "A", > > + "chip temperature

Re: svn commit: r265478 - stable/9/sys/dev/cxgbe

2014-05-06 Thread Ryan Stone
On Tue, May 6, 2014 at 10:13 PM, Navdeep Parhar wrote: > + SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "temperature", CTLTYPE_INT | > + CTLFLAG_RD, sc, 0, sysctl_temperature, "A", > + "chip temperature (in Celsius)"); I believe that this is incorrect. "A" is used for strin

svn commit: r265478 - stable/9/sys/dev/cxgbe

2014-05-06 Thread Navdeep Parhar
Author: np Date: Wed May 7 02:13:55 2014 New Revision: 265478 URL: http://svnweb.freebsd.org/changeset/base/265478 Log: MFC r253701, r253829, r253873, r253889, r253890, r254577, r254727, and r254933. r253701: Display a string instead of a numeric code in the linkdnrc sysctl. r25382

svn commit: r265477 - in head/contrib/llvm/tools/clang: include/clang/Driver include/clang/Frontend lib/CodeGen lib/Driver lib/Frontend

2014-05-06 Thread Ed Maste
Author: emaste Date: Wed May 7 00:51:24 2014 New Revision: 265477 URL: http://svnweb.freebsd.org/changeset/base/265477 Log: Merge -fstandalone-debug from Clang r198655: Implement a new -fstandalone-debug option. rdar://problem/15685848 It controls everything that -flimit-debug-info u

svn commit: r265476 - in stable/10/sys: amd64/amd64 i386/i386

2014-05-06 Thread Alan Cox
Author: alc Date: Wed May 7 00:32:49 2014 New Revision: 265476 URL: http://svnweb.freebsd.org/changeset/base/265476 Log: MFC r262338 When the kernel is running in a virtual machine, it cannot rely upon the processor family to determine if the workaround for AMD Family 10h Erratum 38

Re: svn commit: r265418 - head/sys/vm

2014-05-06 Thread Alan Cox
On 05/06/2014 07:39, Ian Lepore wrote: > On Tue, 2014-05-06 at 03:42 +, Alan Cox wrote: >> Author: alc >> Date: Tue May 6 03:42:04 2014 >> New Revision: 265418 >> URL: http://svnweb.freebsd.org/changeset/base/265418 >> >> Log: >> Prior to r254304, a separate function, vm_pageout_page_stats()

svn commit: r265475 - stable/10/share/man/man9

2014-05-06 Thread Ed Maste
Author: emaste Date: Tue May 6 23:28:48 2014 New Revision: 265475 URL: http://svnweb.freebsd.org/changeset/base/265475 Log: MFC r261908 by ian: Fix a typo, C_ALSOLUTE -> C_ABSOLUTE. Modified: stable/10/share/man/man9/timeout.9 Directory Properties: stable/10/ (props changed) Modified: s

svn commit: r265474 - head/etc/defaults

2014-05-06 Thread Adrian Chadd
Author: adrian Date: Tue May 6 23:28:37 2014 New Revision: 265474 URL: http://svnweb.freebsd.org/changeset/base/265474 Log: Bump the default C-state to Cmax, rather than the kernel default of C1. This may not stay through 11.0-RELEASE, but at least having it on by default in -HEAD will

Re: svn commit: r265359 - head/sys/modules/sound/sound

2014-05-06 Thread Warner Losh
On May 6, 2014, at 4:55 PM, John-Mark Gurney wrote: > Marius Strobl wrote this message on Tue, May 06, 2014 at 18:01 +0200: >> On Tue, May 06, 2014 at 05:45:05PM +0200, Hans Petter Selasky wrote: >>> On 05/05/14 22:39, Warner Losh wrote: On May 5, 2014, at 8:31 AM, Hans Petter Selasky

Re: svn commit: r265359 - head/sys/modules/sound/sound

2014-05-06 Thread John-Mark Gurney
Marius Strobl wrote this message on Tue, May 06, 2014 at 18:01 +0200: > On Tue, May 06, 2014 at 05:45:05PM +0200, Hans Petter Selasky wrote: > > On 05/05/14 22:39, Warner Losh wrote: > > > > > > On May 5, 2014, at 8:31 AM, Hans Petter Selasky > > > wrote: > > > > > >> Author: hselasky > > >> Date

svn commit: r265473 - head/sys/dev/mpr

2014-05-06 Thread Kenneth D. Merry
Author: ken Date: Tue May 6 22:13:38 2014 New Revision: 265473 URL: http://svnweb.freebsd.org/changeset/base/265473 Log: Change the device name for mpr(4) from /dev/mpr_N to /dev/mprN. This is more consistent with the existing mps(4) behavior. Reviewed by: Steve McConnell MFC afte

svn commit: r265472 - head/bin/dd

2014-05-06 Thread Alan Somers
Author: asomers Date: Tue May 6 22:06:39 2014 New Revision: 265472 URL: http://svnweb.freebsd.org/changeset/base/265472 Log: dd(1) uses gettimeofday(2) to compute the throughput statistics. However, gettimeofday returns the system clock, which may jump forward or back, especially if NTP is

svn commit: r265471 - stable/10/sys/netinet

2014-05-06 Thread Rick Macklem
Author: rmacklem Date: Tue May 6 22:04:50 2014 New Revision: 265471 URL: http://svnweb.freebsd.org/changeset/base/265471 Log: MFC: r264739 Add {} braces so that the code conforms to the indentation. Fortunately, I don't think doing the assignment of cap->tsomax unconditionally causes any

svn commit: r265470 - stable/10/sys/fs/nfsclient

2014-05-06 Thread Rick Macklem
Author: rmacklem Date: Tue May 6 21:59:48 2014 New Revision: 265470 URL: http://svnweb.freebsd.org/changeset/base/265470 Log: MFC: r264738 For an NFSv4 mount with the "nocto" option, don't get the up to date file attributes upon close. This reduces the Getattr RPC count by about 65% for s

svn commit: r265469 - stable/10/sys/fs/nfsclient

2014-05-06 Thread Rick Macklem
Author: rmacklem Date: Tue May 6 21:54:52 2014 New Revision: 265469 URL: http://svnweb.freebsd.org/changeset/base/265469 Log: MFC: r264705, r264749 Modify the NFSv4 client create/mkdir RPC so that it acquires post-create/mkdir directory attributes. This allows the RPC to name cache the ne

svn commit: r265468 - head/usr.bin/mkimg

2014-05-06 Thread Marcel Moolenaar
Author: marcel Date: Tue May 6 21:54:05 2014 New Revision: 265468 URL: http://svnweb.freebsd.org/changeset/base/265468 Log: Add mkimg_write() which combines lseek(2) and write(2) and uses sector granularity for both offset and length. Have all schemes use mkimg_write() instead of mkimg_seek

svn commit: r265467 - head/usr.bin/mkimg

2014-05-06 Thread Marcel Moolenaar
Author: marcel Date: Tue May 6 21:51:16 2014 New Revision: 265467 URL: http://svnweb.freebsd.org/changeset/base/265467 Log: Add missing svn:keywords property. Modified: Directory Properties: head/usr.bin/mkimg/mkimg.c (props changed) ___ svn-src-

svn commit: r265466 - stable/10/sys/fs/nfsclient

2014-05-06 Thread Rick Macklem
Author: rmacklem Date: Tue May 6 21:47:43 2014 New Revision: 265466 URL: http://svnweb.freebsd.org/changeset/base/265466 Log: MFC: r264681 Modify the NFSv4 client open/create RPC so that it acquires post-open/create directory attributes. This allows the RPC to name cache the newly created

svn commit: r265465 - head/contrib/ntp/ntpd

2014-05-06 Thread Xin LI
Author: delphij Date: Tue May 6 21:34:01 2014 New Revision: 265465 URL: http://svnweb.freebsd.org/changeset/base/265465 Log: Don't reply monlist request when it's not enabled. No objection from:roberto (but all bugs are mine) MFC after:2 weeks Modified: head/contrib/ntp/ntpd/n

svn commit: r265464 - head/lib/libmagic

2014-05-06 Thread Xin LI
Author: delphij Date: Tue May 6 21:30:58 2014 New Revision: 265464 URL: http://svnweb.freebsd.org/changeset/base/265464 Log: Sort .ALLSRC before concatenating files together. This makes sure that the file are always built the same. (Note that Header and Localstuff must appear first and

svn commit: r265463 - head/sys/ufs/ffs

2014-05-06 Thread Scott Long
Author: scottl Date: Tue May 6 20:40:16 2014 New Revision: 265463 URL: http://svnweb.freebsd.org/changeset/base/265463 Log: Due to reasons unknown at this time, the system can be forced to write a journal block even when there are no journal entries to be written. Until the root cause is fo

svn commit: r265462 - head/usr.bin/mkimg

2014-05-06 Thread Marcel Moolenaar
Author: marcel Date: Tue May 6 20:34:21 2014 New Revision: 265462 URL: http://svnweb.freebsd.org/changeset/base/265462 Log: In apm_write(), both fd and imgsz are referenced, so don't mark the arguments as unused. Modified: head/usr.bin/mkimg/apm.c Modified: head/usr.bin/mkimg/apm.c ==

svn commit: r265459 - stable/9/sys/dev/cxgbe

2014-05-06 Thread Navdeep Parhar
Author: np Date: Tue May 6 19:18:20 2014 New Revision: 265459 URL: http://svnweb.freebsd.org/changeset/base/265459 Log: r253688: Reserve room for ioctls that aren't in this copy of the driver yet. Modified: stable/9/sys/dev/cxgbe/t4_ioctl.h Directory Properties: stable/9/sys/ (props ch

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

2014-05-06 Thread Xin LI
Author: delphij Date: Tue May 6 19:03:04 2014 New Revision: 265458 URL: http://svnweb.freebsd.org/changeset/base/265458 Log: Import George Wilson's change for Illumos #4730: 4730 metaslab group taskq should be destroyed in metaslab_group_destroy() Reviewed by: Alex Reece

svn commit: r265456 - head/libexec/rtld-elf

2014-05-06 Thread Mark Johnston
Author: markj Date: Tue May 6 18:07:58 2014 New Revision: 265456 URL: http://svnweb.freebsd.org/changeset/base/265456 Log: Add a postinit debugger hook to rtld. This will be used by dtrace(1) to halt the victim process before its entry point is called, at which point probes and DOF data are

svn commit: r265455 - head/sys/netinet

2014-05-06 Thread Michael Tuexen
Author: tuexen Date: Tue May 6 16:51:07 2014 New Revision: 265455 URL: http://svnweb.freebsd.org/changeset/base/265455 Log: Remove unused code. This is triggered by the bugreport of Sylvestre Ledru which deal with useless code in the user land stack: https://bugzilla.mozilla.org/show_bug.cg

Re: svn commit: r265442 - head/sys/dev/vt

2014-05-06 Thread Bruce Evans
On Tue, 6 May 2014, Matthew Fleming wrote: On Tue, May 6, 2014 at 6:52 AM, Aleksandr Rybalko wrote: Log: Implement KDMKTONE ioctl. Does it have to have to be even worse than syscons? Modified: head/sys/dev/vt/vt_core.c =

svn commit: r265454 - head/sbin/gvinum

2014-05-06 Thread Marius Strobl
Author: marius Date: Tue May 6 16:29:02 2014 New Revision: 265454 URL: http://svnweb.freebsd.org/changeset/base/265454 Log: - Allow foot shooting with the resetconfig command via the -f option. - Fix typos preventing -f to actually work with the create command. - Initialize flags to zero ra

Re: svn commit: r265359 - head/sys/modules/sound/sound

2014-05-06 Thread Marius Strobl
On Tue, May 06, 2014 at 05:45:05PM +0200, Hans Petter Selasky wrote: > On 05/05/14 22:39, Warner Losh wrote: > > > > On May 5, 2014, at 8:31 AM, Hans Petter Selasky > > wrote: > > > >> Author: hselasky > >> Date: Mon May 5 14:31:34 2014 > >> New Revision: 265359 > >> URL: http://svnweb.freebsd.o

Re: svn commit: r265364 - head/sys/amd64/vmm

2014-05-06 Thread Neel Natu
Hi Julian, On Mon, May 5, 2014 at 9:10 PM, Julian Elischer wrote: > On 5/6/14, 12:19 AM, Neel Natu wrote: >> >> Author: neel >> Date: Mon May 5 16:19:24 2014 >> New Revision: 265364 >> URL: http://svnweb.freebsd.org/changeset/base/265364 >> >> Log: >>Virtual machine halt detection is turned

svn commit: r265453 - head

2014-05-06 Thread Warner Losh
Author: imp Date: Tue May 6 15:44:46 2014 New Revision: 265453 URL: http://svnweb.freebsd.org/changeset/base/265453 Log: No need to install man pages for bootstrapping new make. Some environments (that I can't reproduce locally, but that others have reported) seem to get tripped up by this

svn commit: r265452 - head

2014-05-06 Thread Warner Losh
Author: imp Date: Tue May 6 15:44:41 2014 New Revision: 265452 URL: http://svnweb.freebsd.org/changeset/base/265452 Log: Time to prune entries for RELENG_7 and stable/8. They are still in svn, for the historically minded. Modified: head/UPDATING Modified: head/UPDATING ===

svn commit: r265451 - head

2014-05-06 Thread Warner Losh
Author: imp Date: Tue May 6 15:44:34 2014 New Revision: 265451 URL: http://svnweb.freebsd.org/changeset/base/265451 Log: Add helpful note about possible workarounds for (as yet) unknown breakage. Also fix typo. Modified: head/UPDATING Modified: head/UPDATING ==

Re: svn commit: r265359 - head/sys/modules/sound/sound

2014-05-06 Thread Hans Petter Selasky
On 05/05/14 22:39, Warner Losh wrote: On May 5, 2014, at 8:31 AM, Hans Petter Selasky wrote: Author: hselasky Date: Mon May 5 14:31:34 2014 New Revision: 265359 URL: http://svnweb.freebsd.org/changeset/base/265359 Log: Build the kernel sound module without ISA DMA support for ARM and MIPS

svn commit: r265450 - stable/9

2014-05-06 Thread Brooks Davis
Author: brooks Date: Tue May 6 15:38:44 2014 New Revision: 265450 URL: http://svnweb.freebsd.org/changeset/base/265450 Log: MFC: r265097 Merge from CheriBSD: commit 1d1b908107255ffdff4d17f015d8f057d73cc6cb Author: Brooks Davis Date: Fri Mar 28 16:24:45 2014 + Add a

svn commit: r265449 - stable/10

2014-05-06 Thread Brooks Davis
Author: brooks Date: Tue May 6 14:38:03 2014 New Revision: 265449 URL: http://svnweb.freebsd.org/changeset/base/265449 Log: MFC r265097: Merge from CheriBSD: commit 1d1b908107255ffdff4d17f015d8f057d73cc6cb Author: Brooks Davis Date: Fri Mar 28 16:24:45 2014 + Add a

svn commit: r265448 - head/usr.bin/bmake

2014-05-06 Thread Warner Losh
Author: imp Date: Tue May 6 14:33:18 2014 New Revision: 265448 URL: http://svnweb.freebsd.org/changeset/base/265448 Log: Fix the upgrade path for fmake by allowing the include of src.opts.mk to fail and falling back on the conservative testing of variables already in place. This should stop

svn commit: r265447 - head/sys/arm/freescale/imx

2014-05-06 Thread Ian Lepore
Author: ian Date: Tue May 6 14:26:24 2014 New Revision: 265447 URL: http://svnweb.freebsd.org/changeset/base/265447 Log: Enable PL310 power-saving modes and tune the cache ram latencies for imx6. Modified: head/sys/arm/freescale/imx/imx6_pl310.c Modified: head/sys/arm/freescale/imx/imx6_pl3

svn commit: r265446 - in head/sys/arm: arm include

2014-05-06 Thread Ian Lepore
Author: ian Date: Tue May 6 14:19:54 2014 New Revision: 265446 URL: http://svnweb.freebsd.org/changeset/base/265446 Log: Add a public routine to set the L2 cache ram latencies. This can be called by platform init routines to fine-tune cache performance. Modified: head/sys/arm/arm/pl310.c

svn commit: r265445 - head/sys/arm/include

2014-05-06 Thread Ian Lepore
Author: ian Date: Tue May 6 14:08:42 2014 New Revision: 265445 URL: http://svnweb.freebsd.org/changeset/base/265445 Log: Add defines for the bits in the PL310 debug control register. This should have been part of r265444. Modified: head/sys/arm/include/pl310.h Modified: head/sys/arm/in

Re: svn commit: r265442 - head/sys/dev/vt

2014-05-06 Thread Matthew Fleming
On Tue, May 6, 2014 at 6:52 AM, Aleksandr Rybalko wrote: > Author: ray > Date: Tue May 6 13:52:13 2014 > New Revision: 265442 > URL: http://svnweb.freebsd.org/changeset/base/265442 > > Log: > Implement KDMKTONE ioctl. > > Submitted by: Matthew D.Fuller (original version) > MFC: 7

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

2014-05-06 Thread Ian Lepore
Author: ian Date: Tue May 6 14:03:35 2014 New Revision: 265444 URL: http://svnweb.freebsd.org/changeset/base/265444 Log: Call platform_pl310_init() before enabling the controller, and handle the case where the controller is already enabled. Some of the pl310 configuration registers canno

svn commit: r265443 - head/usr.bin/bmake

2014-05-06 Thread Stefan Esser
Author: se Date: Tue May 6 14:01:48 2014 New Revision: 265443 URL: http://svnweb.freebsd.org/changeset/base/265443 Log: Revert r265436, since it is not the correct fix. Modified: head/usr.bin/bmake/Makefile.inc Modified: head/usr.bin/bmake/Makefile.inc ==

svn commit: r265442 - head/sys/dev/vt

2014-05-06 Thread Aleksandr Rybalko
Author: ray Date: Tue May 6 13:52:13 2014 New Revision: 265442 URL: http://svnweb.freebsd.org/changeset/base/265442 Log: Implement KDMKTONE ioctl. Submitted by: Matthew D.Fuller (original version) MFC: 7 days PR: kern/189170 Sponsored by: The FreeBSD Foundation

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

2014-05-06 Thread Ian Lepore
Author: ian Date: Tue May 6 13:46:36 2014 New Revision: 265441 URL: http://svnweb.freebsd.org/changeset/base/265441 Log: Break out the code that figures out the L2 cache geometry to its own routine, so that it can be called from multiple places in upcoming changes. Modified: head/sys/arm/a

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

2014-05-06 Thread Ian Lepore
Author: ian Date: Tue May 6 13:38:34 2014 New Revision: 265440 URL: http://svnweb.freebsd.org/changeset/base/265440 Log: Move the pl310.enabled tunable to hw.pl310.enabled. Clean up a few minor style(9) nits. Use DEVMETHOD_END. Modified: head/sys/arm/arm/pl310.c Modified: head/sys/arm/a

Re: svn commit: r265367 - head/lib/libc/regex

2014-05-06 Thread Bruce Evans
On Tue, 6 May 2014, David Chisnall wrote: On 6 May 2014, at 05:46, Bruce Evans wrote: The standard behaviour is undefined. It cannot be relied on. From C99 (n869.txt): %7.20.3.1 The calloc function % %Synopsis % %[#1] % %#include %v

svn commit: r265439 - stable/9/sys/dev/drm2/i915

2014-05-06 Thread Konstantin Belousov
Author: kib Date: Tue May 6 12:39:23 2014 New Revision: 265439 URL: http://svnweb.freebsd.org/changeset/base/265439 Log: MFC r265102: Fix one cases of recursive acquisitions of the vm object lock, only possible in rare failure situations. The second part of r265102 is not applicable to s

Re: svn commit: r265418 - head/sys/vm

2014-05-06 Thread Ian Lepore
On Tue, 2014-05-06 at 03:42 +, Alan Cox wrote: > Author: alc > Date: Tue May 6 03:42:04 2014 > New Revision: 265418 > URL: http://svnweb.freebsd.org/changeset/base/265418 > > Log: > Prior to r254304, a separate function, vm_pageout_page_stats(), was used to > periodically update the refer

svn commit: r265438 - stable/9/sys/vm

2014-05-06 Thread Konstantin Belousov
Author: kib Date: Tue May 6 12:35:19 2014 New Revision: 265438 URL: http://svnweb.freebsd.org/changeset/base/265438 Log: MFC r265100: Fix the comparision for the end of range in vm_phys_fictitious_reg_range(). Modified: stable/9/sys/vm/vm_phys.c Directory Properties: stable/9/sys/ (pro

svn commit: r265437 - stable/10/sys/dev/drm2/i915

2014-05-06 Thread Konstantin Belousov
Author: kib Date: Tue May 6 12:31:25 2014 New Revision: 265437 URL: http://svnweb.freebsd.org/changeset/base/265437 Log: MFC r265102: Fix two cases of recursive acquisitions of the vm object lock, only possible in rare failure situations. Modified: stable/10/sys/dev/drm2/i915/i915_gem.c

svn commit: r265436 - head/usr.bin/bmake

2014-05-06 Thread Stefan Esser
Author: se Date: Tue May 6 12:31:17 2014 New Revision: 265436 URL: http://svnweb.freebsd.org/changeset/base/265436 Log: Fix include statement to accept src.opts.mk from a source directory instead of from /usr/share/mk. I'm not sure that this will let buildworld complete on a system with

svn commit: r265435 - stable/10/sys/vm

2014-05-06 Thread Konstantin Belousov
Author: kib Date: Tue May 6 12:20:07 2014 New Revision: 265435 URL: http://svnweb.freebsd.org/changeset/base/265435 Log: MFC r265100: Fix the comparision for the end of range in vm_phys_fictitious_reg_range(). Modified: stable/10/sys/vm/vm_phys.c Directory Properties: stable/10/ (props

svn commit: r265434 - in stable/10/sys/fs: nfs nfsclient

2014-05-06 Thread Rick Macklem
Author: rmacklem Date: Tue May 6 12:15:05 2014 New Revision: 265434 URL: http://svnweb.freebsd.org/changeset/base/265434 Log: MFC: r264672 Modify the Lookup RPC for NFSv4 so that it acquires directory attributes. This allows the client to cache directory names when they are looked up, red

Re: svn commit: r265391 - head/sys/dev/vt

2014-05-06 Thread Aleksandr Rybalko
On Mon, 5 May 2014 17:00:27 -0700 Steve Kargl wrote: > On Mon, May 05, 2014 at 09:29:57PM +, Aleksandr Rybalko wrote: > > Author: ray > > Date: Mon May 5 21:29:56 2014 > > New Revision: 265391 > > URL: http://svnweb.freebsd.org/changeset/base/265391 > > > > Log: > > Define a new method fo

svn commit: r265433 - in head/sys: conf modules/drm2

2014-05-06 Thread Stefan Esser
Author: se Date: Tue May 6 11:12:56 2014 New Revision: 265433 URL: http://svnweb.freebsd.org/changeset/base/265433 Log: Fix buildkernel breakage, which was fall-out from the move of options to src.opts.mk. Modified: head/sys/conf/kmod.mk head/sys/modules/drm2/Makefile Modified: head/sys

svn commit: r265432 - head/sys/sys

2014-05-06 Thread Robert Watson
Author: rwatson Date: Tue May 6 10:53:51 2014 New Revision: 265432 URL: http://svnweb.freebsd.org/changeset/base/265432 Log: Spell raccdt in a more conventional way in a comment. MFC after:3 days Modified: head/sys/sys/kernel.h Modified: head/sys/sys/kernel.h ==

svn commit: r265431 - stable/9/sys/dev/ahci

2014-05-06 Thread Alexander Motin
Author: mav Date: Tue May 6 09:55:49 2014 New Revision: 265431 URL: http://svnweb.freebsd.org/changeset/base/265431 Log: MFC r264610: Correct AMD chipsets identification. Modified: stable/9/sys/dev/ahci/ahci.c Directory Properties: stable/9/ (props changed) stable/9/sys/ (props cha

svn commit: r265430 - stable/10/sys/dev/ahci

2014-05-06 Thread Alexander Motin
Author: mav Date: Tue May 6 09:54:24 2014 New Revision: 265430 URL: http://svnweb.freebsd.org/changeset/base/265430 Log: MFC r264610: Correct AMD chipsets identification. Modified: stable/10/sys/dev/ahci/ahci.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/d

svn commit: r265429 - stable/9/sys/dev/ahci

2014-05-06 Thread Alexander Motin
Author: mav Date: Tue May 6 09:52:37 2014 New Revision: 265429 URL: http://svnweb.freebsd.org/changeset/base/265429 Log: MFC r260830: Add ID for one more ASMedia AHCI-compatible controller. Modified: stable/9/sys/dev/ahci/ahci.c Directory Properties: stable/9/ (props changed) stable/

svn commit: r265428 - stable/10/sys/dev/ahci

2014-05-06 Thread Alexander Motin
Author: mav Date: Tue May 6 09:51:15 2014 New Revision: 265428 URL: http://svnweb.freebsd.org/changeset/base/265428 Log: MFC r260830: Add ID for one more ASMedia AHCI-compatible controller. Modified: stable/10/sys/dev/ahci/ahci.c Directory Properties: stable/10/ (props changed) Modifi

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

2014-05-06 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 6 09:12:32 2014 New Revision: 265427 URL: http://svnweb.freebsd.org/changeset/base/265427 Log: Reduce the number of interrupts in USB host mode for the DWC OTG controller driver by piggybacking the SOF interrupt when issuing new and checking old transfers. Num

Re: svn commit: r265367 - head/lib/libc/regex

2014-05-06 Thread David Chisnall
Bruce, On 6 May 2014, at 05:46, Bruce Evans wrote: > The standard behaviour is undefined. It cannot be relied on. From C99 > (n869.txt): > > %7.20.3.1 The calloc function > % %Synopsis > % %[#1] > % %#include > %void *calloc(size_t nme

svn commit: r265426 - in stable/10/sys/dev/cxgbe: . common tom

2014-05-06 Thread Navdeep Parhar
Author: np Date: Tue May 6 07:21:50 2014 New Revision: 265426 URL: http://svnweb.freebsd.org/changeset/base/265426 Log: MFC r259382: Read card capabilities after firmware initialization, instead of setting them up as part of firmware initialization (which the driver gets to do only if