svn commit: r267635 - head/share/misc

2014-06-19 Thread Bartek Rutkowski
Author: robak (ports committer) Date: Thu Jun 19 06:31:27 2014 New Revision: 267635 URL: http://svnweb.freebsd.org/changeset/base/267635 Log: Add Bartek Rutkowski (myself) to committers-ports.dot file with swills and marino as mentors. Approved by: swills (mentor) Modified:

svn commit: r267636 - head/etc

2014-06-19 Thread Hiroki Sato
Author: hrs Date: Thu Jun 19 07:39:28 2014 New Revision: 267636 URL: http://svnweb.freebsd.org/changeset/base/267636 Log: Fix address matching rule. Reported by: jase Modified: head/etc/network.subr Modified: head/etc/network.subr

svn commit: r267637 - head/sys/cam/ctl

2014-06-19 Thread Alexander Motin
Author: mav Date: Thu Jun 19 08:13:53 2014 New Revision: 267637 URL: http://svnweb.freebsd.org/changeset/base/267637 Log: Add iSCSI Target Name ID descriptor to VPD 83h. It shall/should be there according to SPC-4, and istgt also provides it. MFC after:2 weeks Modified:

Re: svn commit: r267145 - head/sys/geom/eli

2014-06-19 Thread Marius Strobl
On Fri, Jun 06, 2014 at 03:17:37AM +, Brad Davis wrote: Author: brd (doc committer) Date: Fri Jun 6 03:17:37 2014 New Revision: 267145 URL: http://svnweb.freebsd.org/changeset/base/267145 Log: - Fix the keyfile being cleared prematurely after r259428 PR: 185084

svn commit: r267638 - head/sys/cam

2014-06-19 Thread Marius Strobl
Author: marius Date: Thu Jun 19 09:08:20 2014 New Revision: 267638 URL: http://svnweb.freebsd.org/changeset/base/267638 Log: Don't denounce peripherals on system shutdown. Together with r267321, we're now back to the pre-r228483 level of default verbosity. This in turn again typically

svn commit: r267639 - head/sys/cam/ctl

2014-06-19 Thread Alexander Motin
Author: mav Date: Thu Jun 19 09:46:43 2014 New Revision: 267639 URL: http://svnweb.freebsd.org/changeset/base/267639 Log: Increase CTL_DEVID_LEN from 16 to 64 bytes. SPC-4 recommends T10 vendor ID based LUN ID was created by concatenating product name and serial number (and istgt follows

svn commit: r267640 - head/lib/libc/net

2014-06-19 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 19 11:49:36 2014 New Revision: 267640 URL: http://svnweb.freebsd.org/changeset/base/267640 Log: Use SOCK_CLOEXEC. MFC after:1 week Modified: head/lib/libc/net/getaddrinfo.c Modified: head/lib/libc/net/getaddrinfo.c

svn commit: r267641 - head/sys/cam/ctl

2014-06-19 Thread Alexander Motin
Author: mav Date: Thu Jun 19 12:43:41 2014 New Revision: 267641 URL: http://svnweb.freebsd.org/changeset/base/267641 Log: Add some more CTL_FLAG_ABORT check points. This should allow to abort commands doing mostly disk I/O, such as VERIFY or WRITE SAME. Before this change CTL_FLAG_ABORT

svn commit: r267642 - in head/usr.sbin: service zzz

2014-06-19 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Thu Jun 19 13:18:23 2014 New Revision: 267642 URL: http://svnweb.freebsd.org/changeset/base/267642 Log: Use Mt macro to properly format mailto links Approved by: hrs (mentor) Modified: head/usr.sbin/service/service.8

svn commit: r267643 - head/sys/cam/ctl

2014-06-19 Thread Alexander Motin
Author: mav Date: Thu Jun 19 13:19:35 2014 New Revision: 267643 URL: http://svnweb.freebsd.org/changeset/base/267643 Log: Execute task management request directly in ctl_queue() context. From one side it allows to remove CTL_FLAG_TASK_PENDING flag, handling of which significantly

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

2014-06-19 Thread John Baldwin
On Wednesday, June 18, 2014 6:30:22 pm Aleksandr Rybalko wrote: Author: ray Date: Wed Jun 18 22:30:22 2014 New Revision: 267626 URL: http://svnweb.freebsd.org/changeset/base/267626 Log: Suspend vt(4) initialization if kern.vt.disable kenv is set. MFC after: 1 week Sponsored

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

2014-06-19 Thread Steven Hartland
As per man 9 sysctl negative logic should be avoided so we should use enable instead ot disable here: kern.vt.enable with a default of 1 With the user setting kern.vt.enable=0 to disable. Regards Steve - Original Message - From: Aleksandr Rybalko r...@freebsd.org To:

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

2014-06-19 Thread Ed Maste
On 19 June 2014 09:48, Steven Hartland kill...@multiplay.co.uk wrote: As per man 9 sysctl negative logic should be avoided so we should use enable instead ot disable here: kern.vt.enable with a default of 1 With the user setting kern.vt.enable=0 to disable. I prefer John's suggestion of

Re: svn commit: r267633 - head/sys/sys

2014-06-19 Thread Matthew Fleming
On Wed, Jun 18, 2014 at 10:28 PM, Hans Petter Selasky hsela...@freebsd.org wrote: Author: hselasky Date: Thu Jun 19 05:28:42 2014 New Revision: 267633 URL: http://svnweb.freebsd.org/changeset/base/267633 Log: Initialize sysctl OID structure by record. MFC after:2 weeks Modified:

svn commit: r267645 - head/sys/vm

2014-06-19 Thread Alan Cox
Author: alc Date: Thu Jun 19 16:26:16 2014 New Revision: 267645 URL: http://svnweb.freebsd.org/changeset/base/267645 Log: When MAP_STACK_GROWS_{DOWN,UP} are passed to vm_map_insert() set the corresponding flag(s) in the new map entry. Previously, the caller was responsible for setting them

Re: svn commit: r267639 - head/sys/cam/ctl

2014-06-19 Thread Adrian Chadd
FreeBSD_version? -a On 19 June 2014 02:46, Alexander Motin m...@freebsd.org wrote: Author: mav Date: Thu Jun 19 09:46:43 2014 New Revision: 267639 URL: http://svnweb.freebsd.org/changeset/base/267639 Log: Increase CTL_DEVID_LEN from 16 to 64 bytes. SPC-4 recommends T10 vendor ID

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

2014-06-19 Thread John Baldwin
Author: jhb Date: Thu Jun 19 18:35:14 2014 New Revision: 267647 URL: http://svnweb.freebsd.org/changeset/base/267647 Log: Trust the state of a power resource that get from a working _STA method instead of trying to cache it. Previously, we only trusted the state if we did not have a

svn commit: r267648 - head/usr.sbin/ctld

2014-06-19 Thread Alexander Motin
Author: mav Date: Thu Jun 19 19:28:35 2014 New Revision: 267648 URL: http://svnweb.freebsd.org/changeset/base/267648 Log: serial_num and device_id fields are not necessarily null-terminated. Before this it was impossible to use all 16 bytes of serial number, and client always got serial

Re: svn commit: r267633 - head/sys/sys

2014-06-19 Thread Hans Petter Selasky
On 06/19/14 16:07, Matthew Fleming wrote: On Wed, Jun 18, 2014 at 10:28 PM, Hans Petter Selasky hsela...@freebsd.org wrote: Author: hselasky Date: Thu Jun 19 05:28:42 2014 New Revision: 267633 URL: http://svnweb.freebsd.org/changeset/base/267633 Log: Initialize sysctl OID structure by

svn commit: r267649 - head/usr.bin/elfdump

2014-06-19 Thread Marcel Moolenaar
Author: marcel Date: Thu Jun 19 20:12:28 2014 New Revision: 267649 URL: http://svnweb.freebsd.org/changeset/base/267649 Log: Don't dump core when the ELF file has no section headers. The ELF core files created by gcore are among those. Modified: head/usr.bin/elfdump/elfdump.c Modified:

Re: svn commit: r267633 - head/sys/sys

2014-06-19 Thread Bruce Simpson
On 19/06/2014 21:05, Hans Petter Selasky wrote: Are there any existing C++ kernel modules, or in ports? Even though, C++ kernel modules can be compiled with C files aswell, containing the sysctls. The Click Modular Router is implemented in C++, I have occasionally pitched in with keeping

svn commit: r267650 - head/sys/vm

2014-06-19 Thread Alan Cox
Author: alc Date: Thu Jun 19 21:05:07 2014 New Revision: 267650 URL: http://svnweb.freebsd.org/changeset/base/267650 Log: Eliminate a pointless call to vm_map_clip_start() from vm_map_growstack(). For this call to do anything at all we would have to have two overlapping map entries.

svn commit: r267660 - head/sys/dev/firewire

2014-06-19 Thread Alexander Kabaev
Author: kan Date: Fri Jun 20 01:45:03 2014 New Revision: 267660 URL: http://svnweb.freebsd.org/changeset/base/267660 Log: Set target-sbp field to valid value when sbp device is created. The sbp_cam_detach_target can be called from sbp_post_explore function on the first target that is not

Re: svn commit: r267660 - head/sys/dev/firewire

2014-06-19 Thread Justin Hibbits
On Fri, 20 Jun 2014 01:45:03 + (UTC) Alexander Kabaev k...@freebsd.org wrote: Author: kan Date: Fri Jun 20 01:45:03 2014 New Revision: 267660 URL: http://svnweb.freebsd.org/changeset/base/267660 Log: Set target-sbp field to valid value when sbp device is created. The

svn commit: r267661 - head/sys/dev/vmware/vmxnet3

2014-06-19 Thread Bryan Venteicher
Author: bryanv Date: Fri Jun 20 02:31:52 2014 New Revision: 267661 URL: http://svnweb.freebsd.org/changeset/base/267661 Log: Remove an unnecessary kick of the host at the end of transmitting MFC after:1 week Modified: head/sys/dev/vmware/vmxnet3/if_vmx.c Modified:

svn commit: r267662 - head/sys/dev/vmware/vmxnet3

2014-06-19 Thread Bryan Venteicher
Author: bryanv Date: Fri Jun 20 02:49:03 2014 New Revision: 267662 URL: http://svnweb.freebsd.org/changeset/base/267662 Log: Handle multiple calls to rxq_eof for single packet completion This requires the VMware vmxnet3 device to flip the start of packet descriptor's generation before

svn commit: r267663 - head/sys/dev/vmware/vmxnet3

2014-06-19 Thread Bryan Venteicher
Author: bryanv Date: Fri Jun 20 02:54:04 2014 New Revision: 267663 URL: http://svnweb.freebsd.org/changeset/base/267663 Log: Increment the pending packets more aggressively for TSO Assume the number of description used is reasonable value to increment this otherwise opaque field by.

Re: svn commit: r267651 - in head: share/man/man4 sys/dev/cpuctl sys/sys usr.sbin/cpucontrol

2014-06-19 Thread Konstantin Belousov
On Thu, Jun 19, 2014 at 09:54:41PM +, Attilio Rao wrote: Author: attilio Date: Thu Jun 19 21:54:41 2014 New Revision: 267651 URL: http://svnweb.freebsd.org/changeset/base/267651 Log: Following comments in r242565 add the possibility to specify ecx when performing cpuid calls.