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

John Baldwin jhb at FreeBSD.org
Tue Feb 12 00:25:36 UTC 2019


On 1/15/19 7:46 PM, Marcelo Araujo wrote:
> Author: araujo
> Date: Wed Jan 16 03:46:27 2019
> New Revision: 343077
> URL: https://svnweb.freebsd.org/changeset/base/343077
> 
> Log:
>   Fix broken uart on Win2016 guest.
>   
>   Obtained from:	Joyent (commit/2bf1a940afbd1382faff159e7c93c72779ca10f4)
>   MFC after:	3 weeks.

Hmm, did you get an Ok from Joyent to release this under the BSD license?
The file you pulled this from is dual-licensed CDDL and BSDL, so we can't
just pull commits direct from Joyent's github and assume they are BSDL'd.

It would also probably be better to identify which repository git hashes
refer to.  It appears to be the illumos mirror on Joyent's github, but that
isn't clear.

For reference, this appears to be the commit:

https://github.com/joyent/illumos-joyent/commit/2bf1a940afbd1382faff159e7c93c72779ca10f4

Looking at the file in its entirety shows the CDDL at the top of the file
below the BSDL from FreeBSD:

https://github.com/joyent/illumos-joyent/blob/2bf1a940afbd1382faff159e7c93c72779ca10f4/usr/src/cmd/bhyve/uart_emul.c

-- 
John Baldwin

                                                                            


More information about the svn-src-head mailing list