svn commit: r267635 - head/share/misc

2014-06-18 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: head/share/

svn commit: r267634 - head/sys/contrib/ipfilter/netinet

2014-06-18 Thread Cy Schubert
Author: cy Date: Thu Jun 19 05:45:17 2014 New Revision: 267634 URL: http://svnweb.freebsd.org/changeset/base/267634 Log: Fix case where fastroute or "to interface" is used with incorrect FIB. PR: 183065 Submitted by: p-freebsd-b...@ziemba.us Approved by: glebius MFC after:

svn commit: r267633 - head/sys/sys

2014-06-18 Thread Hans Petter Selasky
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: head/sys/sys/sysctl.h Modified: head/sys/sys/sysctl.h ===

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

2014-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 19 05:10:03 2014 New Revision: 267632 URL: http://svnweb.freebsd.org/changeset/base/267632 Log: Fix GCC compile warning: Variable(s) can be used uninitialized. Modified: head/sys/dev/vmware/vmxnet3/if_vmx.c Modified: head/sys/dev/vmware/vmxnet3/if_vmx.c ===

svn commit: r267631 - head/sys/x86/xen

2014-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 19 05:06:24 2014 New Revision: 267631 URL: http://svnweb.freebsd.org/changeset/base/267631 Log: Fix compile warning: Remove duplicate external declaration. Modified: head/sys/x86/xen/xen_apic.c Modified: head/sys/x86/xen/xen_apic.c =

svn commit: r267630 - in head: lib/libc/sys sys/sys sys/vm

2014-06-18 Thread Konstantin Belousov
Author: kib Date: Thu Jun 19 05:00:39 2014 New Revision: 267630 URL: http://svnweb.freebsd.org/changeset/base/267630 Log: Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED, and prevents the request from deleting existing mappings in the region, failing instead. Review

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

2014-06-18 Thread Konstantin Belousov
Author: kib Date: Thu Jun 19 04:55:00 2014 New Revision: 267629 URL: http://svnweb.freebsd.org/changeset/base/267629 Log: The time come to remove the wrapper, most likely, but tidy up it code instead for now. Remove spurious blank line, use C89 definition, wrap long line. Sponsored by:

svn commit: r267628 - in stable/9/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-06-18 Thread Glen Barber
Author: gjb Date: Thu Jun 19 03:59:52 2014 New Revision: 267628 URL: http://svnweb.freebsd.org/changeset/base/267628 Log: MFC r265590, r265594, r265595, r265599 [1], r265601 [1], r265602 [1], r265603 [1], r265605 [1], r265607 [1], r267554 [1], r267595: r265590: Modify release.xsl to

svn commit: r267627 - head/lib/libc/stdtime

2014-06-18 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jun 18 23:34:48 2014 New Revision: 267627 URL: http://svnweb.freebsd.org/changeset/base/267627 Log: strptime: add support for %t and %n Posix strptime() requires support for %t and %n, which were added to the illumos port. Curiously we were skipping white spaces by

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

2014-06-18 Thread Aleksandr Rybalko
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 by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_consolectl.c

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

2014-06-18 Thread Aleksandr Rybalko
Author: ray Date: Wed Jun 18 22:23:10 2014 New Revision: 267625 URL: http://svnweb.freebsd.org/changeset/base/267625 Log: Allow to disable syscons(4) if "hw.syscons.disable" kenv is set. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/syscons/syscons.c head/sys/dev/syscons/

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

2014-06-18 Thread Aleksandr Rybalko
Author: ray Date: Wed Jun 18 22:18:58 2014 New Revision: 267624 URL: http://svnweb.freebsd.org/changeset/base/267624 Log: syscons(4) and vt(4) can be built together now. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h Modified: head/sys/dev/vt/

svn commit: r267623 - head/sys/conf

2014-06-18 Thread Aleksandr Rybalko
Author: ray Date: Wed Jun 18 22:16:44 2014 New Revision: 267623 URL: http://svnweb.freebsd.org/changeset/base/267623 Log: Remove stale link to deleted vt(4) xboxfb driver. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/files.i386 Modified: head/sys/c

svn commit: r267622 - in head/sys: conf dev/vt/hw/vga

2014-06-18 Thread Aleksandr Rybalko
Author: ray Date: Wed Jun 18 22:10:10 2014 New Revision: 267622 URL: http://svnweb.freebsd.org/changeset/base/267622 Log: Rename vt(4) vga module to dismiss interference with syscons(4) vga module. MFC after:1 week Sponsored by: The FreeBSD Foundation Added: head/sys/dev/vt/hw/vga/

svn commit: r267621 - stable/10/sys/dev/usb

2014-06-18 Thread Nick Hibma
Author: n_hibma Date: Wed Jun 18 22:09:33 2014 New Revision: 267621 URL: http://svnweb.freebsd.org/changeset/base/267621 Log: MFC r261270: Fix the ordering of the arguments to printf in uhub_child_location_string(). This produced bogus information in dev...%location outp

svn commit: r267620 - stable/10/sys/dev/nvme

2014-06-18 Thread Jim Harris
Author: jimharris Date: Wed Jun 18 19:32:38 2014 New Revision: 267620 URL: http://svnweb.freebsd.org/changeset/base/267620 Log: MFC r267342: Use bitwise OR instead of logical OR when constructing value for SET_FEATURES/NUMBER_OF_QUEUES command. Sponsored by: Intel Modified: st

svn commit: r267619 - stable/9/sys/dev/nvme

2014-06-18 Thread Jim Harris
Author: jimharris Date: Wed Jun 18 19:28:55 2014 New Revision: 267619 URL: http://svnweb.freebsd.org/changeset/base/267619 Log: MFC r267342: Use bitwise OR instead of logical OR when constructing value for SET_FEATURES/NUMBER_OF_QUEUES command. Sponsored by: Intel Approved by:

svn commit: r267618 - head/lib/libc/stdtime

2014-06-18 Thread Warren Block
Author: wblock (doc committer) Date: Wed Jun 18 18:31:35 2014 New Revision: 267618 URL: http://svnweb.freebsd.org/changeset/base/267618 Log: Fix syntax error. PR: 191131 Submitted by: dan.mcgre...@usask.ca MFC after:1 week Modified: head/lib/libc/stdtime/strftime.3 Mod

svn commit: r267617 - head/sbin/geom/class/eli

2014-06-18 Thread Warren Block
Author: wblock (doc committer) Date: Wed Jun 18 18:27:16 2014 New Revision: 267617 URL: http://svnweb.freebsd.org/changeset/base/267617 Log: Fix spelling, typos, missing articles, contractions. Expanded version of patch supplied with PR. PR: 191001 Submitted by: olgeni MFC

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

2014-06-18 Thread Hajimu UMEMOTO
Author: ume Date: Wed Jun 18 18:07:19 2014 New Revision: 267616 URL: http://svnweb.freebsd.org/changeset/base/267616 Log: Retooling addrconfig() to exclude addresses on loopback interfaces when looking for configured addresses. This change is based upon the code from the submitter, and made

svn commit: r267615 - head/usr.bin/iscsictl

2014-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 18 17:48:30 2014 New Revision: 267615 URL: http://svnweb.freebsd.org/changeset/base/267615 Log: Rename a variable; no functional changes. Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/iscsictl/iscsictl.c Modified: head/usr.bin/iscsictl/iscsictl.

svn commit: r267614 - head/usr.bin/iscsictl

2014-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 18 17:46:34 2014 New Revision: 267614 URL: http://svnweb.freebsd.org/changeset/base/267614 Log: Add "iscsictl -M", which allows one to change session parameters without removing it and adding back. Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/

svn commit: r267613 - in head: sys/dev/iscsi usr.sbin/iscsid

2014-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 18 17:35:40 2014 New Revision: 267613 URL: http://svnweb.freebsd.org/changeset/base/267613 Log: Implement redirection handling in initiator. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/iscsi.c head/sys/dev/iscsi/iscsi_ioctl.h head/usr

svn commit: r267612 - head/usr.sbin/iscsid

2014-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 18 17:21:38 2014 New Revision: 267612 URL: http://svnweb.freebsd.org/changeset/base/267612 Log: Get rid of unneccessary argument. Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/iscsid/login.c Modified: head/usr.sbin/iscsid/login.c ==

svn commit: r267611 - head/usr.sbin/bhyve

2014-06-18 Thread Neel Natu
Author: neel Date: Wed Jun 18 17:20:02 2014 New Revision: 267611 URL: http://svnweb.freebsd.org/changeset/base/267611 Log: Fix typo and rename macro KDB_SYS_FLAG to KBD_SYS_FLAG. Reviewed by: tychon Modified: head/usr.sbin/bhyve/atkbdc.c Modified: head/usr.sbin/bhyve/atkbdc.c =

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

2014-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 18 17:13:18 2014 New Revision: 267610 URL: http://svnweb.freebsd.org/changeset/base/267610 Log: Rework session termination in iSCSI target to actually wait for any outstanding commands to be properly aborted by CTL. Without it, in some cases (such as files backing

svn commit: r267609 - head/usr.sbin/iscsid

2014-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 18 17:04:25 2014 New Revision: 267609 URL: http://svnweb.freebsd.org/changeset/base/267609 Log: Improve code a little; no functional changes. Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/iscsid/login.c Modified: head/usr.sbin/iscsid/login.c ==

svn commit: r267608 - head/usr.sbin/iscsid

2014-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 18 17:00:41 2014 New Revision: 267608 URL: http://svnweb.freebsd.org/changeset/base/267608 Log: Use proper term in debug messages. MFC after:1 month Sponsored by: FreeBSD Foundation Modified: head/usr.sbin/iscsid/login.c Modified: head/usr.sbin/iscsid/l

svn commit: r267607 - head/sys/x86/xen

2014-06-18 Thread Roger Pau Monné
Author: royger Date: Wed Jun 18 13:41:20 2014 New Revision: 267607 URL: http://svnweb.freebsd.org/changeset/base/267607 Log: xen: fix out-of-bounds access to ipi_handle Fix the gate in xen_pv_lapic_ipi_vectored to prevent access to element at position nitems(xen_ipis). Sponsored by:

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

2014-06-18 Thread Alexander Motin
Author: mav Date: Wed Jun 18 12:26:02 2014 New Revision: 267606 URL: http://svnweb.freebsd.org/changeset/base/267606 Log: On discovery stage add set of TargetAddress keys to reply, reporting to the client all the portal groups addresses and ports. Reviewed by: trasz@ MFC after:2 we

svn commit: r267605 - stable/8/sys/dev/acpica

2014-06-18 Thread Marius Strobl
Author: marius Date: Wed Jun 18 10:56:59 2014 New Revision: 267605 URL: http://svnweb.freebsd.org/changeset/base/267605 Log: MFC: r220871 Correctly output the entire array for hw.acpi.thermal._ACx. Modified: stable/8/sys/dev/acpica/acpi_thermal.c Directory Properties: stable/8/sys/ (

svn commit: r267604 - stable/8/sys/dev/acpica

2014-06-18 Thread Marius Strobl
Author: marius Date: Wed Jun 18 10:38:29 2014 New Revision: 267604 URL: http://svnweb.freebsd.org/changeset/base/267604 Log: MFC: r220798 Fix a few acpi sysctls that want "IK" formatting to specify CTLTYPE_INT. MFC: r245266 Remove not very useful printf, that can be too chatty.

svn commit: r267603 - head/share/vt/keymaps

2014-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 18 07:23:04 2014 New Revision: 267603 URL: http://svnweb.freebsd.org/changeset/base/267603 Log: Add polish vt(4) keymap. Sponsored by: The FreeBSD Foundation Added: head/share/vt/keymaps/pl.kbd (contents, props changed) Modified: head/share/vt/keymaps/Make