<?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 write.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7c43148a974877188a930e4078a164f83da8e652 - stand: Automated cleanup of cdefs and other formatting</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/libsa/write.c#7c43148a974877188a930e4078a164f83da8e652</link>
        <description>stand: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remove /^#if.*\n#endif.*\n#include\s+&lt;sys/cdefs.h&gt;.*\n/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;.*\n+#if.*\n#endif.*\n+/Remove /\n+#if.*\n#endif.*\n+/Remove /^#if.*\n#endif.*\n/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/types.h&gt;/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/param.h&gt;/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/capsicum.h&gt;/Sponsored by:		Netflix

            List of files:
            /freebsd/stand/libsa/write.c</description>
        <pubDate>Fri, 24 Nov 2023 21:12:57 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e28a6bc2e83d56a5d2d5ee4f5da72d798de2d07 - stand: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/libsa/write.c#6e28a6bc2e83d56a5d2d5ee4f5da72d798de2d07</link>
        <description>stand: 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/stand/libsa/write.c</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>1d386b48a555f61cb7325543adbbb5c3f3407a66 - Remove $FreeBSD$: one-line .c pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/libsa/write.c#1d386b48a555f61cb7325543adbbb5c3f3407a66</link>
        <description>Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\(&quot;\$FreeBSD\$&quot;\);?\s*\n/

            List of files:
            /freebsd/stand/libsa/write.c</description>
        <pubDate>Wed, 16 Aug 2023 19:54:42 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97cbd5e722389a575e820c4e03f38053308f08ea - loader: open file list should be dynamic</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/libsa/write.c#97cbd5e722389a575e820c4e03f38053308f08ea</link>
        <description>loader: open file list should be dynamicSummary:Open file list is currently created as statically allocated array (64 items).Once this array is filled up, loader will not be able to operate with files.In most cases, this mechanism is good enough, but the problem appears, whenwe have many disks with zfs pool(s). In current loader implementation, alldiscovered zfs pool configurations are kept in memory and disk devices open -consuming the open file array. Rewrite the open file mechanism to usedynamically allocated list.Reviewed by:	impMFC after:	2 weeksDifferential Revision: https://reviews.freebsd.org/D31364

            List of files:
            /freebsd/stand/libsa/write.c</description>
        <pubDate>Sat, 31 Jul 2021 10:09:48 +0200</pubDate>
        <dc:creator>Toomas Soome &lt;tsoome@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f03b08320424d16272f51a741a519b5aa79d9782 - libsa: cstyle cleanup for open/close/read/write sources</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/libsa/write.c#f03b08320424d16272f51a741a519b5aa79d9782</link>
        <description>libsa: cstyle cleanup for open/close/read/write sources

            List of files:
            /freebsd/stand/libsa/write.c</description>
        <pubDate>Thu, 14 Jun 2018 10:58:10 +0200</pubDate>
        <dc:creator>Toomas Soome &lt;tsoome@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e7e6fbce568e53b422f3b82d8e56cfe7ecc5a7b - libsa: Const-ify buffer argument of write(2) analog</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/libsa/write.c#2e7e6fbce568e53b422f3b82d8e56cfe7ecc5a7b</link>
        <description>libsa: Const-ify buffer argument of write(2) analogReported by:	kevansReviewed by:	delphij, eadler, imp, kevansSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D14482

            List of files:
            /freebsd/stand/libsa/write.c</description>
        <pubDate>Fri, 23 Feb 2018 21:18:09 +0100</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55b1c6e7e4a6909004e13c6d2f328f911a8e7b83 - Merge ^/head r325663 through r325841.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/libsa/write.c#55b1c6e7e4a6909004e13c6d2f328f911a8e7b83</link>
        <description>Merge ^/head r325663 through r325841.

            List of files:
            /freebsd/stand/libsa/write.c</description>
        <pubDate>Wed, 15 Nov 2017 12:28:11 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca987d4641cdcd7f27e153db17c5bf064934faf5 - Move sys/boot to stand. Fix all references to new location</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/libsa/write.c#ca987d4641cdcd7f27e153db17c5bf064934faf5</link>
        <description>Move sys/boot to stand. Fix all references to new locationSponsored by:	Netflix

            List of files:
            /freebsd/stand/libsa/write.c</description>
        <pubDate>Wed, 15 Nov 2017 00:02:19 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
