Date: Sat, 21 Dec 2019 03:01:06 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53702 - head/en_US.ISO8859-1/books/porters-handbook/versions Message-ID: <201912210301.xBL316Tk097169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg (src,ports committer) Date: Sat Dec 21 03:01:05 2019 New Revision: 53702 URL: https://svnweb.freebsd.org/changeset/doc/53702 Log: Double the size of ARG_MAX on LP64 platforms. Document the _FreeBSD_version updates corresponding to this change. PR: 241710 Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Dec 20 22:21:45 2019 (r53701) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Sat Dec 21 03:01:05 2019 (r53702) @@ -633,6 +633,15 @@ is spelled &, < is < and > is >. <function>timeout</function>, and <function>untimeout</function> functions.</entry> </row> + + <row> + <entry>1300068</entry> + <entry><revnumber>355828</revnumber></entry> + <entry>December 16, 2019</entry> + <entry>13.0-CURRENT after doubling the value of + <literal>ARG_MAX</literal>, + for 64 bit platforms.</entry> + </row> </tbody> </tgroup> </table> @@ -1544,6 +1553,15 @@ is spelled &, < is < and > is >. <entry>November 10, 2019</entry> <entry>12-STABLE after correcting the C++ version check for declaring &man.timespec.get.3;.</entry> + </row> + + <row> + <entry>121506</entry> + <entry><revnumber>355968</revnumber></entry> + <entry>December 21, 2019</entry> + <entry>12-STABLE after doubling the value of + <literal>ARG_MAX</literal>, + for 64 bit platforms.</entry> </row> </tbody> </tgroup>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912210301.xBL316Tk097169>