<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in install.1</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a0439a1b820fa0e742c00d095f5f5c06f5f19432 - install: Remove the mmap(2) option.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#a0439a1b820fa0e742c00d095f5f5c06f5f19432</link>
        <description>install: Remove the mmap(2) option.We already removed it from cp(1) over a year ago but never followed uphere.  Do so now, for the same reasons: significant complexity forlittle to no benefit.MFC after:	1 weekSponsored by:	Klara, Inc.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D44809

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Wed, 17 Apr 2024 03:36:31 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5035d08578e372d40b4e2d4c3574b7583549bd6 - install: Always use a temporary file.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#e5035d08578e372d40b4e2d4c3574b7583549bd6</link>
        <description>install: Always use a temporary file.Previously, we would only use a temporary file if explicitly asked towith the `-S` option, and even then, only if the target file alreadyexisted.  This meant that an outside observer looking for the targetfile might see a partial file, and might see the file disappear andthen reappear.With this patch, we always use a temporary file, ensuring atomicity.The downside is slightly increased disk usage.  The upside is neverhaving to worry about, for instance, cron jobs randomly failing ifthey happen to run simultaneously with `make installworld`.The `-S` option is retained, partly for compatibility, and partlyto control the use of `fsync(2)`, which has a non-negligible cost(approximately 10% increase in wall time for `make installworld`).MFC after:	1 weekSponsored by:	Klara, Inc.Reviewed by:	0mp, brooks, imp, markjDifferential Revision:	https://reviews.freebsd.org/D44742

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Fri, 12 Apr 2024 19:30:48 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdcbfde31e8e9b343f113a1956384bdf30d1ed62 - usr.bin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#bdcbfde31e8e9b343f113a1956384bdf30d1ed62</link>
        <description>usr.bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Wed, 16 Aug 2023 19:55:15 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f44e2577120c60cd92f685037bbb63127e0091e4 - xinstall: alphabetize: upper case precedes lower.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#f44e2577120c60cd92f685037bbb63127e0091e4</link>
        <description>xinstall: alphabetize: upper case precedes lower.Sponsored by:	Klara, Inc.

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Thu, 04 Aug 2022 02:09:18 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Thu, 16 Jul 2020 19:14:34 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0fd54da0b0ae6ccd530a98db084e2ad595cebfd1 - Allow install(1)&apos;s create_tempfile() to work on Linux hosts</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#0fd54da0b0ae6ccd530a98db084e2ad595cebfd1</link>
        <description>Allow install(1)&apos;s create_tempfile() to work on Linux hostsGLibc expects six &apos;X&apos; characters in the mkstemp template argument andwill return EINVAL otherwise.Reviewed By:	emaste, imp, mjgDifferential Revision: https://reviews.freebsd.org/D25662

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Wed, 15 Jul 2020 19:24:39 +0200</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9236a881f68afe669de6d91d2a984511c97af754 - install.1: Add missing arguments to option descriptions</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#9236a881f68afe669de6d91d2a984511c97af754</link>
        <description>install.1: Add missing arguments to option descriptionsWhile here:- Remove deprecated Tn macros.- Do not use macros with the -width option.Reviewed by:	bcrApproved by:	doc (bcr)Differential Revision:	https://reviews.freebsd.org/D21173

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Mon, 12 Aug 2019 12:57:56 +0200</pubDate>
        <dc:creator>Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>becbad1f6e18fec7c3bf286778a766ffca4457be - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Tue, 13 Oct 2015 21:44:36 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65dcb5bcb1993631f47d8acc207904411e135758 - Merge ^/head r288197 through r288456.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#65dcb5bcb1993631f47d8acc207904411e135758</link>
        <description>Merge ^/head r288197 through r288456.

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Thu, 01 Oct 2015 21:02:45 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a2b666ce590a56f147e167aa07684af2d6b854a - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#5a2b666ce590a56f147e167aa07684af2d6b854a</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Thu, 01 Oct 2015 11:36:43 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0f405ee78f6bdc7dd6274d8fe8b5a21718a3b89e - Sync up with head (up to r288341).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#0f405ee78f6bdc7dd6274d8fe8b5a21718a3b89e</link>
        <description>Sync up with head (up to r288341).

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Mon, 28 Sep 2015 19:30:07 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>209e744f89e3aa98ef29451afcb76f971ac9f812 - xinstall: renumber UCB clauses to avoid skipping #3</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#209e744f89e3aa98ef29451afcb76f971ac9f812</link>
        <description>xinstall: renumber UCB clauses to avoid skipping #3

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Fri, 25 Sep 2015 22:25:18 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1d015864103b253b3fcb2f72a0da5b0cfeb31b6 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#d1d015864103b253b3fcb2f72a0da5b0cfeb31b6</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Thu, 05 Sep 2013 22:18:59 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40f65a4df509c6b29b9e72407c7afefe28838844 - IFC @ r254014</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#40f65a4df509c6b29b9e72407c7afefe28838844</link>
        <description>IFC @ r254014

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Wed, 07 Aug 2013 02:09:49 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>552311f4bb98c81b1b9e0e81d74e0262fc12110b - IFC @253398</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#552311f4bb98c81b1b9e0e81d74e0262fc12110b</link>
        <description>IFC @253398

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Wed, 17 Jul 2013 03:32:29 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78229472cf860aac93d8fe671c162cda8f1ddd48 - New install flags were merged to 9-STABLE and will appear in FreeBSD-9.2.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#78229472cf860aac93d8fe671c162cda8f1ddd48</link>
        <description>New install flags were merged to 9-STABLE and will appear in FreeBSD-9.2.Sponsored by:	DARPA, AFRLSubmitted by:	ruMFC after:	3 days

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Wed, 05 Jun 2013 19:02:21 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d241a0e67ff3a44947931bf8c841d9786c59efd7 - IFC @247348.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/install.1#d241a0e67ff3a44947931bf8c841d9786c59efd7</link>
        <description>IFC @247348.

            List of files:
            /freebsd/usr.bin/xinstall/install.1</description>
        <pubDate>Tue, 26 Feb 2013 22:16:10 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
