svn commit: r280367 - svnadmin/conf

2015-03-23 Thread Philip Paeps
Author: philip Date: Mon Mar 23 12:59:13 2015 New Revision: 280367 URL: https://svnweb.freebsd.org/changeset/base/280367 Log: Welcome Kristof Provost (kp) as a new src committer. His relentless attacks on bugs in pf and ipv6 couldn't possibly continue unpunished! gnn and I will be his

svn commit: r280369 - in stable/10/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon modules/drm2/i915kms

2015-03-23 Thread Konstantin Belousov
Author: kib Date: Mon Mar 23 13:38:33 2015 New Revision: 280369 URL: https://svnweb.freebsd.org/changeset/base/280369 Log: MFC r277487: An update for the i915 GPU driver, which brings the code up to Linux commit 4d93914ae3db4a897ead4b. MFC r277959 (by adrian): Fix backlight for

Re: svn commit: r280364 - in head/sys/arm64: . include

2015-03-23 Thread Andrew Turner
On Mon, 23 Mar 2015 11:54:57 + (UTC) Andrew Turner and...@freebsd.org wrote: Author: andrew Date: Mon Mar 23 11:54:56 2015 New Revision: 280364 URL: https://svnweb.freebsd.org/changeset/base/280364 Log: Add the start of the arm64 machine headers. This is the subset needed to start

Re: svn commit: r280040 - head/usr.sbin/bhyve

2015-03-23 Thread Ronald Klop
On Sun, 15 Mar 2015 16:29:04 +0100, Alexander Motin m...@freebsd.org wrote: Author: mav Date: Sun Mar 15 15:29:03 2015 New Revision: 280040 URL: https://svnweb.freebsd.org/changeset/base/280040 Log: Give AHCI disk serial based on backing file path same as for virtio block. It is still

svn commit: r280364 - in head/sys/arm64: . include

2015-03-23 Thread Andrew Turner
Author: andrew Date: Mon Mar 23 11:54:56 2015 New Revision: 280364 URL: https://svnweb.freebsd.org/changeset/base/280364 Log: Add the start of the arm64 machine headers. This is the subset needed to start getting userland libraries building. Reviewed by: imp Sponsored by: The FreeBSD

svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Alexander Motin
Author: mav Date: Mon Mar 23 11:48:25 2015 New Revision: 280363 URL: https://svnweb.freebsd.org/changeset/base/280363 Log: MFC r280293: Add missing variable initialization. Reported by: Coverity CID: 1288938 Modified: stable/10/usr.sbin/bhyve/pci_ahci.c Directory Properties:

svn commit: r280371 - head/sys/netinet

2015-03-23 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 23 15:12:02 2015 New Revision: 280371 URL: https://svnweb.freebsd.org/changeset/base/280371 Log: Remove a useless assignment. MFC after: 1 week Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_output.c

svn commit: r280370 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Alexander Motin
Author: mav Date: Mon Mar 23 14:36:53 2015 New Revision: 280370 URL: https://svnweb.freebsd.org/changeset/base/280370 Log: MFC r279957, r280017: Add DSM TRIM command support for virtual AHCI disks. It works only for virtual disks backed by ZVOLs and raw devices supporting BIO_DELETE.

Re: svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Dan Mack
I just tried to build 280369 and got this: --- all_subdir_bhyve --- /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared identifier 'dsm' ncq = dsm = 0; ^ 1 error generated. *** [pci_ahci.o]

Re: svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Alexander Motin
On 23.03.2015 16:35, Dan Mack wrote: I just tried to build 280369 and got this: --- all_subdir_bhyve --- /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared identifier 'dsm' ncq = dsm = 0; ^ 1 error generated.

Re: svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Dan Mack
On Mon, 23 Mar 2015, Alexander Motin wrote: On 23.03.2015 16:35, Dan Mack wrote: I just tried to build 280369 and got this: --- all_subdir_bhyve --- /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared identifier 'dsm' ncq = dsm = 0; ^

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Philip M. Gollucci
What about SSLv3 due to POODLE ? On Fri, Mar 20, 2015 at 7:48 PM, Jung-uk Kim j...@freebsd.org wrote: Author: jkim Date: Fri Mar 20 23:48:11 2015 New Revision: 280306 URL: https://svnweb.freebsd.org/changeset/base/280306 Log: Disable insecure SSLv2 support from the base OpenSSL.

svn commit: r280374 - head/sys/dev/sfxge

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:44:17 2015 New Revision: 280374 URL: https://svnweb.freebsd.org/changeset/base/280374 Log: sfxge: assert either kernel or internal copy of interface flags ioctl to put interface down sets ifp-if_flags which holds the intended administratively defined

svn commit: r280376 - head/sys/dev/sfxge

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:47:37 2015 New Revision: 280376 URL: https://svnweb.freebsd.org/changeset/base/280376 Log: sfxge: remove obsolete Tx non-multi queue support Tx multi queue is added in FreeBSD 8.0. So, the changeset drops earlier versions support. Sponsored by:

svn commit: r280377 - head/sys/dev/sfxge

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:49:11 2015 New Revision: 280377 URL: https://svnweb.freebsd.org/changeset/base/280377 Log: sfxge: add statistics for each Tx queue Sponsored by: Solarflare Communications, Inc. Differential Revision: https://reviews.freebsd.org/D2082 Modified:

svn commit: r280379 - head/sys/dev/sfxge/common

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:52:57 2015 New Revision: 280379 URL: https://svnweb.freebsd.org/changeset/base/280379 Log: sfxge: do not check MCDI status word This is a temporary workaround until we determine a reliable sequence of operations for detecting MC reboots.

svn commit: r280375 - head/sys/dev/sfxge/common

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:45:39 2015 New Revision: 280375 URL: https://svnweb.freebsd.org/changeset/base/280375 Log: sfxge: add barriers to BAR write macros In theory the barriers are required to cope with write combining and reordering. Two barriers are added (sometimes

svn commit: r280378 - head/sys/dev/sfxge/common

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:52:05 2015 New Revision: 280378 URL: https://svnweb.freebsd.org/changeset/base/280378 Log: sfxge: FreeBSD before 10 does not have bus_space_*_8 on amd64 bus_space_*_8() are not always macros, so it is not correct to use #ifndef. Sponsored by:

svn commit: r280380 - head/sys/dev/sfxge

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:53:26 2015 New Revision: 280380 URL: https://svnweb.freebsd.org/changeset/base/280380 Log: sfxge: remove unnecessary and wrong prediction Sponsored by: Solarflare Communications, Inc. Differential Revision: https://reviews.freebsd.org/D2085

svn commit: r280413 - head/contrib/tzdata

2015-03-23 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 24 05:52:28 2015 New Revision: 280413 URL: https://svnweb.freebsd.org/changeset/base/280413 Log: MFV of 280411,tzdata{2015b} Release 2015b - 2015-03-19 23:28:11 -0700 Changes affecting future time stamps Mongolia will start observing DST again

Re: svn commit: r280407 - head/sys/kern

2015-03-23 Thread Bruce Evans
On Tue, 24 Mar 2015, Mateusz Guzik wrote: Log: filedesc: microoptimize fget_unlocked by getting rid of fd 0 branch This has no effect. Compilers optimize to the equivalent of the the unsigned cast hack if this is good. On x86, it is good since no instructions are needed for the

svn commit: r280411 - vendor/tzdata/dist

2015-03-23 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 24 05:50:07 2015 New Revision: 280411 URL: https://svnweb.freebsd.org/changeset/base/280411 Log: Vendor import of tzdata2015b: Release 2015b - 2015-03-19 23:28:11 -0700 Changes affecting future time stamps Mongolia will start observing DST again

svn commit: r280412 - vendor/tzdata/tzdata2015b

2015-03-23 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 24 05:50:39 2015 New Revision: 280412 URL: https://svnweb.freebsd.org/changeset/base/280412 Log: Tag of tzdata 2015b Added: vendor/tzdata/tzdata2015b/ - copied from r280411, vendor/tzdata/dist/ ___

svn commit: r280382 - head/sys/boot/forth

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 16:22:56 2015 New Revision: 280382 URL: https://svnweb.freebsd.org/changeset/base/280382 Log: Fix sgetkey indentation to be consistent with the rest of the file. Remove some blank lines, adjust some comments and update copyright. MFC after:3 days

svn commit: r280381 - head/sys/arm64/include

2015-03-23 Thread Ed Maste
Author: emaste Date: Mon Mar 23 16:04:04 2015 New Revision: 280381 URL: https://svnweb.freebsd.org/changeset/base/280381 Log: Renumber clauses to avoid missing 3 Modified: head/sys/arm64/include/_types.h head/sys/arm64/include/cpu.h head/sys/arm64/include/float.h

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Bryan Drewery
On 3/23/2015 2:08 PM, Bryan Drewery wrote: On 3/20/2015 6:48 PM, Jung-uk Kim wrote: Author: jkim Date: Fri Mar 20 23:48:11 2015 New Revision: 280306 URL: https://svnweb.freebsd.org/changeset/base/280306 Log: Disable insecure SSLv2 support from the base OpenSSL. Differential

svn commit: r280390 - stable/10/usr.sbin/sysrc

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 19:12:55 2015 New Revision: 280390 URL: https://svnweb.freebsd.org/changeset/base/280390 Log: MFC revisions 274068, 274119, 279624: r274068: Add key+=append syntax to sysrc(8) r279624: Add key-=remove syntax r274119: Add EXAMPLES-section entries for new

svn commit: r280394 - stable/10/lib/libc/db/man

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 19:50:21 2015 New Revision: 280394 URL: https://svnweb.freebsd.org/changeset/base/280394 Log: MFC r279037: dbm_delete(3): correct man page to match current behaviour. The dbm_store() and dbm_delete() functions shall return 0 when they succeed and a

Re: svn commit: r280387 - in head/usr.bin/xlint: arch/sparc64 common lint1 lint2 xlint

2015-03-23 Thread Ed Maste
On 23 March 2015 at 14:45, Pedro F. Giffuni p...@freebsd.org wrote: Author: pfg Date: Mon Mar 23 18:45:29 2015 New Revision: 280387 URL: https://svnweb.freebsd.org/changeset/base/280387 Log: xlint: update. Nice. I was going to have a look at this at some point, so I'm glad that you've

svn commit: r280384 - head/sys/boot/forth

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 16:43:46 2015 New Revision: 280384 URL: https://svnweb.freebsd.org/changeset/base/280384 Log: Increase max input for password/bootlock_password from 16 to 255. When taking user input, don't show asterisks as the user types but instead spin a twiddle.

svn commit: r280392 - stable/10/lib/libc/gen

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 19:44:18 2015 New Revision: 280392 URL: https://svnweb.freebsd.org/changeset/base/280392 Log: MFC r279186: setmode(3): Make sure that setmode sets errno on failure. Our man page already documented this partially but now we provide more consistent

svn commit: r280393 - in head/sys/dev: ahci ata ata/chipsets mvs siis

2015-03-23 Thread Alexander Motin
Author: mav Date: Mon Mar 23 19:47:52 2015 New Revision: 280393 URL: https://svnweb.freebsd.org/changeset/base/280393 Log: Reduce priority of ATA/SATA drivers. Legacy ata(4) - BUS_PROBE_LOW_PRIORITY; more functional ahci(4), siis(4), mvs(4) - BUS_PROBE_DEFAULT; BUS_PROBE_VENDOR leave

svn commit: r280397 - stable/9/lib/msun/src

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 20:02:16 2015 New Revision: 280397 URL: https://svnweb.freebsd.org/changeset/base/280397 Log: MFC r277948: msun: use previously ignored in value. This fixes evaluation of exceptional values in scalblnl(). While here, simplify the code as suggested by

Re: svn commit: r280387 - in head/usr.bin/xlint: arch/sparc64 common lint1 lint2 xlint

2015-03-23 Thread Pedro Giffuni
On 03/23/15 14:59, Ed Maste wrote: On 23 March 2015 at 14:45, Pedro F. Giffuni p...@freebsd.org wrote: Author: pfg Date: Mon Mar 23 18:45:29 2015 New Revision: 280387 URL: https://svnweb.freebsd.org/changeset/base/280387 Log: xlint: update. Nice. I was going to have a look at this at

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Bryan Drewery
On 3/20/2015 6:48 PM, Jung-uk Kim wrote: Author: jkim Date: Fri Mar 20 23:48:11 2015 New Revision: 280306 URL: https://svnweb.freebsd.org/changeset/base/280306 Log: Disable insecure SSLv2 support from the base OpenSSL. Differential Revision: https://reviews.freebsd.org/D1304

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Bryan Drewery
On 3/23/2015 2:13 PM, Bryan Drewery wrote: On 3/23/2015 2:08 PM, Bryan Drewery wrote: On 3/20/2015 6:48 PM, Jung-uk Kim wrote: Author: jkim Date: Fri Mar 20 23:48:11 2015 New Revision: 280306 URL: https://svnweb.freebsd.org/changeset/base/280306 Log: Disable insecure SSLv2 support from

svn commit: r280391 - stable/9/usr.sbin/sysrc

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 19:25:34 2015 New Revision: 280391 URL: https://svnweb.freebsd.org/changeset/base/280391 Log: MFC revisions 268860, 268863, 274068, 274119, 279624: r268860: Minor enhancements, bug fixes, man-page adjustments to sysrc(8) r268863: Bump date/copyright in

svn commit: r280395 - stable/9/lib/libc/db/man

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 19:53:37 2015 New Revision: 280395 URL: https://svnweb.freebsd.org/changeset/base/280395 Log: MFC r279037: dbm_delete(3): correct man page to match current behaviour. The dbm_store() and dbm_delete() functions shall return 0 when they succeed and a

svn commit: r280396 - stable/10/lib/msun/src

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 20:00:35 2015 New Revision: 280396 URL: https://svnweb.freebsd.org/changeset/base/280396 Log: MFC r277948: msun: use previously ignored in value. This fixes evaluation of exceptional values in scalblnl(). While here, simplify the code as suggested by

svn commit: r280400 - in head/contrib/llvm: include/llvm/CodeGen lib/CodeGen/SelectionDAG lib/Target/ARM

2015-03-23 Thread Dimitry Andric
Author: dim Date: Mon Mar 23 21:13:29 2015 New Revision: 280400 URL: https://svnweb.freebsd.org/changeset/base/280400 Log: Pull in r230348 from upstream llvm trunk (by Tim Northover): ARM: treat [N x i32] and [N x i64] as AAPCS composite types The logic is almost there already,

svn commit: r280399 - stable/10/lib/libc/net

2015-03-23 Thread Ed Maste
Author: emaste Date: Mon Mar 23 20:51:35 2015 New Revision: 280399 URL: https://svnweb.freebsd.org/changeset/base/280399 Log: MFC r275163: ANSIfy b64_pton Modified: stable/10/lib/libc/net/base64.c Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/net/base64.c

svn commit: r280401 - head/contrib/llvm/patches

2015-03-23 Thread Dimitry Andric
Author: dim Date: Mon Mar 23 21:15:07 2015 New Revision: 280401 URL: https://svnweb.freebsd.org/changeset/base/280401 Log: Add llvm patch corresponding to r280400. Added: head/contrib/llvm/patches/patch-10-llvm-r230348-arm-fix-bad-ha.diff Added:

svn commit: r280398 - stable/10/lib/libc/net

2015-03-23 Thread Ed Maste
Author: emaste Date: Mon Mar 23 20:50:28 2015 New Revision: 280398 URL: https://svnweb.freebsd.org/changeset/base/280398 Log: MFC r275060: Fix b64_pton output buffer overrun test for exact-sized buffer b64_pton would sometimes erroneously fail to decode a base64 string into a

svn commit: r280383 - head/sys/boot/forth

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 16:31:27 2015 New Revision: 280383 URL: https://svnweb.freebsd.org/changeset/base/280383 Log: Prevent password/bootlock_password features of loader.conf(5) from locking out everyone in the case of setting a password longer than the maximum (currently 16

svn commit: r280385 - head/sys/boot/forth

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 17:31:22 2015 New Revision: 280385 URL: https://svnweb.freebsd.org/changeset/base/280385 Log: Add missing variables password/bootlock_password. NB: Using NULL for default values in-case someone or something uncomments it and reboots. See

svn commit: r280386 - in head/bin: cp mv

2015-03-23 Thread Jilles Tjoelker
Author: jilles Date: Mon Mar 23 17:35:05 2015 New Revision: 280386 URL: https://svnweb.freebsd.org/changeset/base/280386 Log: cp,mv: Use futimens() instead of utimensat() if possible. Modified: head/bin/cp/utils.c head/bin/mv/mv.c Modified: head/bin/cp/utils.c

svn commit: r280388 - head/sys/cam

2015-03-23 Thread Benno Rice
Author: benno Date: Mon Mar 23 18:45:37 2015 New Revision: 280388 URL: https://svnweb.freebsd.org/changeset/base/280388 Log: Be consistent with M_ZERO when allocating ccbs. There are four places, all in cam_xpt.c, where ccbs are malloc'ed. Two of these use M_ZERO, two don't. The two that

svn commit: r280387 - in head/usr.bin/xlint: arch/sparc64 common lint1 lint2 xlint

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 18:45:29 2015 New Revision: 280387 URL: https://svnweb.freebsd.org/changeset/base/280387 Log: xlint: update. Bring some important updates from NetBSD up to about 2008/04/25. The main feature is initial support for C99. This is a very basic update to make

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/23/2015 11:35, Philip M. Gollucci wrote: What about SSLv3 due to POODLE ? IMHO, it is too early to remove SSLv3 support because it is still widely used although there are known vulnerabilities. Please use OpenSSL from ports, i.e.,

svn commit: r280405 - in vendor/lua: . dist dist/doc dist/src

2015-03-23 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 00:00:59 2015 New Revision: 280405 URL: https://svnweb.freebsd.org/changeset/base/280405 Log: Import lua 5.3.0. Added: vendor/lua/ vendor/lua/dist/ vendor/lua/dist/Makefile (contents, props changed) vendor/lua/dist/README vendor/lua/dist/doc/

svn commit: r280406 - vendor/lua/5.3.0

2015-03-23 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 00:01:30 2015 New Revision: 280406 URL: https://svnweb.freebsd.org/changeset/base/280406 Log: Tag lua 5.3.0. Added: vendor/lua/5.3.0/ - copied from r280405, vendor/lua/dist/ ___ svn-src-all@freebsd.org mailing

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

2015-03-23 Thread Ian Lepore
Author: ian Date: Mon Mar 23 22:42:42 2015 New Revision: 280402 URL: https://svnweb.freebsd.org/changeset/base/280402 Log: Do not save/restore the TLS pointer on context switch for armv6. The pointer cannot be changed directly by userland code on armv6 (it can be on armv4), so there's no

svn commit: r280407 - head/sys/kern

2015-03-23 Thread Mateusz Guzik
Author: mjg Date: Tue Mar 24 00:10:11 2015 New Revision: 280407 URL: https://svnweb.freebsd.org/changeset/base/280407 Log: filedesc: microoptimize fget_unlocked by getting rid of fd 0 branch Casting fd to an unsigned type simplifies fd range coparison to mere checking if the result is

Re: svn commit: r280406 - vendor/lua/5.3.0

2015-03-23 Thread Adrian Chadd
[snip] [gets coffee and popcorn] -a ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

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

2015-03-23 Thread Navdeep Parhar
Author: np Date: Mon Mar 23 23:06:32 2015 New Revision: 280403 URL: https://svnweb.freebsd.org/changeset/base/280403 Log: cxgbe(4): Do not call sbuf_trim on an sbuf with a drain function. MFC after:1 week Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c

svn commit: r280404 - head/sys/netinet

2015-03-23 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 23 23:34:21 2015 New Revision: 280404 URL: https://svnweb.freebsd.org/changeset/base/280404 Log: When an ICMP message is received and the MTU shrinks, only mark outstanding chunks for retransmissions. MFC after: 3 days Modified:

Re: svn commit: r278479 - in head: etc sys/kern

2015-03-23 Thread Rui Paulo
On Mar 22, 2015, at 18:08, Mateusz Guzik mjgu...@gmail.com wrote: On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote: Author: rpaulo Date: Mon Feb 9 23:13:50 2015 New Revision: 278479 URL: https://svnweb.freebsd.org/changeset/base/278479 Log: Notify devd(8) when a process

svn commit: r280408 - stable/10/usr.bin/grep

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Tue Mar 24 01:31:02 2015 New Revision: 280408 URL: https://svnweb.freebsd.org/changeset/base/280408 Log: MFC r280307: bsdgrep: fix regression in the -f option since r268799 Caused by an incomplete merge from NetBSD. PR: 198725 Modified:

svn commit: r280409 - stable/9/usr.bin/grep

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Tue Mar 24 01:32:46 2015 New Revision: 280409 URL: https://svnweb.freebsd.org/changeset/base/280409 Log: MFC r280307: bsdgrep: fix regression in the -f option since r268799 Caused by an incomplete merge from NetBSD. PR: 198725 Modified:

Re: svn commit: r280410 - head/sys/kern

2015-03-23 Thread Bryan Drewery
On 3/23/15 9:35 PM, Rui Paulo wrote: On Mar 23, 2015, at 19:25, Bryan Drewery bdrew...@freebsd.org wrote: On 3/23/15 9:17 PM, Rui Paulo wrote: Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable

svn commit: r280410 - head/sys/kern

2015-03-23 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable coredump_devctl because it could lead to leaking paths to jails. Modified: head/sys/kern/kern_sig.c Modified: head/sys/kern/kern_sig.c

Re: svn commit: r280410 - head/sys/kern

2015-03-23 Thread Bryan Drewery
On 3/23/15 9:17 PM, Rui Paulo wrote: Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable coredump_devctl because it could lead to leaking paths to jails. Modified: head/sys/kern/kern_sig.c Modified:

Re: svn commit: r280410 - head/sys/kern

2015-03-23 Thread Rui Paulo
On Mar 23, 2015, at 19:25, Bryan Drewery bdrew...@freebsd.org wrote: On 3/23/15 9:17 PM, Rui Paulo wrote: Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable coredump_devctl because it could lead to