<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>906afcb89d0412cc073b95c2d701a804a8cdb62c - 13405 ksh93 update to 2012-08-01</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#906afcb89d0412cc073b95c2d701a804a8cdb62c</link>
        <description>13405 ksh93 update to 2012-08-0113434 sh: mishandles backslash as last character of a block of input11750 ksh mkdir builtin doesn&apos;t honor special file permissions9199 ksh93 builtin *grep -v mishandles blank lines, blows up libgcrypt-config6756 sh (and ksh) have issues with ${1+&quot;$@&quot;}6520 ksh: sleep could wait forever4860 ksh93: core in printf3791 /bin/sh&apos;s builtin &apos;rm&apos; busted: &apos;rm -f&apos; without arguments returns error1047 ksh overwrites child core files880 ksh93 coredumps on &apos;unset&apos;499 &quot;interrupted system call&quot; when using &quot;tee&quot; builtin in kshReviewed by: Robert Mustacchi &lt;rm@fingolfin.org&gt;Reviewed by: Hans Rosenfeld &lt;rosenfeld@grumpf.hope-2000.org&gt;Reviewed by: Dominik Hassler &lt;hadfl@omnios.org&gt;Approved by: Rich Lowe &lt;richlowe@richlowe.net&gt;

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Sun, 27 Dec 2020 18:47:37 +0100</pubDate>
        <dc:creator>Andy Fiddaman &lt;omnios@citrus-it.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>300a52ceca238cc3a51d3dc89eedec5056a62843 - Stop to deliver ssh packages</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#300a52ceca238cc3a51d3dc89eedec5056a62843</link>
        <description>Stop to deliver ssh packages

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Thu, 05 Jan 2023 14:28:39 +0100</pubDate>
        <dc:creator>Marcel Telka &lt;telka@strato.de&gt;</dc:creator>
    </item>
<item>
        <title>a1bf3f785ae05c419b339c3a2061f2b18c024f61 - 6185 want ficl scripting engine in illumos (loader project)</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#a1bf3f785ae05c419b339c3a2061f2b18c024f61</link>
        <description>6185 want ficl scripting engine in illumos (loader project)Reviewed by: Richard Lowe &lt;richlowe@richlowe.net&gt;Reviewed by: Andrew Stormont &lt;andyjstormont@gmail.com&gt;Approved by: Robert Mustacchi &lt;rm@joyent.com&gt;

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Sun, 30 Aug 2015 14:37:04 +0200</pubDate>
        <dc:creator>Toomas Soome &lt;tsoome@me.com&gt;</dc:creator>
    </item>
<item>
        <title>36113564d2446e0d95c08bb60998ae66a7bc6168 - 7293 Sun Secure Shell is neither</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#36113564d2446e0d95c08bb60998ae66a7bc6168</link>
        <description>7293 Sun Secure Shell is neitherReviewed by: Albert Lee &lt;trisk@omniti.com&gt;Reviewed by: Alex Wilson &lt;alex.wilson@joyent.com&gt;Reviewed by: Alexander Pyhalov &lt;alp@rsu.ru&gt;Reviewed by: Dan McDonald &lt;danmcd@omniti.com&gt;Reviewed by: Garrett D&apos;Amore &lt;garrett@damore.org&gt;Reviewed by: Peter Tribble &lt;peter.tribble@gmail.com&gt;

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Tue, 09 Aug 2016 19:52:53 +0200</pubDate>
        <dc:creator>Richard Lowe &lt;richlowe@richlowe.net&gt;</dc:creator>
    </item>
<item>
        <title>21b926adb26b0bf23fe75045ed308af582303bd0 - arcflush</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#21b926adb26b0bf23fe75045ed308af582303bd0</link>
        <description>arcflushKernel module + accompanying commandline tool to flush arc cache and dnlcfor a specific dataset.refs #4733

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Fri, 28 Jan 2022 08:46:49 +0100</pubDate>
        <dc:creator>Arne Jansen &lt;jansen@webgods.de&gt;</dc:creator>
    </item>
<item>
        <title>7fd791373689a6af05e27efec3b1ab556e02aa23 - 6885 CTF Everywhere Part 1</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#7fd791373689a6af05e27efec3b1ab556e02aa23</link>
        <description>6885 CTF Everywhere Part 16886 Want ctfdiff6887 ctfdump should be written in terms of libctf6888 ctfmerge should be implemented in terms of libctf6889 ctfconvert should be implemented in terms of libctf6890 Want general workq6891 Want general mergeq6892 ctf_add_encoded assigns() incorrect byte size to types6893 ctf_add_{struct,union,enum} can reuse forwards6894 ctf_add_{struct,union,enum} occasionally forget to dirty the ctf_file_t6895 ctf_add_member could better handle bitfields6896 ctf_type_size() reports wrong size for forwards6897 Want libctf ctf_kind_name() function6898 Want libctf function to set struct/union sizePortions contributed by: John Levon &lt;john.levon@joyent.com&gt;Portions contributed by: Richard Lowe &lt;richlowe@richlowe.net&gt;Reviewed by: John Levon &lt;john.levon@joyent.com&gt;Reviewed by: Andy Fiddaman &lt;andy@omniosce.org&gt;Reviewed by: Gerg&#337; Doma &lt;domag02@gmail.com&gt;Approved by: Dan McDonald &lt;danmcd@joyent.com&gt;refs #4640

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Thu, 17 Jan 2019 18:50:46 +0100</pubDate>
        <dc:creator>Robert Mustacchi &lt;rm@joyent.com&gt;</dc:creator>
    </item>
<item>
        <title>ca7049e284ddf373d476785daa4aafcfa225823a - Remove ipagent</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#ca7049e284ddf373d476785daa4aafcfa225823a</link>
        <description>Remove ipagentrefs #4640

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Mon, 21 Mar 2022 15:19:22 +0100</pubDate>
        <dc:creator>Marcel Telka &lt;telka@strato.de&gt;</dc:creator>
    </item>
<item>
        <title>e0ef09be54bccd3897124ab3c93420895aa6984f - 4678 lms and heci can probably be EOF&apos;d</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#e0ef09be54bccd3897124ab3c93420895aa6984f</link>
        <description>4678 lms and heci can probably be EOF&apos;dReviewed by: Toomas Soome &lt;tsoome@me.com&gt;Reviewed by: Peter Tribble &lt;peter.tribble@gmail.com&gt;Approved by: Richard Lowe &lt;richlowe@richlowe.net&gt;(cherry picked from commit c02576f33c03a1634a548677af9e4816d750a506)

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Wed, 29 Mar 2017 09:15:09 +0200</pubDate>
        <dc:creator>Yuri Pankov &lt;yuri.pankov@nexenta.com&gt;</dc:creator>
    </item>
<item>
        <title>e373b6e444a487df89a5dc6a4a4030b5b2aa87f9 - 6396 remove SVM</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#e373b6e444a487df89a5dc6a4a4030b5b2aa87f9</link>
        <description>6396 remove SVMReviewed by: Igor Kozhukhov &lt;ikozhukhov@gmail.com&gt;Reviewed by: Toomas Soome &lt;tsoome@me.com&gt;Approved by: Hans Rosenfeld &lt;rosenfeld@grumpf.hope-2000.org&gt;(cherry picked from commit c37101b50a8f5f4ea75b383caa7af3235252b071)

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Fri, 07 Oct 2016 18:54:32 +0200</pubDate>
        <dc:creator>Yuri Pankov &lt;yuri.pankov@nexenta.com&gt;</dc:creator>
    </item>
<item>
        <title>4e46804c9270efe6670c8fce7ca36af7f9ad130f - 7674 move growfs out of the SVM suite</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#4e46804c9270efe6670c8fce7ca36af7f9ad130f</link>
        <description>7674 move growfs out of the SVM suiteReviewed by: Toomas Soome &lt;tsoome@me.com&gt;Reviewed by: Igor Kozhukhov &lt;igor@dilos.org&gt;Approved by: Richard Lowe &lt;richlowe@richlowe.net&gt;(cherry picked from commit 08f562ec5e20ccb4645340f0704c65f00ae6ecf7)

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Sat, 17 Dec 2016 16:57:32 +0100</pubDate>
        <dc:creator>Yuri Pankov &lt;yuri.pankov@nexenta.com&gt;</dc:creator>
    </item>
<item>
        <title>59596c01ca1b980a016d25670874f53e64c27ec0 - 8699 Want NIC transceiver visibility</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#59596c01ca1b980a016d25670874f53e64c27ec0</link>
        <description>8699 Want NIC transceiver visibility8700 ixgbe MAC_CAPAB_TRANSCEIVER support8701 i40e MAC_CAPAB_TRANSCEIVER supportReviewed by: Patrick Mooney &lt;patrick.mooney@joyent.com&gt;Reviewed by: Jerry Jelinek &lt;jerry.jelinek@joyent.com&gt;Reviewed by: Ryan Zezeski &lt;ryan.zeseski@joyent.com&gt;Reviewed by: Yuri Pankov &lt;yuripv@gmx.com&gt;Reviewed by: Toomas Soome &lt;tsoome@me.com&gt;Approved by: Richard Lowe &lt;richlowe@richlowe.net&gt;(cherry picked from commit 657ed3d0befdf10d2b9899d123a7b41a10ec1c41)

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Thu, 21 Sep 2017 19:35:16 +0200</pubDate>
        <dc:creator>Robert Mustacchi &lt;rm@joyent.com&gt;</dc:creator>
    </item>
<item>
        <title>d71117a713a137aacee7010bb0777e4f38e84630 - 8038 untangle data from usr/src/cmd (hwdata only)</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#d71117a713a137aacee7010bb0777e4f38e84630</link>
        <description>8038 untangle data from usr/src/cmd (hwdata only)(cherry picked from commit 9f390783e179fe384a3fc7c8b8bb6a9b7c29eb50)

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Wed, 29 Mar 2017 16:42:07 +0200</pubDate>
        <dc:creator>Yuri Pankov &lt;yuri.pankov@nexenta.com&gt;</dc:creator>
    </item>
<item>
        <title>ecee5a1fb22b5ba5e3b9bf76dde2c12d7c15632a - 6235 want NVMe management utility</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#ecee5a1fb22b5ba5e3b9bf76dde2c12d7c15632a</link>
        <description>6235 want NVMe management utilityReviewed by: Josef &apos;Jeff&apos; Sipek &lt;josef.sipek@nexenta.com&gt;Reviewed by: Rick McNeal &lt;rick.mcneal@nexenta.com&gt;Reviewed by: Gordon Ross &lt;gordon.ross@nexenta.com&gt;Reviewed by: Dan Fields &lt;dan.fields@nexenta.com&gt;Reviewed by: Sanjay Nadkarni &lt;sanjay.nadkarni@nexenta.com&gt;Reviewed by: Robert Mustacchi &lt;rm@joyent.com&gt;Approved by: Rich Lowe &lt;richlowe@richlowe.net&gt;refs #3582(cherry picked from commit a69427bbac5cf9c05e74ba8e353ccdb34e353b60)

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Thu, 19 Nov 2015 16:20:55 +0100</pubDate>
        <dc:creator>Hans Rosenfeld &lt;hans.rosenfeld@nexenta.com&gt;</dc:creator>
    </item>
<item>
        <title>385cc6b4ad1792caef3f84eb61eed3f27085801f - 4498 update to ACPI version 6.x</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#385cc6b4ad1792caef3f84eb61eed3f27085801f</link>
        <description>4498 update to ACPI version 6.x7428 Deliver the ACPI debugging tools7429 workaround USB always identified as xHCI after latest ACPI updateReviewed by: Patrick Mooney &lt;patrick.mooney@joyent.com&gt;Reviewed by: Robert Mustacchi &lt;rm@joyent.com&gt;Reviewed by: Toomas Soome &lt;tsoome@me.com&gt;Reviewed by: Yuri Pankov &lt;yuri.pankov@nexenta.com&gt;Reviewed by: Gordon Ross &lt;gwr@nexenta.com&gt;Approved by: Richard Lowe &lt;richlowe@richlowe.net&gt;refs #3532(cherry picked from commit de5d74c22760a6d2cefd94d0e7f0fd87214fb71f)

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Tue, 27 Sep 2016 19:01:55 +0200</pubDate>
        <dc:creator>Jerry Jelinek &lt;jerry.jelinek@joyent.com&gt;</dc:creator>
    </item>
<item>
        <title>ce0d9371c4da921f289a8bc7fd846d3bf1b8cca7 - arcwatch implementation</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#ce0d9371c4da921f289a8bc7fd846d3bf1b8cca7</link>
        <description>arcwatch implementationInitial implementation. Adds a new zfs-ioctl ARC_INFO to dump all headerscurrently in arc.Adds a utility &apos;arcwatch&apos; to dump the arc and to trace a command to seewhich buffers it needs.(cherry picked from commit a8c92b49f4e8de856d9e4775e15e4fa90a687664)

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Mon, 28 Sep 2015 15:21:13 +0200</pubDate>
        <dc:creator>Arne Jansen &lt;jansen@webgods.de&gt;</dc:creator>
    </item>
<item>
        <title>2bb8e5e2ef829a38e0408e7207b4aa15f5eb947b - zev module and userland tools, package manifest, etc.</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#2bb8e5e2ef829a38e0408e7207b4aa15f5eb947b</link>
        <description>zev module and userland tools, package manifest, etc.(cherry picked from commit 8f7d1b1a6933dce153300cb8951790b4020c1a09)(cherry picked from commit a18c35b94749e91cc1cdfcded19539748009e375)

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Tue, 16 Jul 2013 13:43:29 +0200</pubDate>
        <dc:creator>Andreas Jaekel &lt;jaekel@strato-rz.de&gt;</dc:creator>
    </item>
<item>
        <title>71d45228ba245d505c3beae1d756e775616f6d5a - 4769 Want implementation of uuid command</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#71d45228ba245d505c3beae1d756e775616f6d5a</link>
        <description>4769 Want implementation of uuid commandReviewed by: Andy Stormont &lt;astormont@racktopsystems.com&gt;Reviewed by: Gordon Ross &lt;gordon.ross@nexenta.com&gt;Reviewed by: Josef &apos;Jeff&apos; Sipek &lt;josef.sipek@nexenta.com&gt;Approved by: Richard Lowe &lt;richlowe@richlowe.net&gt;

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Sat, 19 Sep 2015 11:58:22 +0200</pubDate>
        <dc:creator>Alexander Eremin &lt;a.eremin@nexenta.com&gt;</dc:creator>
    </item>
<item>
        <title>10d63b7db37a83b39c7f511cf9426c9d03ea0760 - 5942 integrate dmake</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#10d63b7db37a83b39c7f511cf9426c9d03ea0760</link>
        <description>5942 integrate dmakeReviewed by: Robert Mustacchi &lt;rm@joyent.com&gt;Reviewed by: Toomas Soome &lt;tsoome@me.com&gt;Reviewed by: Gordon Ross &lt;gwr@nexenta.com&gt;Reviewed by: Igor Kozhukhov &lt;ikozhukhov@gmail.com&gt;Reviewed by: Yuri Pankov &lt;yuri.pankov@nexenta.com&gt;Approved by: Dan McDonald &lt;danmcd@omniti.com&gt;

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Mon, 13 Jul 2015 19:00:43 +0200</pubDate>
        <dc:creator>Richard Lowe &lt;richlowe@richlowe.net&gt;</dc:creator>
    </item>
<item>
        <title>4d0eb50e691de4c20b1dd9976ad6839fede8a42d - 4719 update gate build environment to [open]jdk7</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#4d0eb50e691de4c20b1dd9976ad6839fede8a42d</link>
        <description>4719 update gate build environment to [open]jdk74742 update manifests for javadoc74743 Fix deprecated /usr/j2se usage in slp and remove from filesystem(5) manpage4744 remove traces of /var/sadm/system/admin/default_javaReviewed by: Dan McDonald &lt;danmcd@omniti.com&gt;Reviewed by: Richard Lowe &lt;richlowe@richlowe.net&gt;Approved by: Gordon Ross &lt;gordon.w.ross@gmail.com&gt;

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Wed, 17 Dec 2014 20:22:16 +0100</pubDate>
        <dc:creator>Richard PALO &lt;richard@netbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>e2c88f0c2610f16de7b639746b40dea5f3e2256e - 5832 EOF wireless usb (aka UWB)</title>
        <link>http://kernelsources.org:8080/source/history/titanic_53/usr/src/cmd/Makefile#e2c88f0c2610f16de7b639746b40dea5f3e2256e</link>
        <description>5832 EOF wireless usb (aka UWB)Reviewed by: Dan McDonald &lt;danmcd@omniti.com&gt;Reviewed by: Josef &apos;Jeff&apos; Sipek &lt;jeffpc@josefsipek.net&gt;Reviewed by: &quot;Joshua M. Clulow&quot; &lt;josh@sysmgr.org&gt;Approved by: Gordon Ross &lt;gordon.w.ross@gmail.com&gt;

            List of files:
            /titanic_53/usr/src/cmd/Makefile</description>
        <pubDate>Mon, 18 Aug 2014 02:50:24 +0200</pubDate>
        <dc:creator>Garrett D&apos;Amore &lt;garrett@damore.org&gt;</dc:creator>
    </item>
</channel>
</rss>
