svn commit: r310242 - head/sys/dev/usb

2016-12-19 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 19 09:28:12 2016 New Revision: 310242 URL: https://svnweb.freebsd.org/changeset/base/310242 Log: Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoid boot panics in conjunction with the recently added EARLY_AP_STARTUP feature. The panics h

Re: svn commit: r310171 - head/sys/sys

2016-12-19 Thread Ravi Pokala
-Original Message- > From: on behalf of Sepherosa Ziehau > > Date: 2016-12-18, Sunday at 23:02 > To: Dimitry Andric > Cc: , , > > Subject: Re: svn commit: r310171 - head/sys/sys > > The following patch unbreaks the LINT builds on amd64 for me after this > commit: > https://people.fr

Re: svn commit: r310172 - in head/sys/mips: conf ingenic

2016-12-19 Thread Andriy Gapon
On 16/12/2016 22:04, Jared McNeill wrote: > Log: > Add support for Ingenic JZ4780 SMBus controller. Just a note that it looks, swims and quacks like an I²C (I2C / IIC) controller :-) > Reviewed by:kan > Relnotes: yes > Differential Revision: https://reviews

svn commit: r310257 - in head/sys/cam: ctl scsi

2016-12-19 Thread Alexander Motin
Author: mav Date: Mon Dec 19 10:25:47 2016 New Revision: 310257 URL: https://svnweb.freebsd.org/changeset/base/310257 Log: Improve support for informational exceptions. While CTL still has no real events to report in this way (like SMART), it is possible to trigger false event by manually

svn commit: r310258 - in head/sys: netinet netinet6

2016-12-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Dec 19 11:02:49 2016 New Revision: 310258 URL: https://svnweb.freebsd.org/changeset/base/310258 Log: ip[6]_tryforward does inbound and outbound packet firewall processing. This can lead to change of mbuf pointer (packet filter could do m_pullup(), NAT, etc). Also in case

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

2016-12-19 Thread Alexander Motin
Author: mav Date: Mon Dec 19 11:44:41 2016 New Revision: 310259 URL: https://svnweb.freebsd.org/changeset/base/310259 Log: Following SPC-5, make REQUEST SENSE report "Logical unit not supported" in returned parameter data for not accessible LUNs. MFC after:2 weeks Modified: head/sy

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

2016-12-19 Thread Alexander Motin
Author: mav Date: Mon Dec 19 13:25:53 2016 New Revision: 310265 URL: https://svnweb.freebsd.org/changeset/base/310265 Log: Add set of macros to simplify code access to mode pages fields. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_error.c head/sys/cam/

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

2016-12-19 Thread Alexander Motin
Author: mav Date: Mon Dec 19 14:19:52 2016 New Revision: 310266 URL: https://svnweb.freebsd.org/changeset/base/310266 Log: Add support for NUAR bit in Control mode page. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c =

svn commit: r310267 - in head/sys/boot: arm/uboot common efi/loader i386/loader mips/beri/loader mips/uboot pc98/loader powerpc/kboot powerpc/ofw powerpc/ps3 powerpc/uboot sparc64/loader userboot/u...

2016-12-19 Thread Ed Maste
Author: emaste Date: Mon Dec 19 14:40:59 2016 New Revision: 310267 URL: https://svnweb.freebsd.org/changeset/base/310267 Log: Deduplicate loader vers.c Makefile rules The Makefile rule to create vers.c for loader version info was previously duplicated in each of the various loader Makefil

svn commit: r310268 - in head: share/mk sys/boot/common tools/build/options

2016-12-19 Thread Ed Maste
Author: emaste Date: Mon Dec 19 14:45:59 2016 New Revision: 310268 URL: https://svnweb.freebsd.org/changeset/base/310268 Log: Build loaders reproducibly when WITH_REPRODUCIBLE_BUILD When WITH_REPRODUCIBLE_BUILD=yes is set in src.conf(5), eliminate the time, user, and host from the loader'

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

2016-12-19 Thread Ed Maste
Author: emaste Date: Mon Dec 19 14:54:06 2016 New Revision: 310269 URL: https://svnweb.freebsd.org/changeset/base/310269 Log: src.conf.5: regen after r310268 (WITH_REPRODUCIBLE_BUILD) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ==

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

2016-12-19 Thread Ed Maste
Author: emaste Date: Mon Dec 19 15:05:46 2016 New Revision: 310270 URL: https://svnweb.freebsd.org/changeset/base/310270 Log: Restore missing comment in src.conf.5 I'm not sure how I managed to generate src.conf.5 without the comment; add it manually while looking into that. Reported

svn commit: r310271 - head/tools/build/options

2016-12-19 Thread Glen Barber
Author: gjb Date: Mon Dec 19 15:09:30 2016 New Revision: 310271 URL: https://svnweb.freebsd.org/changeset/base/310271 Log: Comment the RCSID. Sponsored by: The FreeBSD Foundation Modified: head/tools/build/options/WITH_REPRODUCIBLE_BUILD Modified: head/tools/build/options/WITH_REPRODUCI

svn commit: r310272 - in head/sys/cam: ctl scsi

2016-12-19 Thread Alexander Motin
Author: mav Date: Mon Dec 19 15:18:31 2016 New Revision: 310272 URL: https://svnweb.freebsd.org/changeset/base/310272 Log: Add new bits into Extended Inquiry VPD page. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl.c head/sys/cam/scsi/scsi_all.h Modified: head/sys/cam/ctl/ctl.c

svn commit: r310273 - head/sys/conf

2016-12-19 Thread Ed Maste
Author: emaste Date: Mon Dec 19 15:19:44 2016 New Revision: 310273 URL: https://svnweb.freebsd.org/changeset/base/310273 Log: newvers.sh: add -R option to include metadata only for unmodified src tree Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/newvers.sh Modified: head

svn commit: r310274 - head

2016-12-19 Thread Ed Maste
Author: emaste Date: Mon Dec 19 15:23:24 2016 New Revision: 310274 URL: https://svnweb.freebsd.org/changeset/base/310274 Log: Add ld.debug to ObsoleteFiles.inc After r293285 GNU ld is installed as /usr/bin/ld.bfd, and linked as /usr/bin/ld. The debug file is /usr/lib/debug/usr/bin/ld.bfd

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

2016-12-19 Thread Alexander Motin
Author: mav Date: Mon Dec 19 15:49:59 2016 New Revision: 310275 URL: https://svnweb.freebsd.org/changeset/base/310275 Log: Fix typo in function name. Modified: head/sys/cam/ctl/ctl_error.c Modified: head/sys/cam/ctl/ctl_error.c

Re: svn commit: r307684 - head/sbin/camcontrol

2016-12-19 Thread Kenneth D. Merry
On Sat, Dec 17, 2016 at 20:50:15 +0100, Oliver Pinter wrote: > On 12/12/16, Kenneth D. Merry wrote: > > On Sun, Dec 11, 2016 at 00:49:12 +0100, Oliver Pinter wrote: > >> On 10/20/16, Kenneth D. Merry wrote: > >> > Author: ken > >> > Date: Thu Oct 20 19:42:26 2016 > >> > New Revision: 307684 > >>

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-19 Thread John Baldwin
On Friday, December 16, 2016 07:31:28 PM Eric van Gyzen wrote: > On 12/16/2016 17:44, Warner Losh wrote: > > On Fri, Dec 16, 2016 at 3:07 PM, John Baldwin wrote: > >> On Friday, December 16, 2016 04:53:04 PM Eric van Gyzen wrote: > >>> On 12/16/2016 16:45, John Baldwin wrote: > On Friday, Dec

Re: svn commit: r310242 - head/sys/dev/usb

2016-12-19 Thread John Baldwin
On Monday, December 19, 2016 09:28:13 AM Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Dec 19 09:28:12 2016 > New Revision: 310242 > URL: https://svnweb.freebsd.org/changeset/base/310242 > > Log: > Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoid > boot pa

svn commit: r310278 - head/usr.sbin/syslogd

2016-12-19 Thread Hiroki Sato
Author: hrs Date: Mon Dec 19 17:10:30 2016 New Revision: 310278 URL: https://svnweb.freebsd.org/changeset/base/310278 Log: Add a missing STAILQ_INSERT_TAIL() for allowaddr rule. Modified: head/usr.sbin/syslogd/syslogd.c Modified: head/usr.sbin/syslogd/syslogd.c ==

svn commit: r310279 - head/sys/conf

2016-12-19 Thread Ed Maste
Author: emaste Date: Mon Dec 19 17:31:34 2016 New Revision: 310279 URL: https://svnweb.freebsd.org/changeset/base/310279 Log: newvers.sh: consider as modified SVN mixed revision and other cases The newvers -R option is intended to include build metadata (e.g. user, host, time) if the buil

Re: svn commit: r307774 - head/lib/libusb

2016-12-19 Thread Edward Tomasz Napierala
On 1211T0110, Oliver Pinter wrote: > On 10/22/16, Edward Tomasz Napierala wrote: > > Author: trasz > > Date: Sat Oct 22 14:37:13 2016 > > New Revision: 307774 > > URL: https://svnweb.freebsd.org/changeset/base/307774 > > > > Log: > > Fix libusb20_dev_get_desc(3) to use the "vendor product" order

Re: svn commit: r310242 - head/sys/dev/usb

2016-12-19 Thread Hans Petter Selasky
On 12/19/16 17:13, John Baldwin wrote: On Monday, December 19, 2016 09:28:13 AM Hans Petter Selasky wrote: Author: hselasky Date: Mon Dec 19 09:28:12 2016 New Revision: 310242 URL: https://svnweb.freebsd.org/changeset/base/310242 Log: Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is e

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

2016-12-19 Thread Alexander Motin
Author: mav Date: Mon Dec 19 18:55:10 2016 New Revision: 310284 URL: https://svnweb.freebsd.org/changeset/base/310284 Log: When writing fixed format sense data, set VALID bit only if provided value for INFORMATION field fit into available 4 bytes (has no non-zero bytes except last 4), as exp

Re: svn commit: r310171 - head/sys/sys

2016-12-19 Thread Warner Losh
On Mon, Dec 19, 2016 at 1:39 AM, Ravi Pokala wrote: > -Original Message- >> From: on behalf of Sepherosa Ziehau >> >> Date: 2016-12-18, Sunday at 23:02 >> To: Dimitry Andric >> Cc: , , >> >> Subject: Re: svn commit: r310171 - head/sys/sys >> >> The following patch unbreaks the LINT b

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

2016-12-19 Thread Alexander Motin
Author: mav Date: Mon Dec 19 19:00:03 2016 New Revision: 310285 URL: https://svnweb.freebsd.org/changeset/base/310285 Log: When reporting "Logical block address out of range" error, report the LBA in sense data INFORMATION field. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl.c

Re: svn commit: r310171 - head/sys/sys

2016-12-19 Thread Dimitry Andric
On 19 Dec 2016, at 19:58, Warner Losh wrote: > > On Mon, Dec 19, 2016 at 1:39 AM, Ravi Pokala wrote: >> -Original Message- >>> From: on behalf of Sepherosa Ziehau >>> >>> Date: 2016-12-18, Sunday at 23:02 >>> To: Dimitry Andric >>> Cc: , , >>> >>> Subject: Re: svn commit: r310171 -

Re: svn commit: r310171 - head/sys/sys

2016-12-19 Thread Ian Lepore
On Mon, 2016-12-19 at 11:58 -0700, Warner Losh wrote: > On Mon, Dec 19, 2016 at 1:39 AM, Ravi Pokala wrote: > > > > -Original Message- > > > > > > From: on behalf of Sepherosa > > > Ziehau > > > Date: 2016-12-18, Sunday at 23:02 > > > To: Dimitry Andric > > > Cc: , , > > -src-h...@fr

svn commit: r310286 - head/sys/netinet6

2016-12-19 Thread Mark Johnston
Author: markj Date: Mon Dec 19 19:21:28 2016 New Revision: 310286 URL: https://svnweb.freebsd.org/changeset/base/310286 Log: Remove a bogus KASSERT from nd6_prefix_unlink(). The caller may unlink a prefix before purging referencing addresses. An identical assertion in nd6_prefix_del() ver

svn commit: r310289 - head/sys/dev/uart

2016-12-19 Thread Jayachandran C.
Author: jchandra Date: Mon Dec 19 19:40:11 2016 New Revision: 310289 URL: https://svnweb.freebsd.org/changeset/base/310289 Log: Fix whitespace issues in pl011 uart driver Fix up trailing whitespace introduced by r310190. While there, fix a couple of earlier whitespace errors as well. Mod

svn commit: r310290 - in head/sys: dev/bhnd/nvram mips/broadcom

2016-12-19 Thread Landon J. Fuller
Author: landonf Date: Mon Dec 19 20:07:58 2016 New Revision: 310290 URL: https://svnweb.freebsd.org/changeset/base/310290 Log: bhnd(4): minor style(9) fixes Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D8755 Modified: head/sys/dev/bhnd/nvram/b

svn commit: r310291 - in head/sys: conf dev/bhnd/nvram modules/bhnd

2016-12-19 Thread Landon J. Fuller
Author: landonf Date: Mon Dec 19 20:11:48 2016 New Revision: 310291 URL: https://svnweb.freebsd.org/changeset/base/310291 Log: bhnd(4): Implement a new bhnd_nvram_plist and bhnd_nvram_prop API for representing arbitrary Broadcom NVRAM key/value pairs. This will be used to track pending ch

svn commit: r310292 - in head/sys: conf dev/bhnd/nvram modules/bhnd

2016-12-19 Thread Landon J. Fuller
Author: landonf Date: Mon Dec 19 20:20:33 2016 New Revision: 310292 URL: https://svnweb.freebsd.org/changeset/base/310292 Log: bhnd(4): support direct conversion of bhnd_nvram_val This adds support for bhnd_nvram_val_convert_init() and bhnd_nvram_val_convert_new(), which may be used to pe

svn commit: r310293 - head/sys/dev/bhnd/nvram

2016-12-19 Thread Landon J. Fuller
Author: landonf Date: Mon Dec 19 20:23:19 2016 New Revision: 310293 URL: https://svnweb.freebsd.org/changeset/base/310293 Log: bhnd(4): Add support for three new NVRAM value types; booleans, NULL (which we'll use to denote deleted values in bhnd_nvram_store), and opaque data (aka octet-strin

svn commit: r310294 - in head/sys: conf dev/bhnd/nvram modules/bhnd

2016-12-19 Thread Landon J. Fuller
Author: landonf Date: Mon Dec 19 20:26:10 2016 New Revision: 310294 URL: https://svnweb.freebsd.org/changeset/base/310294 Log: bhnd(4): add support for wrapping arbitrary pointers in an NVRAM I/O context. Approved by: adrian (mentor) Differential Revision: https://reviews.freeb

svn commit: r310295 - in head/sys: conf dev/bhnd/nvram modules/bhnd

2016-12-19 Thread Landon J. Fuller
Author: landonf Date: Mon Dec 19 20:28:27 2016 New Revision: 310295 URL: https://svnweb.freebsd.org/changeset/base/310295 Log: bhnd(4): NVRAM device path support. Implements bhnd_nvram_store support for parsing and operating over NVRAM device paths, and device path aliases, as well as tra

svn commit: r310296 - head/sys/dev/bhnd/nvram

2016-12-19 Thread Landon J. Fuller
Author: landonf Date: Mon Dec 19 20:31:27 2016 New Revision: 310296 URL: https://svnweb.freebsd.org/changeset/base/310296 Log: bhnd(4): Add support for exporting all (or a subtree) of NVRAM properties backed by an NVRAM store. This will be used to support: - Serializing the current N

svn commit: r310297 - in head/sys: conf dev/bhnd/nvram dev/bhnd/tools modules/bhnd

2016-12-19 Thread Landon J. Fuller
Author: landonf Date: Mon Dec 19 20:34:05 2016 New Revision: 310297 URL: https://svnweb.freebsd.org/changeset/base/310297 Log: bhnd(4): NVRAM serialization support. This adds support for: - Serializing an bhnd_nvram_plist (as exported from bhnd_nvram_store, etc) to an arbitrary NVR

Re: svn commit: r310171 - head/sys/sys

2016-12-19 Thread Ravi Pokala
-Original Message- > From: on behalf of Ian Lepore > > Date: 2016-12-19, Monday at 11:20 > To: Warner Losh , Ravi Pokala > Cc: Sepherosa Ziehau , Dimitry Andric > , src-committers , > "svn-src-...@freebsd.org" , > "svn-src-head@freebsd.org" > Subject: Re: svn commit: r310171 - head/

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

2016-12-19 Thread Alexander Motin
Author: mav Date: Mon Dec 19 21:27:18 2016 New Revision: 310298 URL: https://svnweb.freebsd.org/changeset/base/310298 Log: Improve error handling when I/O split between several BIOs. If we get several error codes, handle one with lowest offset. MFC after:2 weeks Modified: head/s

svn commit: r310302 - head/sys/kern

2016-12-19 Thread Konstantin Belousov
Author: kib Date: Mon Dec 19 22:18:36 2016 New Revision: 310302 URL: https://svnweb.freebsd.org/changeset/base/310302 Log: Do not clear KN_INFLUX when not owning influx state. For notes in KN_INFLUX|KN_SCAN state, the influx bit is set by a parallel scan. When knote() reports event for t

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-19 Thread Adrian Chadd
[snip] tl;dr - can we revert it from stdio for now so we don't end up having people use this? -adrian ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsu

svn commit: r310304 - in head: contrib/bmake contrib/bmake/mk usr.bin/bmake

2016-12-19 Thread Simon J. Gerraty
Author: sjg Date: Mon Dec 19 23:38:07 2016 New Revision: 310304 URL: https://svnweb.freebsd.org/changeset/base/310304 Log: Merge bmake-20161212 Added: head/contrib/bmake/mk/sys.debug.mk - copied unchanged from r310300, vendor/NetBSD/bmake/dist/mk/sys.debug.mk head/contrib/bmake/mk/sys.

svn commit: r310305 - in head/sys/dev/rtwn: rtl8188e/usb rtl8192c rtl8812a

2016-12-19 Thread Kevin Lo
Author: kevlo Date: Tue Dec 20 01:13:11 2016 New Revision: 310305 URL: https://svnweb.freebsd.org/changeset/base/310305 Log: Merge r92c_init_rf_common() into r92c_init_rf(). In r88eu_attach.c, we could use r92c_init_rf() rather than r92c_init_rf_common() when sc_init_rf() callback is invoke

svn commit: r310306 - in head/sys: arm/allwinner arm/arm arm/freescale/imx conf dev/hdmi

2016-12-19 Thread Jared McNeill
Author: jmcneill Date: Tue Dec 20 01:34:29 2016 New Revision: 310306 URL: https://svnweb.freebsd.org/changeset/base/310306 Log: Split the DesignWare HDMI-specific code from imx6_hdmi.c into a separate file and add a generic DT binding that takes advantage of the extres framework for setting

svn commit: r310307 - head/sys/mips/ingenic

2016-12-19 Thread Jared McNeill
Author: jmcneill Date: Tue Dec 20 01:37:00 2016 New Revision: 310307 URL: https://svnweb.freebsd.org/changeset/base/310307 Log: Choose the closes matching divider instead of one that results in a frequency >= target. Fix inverted rounding logic for CLK_SET_ROUND_UP/DOWN. Reviewed by:

svn commit: r310308 - in head/sys/mips: conf ingenic

2016-12-19 Thread Jared McNeill
Author: jmcneill Date: Tue Dec 20 01:51:09 2016 New Revision: 310308 URL: https://svnweb.freebsd.org/changeset/base/310308 Log: Add support for Ingenic JZ4780 LCD controller and enable framebuffer console support. Reviewed by: kan Differential Revision:https://reviews.f

Re: svn commit: r310171 - head/sys/sys

2016-12-19 Thread Sepherosa Ziehau
On Tue, Dec 20, 2016 at 4:37 AM, Ravi Pokala wrote: > -Original Message- >> From: on behalf of Ian Lepore >> >> Date: 2016-12-19, Monday at 11:20 >> To: Warner Losh , Ravi Pokala >> Cc: Sepherosa Ziehau , Dimitry Andric >> , src-committers , >> "svn-src-...@freebsd.org" , >> "svn-sr

Re: svn commit: r310171 - head/sys/sys

2016-12-19 Thread Bruce Evans
On Mon, 19 Dec 2016, Ravi Pokala wrote: -Original Message- From: on behalf of Ian Lepore Date: 2016-12-19, Monday at 11:20 To: Warner Losh , Ravi Pokala Cc: Sepherosa Ziehau , Dimitry Andric , src-committers , "svn-src-...@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: sv

svn commit: r310309 - in head/sys/dev: mmc sdhci

2016-12-19 Thread Conrad E. Meyer
Author: cem Date: Tue Dec 20 03:38:14 2016 New Revision: 310309 URL: https://svnweb.freebsd.org/changeset/base/310309 Log: sdhci/mmc: Minor whitespace cleanups No functional change. Submitted by: Johannes Lundberg Modified: head/sys/dev/mmc/mmc.c head/sys/dev/sdhci/sdhci_pci.c M

svn commit: r310310 - head/usr.sbin/syslogd

2016-12-19 Thread Hiroki Sato
Author: hrs Date: Tue Dec 20 03:41:40 2016 New Revision: 310310 URL: https://svnweb.freebsd.org/changeset/base/310310 Log: Add a default socket bound to *:514 when no -b option is specified. This was accidentally removed at r309933. Spotted by: Michael Butler Modified: head/usr.sbin/

svn commit: r310311 - head/usr.sbin/syslogd

2016-12-19 Thread Hiroki Sato
Author: hrs Date: Tue Dec 20 04:05:21 2016 New Revision: 310311 URL: https://svnweb.freebsd.org/changeset/base/310311 Log: Add a NULL check. Modified: head/usr.sbin/syslogd/syslogd.c Modified: head/usr.sbin/syslogd/syslogd.c ===

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-19 Thread John Baldwin
On Monday, December 19, 2016 02:23:08 PM Adrian Chadd wrote: > [snip] > > tl;dr - can we revert it from stdio for now so we don't end up having > people use this? I agree with that. I think in userland something like snprintb() is ok. In the kernel I'd rather keep '%b'. -- John Baldwin ___

svn commit: r310312 - head/sys/dev/hyperv/utilities

2016-12-19 Thread Sepherosa Ziehau
Author: sephe Date: Tue Dec 20 04:51:14 2016 New Revision: 310312 URL: https://svnweb.freebsd.org/changeset/base/310312 Log: hyperv/ic: Factor out function to send IC response MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8844 M

svn commit: r310313 - head/sys/dev/hyperv/utilities

2016-12-19 Thread Sepherosa Ziehau
Author: sephe Date: Tue Dec 20 05:07:12 2016 New Revision: 310313 URL: https://svnweb.freebsd.org/changeset/base/310313 Log: hyperv/ic: Cleanup common struct and functions. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8845 Modi

svn commit: r310314 - head/sys/dev/hyperv/utilities

2016-12-19 Thread Sepherosa Ziehau
Author: sephe Date: Tue Dec 20 05:26:38 2016 New Revision: 310314 URL: https://svnweb.freebsd.org/changeset/base/310314 Log: hyperv/ic: Rename cleaned up header file. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8846 Added: h

svn commit: r310315 - head/sys/dev/hyperv/utilities

2016-12-19 Thread Sepherosa Ziehau
Author: sephe Date: Tue Dec 20 05:39:00 2016 New Revision: 310315 URL: https://svnweb.freebsd.org/changeset/base/310315 Log: hyperv/ic: Inclusion cleanup MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8847 Modified: head/sys/de

svn commit: r310316 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2016-12-19 Thread Mark Johnston
Author: markj Date: Tue Dec 20 05:45:52 2016 New Revision: 310316 URL: https://svnweb.freebsd.org/changeset/base/310316 Log: Consistently print D variable indices in decimal when disassembling. MFC after:1 week Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_dis.c Mo

svn commit: r310317 - in head/sys: conf dev/hyperv/utilities modules/hyperv/utilities

2016-12-19 Thread Sepherosa Ziehau
Author: sephe Date: Tue Dec 20 07:14:24 2016 New Revision: 310317 URL: https://svnweb.freebsd.org/changeset/base/310317 Log: hyperv/ic: Rname cleaned up file. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8848 Added: head/sys/

svn commit: r310318 - head/sys/dev/hyperv/utilities

2016-12-19 Thread Sepherosa Ziehau
Author: sephe Date: Tue Dec 20 07:34:44 2016 New Revision: 310318 URL: https://svnweb.freebsd.org/changeset/base/310318 Log: hyperv/ic: Cleanup driver glue. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8849 Modified: head/sys