<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>cfd60b50b925dbd1f966fb2bd4ff813c47c0f606 - Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#cfd60b50b925dbd1f966fb2bd4ff813c47c0f606</link>
        <description>Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.Use hidden aliases for internal invocations of exported symbols to avoid PLT.ok deraadt@ kettenis@ jca@

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Thu, 14 Dec 2017 17:06:33 +0000</pubDate>
        <dc:creator>guenther &lt;guenther@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>faa33665ab2c5a685369c10172c1a3d7555eb253 - for some time now mandoc has not required MLINKS to function</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#faa33665ab2c5a685369c10172c1a3d7555eb253</link>
        <description>for some time now mandoc has not required MLINKS to functioncorrectly - logically complete that now by removing MLINKS from base;authors need only to ensure there is an entry in NAME for any function/util being added. MLINKS will still work, and remain for perl to easeupgrades;ok nicm (curses) bcook (ssl)ok schwarze, who provided a lot of feedback and assistanceok tb natano jung

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Wed, 30 Mar 2016 06:38:40 +0000</pubDate>
        <dc:creator>jmc &lt;jmc@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>cef0bbe1cc5517635356b7faa348b466660ec603 - - add UNIX-domain socket info to struct kinfo_file2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#cef0bbe1cc5517635356b7faa348b466660ec603</link>
        <description>- add UNIX-domain socket info to struct kinfo_file2- convert netstat from kvm_getfiles() to kvm_getfile2() using that- delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm&apos;s major)- rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file  and KERN_FILE2 to KERN_FILE.ok deraadt@, millert@ports scan sthen@

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Tue, 22 Oct 2013 16:40:25 +0000</pubDate>
        <dc:creator>guenther &lt;guenther@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444 - remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444</link>
        <description>remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.ok guenther@

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Thu, 02 Aug 2012 13:38:38 +0000</pubDate>
        <dc:creator>okan &lt;okan@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>a60854cd771b1242c05e54c0876427927f6cf4ce - Add rtable id and thread id to struct kinfo_proc (and fix process id)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#a60854cd771b1242c05e54c0876427927f6cf4ce</link>
        <description>Add rtable id and thread id to struct kinfo_proc (and fix process id)and add an &apos;rtableid&apos; keyword to ps.Add rtable id, thread id, and socket splice info to struct kinfo_file2and make fstat display socket splice information.Remove old KVM_PROC2 and kinfo_proc2 interfaces; bump libkvm majorSocket splice info and corrections from bluhm@  &quot;Lovely&quot; deraadt@

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Sat, 07 Jan 2012 05:38:12 +0000</pubDate>
        <dc:creator>guenther &lt;guenther@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b3ed33d2d70f99f07d350f98602c83b814dbcf10 - Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#b3ed33d2d70f99f07d350f98602c83b814dbcf10</link>
        <description>Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentfiles or directories when applicable.The inspiration and name of MACHINE_CPU come from NetBSD, although the way toprovide it to Makefiles is completely different.ok kettenis@

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Wed, 03 Feb 2010 20:48:58 +0000</pubDate>
        <dc:creator>miod &lt;miod@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>72596c46697f0ef984647282575f10aa7d92744a - Reimplement kvm_getproc2()&apos;s support for reading crash dumps and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#72596c46697f0ef984647282575f10aa7d92744a</link>
        <description>Reimplement kvm_getproc2()&apos;s support for reading crash dumps and/dev/mem to be direct instead of going through kvm_getprocs(), asthat function is going to get more an more broken as we move stufffrom struct proc to struct process for rthreads.  To minimize thecode copying, put the common logic of filling in a kinfo_proc2structure into a macro FILL_KPROC2() in &lt;sys/sysctl.h&gt; for use fromboth the kernel and user-space.  This also hides the KERN_PROC#define behind &quot;#if defined(_KERNEL)||defined(_LIBKVM)&quot;, as it&apos;sdeprecated.Positive feedback from millert and blambert; so committing to unblockfurther rthreads work.

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Sun, 10 Jan 2010 03:37:50 +0000</pubDate>
        <dc:creator>guenther &lt;guenther@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>30888e9a41af0ea1f291a907bc46a8ba143a5dc9 - Do not need -DLIBC_SCCS anymore</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#30888e9a41af0ea1f291a907bc46a8ba143a5dc9</link>
        <description>Do not need -DLIBC_SCCS anymore

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Wed, 28 Oct 2009 00:04:26 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>9938c24341ec0d5787eacf9556da6c95d2e963b5 - Install ntfs includes and add libkvm (fstat) support.  ntfs bits</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#9938c24341ec0d5787eacf9556da6c95d2e963b5</link>
        <description>Install ntfs includes and add libkvm (fstat) support.  ntfs bitsadapted from NetBSD fstat.  OK deraadt@

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Wed, 24 Jun 2009 13:04:24 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>de71b0ce11446e2b87245c49edb8994a5564ad3f - Split out cd9660 bits into their own .c file to avoid #define collisions</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#de71b0ce11446e2b87245c49edb8994a5564ad3f</link>
        <description>Split out cd9660 bits into their own .c file to avoid #define collisionswith ufs and add also udf support.  OK miod@

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Sat, 20 Jun 2009 19:50:05 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>9dc8fca88d1e3212d5f4cf170dff5a171d5e518f - Add kvm_getfile2 which uses KERN_FILE2 when possible, falling</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#9dc8fca88d1e3212d5f4cf170dff5a171d5e518f</link>
        <description>Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingback on kmem grovelling for non-live kernels.  OK deraadt@

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Sun, 07 Jun 2009 03:09:34 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7 - use WANTLINT= (on all architectures)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7</link>
        <description>use WANTLINT= (on all architectures)

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Thu, 24 Nov 2005 20:49:14 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>2aea3923f1ab03862bf8d755434bd4026f194dfc - Add MLINKs for kvm_getproc2() and friends.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#2aea3923f1ab03862bf8d755434bd4026f194dfc</link>
        <description>Add MLINKs for kvm_getproc2() and friends.

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Thu, 08 Jan 2004 04:59:10 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f7b71a65bf1acc3731b54d2d34333931de93c3d0 - UVM is no longer an option</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#f7b71a65bf1acc3731b54d2d34333931de93c3d0</link>
        <description>UVM is no longer an option

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Wed, 27 Jun 2001 06:16:44 +0000</pubDate>
        <dc:creator>art &lt;art@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>ff60459d9bfed195e9c4fbb2877bc092b688d16a - Boring...  Add :L modifier to all tweakable variables tests.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#ff60459d9bfed195e9c4fbb2877bc092b688d16a</link>
        <description>Boring...  Add :L modifier to all tweakable variables tests.Closes PR 1246

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Sun, 03 Sep 2000 18:41:11 +0000</pubDate>
        <dc:creator>espie &lt;espie@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>8d7da0eea79451c15876f00221d105e19f87d06e - do it right this time</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#8d7da0eea79451c15876f00221d105e19f87d06e</link>
        <description>do it right this time

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Tue, 22 Jun 1999 14:40:50 +0000</pubDate>
        <dc:creator>art &lt;art@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>3c8d412561335af1544c836d3433f6438a4bc1e5 - UVM support + some cleanup</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#3c8d412561335af1544c836d3433f6438a4bc1e5</link>
        <description>UVM support + some cleanup

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Tue, 22 Jun 1999 12:54:45 +0000</pubDate>
        <dc:creator>art &lt;art@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>15f0ebb07559326692b6c475dd1bc53c9862ac8e - sync with 0430</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#15f0ebb07559326692b6c475dd1bc53c9862ac8e</link>
        <description>sync with 0430

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Sun, 05 May 1996 14:56:34 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>df930be708d50e9715f173caa26ffe1b7599b157 - initial import of NetBSD tree</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libkvm/Makefile#df930be708d50e9715f173caa26ffe1b7599b157</link>
        <description>initial import of NetBSD tree

            List of files:
            /openbsd-src/lib/libkvm/Makefile</description>
        <pubDate>Wed, 18 Oct 1995 08:37:01 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
