<?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 shlib_version</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>aae35f25bad40c8982d771152adeeecf5b0f2bde - Bump libutil for new pidfile functions.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#aae35f25bad40c8982d771152adeeecf5b0f2bde</link>
        <description>Bump libutil for new pidfile functions.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Mon, 11 Apr 2016 08:44:40 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80a7733395a9574eadce83abb11e5439bfce1c9a - Add kinfo_getvmmap from FreeBSD</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#80a7733395a9574eadce83abb11e5439bfce1c9a</link>
        <description>Add kinfo_getvmmap from FreeBSD

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Thu, 24 Sep 2015 14:39:20 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>382f8944d90170be9d44d52e00d3611f80bf4ae4 - Bump shlib minor for new function: ereallocarr(3)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#382f8944d90170be9d44d52e00d3611f80bf4ae4</link>
        <description>Bump shlib minor for new function: ereallocarr(3)Noted by &lt;mrg&gt;

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Sun, 26 Jul 2015 15:15:31 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e9ca58635be9a885237363ae3553a43e20539be - - add getdiskrawname.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#1e9ca58635be9a885237363ae3553a43e20539be</link>
        <description>- add getdiskrawname.- exit on error for lint.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Sat, 07 Apr 2012 16:44:39 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29484ab26f0d01c7ac49f947c1ea516565b56030 - add getfsspecname</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#29484ab26f0d01c7ac49f947c1ea516565b56030</link>
        <description>add getfsspecname

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Sat, 07 Apr 2012 04:04:21 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a47e2eb75818146a02ebb0a41df61c325b8d3935 - Add getlabelusesmbr(), as proposed in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#a47e2eb75818146a02ebb0a41df61c325b8d3935</link>
        <description>Add getlabelusesmbr(), as proposed inhttp://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.htmlThis is used by disk tools such as disklabel(8) to dynamically decide isthe undelyling platform uses a disklabel-in-mbr-partition or not(instead of using a compile-time list of ports).getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from themachdep #define LABELUSESMBR.For evbmips, make LABELUSESMBR 1 if the platform uses pmonas bootloader, and 0 (the previous value) otherwise.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Tue, 30 Aug 2011 12:39:49 +0000</pubDate>
        <dc:creator>bouyer &lt;bouyer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7295d23ac59d683a1f81511c754d3f6b054bf4a - add strpct, requested by joerg</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#e7295d23ac59d683a1f81511c754d3f6b054bf4a</link>
        <description>add strpct, requested by joerg

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Sun, 28 Aug 2011 07:45:13 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28469fc2509a9dd897140e824ae077b3f9d6d523 - Implement snprintb_m(3) to provide multi-line bit/bit-field decode.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#28469fc2509a9dd897140e824ae077b3f9d6d523</link>
        <description>Implement snprintb_m(3) to provide multi-line bit/bit-field decode.Discussed on tech-kern.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Wed, 13 May 2009 02:50:31 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50728e7823a76d5bd1a7bfa3a4eac400269b1339 - merge christos-time_t</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#50728e7823a76d5bd1a7bfa3a4eac400269b1339</link>
        <description>merge christos-time_t

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Sun, 11 Jan 2009 02:57:17 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9aa053c09383ef734229eb20b931d7848429adc - Add raise_default_signal(3) -- raise the default signal handler.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#e9aa053c09383ef734229eb20b931d7848429adc</link>
        <description>Add raise_default_signal(3) -- raise the default signal handler.Can be used by applications that have their own SIGINT (et al)handlers and want to exit in a manner that correctlysignals to the parent that the process was terminated by a signal.See http://www.cons.org/cracauer/sigint.html for more info.Discussed on tech-userlevel@.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Tue, 25 Sep 2007 01:13:54 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>060d8639e3d19a746f168b1b6ad222d3430cd5ac - add estrndup()</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#060d8639e3d19a746f168b1b6ad222d3430cd5ac</link>
        <description>add estrndup()

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Sun, 01 Jul 2007 21:41:16 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e2e282f9c9eae4254d782872d0101417881292f - Add support for per-user /tmp.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#5e2e282f9c9eae4254d782872d0101417881292f</link>
        <description>Add support for per-user /tmp.Enabled via per_user_tmp in /etc/rc.conf (default off).See security(8) and rc.conf(5) for more details.Lots of input from thorpej@ &amp; christos@, thanks!

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Sun, 04 Feb 2007 08:19:26 +0000</pubDate>
        <dc:creator>elad &lt;elad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a97c3f688a8d9f9ffec106024c1e2dbda2c8f38 - Complete the move of string_to_flags() and flags_to_string() from the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#0a97c3f688a8d9f9ffec106024c1e2dbda2c8f38</link>
        <description>Complete the move of string_to_flags() and flags_to_string() from thebin/ls sources to libutil: o Bump libutil minor version number o Fix uses to include &lt;util.h&gt; to pick up the function definitions o Fix most uses of flags_to_string() to release the now-malloc()ed result

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Thu, 14 Dec 2006 20:09:35 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba26b607a4cd6095dd86b620d8973caf29094c47 - add getdate.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#ba26b607a4cd6095dd86b620d8973caf29094c47</link>
        <description>add getdate.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Fri, 17 Nov 2006 22:10:23 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e72710e56145a28d0a6cde78f475eeef5106c0f4 - Add efun(3)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#e72710e56145a28d0a6cde78f475eeef5106c0f4</link>
        <description>Add efun(3)

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Sat, 26 Aug 2006 18:11:12 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>378a5a27de2f7076ce1fe02a39940e3aab420daf - Some stuff that&apos;s been sitting in my tree for too long...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#378a5a27de2f7076ce1fe02a39940e3aab420daf</link>
        <description>Some stuff that&apos;s been sitting in my tree for too long...Improve the pw_policy(3) API by splitting it to two functions, one to loadthe policy from /etc/passwd.conf and another to test passwords against thepolicy.Some bug fixes, more consistent code, and man-page updates.Minor for libutil bumped.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Sat, 18 Feb 2006 10:52:48 +0000</pubDate>
        <dc:creator>elad &lt;elad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>349633b5fa37dfd989b3c7a802a1eecc71d4f992 - make setuserenv and setuserpath take an environment setting function and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#349633b5fa37dfd989b3c7a802a1eecc71d4f992</link>
        <description>make setuserenv and setuserpath take an environment setting function andan environment pointer and expose them.bump version.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Tue, 20 Dec 2005 21:32:20 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d6270e665444eb2cf1250ec513750d381359774 - Introduce pw_policy(3), an easily extendable way of defining password</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#8d6270e665444eb2cf1250ec513750d381359774</link>
        <description>Introduce pw_policy(3), an easily extendable way of defining passwordpolicies and enforcing them in programs.Man-page written with much help and tips from David Maxwell, HubertFeyrer, and Thomas Klausner.This bumps libutil minor to 7.XXX: Need default policy to go in /etc/passwd.conf, and integration     into local/yp/PAM password changing code.PR/10206.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Wed, 14 Sep 2005 11:36:52 +0000</pubDate>
        <dc:creator>elad &lt;elad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c3e77eff35e6efb8ed287812d8e701bfcc87131 - add pw_getpwconf(), bump.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#4c3e77eff35e6efb8ed287812d8e701bfcc87131</link>
        <description>add pw_getpwconf(), bump.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Wed, 12 Jan 2005 03:34:33 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb6484700a73a8dacd698c895aefc95c41063645 - Add sockaddr_snprintf; XXX: Needs a man page.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libutil/shlib_version#eb6484700a73a8dacd698c895aefc95c41063645</link>
        <description>Add sockaddr_snprintf; XXX: Needs a man page.

            List of files:
            /netbsd-src/lib/libutil/shlib_version</description>
        <pubDate>Fri, 19 Nov 2004 21:37:19 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
