Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2018 08:59:30 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net>
To:        John Baldwin <jhb@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r333140 - head/usr.sbin/bhyve
Message-ID:  <201805011559.w41FxUr7026647@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <201805011517.w41FHlqI075276@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Author: jhb
> Date: Tue May  1 15:17:46 2018
> New Revision: 333140
> URL: https://svnweb.freebsd.org/changeset/base/333140
> 
> Log:
>   Initial debug server for bhyve.
...
> 
> Added: head/usr.sbin/bhyve/gdb.c
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/usr.sbin/bhyve/gdb.c	Tue May  1 15:17:46 2018	(r333140)
> @@ -0,0 +1,1313 @@
> +/*-
> + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
> + *
> + * Copyright (c) 2017-2018 John H. Baldwin <jhb@FreeBSD.org>
> + * All rights reserved.
The All rights reserved clause is an obsolete requirement from the
1910 Buenos Aires Convention, and should not be used on new code
since 2000.

Regards,
-- 
Rod Grimes                                                 rgrimes@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805011559.w41FxUr7026647>