svn commit: r296555 - head/share/mk

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 03:22:20 2016 New Revision: 296555 URL: https://svnweb.freebsd.org/changeset/base/296555 Log: DIRDEPS_BUILD+PROGS: Fix staging not respecting (BINDIR|PROGNAME)[._]${PROG}. Observed in tests/sys/kern. Sponsored by: EMC / Isilon Storage Division Modifie

svn commit: r296556 - head/share/mk

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 03:22:23 2016 New Revision: 296556 URL: https://svnweb.freebsd.org/changeset/base/296556 Log: Follow-up r295827: Don't enable meta stats when recursing PROGS. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/local.meta.sys.mk Modified

svn commit: r296554 - head/share/mk

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 03:22:17 2016 New Revision: 296554 URL: https://svnweb.freebsd.org/changeset/base/296554 Log: Remove things set already by bsd.progs.mk. MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.test.mk Modified: he

svn commit: r296553 - head/share/mk

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 03:22:08 2016 New Revision: 296553 URL: https://svnweb.freebsd.org/changeset/base/296553 Log: PROGS: Track child meta files. This will allow Makefile.depend to properly capture all dependencies. It is not 100% optimal but works. Other options would be to

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

2016-03-08 Thread Navdeep Parhar
Author: np Date: Tue Mar 8 22:23:30 2016 New Revision: 296552 URL: https://svnweb.freebsd.org/changeset/base/296552 Log: cxgbe(4): Rename regwin_lock to reg_lock. It is used to protect access to indirect registers only. Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/cxgbe/t4_main.c

svn commit: r296550 - in head: lib/clang/libclangcodegen lib/clang/libclangdriver lib/clang/libclangfrontend lib/clang/libclangfrontendtool lib/clang/liblldbExpression lib/clang/liblldbInitializati...

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 8 21:26:44 2016 New Revision: 296550 URL: https://svnweb.freebsd.org/changeset/base/296550 Log: DIRDEPS_BUILD: Update clang dependencies after r296417. Sponsored by: EMC / Isilon Storage Division Added: head/lib/clang/liblldbPluginExpressionParserClang/Mak

svn commit: r296549 - head

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 8 21:26:25 2016 New Revision: 296549 URL: https://svnweb.freebsd.org/changeset/base/296549 Log: Don't ever create object directories here with MK_AUTO_OBJ. Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile head/Makefile.inc1 Modified:

svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-08 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Tue Mar 8 20:33:02 2016 New Revision: 296548 URL: https://svnweb.freebsd.org/changeset/base/296548 Log: drm/i915: Update to match Linux 3.8.13 This update brings initial support for Haswell GPUs. Tested by:Many users of FreeBSD, PC-BSD and HardenedBSD Reln

svn commit: r296546 - head/sys/compat/linux

2016-03-08 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 8 19:40:01 2016 New Revision: 296546 URL: https://svnweb.freebsd.org/changeset/base/296546 Log: Better english. Submitted by: Kevin P. Neal MFC after:1 week Modified: head/sys/compat/linux/linux_misc.c Modified: head/sys/compat/linux/linux_misc.c ===

Re: svn commit: r296501 - head/sys/compat/linux

2016-03-08 Thread Chagin Dmitry
On Tue, Mar 08, 2016 at 04:52:33PM +0100, Mateusz Guzik wrote: > On Tue, Mar 08, 2016 at 03:08:22PM +, Dmitry Chagin wrote: > > Author: dchagin > > Date: Tue Mar 8 15:08:22 2016 > > New Revision: 296501 > > URL: https://svnweb.freebsd.org/changeset/base/296501 > > > > Log: > > Link the newl

svn commit: r296544 - head/sys/dev/cxgbe/common

2016-03-08 Thread Navdeep Parhar
Author: np Date: Tue Mar 8 19:34:56 2016 New Revision: 296544 URL: https://svnweb.freebsd.org/changeset/base/296544 Log: cxgbe(4): Reshuffle and rototill t4_hw.c, solely to reduce diffs with the internal shared code. Obtained from:Chelsio Communications Modified: head/sys/dev/

svn commit: r296543 - head/sys/compat/linux

2016-03-08 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 8 19:20:57 2016 New Revision: 296543 URL: https://svnweb.freebsd.org/changeset/base/296543 Log: Put a commit message from r296502 about Linux alarm() system call behaviour to the source. Suggested by: emaste@ MFC after:1 week Modified: head/sys/c

svn commit: r296542 - head/etc/rc.d

2016-03-08 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 8 19:08:55 2016 New Revision: 296542 URL: https://svnweb.freebsd.org/changeset/base/296542 Log: Load linux64 module for amd64 if Linux abi enabled. Reviewed by: emaste@ MFC after:1 week Differential Revision:https://reviews.freebsd.org/D5567

svn commit: r296541 - head/cddl/contrib/opensolaris/lib/libzfs/common

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 18:53:00 2016 New Revision: 296541 URL: https://svnweb.freebsd.org/changeset/base/296541 Log: MFV r296540: 4448 zfs diff misprints unicode characters Reviewed by: Igor Kozhukhov Reviewed by: Toomas Soome Approved by: Matthew Ahrens Author: Joshua M. Clu

svn commit: r296539 - head/cddl/contrib/opensolaris/lib/libzfs/common

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 18:48:20 2016 New Revision: 296539 URL: https://svnweb.freebsd.org/changeset/base/296539 Log: MFV r296538: 6544 incorrect comment in libzfs.h about offline status Reviewed by: Matthew Ahrens Approved by: Dan McDonald Author: Gerhard Roethlin illumos/

svn commit: r296537 - head/cddl/contrib/opensolaris/cmd/zpool

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 18:39:39 2016 New Revision: 296537 URL: https://svnweb.freebsd.org/changeset/base/296537 Log: MFV r296536: 6551 cmd/zpool: cleanup gcc warnings Reviewed by: Matthew Ahrens Reviewed by: Andy Stormont Approved by: Robert Mustacchi illumos/illumos-gate@

svn commit: r296535 - head/cddl/contrib/opensolaris/cmd/zfs

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 18:35:53 2016 New Revision: 296535 URL: https://svnweb.freebsd.org/changeset/base/296535 Log: MFV r296534: 6550 cmd/zfs: cleanup gcc warnings Reviewed by: Matthew Ahrens Reviewed by: Andy Stormont Approved by: Dan McDonald Author: Igor Kozhukhov i

svn commit: r296533 - head/cddl/contrib/opensolaris/cmd/zfs

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 18:32:31 2016 New Revision: 296533 URL: https://svnweb.freebsd.org/changeset/base/296533 Log: MFV r296532: 6637 replacing "dontclose" with "should_close" Reviewed by: Matthew Ahrens Reviewed by: Prakash Surya Approved by: Robert Mustacchi Author: David

svn commit: r296530 - in head/sys/cddl: compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 18:28:24 2016 New Revision: 296530 URL: https://svnweb.freebsd.org/changeset/base/296530 Log: MFV r296529: 6672 arc_reclaim_thread() should use gethrtime() instead of ddi_get_lbolt() 6673 want a macro to convert seconds to nanoseconds and vice-versa Reviewed

svn commit: r296528 - in head: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/nvpair sys/cddl/con...

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 18:11:38 2016 New Revision: 296528 URL: https://svnweb.freebsd.org/changeset/base/296528 Log: MFV r296527: 6659 nvlist_free(NULL) is a no-op Reviewed by: Toomas Soome Reviewed by: Marcel Telka Approved by: Robert Mustacchi Author: Josef 'Jeff' Sipek

svn commit: r296525 - head/usr.bin/script

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 8 18:05:20 2016 New Revision: 296525 URL: https://svnweb.freebsd.org/changeset/base/296525 Log: Just exit in the child if execve(2) fails. No functional change. This is mostly addressing a false-positive from the clang static analyzer due to it thinkin

svn commit: r296526 - head/usr.bin/script

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 8 18:05:23 2016 New Revision: 296526 URL: https://svnweb.freebsd.org/changeset/base/296526 Log: Record command exit status in the typescript file when running simple commands. Also capitalize 'command:'. Relnotes: yes MFC after:2 weeks Spons

svn commit: r296524 - head/usr.bin/script

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 8 18:05:02 2016 New Revision: 296524 URL: https://svnweb.freebsd.org/changeset/base/296524 Log: Filemon: Attach from the child to avoid racing with the parent attach. This is the same as how the bmake filemon usage works. This also fixes failed attach no

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

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 17:58:02 2016 New Revision: 296523 URL: https://svnweb.freebsd.org/changeset/base/296523 Log: MFV r296522: 6541 Pool feature-flag check defeated if "verify" is included in the dedup property value Reviewed by: Matthew Ahrens Reviewed by: Richard Laager A

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

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 17:53:42 2016 New Revision: 296521 URL: https://svnweb.freebsd.org/changeset/base/296521 Log: MFV r296520: 6562 Refquota on receive doesn't account for overage Reviewed by: Matthew Ahrens Reviewed by: Yuri Pankov Reviewed by: Toomas Soome Approved by:

svn commit: r296517 - head/sys/boot/efi/boot1

2016-03-08 Thread Ed Maste
Author: emaste Date: Tue Mar 8 17:45:56 2016 New Revision: 296517 URL: https://svnweb.freebsd.org/changeset/base/296517 Log: boot1.efi: use += to append to LDFLAGS This is for consistency with loader.efi's Makefile and simplifies some out-of-tree experimentation. Modified: head/sys/bo

svn commit: r296519 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zstreamdump cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris...

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 17:51:09 2016 New Revision: 296519 URL: https://svnweb.freebsd.org/changeset/base/296519 Log: MFV r296518: 5027 zfs large block support (add copyright) Author: Matthew Ahrens illumos/illumos-gate@c3d26abc9ee97b4f60233556aadeb57e0bd30bb9 Modified: head/

svn commit: r296516 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 17:43:21 2016 New Revision: 296516 URL: https://svnweb.freebsd.org/changeset/base/296516 Log: MFV r296515: 6536 zfs send: want a way to disable setting of DRR_FLAG_FREERECORDS Reviewed by: Anil Vijarnia Reviewed by: Kim Shrier Reviewed by: Matthew Ahren

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

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 17:34:58 2016 New Revision: 296514 URL: https://svnweb.freebsd.org/changeset/base/296514 Log: MFV r296513: 6450 scrub/resilver unnecessarily traverses snapshots created after the scrub started Reviewed by: George Wilson Reviewed by: Prakash Surya Reviewe

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

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 17:32:24 2016 New Revision: 296512 URL: https://svnweb.freebsd.org/changeset/base/296512 Log: MFV r296511: 6537 Panic on zpool scrub with DEBUG kernel Reviewed by: Steve Gonczi Reviewed by: Dan McDonald Reviewed by: Igor Kozhukhov Reviewed by: Matthew A

svn commit: r296510 - in head: cddl/contrib/opensolaris/cmd/zinject sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2016-03-08 Thread Alexander Motin
Author: mav Date: Tue Mar 8 17:27:13 2016 New Revision: 296510 URL: https://svnweb.freebsd.org/changeset/base/296510 Log: MFV r296505: 6531 Provide mechanism to artificially limit disk performance Reviewed by: Paul Dagnelie Reviewed by: Matthew Ahrens Reviewed by: George Wilson Ap

svn commit: r296509 - head/sys/modules/aio

2016-03-08 Thread Garrett Cooper
Author: ngie Date: Tue Mar 8 16:47:23 2016 New Revision: 296509 URL: https://svnweb.freebsd.org/changeset/base/296509 Log: Delete empty sys/modules/aio/ directory This was missed in r296277 X-MFC with: r296277 Sponsored by: EMC / Isilon Storage Division Deleted: head/sys/modules/

Re: svn commit: r296502 - head/sys/compat/linux

2016-03-08 Thread Chagin Dmitry
On Tue, Mar 08, 2016 at 11:09:34AM -0500, Ed Maste wrote: > On 8 March 2016 at 10:12, Dmitry Chagin wrote: > > Author: dchagin > > Date: Tue Mar 8 15:12:49 2016 > > New Revision: 296502 > > URL: https://svnweb.freebsd.org/changeset/base/296502 > > > > Log: > > According to POSIX and Linux imple

svn commit: r296506 - head/share/mk

2016-03-08 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 8 16:12:55 2016 New Revision: 296506 URL: https://svnweb.freebsd.org/changeset/base/296506 Log: Follow-up r296324: Fix STATICOBJS dependency guesses conditions. Reported by: antoine Pointyhat to: bdrewery Sponsored by: EMC / Isilon Storage Division Modi

Re: svn commit: r296502 - head/sys/compat/linux

2016-03-08 Thread Ed Maste
On 8 March 2016 at 10:12, Dmitry Chagin wrote: > Author: dchagin > Date: Tue Mar 8 15:12:49 2016 > New Revision: 296502 > URL: https://svnweb.freebsd.org/changeset/base/296502 > > Log: > According to POSIX and Linux implementation the alarm() system call > is always successful. > So, ignore

svn commit: r296504 - head/sys/compat/linux

2016-03-08 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 8 15:55:43 2016 New Revision: 296504 URL: https://svnweb.freebsd.org/changeset/base/296504 Log: Does not leak fp. While here remove bogus cast of fp->f_data. MFC after:1 week Modified: head/sys/compat/linux/linux_socket.c Modified: head/sys/compat/linu

Re: svn commit: r296503 - head/sys/compat/linux

2016-03-08 Thread Mateusz Guzik
On Tue, Mar 08, 2016 at 03:15:34PM +, Dmitry Chagin wrote: > Author: dchagin > Date: Tue Mar 8 15:15:34 2016 > New Revision: 296503 > URL: https://svnweb.freebsd.org/changeset/base/296503 > > Log: > Linux accept() system call return EOPNOTSUPP errno instead of EINVAL > for UDP sockets. >

Re: svn commit: r296501 - head/sys/compat/linux

2016-03-08 Thread Mateusz Guzik
On Tue, Mar 08, 2016 at 03:08:22PM +, Dmitry Chagin wrote: > Author: dchagin > Date: Tue Mar 8 15:08:22 2016 > New Revision: 296501 > URL: https://svnweb.freebsd.org/changeset/base/296501 > > Log: > Link the newly created process to the corresponding parent as > if CLONE_PARENT is set, th

svn commit: r296503 - head/sys/compat/linux

2016-03-08 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 8 15:15:34 2016 New Revision: 296503 URL: https://svnweb.freebsd.org/changeset/base/296503 Log: Linux accept() system call return EOPNOTSUPP errno instead of EINVAL for UDP sockets. MFC after:1 week Modified: head/sys/compat/linux/linux_socket.c Modi

svn commit: r296502 - head/sys/compat/linux

2016-03-08 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 8 15:12:49 2016 New Revision: 296502 URL: https://svnweb.freebsd.org/changeset/base/296502 Log: According to POSIX and Linux implementation the alarm() system call is always successfull. So, ignore any errors and return 0 as a Linux do. XXX. Unlike POSIX,

svn commit: r296501 - head/sys/compat/linux

2016-03-08 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 8 15:08:22 2016 New Revision: 296501 URL: https://svnweb.freebsd.org/changeset/base/296501 Log: Link the newly created process to the corresponding parent as if CLONE_PARENT is set, then the parent of the new process will be the same as that of the calling proc

svn commit: r296497 - head/share/man/man5

2016-03-08 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 8 11:04:08 2016 New Revision: 296497 URL: https://svnweb.freebsd.org/changeset/base/296497 Log: Mention resolvconf(8) in resolv.conf(5). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/share/man/man5/resolver.5 Modified: head/shar

Re: svn commit: r296476 - head/sys/netinet/tcp_stacks

2016-03-08 Thread Glen Barber
On Tue, Mar 08, 2016 at 12:16:34AM +, Randall Stewart wrote: > Author: rrs > Date: Tue Mar 8 00:16:34 2016 > New Revision: 296476 > URL: https://svnweb.freebsd.org/changeset/base/296476 > > Log: > Fix a sneaky bug where we were missing an extern > to get the rxt threshold.. and thus creat

svn commit: r296496 - head/sys/dev/cxgbe/common

2016-03-08 Thread Navdeep Parhar
Author: np Date: Tue Mar 8 10:07:40 2016 New Revision: 296496 URL: https://svnweb.freebsd.org/changeset/base/296496 Log: cxgbe(4): Minor updates to the shared routines that deal with firmware images. Modified: head/sys/dev/cxgbe/common/common.h head/sys/dev/cxgbe/common/t4_hw.c Modified:

svn commit: r296495 - head/sys/dev/cxgbe/common

2016-03-08 Thread Navdeep Parhar
Author: np Date: Tue Mar 8 09:40:45 2016 New Revision: 296495 URL: https://svnweb.freebsd.org/changeset/base/296495 Log: cxgbe(4): Fix t4_tp_get_rdma_stats. Modified: head/sys/dev/cxgbe/common/t4_hw.c Modified: head/sys/dev/cxgbe/common/t4_hw.c ==

svn commit: r296494 - head/sys/dev/cxgbe/common

2016-03-08 Thread Navdeep Parhar
Author: np Date: Tue Mar 8 09:34:56 2016 New Revision: 296494 URL: https://svnweb.freebsd.org/changeset/base/296494 Log: cxgbe(4): Many new functions in the shared code, unused at this time. Obtained from:Chelsio Communications Modified: head/sys/dev/cxgbe/common/common.h head

svn commit: r296493 - in head/sys/dev/cxgbe: . common

2016-03-08 Thread Navdeep Parhar
Author: np Date: Tue Mar 8 08:59:34 2016 New Revision: 296493 URL: https://svnweb.freebsd.org/changeset/base/296493 Log: cxgbe(4): Use t4_link_down_rc_str in shared code to decode the reason the link is down, instead of doing it in OS specific code. Modified: head/sys/dev/cxgbe/common/comm

svn commit: r296492 - head/sys/conf

2016-03-08 Thread Stanislav Galabov
Author: sgalabov Date: Tue Mar 8 08:57:53 2016 New Revision: 296492 URL: https://svnweb.freebsd.org/changeset/base/296492 Log: Add MIPS_INTRNG to sys/conf/options.mips This was somehow missed in the commit of https://reviews.freebsd.org/D5182 although it was in the original diff submit

svn commit: r296491 - head/sys/dev/cxgbe/common

2016-03-08 Thread Navdeep Parhar
Author: np Date: Tue Mar 8 08:39:53 2016 New Revision: 296491 URL: https://svnweb.freebsd.org/changeset/base/296491 Log: cxgbe(4): Updates to shared routines that get/set various parameters via the firmware. Obtained from:Chelsio Communications Modified: head/sys/dev/cxgbe/com

svn commit: r296490 - in head/sys/dev/cxgbe: . common

2016-03-08 Thread Navdeep Parhar
Author: np Date: Tue Mar 8 08:13:37 2016 New Revision: 296490 URL: https://svnweb.freebsd.org/changeset/base/296490 Log: cxgbe(4): Remove __devinit and SPEED_ as part of catch up with internal shared code. Obtained from:Chelsio Communications Modified: head/sys/dev/cxgbe/commo