<?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>7be913e00d79b3bf740049797fbc3f6ab8193995 - libutil++: Add freebsd::pidfile wrapper class around struct pidfh</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libutil++/tests/Makefile#7be913e00d79b3bf740049797fbc3f6ab8193995</link>
        <description>libutil++: Add freebsd::pidfile wrapper class around struct pidfhThis class wraps the pidfile_* API from libutil.  The destructor callspidfile_remove() when an object is destroyed.  This class is similarto std::unique_ptr&lt;&gt; in that it retains exclusive ownership of thepidfh object.In addition to release and reset methods, write, close, and filenomethods are provided as wrappers for pidfile_*.Sponsored by:	Chelsio CommunicationsPull Request:	https://github.com/freebsd/freebsd-src/pull/1794

            List of files:
            /freebsd/lib/libutil++/tests/Makefile</description>
        <pubDate>Mon, 04 Aug 2025 21:38:07 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3127a2dc25ac63cae8e33e6f3dbd3580644fe52 - libutil++: New library containing C++ utility classes for use in base</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libutil++/tests/Makefile#b3127a2dc25ac63cae8e33e6f3dbd3580644fe52</link>
        <description>libutil++: New library containing C++ utility classes for use in base- freebsd::FILE_up is a wrapper class for std::unique_ptr&lt;&gt; for FILE  objects which uses a custom deleter that calls fclose().- freebsd::malloc_up&lt;T&gt; is a wrapper class for std::unique_ptr&lt;&gt; which  uses a custom deleter that calls free().  It is useful for pointers  allocated by malloc() such as strdup().- The freebsd::stringf() functions return a std::string constructed  using a printf format string.  The current implementation of freebsd::stringf() uses fwopen() where  the write function appends to a std::string.Sponsored by:	Chelsio CommunicationsPull Request:	https://github.com/freebsd/freebsd-src/pull/1794

            List of files:
            /freebsd/lib/libutil++/tests/Makefile</description>
        <pubDate>Mon, 04 Aug 2025 21:38:06 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
