<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi James-<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 8, 2016, at 2:56 PM, James E Keenan <<a href="mailto:jkeen@verizon.net" class="">jkeen@verizon.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I am trying to determine whether a particular snapshot of FreeBSD contains code which was committed for the purpose of fixing a bug which I helped to report.<br class=""><br class=""><a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211743#c10" class="">https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211743#c10</a> states:<br class=""><br class="">#####<br class="">Based on __FreeBSD_version define the fix is in:<br class="">1200004 and up<br class="">1100502 >= version < 1200000<br class="">1003507 >= version < 1100000<br class="">#####<br class=""><br class="">I have installed a Virtual Box holding a FreeBSD whose 'uname -a' information is as follows:<br class=""><br class="">#####<br class="">FreeBSD  12.0-CURRENT FreeBSD 12.0-CURRENT #0 r305028: Mon Aug 29 22:45:29 UTC 2016 <a href="mailto:root@releng3.nyi.freebsd.org" class="">root@releng3.nyi.freebsd.org</a>:/usr/obj/usr/src/sys/GENERIC  amd64<br class="">#####<br class=""><br class="">How can I determine whether that version of FreeBSD is recent enough to have included the code correction?</div></div></blockquote><br class=""></div></div><div>This info is exposed via sysctl</div><div><br class=""></div><div>$ sysctl -n kern.osreldate</div><div>1200005</div><div><br class=""></div><div>Also, you can look at Chapter 16 in the porter's handbook that documents each value of __FreeBSD_versions going back to 2.0-RELEASE</div><div><br class=""></div><div><a href="https://www.freebsd.org/doc/en/books/porters-handbook/versions.html" class="">https://www.freebsd.org/doc/en/books/porters-handbook/versions.html</a></div></body></html>