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

svn commit: r271304 - in releng/10.0: . crypto/openssl/crypto/asn1 crypto/openssl/crypto/objects crypto/openssl/crypto/srp crypto/openssl/ssl sys/conf

2014-09-09 Thread Xin LI
older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20140909: p8 FreeBSD-SA-14:18.openssl + Fix OpenSSL multiple vulnerabilities. [SA-14:18] + 20140708: p7 FreeBSD-SA-14

svn commit: r271305 - in releng: 8.4 8.4/crypto/openssl/crypto/asn1 8.4/crypto/openssl/crypto/objects 8.4/crypto/openssl/ssl 8.4/sys/conf 9.1 9.1/crypto/openssl/crypto/asn1 9.1/crypto/openssl/crypt...

2014-09-09 Thread Xin LI
2014(r271305) @@ -15,6 +15,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. debugging tools present in HEAD were left in place because sun4v support still needs work to become production ready. +20140909: p15 FreeBSD-SA-14:18.openssl + Fix OpenSSL multiple

svn commit: r271306 - stable/10/sys/netpfil/pf

2014-09-09 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 9 10:29:27 2014 New Revision: 271306 URL: http://svnweb.freebsd.org/changeset/base/271306 Log: Merge r270928: explicitly free packet on PF_DROP, otherwise a "quick" rule with "route-to" may still forward it. PR: 177808 Approved by: re (gjb) Mod

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

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

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: 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

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: 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

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: 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: 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 =

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: 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 =

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: 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 ==

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: 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

svn commit: r271318 - stable/10/release/amd64

2014-09-09 Thread Ed Maste
Author: emaste Date: Tue Sep 9 16:11:04 2014 New Revision: 271318 URL: http://svnweb.freebsd.org/changeset/base/271318 Log: MFC UEFI memstick build script r264935 (gjb): Add a separate script to build the memstick.img and the mini-memstick.img with UEFI support. As

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: 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: 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: r271324 - in stable: 10/release/doc/en_US.ISO8859-1/errata 9/release/doc/en_US.ISO8859-1/errata

2014-09-09 Thread Glen Barber
Author: gjb Date: Tue Sep 9 17:38:55 2014 New Revision: 271324 URL: http://svnweb.freebsd.org/changeset/base/271324 Log: Document SA-14:18. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Changes in o

svn commit: r271324 - in stable: 10/release/doc/en_US.ISO8859-1/errata 9/release/doc/en_US.ISO8859-1/errata

2014-09-09 Thread Glen Barber
Author: gjb Date: Tue Sep 9 17:38:55 2014 New Revision: 271324 URL: http://svnweb.freebsd.org/changeset/base/271324 Log: Document SA-14:18. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/en_US.ISO8859-1/errata/article.xml Changes in ot

svn commit: r271325 - stable/9/release/doc/en_US.ISO8859-1/errata

2014-09-09 Thread Glen Barber
Author: gjb Date: Tue Sep 9 17:48:08 2014 New Revision: 271325 URL: http://svnweb.freebsd.org/changeset/base/271325 Log: Trim advisories that do not affect stable/9 since the 9.3-RELEASE. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc

svn commit: r271326 - stable/9/release/doc/en_US.ISO8859-1/share/xml

2014-09-09 Thread Glen Barber
Author: gjb Date: Tue Sep 9 17:52:27 2014 New Revision: 271326 URL: http://svnweb.freebsd.org/changeset/base/271326 Log: Fix mailing list in footer. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/en_US.ISO8859-1/share/xml/release.xsl M

svn commit: r271327 - in stable/10/sys/arm: arm include

2014-09-09 Thread Ian Lepore
Author: ian Date: Tue Sep 9 18:17:43 2014 New Revision: 271327 URL: http://svnweb.freebsd.org/changeset/base/271327 Log: MFC r270862, r270878: MMU fixes for kernel startup. Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7 symbols are always #defined to 0 or 1, so

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: r271329 - stable/10/sys/arm/conf

2014-09-09 Thread Ian Lepore
Author: ian Date: Tue Sep 9 19:26:55 2014 New Revision: 271329 URL: http://svnweb.freebsd.org/changeset/base/271329 Log: MFC r270858, 270879: Remove duplicated option FDT from individual Wandboard configs, leave the one in the common IMX6 file that they all include. Approved by:

svn commit: r271330 - stable/10/sys/arm/freescale/imx

2014-09-09 Thread Ian Lepore
Author: ian Date: Tue Sep 9 19:47:35 2014 New Revision: 271330 URL: http://svnweb.freebsd.org/changeset/base/271330 Log: MFC r270065: Move the imx6 sysctl temperature info to hw.imx6 where all the other soc-wide info lives. It was under dev.imx6_anatop.0. Approved by: re(gjb)

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: 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: r271333 - in stable/10: . share/vt/fonts

2014-09-09 Thread Ed Maste
Author: emaste Date: Tue Sep 9 20:36:56 2014 New Revision: 271333 URL: http://svnweb.freebsd.org/changeset/base/271333 Log: MFC improved vt(4) font generation r266851: Add VGAROM 8x8, 8x14 and 8x16 fonts for vt(4) These are converted from syscons(4) cp437 fonts. r267306: Add vg

svn commit: r271334 - stable/10/release

2014-09-09 Thread Glen Barber
Author: gjb Date: Tue Sep 9 21:07:21 2014 New Revision: 271334 URL: http://svnweb.freebsd.org/changeset/base/271334 Log: Connect the UEFI-capable memstick.img to the build. This is a direct commit to stable/10, as the script in head/ does UEFI by default. Approved by: re (rodrigc)

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: r271337 - in stable/10: lib/libc/arm/gen lib/libc/arm/string lib/libc/arm/sys sys/arm/include

2014-09-09 Thread Ian Lepore
Author: ian Date: Tue Sep 9 22:24:01 2014 New Revision: 271337 URL: http://svnweb.freebsd.org/changeset/base/271337 Log: MFC r270882, r270930: In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). The EABI unwind info requires a .fnend for every .fnstart, and newer

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: r271339 - stable/10/sys/arm/conf

2014-09-09 Thread Ian Lepore
Author: ian Date: Tue Sep 9 23:31:30 2014 New Revision: 271339 URL: http://svnweb.freebsd.org/changeset/base/271339 Log: MFC r271050: Disable DIAGNOSTIC on low-end ARM platforms. Approved by: re(gjb) Modified: stable/10/sys/arm/conf/DB-78XXX stable/10/sys/arm/conf/DB-88F5XXX stable

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: stable/8/sys/sys/param.h Changes in other areas al

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: stable/10/sys/sys/param.h Changes in other areas a

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: stable/9/sys/sys/param.h Changes in other areas al

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: r271347 - svnadmin/conf

2014-09-09 Thread Julio Merino
Author: jmmv Date: Wed Sep 10 02:44:02 2014 New Revision: 271347 URL: http://svnweb.freebsd.org/changeset/base/271347 Log: Release ngie from mentorship. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ===

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: 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: 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: 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: 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: 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: r271355 - stable/10/sys/dev/usb/net

2014-09-09 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 10 06:48:23 2014 New Revision: 271355 URL: http://svnweb.freebsd.org/changeset/base/271355 Log: MFC r270992: Fix logical error. Approved by: re, glebius Modified: stable/10/sys/dev/usb/net/if_aue.c Directory Properties: stable/10/ (props changed) Mo

svn commit: r271356 - stable/9/sys/dev/usb/net

2014-09-09 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 10 06:54:05 2014 New Revision: 271356 URL: http://svnweb.freebsd.org/changeset/base/271356 Log: MFC r270992: Fix logical error. Modified: stable/9/sys/dev/usb/net/if_aue.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props cha

svn commit: r271357 - stable/8/sys/dev/usb/net

2014-09-09 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 10 06:56:09 2014 New Revision: 271357 URL: http://svnweb.freebsd.org/changeset/base/271357 Log: MFC r270992: Fix logical error. Modified: stable/8/sys/dev/usb/net/if_aue.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/dev/ (props cha

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: r271359 - in stable/9/sys/dev/usb: . quirk

2014-09-09 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 10 06:57:24 2014 New Revision: 271359 URL: http://svnweb.freebsd.org/changeset/base/271359 Log: MFC r271017 and r271018: Add new quirk. PR:193279 Modified: stable/9/sys/dev/usb/quirk/usb_quirk.c stable/9/sys/dev/usb/usbdevs Directory Properties: