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

2014-09-09 Thread Alexander Motin
Author: mav Date: Wed Sep 10 06:56:45 2014 New Revision: 271358 URL: http://svnweb.freebsd.org/changeset/base/271358 Log: Fix array overrun, reported by Coverity. CID: 1229970 Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

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

2014-09-09 Thread Alexander Motin
Author: mav Date: Wed Sep 10 06:35:00 2014 New Revision: 271354 URL: http://svnweb.freebsd.org/changeset/base/271354 Log: Fix couple off-by-one range check errors, reported by Coverity. CID: 1007837 Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c =

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

2014-09-09 Thread Alexander Motin
Author: mav Date: Wed Sep 10 06:29:31 2014 New Revision: 271353 URL: http://svnweb.freebsd.org/changeset/base/271353 Log: Fix memory leak on error, reported by Coverity. CID: 1007773 Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c =

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

2014-09-09 Thread Alexander Motin
Author: mav Date: Wed Sep 10 06:25:18 2014 New Revision: 271352 URL: http://svnweb.freebsd.org/changeset/base/271352 Log: Fix minor buffer overflow reported by Coverity. CID: 1006781 Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c =

svn commit: r271351 - head/sys/vm

2014-09-09 Thread Alan Cox
Author: alc Date: Wed Sep 10 05:52:30 2014 New Revision: 271351 URL: http://svnweb.freebsd.org/changeset/base/271351 Log: Fix a boundary case error in vm_reserv_alloc_contig(): If a reservation isn't being allocated for the last of the requested pages, because a reservation won't fit in the

svn commit: r271350 - head/sys/dev/nmdm

2014-09-09 Thread Peter Grehan
Author: grehan Date: Wed Sep 10 05:44:15 2014 New Revision: 271350 URL: http://svnweb.freebsd.org/changeset/base/271350 Log: Fix issue with nmdm and leading zeros in device name. The nmdm code enforces a number between the 'nmdm' and 'A|B' portions of the device name. This is then used as

svn commit: r271349 - head/tools/regression/lib/msun

2014-09-09 Thread Garrett Cooper
Author: ngie Date: Wed Sep 10 03:54:57 2014 New Revision: 271349 URL: http://svnweb.freebsd.org/changeset/base/271349 Log: Add diagnostic printfs and disable test # 4 on i386 Reviewed by: jmmv, rpaulo MFC after: 3 days Phabric: D749 PR: 191676 Sponsored by: EMC / Isilon Storage Divi

svn commit: r271341 - head/sys/sys stable/10/sys/sys stable/8/sys/sys stable/9/sys/sys

2014-09-09 Thread Glen Barber
Author: gjb Date: Wed Sep 10 00:19:33 2014 New Revision: 271341 URL: http://svnweb.freebsd.org/changeset/base/271341 Log: Bump __FreeBSD_version after SA-14:18 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/sys/sys/param.h Changes in other areas also i

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

2014-09-09 Thread Peter Grehan
Author: grehan Date: Tue Sep 9 22:35:02 2014 New Revision: 271338 URL: http://svnweb.freebsd.org/changeset/base/271338 Log: Allow vtnet operation without merged rx buffers. NetBSD's virtio-net implementation doesn't negotiate the merged rx-buffers feature. To support this, check to see

svn commit: r271336 - head/tools/regression/lib/msun

2014-09-09 Thread Garrett Cooper
Author: ngie Date: Tue Sep 9 22:14:15 2014 New Revision: 271336 URL: http://svnweb.freebsd.org/changeset/base/271336 Log: Expand the tests structure in test_small(..) to workaround the "initializer not constant" warning with gcc Approved by: jmmv (mentor) MFC after: 3 days Phabric: D

svn commit: r271332 - head/release/doc/share/xml

2014-09-09 Thread Glen Barber
Author: gjb Date: Tue Sep 9 19:58:55 2014 New Revision: 271332 URL: http://svnweb.freebsd.org/changeset/base/271332 Log: Add an arch.powerpc64 entity. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/share/xml/release.ent Modified: head/release/doc/share/xml/release.ent

svn commit: r271331 - in head/release/doc: en_US.ISO8859-1/share/xml share/mk share/xml

2014-09-09 Thread Glen Barber
Author: gjb Date: Tue Sep 9 19:51:57 2014 New Revision: 271331 URL: http://svnweb.freebsd.org/changeset/base/271331 Log: Change how the recommended mailing list to track is added to the footer of the release/doc/ pages by moving a hard-coded value (that is subject to human error to change

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

2014-09-09 Thread Navdeep Parhar
Author: np Date: Tue Sep 9 18:36:00 2014 New Revision: 271328 URL: http://svnweb.freebsd.org/changeset/base/271328 Log: Whitespace nit. MFC after:1 week Modified: head/sys/dev/cxgbe/t4_netmap.c Modified: head/sys/dev/cxgbe/t4_netmap.c ===

svn commit: r271321 - head/etc/periodic/daily

2014-09-09 Thread Bryan Drewery
Author: bdrewery Date: Tue Sep 9 17:03:58 2014 New Revision: 271321 URL: http://svnweb.freebsd.org/changeset/base/271321 Log: Don't cross mount boundaries when cleaning tmp files. Mounting something in /tmp such as a build jail with nullfs mounts for some directories can result in very s

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

2014-09-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 9 16:57:02 2014 New Revision: 271320 URL: http://svnweb.freebsd.org/changeset/base/271320 Log: Use keys_add_int() where appropriate. No functional changes. Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/login.c Modified: head/usr.sbin/ctl

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

2014-09-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 9 16:45:36 2014 New Revision: 271319 URL: http://svnweb.freebsd.org/changeset/base/271319 Log: Fix ctld(8) to not forget to send TargetPortalGroupTag and TargetAlias when the initiator skips security negotiation. This fixes interoperability with Xtend SAN initia

svn commit: r271317 - head/sys/kern

2014-09-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 9 16:05:33 2014 New Revision: 271317 URL: http://svnweb.freebsd.org/changeset/base/271317 Log: Avoid unlocking unlocked mutex in RCTL jail code. Specific test case is attached to PR. PR: 193457 MFC after:1 week Sponsored by: The FreeBSD Foun

Re: svn commit: r270698 - in head: etc share/man/man5

2014-09-09 Thread Andriy Gapon
on 27/08/2014 12:19 Hiroki Sato said the following: > For jail configurations you could use the file > .Pa /etc/rc.conf.d/jail > to store jail specific configuration options. > +If > +.Va local_startup > +contains > +.Pa /usr/local/etc/rc.d > +and > +.Pa /opt/conf , > +.Pa /usr/local/rc.conf.d/j

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

2014-09-09 Thread Alexander Motin
Author: mav Date: Tue Sep 9 15:19:38 2014 New Revision: 271316 URL: http://svnweb.freebsd.org/changeset/base/271316 Log: Report that DPO and FUA bits are supported after r271311. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c ==

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

2014-09-09 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Sep 9 14:34:54 2014 New Revision: 271315 URL: http://svnweb.freebsd.org/changeset/base/271315 Log: Minor mdoc nit. Modified: head/lib/libc/sys/kqueue.2 Modified: head/lib/libc/sys/kqueue.2 ===

svn commit: r271314 - head/share/man/man9

2014-09-09 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Sep 9 14:31:56 2014 New Revision: 271314 URL: http://svnweb.freebsd.org/changeset/base/271314 Log: - Add missing " - Sort sections Modified: head/share/man/man9/sysctl.9 Modified: head/share/man/man9/sysctl.9 =

Re: svn commit: r269474 - in head: share/man/man4 sys/dev/vt

2014-09-09 Thread Aleksandr Rybalko
On Tue, 12 Aug 2014 13:17:55 +1000 (EST) Bruce Evans wrote: > On Mon, 11 Aug 2014, John Baldwin wrote: > > > On Monday, August 04, 2014 8:03:58 pm Bruce Evans wrote: > >> On Mon, 4 Aug 2014, John Baldwin wrote: > >>> I realize the API uses 'SPCL' as an abbreviation, but for user-facing > >>> th

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

2014-09-09 Thread Alexander Motin
Author: mav Date: Tue Sep 9 14:20:55 2014 New Revision: 271313 URL: http://svnweb.freebsd.org/changeset/base/271313 Log: Oops, missed piece of r271311. Modified: head/sys/cam/scsi/scsi_all.h Modified: head/sys/cam/scsi/scsi_all.h =

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

2014-09-09 Thread Aleksandr Rybalko
Author: ray Date: Tue Sep 9 14:18:56 2014 New Revision: 271312 URL: http://svnweb.freebsd.org/changeset/base/271312 Log: Revert r269474. Special keyboard combinations should be handled by separate sysctls. Modified: head/sys/dev/vt/vt.h head/sys/dev/vt/vt_core.c Modified: head/sys/dev/v

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

2014-09-09 Thread Alexander Motin
Author: mav Date: Tue Sep 9 14:09:51 2014 New Revision: 271311 URL: http://svnweb.freebsd.org/changeset/base/271311 Log: Add support for Mode Page Policy (0x87) VPD page. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c ==

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

2014-09-09 Thread Ian Lepore
Author: ian Date: Tue Sep 9 13:50:21 2014 New Revision: 271310 URL: http://svnweb.freebsd.org/changeset/base/271310 Log: Rename new to newval in inline asm code, to avoid clashes with C++ new. Also rename cmp to cmpval just to keep the asm variable names similar to the C variable names. Mo

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-09-09 Thread Slawa Olhovchenkov
On Mon, Sep 08, 2014 at 11:17:51AM -0400, John Baldwin wrote: > On Sunday, September 07, 2014 04:56:49 PM Slawa Olhovchenkov wrote: > > PS: very bad that 'data limit' don't anymore reflect application > > memory consumer. and very small application can adapt to 'no memory' > > from system. > > Yo

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

2014-09-09 Thread Alexander Motin
Author: mav Date: Tue Sep 9 11:38:29 2014 New Revision: 271309 URL: http://svnweb.freebsd.org/changeset/base/271309 Log: Improve cache control support, including DPO/FUA flags and the mode page. At this moment it works only for files and ZVOLs in device mode since BIOs have no respective

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

2014-09-09 Thread Alexander Motin
Author: mav Date: Tue Sep 9 11:29:55 2014 New Revision: 271308 URL: http://svnweb.freebsd.org/changeset/base/271308 Log: Make ZVOL writes in device mode support IO_SYNC flag. MFC after:1 month Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c Modified: head/sys/c

svn commit: r271307 - in head: sbin/ifconfig sys/netinet6 usr.bin/netstat

2014-09-09 Thread Andrey V. Elsukov
Author: ae Date: Tue Sep 9 10:52:50 2014 New Revision: 271307 URL: http://svnweb.freebsd.org/changeset/base/271307 Log: Add the ability to set `prefer_source' flag to an IPv6 address. It affects the IPv6 source address selection algorithm (RFC 6724) and allows override the last rule ("longe

Re: svn commit: r270874 - in head/sys: dev/netmap net

2014-09-09 Thread Gleb Smirnoff
Luigi, On Mon, Sep 08, 2014 at 01:18:44PM +0200, Luigi Rizzo wrote: L> I would appreciate if you and others could inform me _before_ touching L> netmap-related stuff, and also, if you make changes make sure they are L> visible to the preprocessor so i can use conditional compilations. L> L> Thi

Re: svn commit: r270850 - in head/sys: i386/i386 i386/include i386/isa x86/acpica

2014-09-09 Thread Konstantin Belousov
On Sat, Sep 06, 2014 at 04:04:49PM -0400, John Baldwin wrote: > On Friday, September 05, 2014 10:44:05 AM John Baldwin wrote: > > On Friday, September 05, 2014 4:43:05 am Konstantin Belousov wrote: > > > There is one weird detail, not touched by your patch. Amd64 resume > > > path calls initialize