svn commit: r42564 - head/en_US.ISO8859-1/books/porters-handbook

Konstantin Belousov kostikbel at gmail.com
Mon Aug 19 14:37:25 UTC 2013


On Mon, Aug 19, 2013 at 01:38:49PM +0000, Glen Barber wrote:
> Author: gjb
> Date: Mon Aug 19 13:38:49 2013
> New Revision: 42564
> URL: http://svnweb.freebsd.org/changeset/doc/42564
> 
> Log:
>   Document __FreeBSD_version values 1000037 through 1000045.
> 
> Modified:
>   head/en_US.ISO8859-1/books/porters-handbook/book.xml
> 
> Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
> ==============================================================================
> --- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Aug 19 03:35:35 2013	(r42563)
> +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Aug 19 13:38:49 2013	(r42564)
> @@ -16199,6 +16199,103 @@ Reference: <http://www.freebsd.org/po
>  		<svnref>253049</svnref>).</entry>
>  	    </row>
>  
> +	    <row>
> +	      <entry>1000037</entry>
> +	      <entry>July 9, 2013</entry>
> +	      <entry>10-CURRENT after the migration of statistics
> +		structures to PCPU counters.
> +		Changed structures include: <literal>ahstat</literal>,
> +		<literal>arpstat</literal>,
> +		<literal>espstat</literal>,
> +		<literal>icmp6_ifstat</literal>,
> +		<literal>icmp6stat</literal>,
> +		<literal>in6_ifstat</literal>,
> +		<literal>ip6stat</literal>,
> +		<literal>ipcompstat</literal>,
> +		<literal>ipipstat</literal>,
> +		<literal>ipsecstat</literal>,
> +		<literal>mrt6stat</literal>,
> +		<literal>mrtstat</literal>,
> +		<literal>pfkeystat</literal>,
> +		<literal>pim6stat</literal>,
> +		<literal>pimstat</literal>,
> +		<literal>rip6stat</literal>,
> +		<literal>udpstat</literal> (rev
> +		<svnref>253081</svnref>).</entry>
> +	    </row>
> +
> +	    <row>
> +	      <entry>1000038</entry>
> +	      <entry>July 16, 2013</entry>
> +	      <entry>10-CURRENT after making <literal>ARM
> +		  EABI</literal> the default ABI on arm,
> +		armeb, armv6, and armv6eb architectures
> +		(rev <svnref>253396</svnref>).</entry>
> +	    </row>
> +
> +	    <row>
> +	      <entry>1000039</entry>
> +	      <entry>July 22, 2013</entry>
> +	      <entry>10-CURRENT after <literal>CAM</literal>
> +		and &man.mps.4; driver scanning changes
> +		(rev <svnref>253549</svnref>).</entry>
> +	    </row>
> +
> +	    <row>
> +	      <entry>1000040</entry>
> +	      <entry>July 24, 2013</entry>
> +	      <entry>10-CURRENT after addition of libusb
> +		pkgconf files (rev <svnref>253638</svnref>).</entry>
> +	    </row>
> +
> +	    <row>
> +	      <entry>1000041</entry>
> +	      <entry>August 5, 2013</entry>
> +	      <entry>10-CURRENT after change from
> +		<function>time_second</function> to
> +		<function>time_uptime</function>
> +		in <literal>PF_INET6</literal>
> +		(rev <svnref>253970</svnref>).</entry>
> +	    </row>
> +
> +	    <row>
> +	      <entry>1000042</entry>
> +	      <entry>August 9, 2013</entry>
> +	      <entry>10-CURRENT after KPI breakage introduced in the
> +		VM subsystem to unify soft and hard busy mechanisms
> +		(rev <svnref>254138</svnref>).</entry>
> +	    </row>
I would not say word 'breakage' there. KPI changes are good form.

> +
> +	    <row>
> +	      <entry>1000043</entry>
> +	      <entry>August 13, 2013</entry>
> +	      <entry>10-CURRENT after <makevar>WITH_ICONV</makevar> is
> +		enabled by default.  A new &man.src.conf.5; option,
> +		<makevar>WITH_LIBICONV_COMPAT</makevar> (disabled by
> +		default) adds <function>libiconv_open</function> to
> +		provide compatibility with the
> +		<package>libiconv</package> port (rev
> +		<svnref>254273</svnref>).</entry>
> +	    </row>
> +
> +	    <row>
> +	      <entry>1000044</entry>
> +	      <entry>August 15, 2013</entry>
> +	      <entry>10-CURRENT after libc conversion to an &man.ld.1;
> +		script (rev
> +		<svnref>251668</svnref>,
> +		<svnref>254358</svnref>).</entry>
> +	    </row>
It is only libc.so which was converted from symlink to libc.so.7 to
version script, not libc.

> +
> +	    <row>
> +	      <entry>1000045</entry>
> +	      <entry>August 15, 2013</entry>
> +	      <entry>10-CURRENT after KPI breakage introduced after
> +		replacement of <literal>D_UNMAPPED_IO</literal> with
> +		<literal>SI_UNMAPPED</literal> (rev
> +		<svnref>254389</svnref>).</entry>
> +	    </row>
I would say

after devfs programming interface change by replacing cdevsw flag
D_UNMAPPED_IO with the struct cdev flag SI_UNMAPPED.
(modulo fixes for the language).

> +
>  	  </tbody>
>  	</tgroup>
>        </table>
> _______________________________________________
> svn-doc-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-doc-all
> To unsubscribe, send any mail to "svn-doc-all-unsubscribe at freebsd.org"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-doc-all/attachments/20130819/131cc64f/attachment.sig>


More information about the svn-doc-all mailing list