<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/find, branch upstream/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-01-05T17:23:51Z</updated>
<entry>
<title>pkgbase: Put more binaries/lib in runtime</title>
<updated>2022-01-05T17:23:51Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-12-14T14:31:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b2d245a0b010b8ca254297e00a5a30a632bac9fe'/>
<id>urn:sha1:b2d245a0b010b8ca254297e00a5a30a632bac9fe</id>
<content type='text'>
Move some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime.
This is everything needed to boot to multiuser with FreeBSD-rc installed.

MFC after:	2 weeks
Sponsored by:	Beckhoff Automation GmbH &amp; Co. KG
Differential Revision:	https://reviews.freebsd.org/D33435

(cherry picked from commit 93c43690960274dd3bb67b1ee0f1dd3ca4d13def)
</content>
</entry>
<entry>
<title>find(1): Update date format reference and remove cvs(1) references</title>
<updated>2021-11-11T00:34:15Z</updated>
<author>
<name>Felix Johnson</name>
<email>felix.the.red@gmail.com</email>
</author>
<published>2021-11-08T06:14:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c702a2897efcfef31f2fdfee0e36c7a9a63373ec'/>
<id>urn:sha1:c702a2897efcfef31f2fdfee0e36c7a9a63373ec</id>
<content type='text'>
cvs(1) is not installed by default. Change the date format reference to
note that find(1) understands ISO8601 and RFC822 date formats. Also
remove references to cvs(1).

PR:		254894
Reported by:	danielsh@apache.org

(cherry picked from commit 52dbe1a0f419b8d45b4beed56b90ff48bc12e14c)
</content>
</entry>
<entry>
<title>find(1): Document the -f option</title>
<updated>2021-05-16T08:36:53Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2021-05-13T08:10:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f5f4078b371b919f1a0d6096d91a7c103a23b7d'/>
<id>urn:sha1:3f5f4078b371b919f1a0d6096d91a7c103a23b7d</id>
<content type='text'>
PR:	223127
Reported by:	Mathieu Arnold &lt;mat at FreeBSD dot org&gt;
Reviewed by:	bcr, gbe
Differential Revision:	https://reviews.freebsd.org/D30215

(cherry picked from commit 82483ea7adfe4213059f6dacf31f3bd1327b2cc0)
</content>
</entry>
<entry>
<title>find(1): Refine the HISTORY within the manual page.</title>
<updated>2021-03-20T10:20:57Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2021-03-13T18:28:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0f51ceaad1bad4f108a4bebe56bea034b7bdbe6b'/>
<id>urn:sha1:0f51ceaad1bad4f108a4bebe56bea034b7bdbe6b</id>
<content type='text'>
A simple find command appeared in Version 1 AT&amp;T UNIX and was removed in
Version 3 AT&amp;T UNIX. It was rewritten for Version 5 AT&amp;T UNIX and later
be enhanced for the Programmer's Workbench (PWB). These changes were
later incorporated in AT&amp;T UNIX v7.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D29114

(cherry picked from commit a9275d996c229a30879baa42a6d02d24663ac43b)
</content>
</entry>
<entry>
<title>find(1): Mark -not as an extensions to POSIX</title>
<updated>2021-03-20T10:20:28Z</updated>
<author>
<name>Daniel Ebdrup Jensen</name>
<email>debdrup@FreeBSD.org</email>
</author>
<published>2021-02-23T15:23:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=001d849a4871e3792a69ad3dfb24061018712bac'/>
<id>urn:sha1:001d849a4871e3792a69ad3dfb24061018712bac</id>
<content type='text'>
While here, change mdoc macro from Ic to Fl.

PR:		253499
Reported by:	Michael Siegel &lt;bugcounterism at malbolge.net&gt;

(cherry picked from commit 75e6f664c469927ca73ecd7b16a8058bc292a451)
</content>
</entry>
<entry>
<title>Use the Ic macro for find(1) primaries consistently</title>
<updated>2020-04-18T13:29:54Z</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2020-04-18T13:29:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93e0e298b9f430c0ac21e9a5947a440b0276d9d9'/>
<id>urn:sha1:93e0e298b9f430c0ac21e9a5947a440b0276d9d9</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>Fix whiteout support in find(1)</title>
<updated>2019-01-28T02:00:39Z</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2019-01-28T02:00:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f2ef15fec455a662cfda392260d6b2bb08a82066'/>
<id>urn:sha1:f2ef15fec455a662cfda392260d6b2bb08a82066</id>
<content type='text'>
find(1) ignores -type w passed to it. With this patch find(1) properly
identifies and prints whiteouts.

PR:		126384, 156703
Submitted by:	oleg@mamontov.net
MFC after:	1 week
</content>
</entry>
<entry>
<title>find(1): remove empty else condition</title>
<updated>2018-07-25T03:42:07Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-07-25T03:42:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2da6fd55d9e4d2538d337948e04bd3843bbbd0f7'/>
<id>urn:sha1:2da6fd55d9e4d2538d337948e04bd3843bbbd0f7</id>
<content type='text'>
reported by:	brooks
</content>
</entry>
<entry>
<title>find(1): use correct type for readlink</title>
<updated>2018-07-01T20:09:56Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-07-01T20:09:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fe7e0020a8e7fcb02fe33857ae0572c01f8b96b'/>
<id>urn:sha1:9fe7e0020a8e7fcb02fe33857ae0572c01f8b96b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>find(1): deLINTify</title>
<updated>2018-07-01T20:09:52Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-07-01T20:09:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b422540a99094d2a7aa4a4c0b164af28dc50c5aa'/>
<id>urn:sha1:b422540a99094d2a7aa4a4c0b164af28dc50c5aa</id>
<content type='text'>
</content>
</entry>
</feed>
