<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/extattr/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/extattr/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/extattr/Makefile#d511b20a</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd-14.2/usr.sbin/extattr/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/extattr/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-14.2/usr.sbin/extattr/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c29930cf - Allow setextattr(8) to take attribute values from stdin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/extattr/Makefile#c29930cf</link>
        <description>Allow setextattr(8) to take attribute values from stdinAdd the -i option to setextattr. This option allow extended attribute datato be provided via stdin. Add a -qq option to getextattr, which omits thetrailing newline. Together these options can be used to work with extendedattributes whose values are large and/or binary.usr.sbin/extattr/Makefile:	Link against libsbuf which is used for processing stdin data.usr.sbin/extattr/rmextattr.8:	Document setextattr&apos;s -i option, getextattr&apos;s -qq option, and remove	the BUG about setextattr only being useful for strings.usr.sbin/extattr/rmextattr.c:	For setextattr operations, buffer attribute data in an sbuf. If -i	is specified, pull the data from stdin, otherwise from the	appropriate argurment.	Update usage text and argument validation code for setextattr&apos;s -i	option.usr.sbin/extattr/tests/extattr_test.sh	Add tests for -q and -i.Reviewed by:	wblock (manpage)MFC after:	4 weeksSponsored by:	Spectra Logic CorpDifferential Revision:	https://reviews.freebsd.org/D6090

            List of files:
            /freebsd-14.2/usr.sbin/extattr/Makefile</description>
        <pubDate>Wed, 04 May 2016 20:20:55 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>83e2bfb6 - Add ATF tests for usr.sbin/extattr</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/extattr/Makefile#83e2bfb6</link>
        <description>Add ATF tests for usr.sbin/extattrAdd ATF tests for the existing behavior of setextattr, rmextattr, lsextattr,and getextattr.Reviewed by:	ngieMFC after:	4 weeksSponsored by:	Spectra Logic CorpDifferential Revision:	https://reviews.freebsd.org/D5889

            List of files:
            /freebsd-14.2/usr.sbin/extattr/Makefile</description>
        <pubDate>Fri, 22 Apr 2016 17:02:47 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/extattr/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/extattr/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a068c194 - Add the new userland tool for manipulating extended attributes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/extattr/Makefile#a068c194</link>
        <description>Add the new userland tool for manipulating extended attributes.This will replace the existing getextattr(8) and setextattr(8) witha single binary responding to the names getextattr, setextattr,rmextattr and lsextattr.This program is not yet connected to the build.Sponsored by: DARPA and NAI Labs.

            List of files:
            /freebsd-14.2/usr.sbin/extattr/Makefile</description>
        <pubDate>Fri, 30 Aug 2002 08:53:03 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
