<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-03-09T21:22:02Z</updated>
<entry>
<title>cp: Make -P work without -R as per POSIX</title>
<updated>2022-03-09T21:22:02Z</updated>
<author>
<name>Cameron Katri</name>
<email>me@cameronkatri.com</email>
</author>
<published>2022-02-23T18:55:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44eb8cfdc69bb31f11293a8d4f6f36b608887b64'/>
<id>urn:sha1:44eb8cfdc69bb31f11293a8d4f6f36b608887b64</id>
<content type='text'>
According to POSIX, cp should allow the `-P` flag to work whether `-R`
is specified or not.  Currently, the `-P` option only works along with
`-R`.

PR:		199466

(cherry picked from commit 97e13037915c22162f199461f56951793d669f57)
</content>
</entry>
<entry>
<title>cp: fix -R with links</title>
<updated>2022-03-09T21:21:58Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2022-01-27T18:02:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8e07f2f968587e58e20755b4aa5c90a0a09aec3'/>
<id>urn:sha1:f8e07f2f968587e58e20755b4aa5c90a0a09aec3</id>
<content type='text'>
The traversal was previously not properly honoring -H/-L/-P.  Notably,
we should not have been resolving symlinks encountered during traversal
when either -H or -P are specified.

(cherry picked from commit 33ad990ce974be50abdc25427b0f365699d83a34)
</content>
</entry>
<entry>
<title>bin/df: allow -t option to be used together with -l</title>
<updated>2022-03-04T19:49:21Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-02-10T20:09:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c888fc2d97ee3e25269ca8218f80769bca930705'/>
<id>urn:sha1:c888fc2d97ee3e25269ca8218f80769bca930705</id>
<content type='text'>
The df command provides a -l option to exclude all non-local file
systems and a -t option with a (positive or negative) list of file
system types to display.

This commit adds support for a combination of -l and -t. If both are
specified, the parameter list of the -t option is applied on top of
the selection of öocal file systems (independently of the order of
the -l and -t options).

E.g., "df -t noprocfs,sysfs -l" will select all local file systems
except those of type procfs and sysfs.

(cherry picked from commit f0fd4a32c4f7ab5eb008ab08a1a13cb20d4b30d2)
</content>
</entry>
<entry>
<title>echo(1): Replace errexit() with err(3)</title>
<updated>2022-01-07T13:12:12Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2021-11-09T21:09:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c0170ab9ff21d958654468f3bd95acee2896a98'/>
<id>urn:sha1:7c0170ab9ff21d958654468f3bd95acee2896a98</id>
<content type='text'>
Differential revision:	https://reviews.freebsd.org/D32501
Submitted by:	christos@
Sponsored by:	NVIDIA Networking

(cherry picked from commit 4c537df51a16ce004b184010d306e550716f49ea)
</content>
</entry>
<entry>
<title>pkgbase: Put yellow pages programs to its own package</title>
<updated>2022-01-05T17:23:51Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-09-28T09:49:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26c7445164e46cd528f5e3ebecc09f9c5311a4c1'/>
<id>urn:sha1:26c7445164e46cd528f5e3ebecc09f9c5311a4c1</id>
<content type='text'>
YP is less and less used, split them to users have the choice to not
install them.

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

(cherry picked from commit 5abb10faa1ff471b45ac4f49ace2b79cc57d7c3c)
</content>
</entry>
<entry>
<title>src/bin/sh: Fix spelling errors</title>
<updated>2021-11-19T04:52:21Z</updated>
<author>
<name>Elyes HAOUAS</name>
<email>ehaouas@noos.fr</email>
</author>
<published>2021-11-19T04:51:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d88a3fe466de8d7f424b28df20319c3eed7c2c45'/>
<id>urn:sha1:d88a3fe466de8d7f424b28df20319c3eed7c2c45</id>
<content type='text'>
Pull Request: https://github.com/freebsd/freebsd-src/pull/544
Signed-off-by: Elyes HAOUAS &lt;ehaouas@noos.fr&gt;
(cherry picked from commit 48556dff3d028da85b864c6662534e1388a255c8)
</content>
</entry>
<entry>
<title>src/bin/mkdir: Spell occur correctly.</title>
<updated>2021-11-19T04:52:21Z</updated>
<author>
<name>Elyes HAOUAS</name>
<email>ehaouas@noos.fr</email>
</author>
<published>2021-11-19T04:51:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d57d56b8ab070b8671f9127385201c4022a21373'/>
<id>urn:sha1:d57d56b8ab070b8671f9127385201c4022a21373</id>
<content type='text'>
Pull Request: https://github.com/freebsd/freebsd-src/pull/544
Signed-off-by: Elyes HAOUAS &lt;ehaouas@noos.fr&gt;
(cherry picked from commit 28c3c137f64a7176d0ca877fb4f35ae17c7c5202)
</content>
</entry>
<entry>
<title>src/bin/pax: Fix spelling error</title>
<updated>2021-11-19T04:52:21Z</updated>
<author>
<name>Elyes HAOUAS</name>
<email>ehaouas@noos.fr</email>
</author>
<published>2021-11-19T04:51:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa99313f30f9348f2c97346e6e94b0d50380b0e7'/>
<id>urn:sha1:fa99313f30f9348f2c97346e6e94b0d50380b0e7</id>
<content type='text'>
"whats" -&gt; "what's"

Pull Request: https://github.com/freebsd/freebsd-src/pull/544
Signed-off-by: Elyes HAOUAS &lt;ehaouas@noos.fr&gt;
(cherry picked from commit 8db446034e3e53969db8b211fb8635dd911d1133)
</content>
</entry>
<entry>
<title>src/bin/ps: Fix spelling error</title>
<updated>2021-11-19T04:52:21Z</updated>
<author>
<name>Elyes HAOUAS</name>
<email>ehaouas@noos.fr</email>
</author>
<published>2021-11-19T04:51:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a5fe2c9818170ea8a853405522add3d2994984c'/>
<id>urn:sha1:2a5fe2c9818170ea8a853405522add3d2994984c</id>
<content type='text'>
Spell interruptible correctly.

Pull Request: https://github.com/freebsd/freebsd-src/pull/544
Signed-off-by: Elyes HAOUAS &lt;ehaouas@noos.fr&gt;
(cherry picked from commit 3fe686f25a0d0844dc3afd0b3b067ec46abdbc99)
</content>
</entry>
<entry>
<title>date: Capitalize seconds string in synopses</title>
<updated>2021-11-07T17:55:22Z</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2021-11-03T11:59:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=014ae00ef6edca2687d618e0bda138086a1e1230'/>
<id>urn:sha1:014ae00ef6edca2687d618e0bda138086a1e1230</id>
<content type='text'>
This makes it consistent with other date(1) implementations. Also, it
feels more consistent since hours and minutes are already represented as
HH and MM respectively.

MFC after:	3 days

(cherry picked from commit c537bf9d5903d0689321f83691341c93b5919172)
</content>
</entry>
</feed>
