<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/stat, branch release/13.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:31Z</updated>
<entry>
<title>Remove $FreeBSD$: two-line nroff pattern</title>
<updated>2023-08-23T17:43:31Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b144e70a3325e033163aa4e6e15d0446e245702d'/>
<id>urn:sha1:b144e70a3325e033163aa4e6e15d0446e245702d</id>
<content type='text'>
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/

Similar commit in main:
(cherry picked from commit fa9896e082a1)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>urn:sha1:023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-23T17:43:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d497e17ebd33fe0f58d773e35ab994d750258d6'/>
<id>urn:sha1:3d497e17ebd33fe0f58d773e35ab994d750258d6</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in main:
(cherry picked from commit 1d386b48a555)
</content>
</entry>
<entry>
<title>spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD</title>
<updated>2023-07-25T15:15:32Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-05-10T15:40:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f73b4bf27cf50bcd9224b6011197886f4c494f78'/>
<id>urn:sha1:f73b4bf27cf50bcd9224b6011197886f4c494f78</id>
<content type='text'>
The SPDX folks have obsoleted the BSD-2-Clause-NetBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with:		pfg
MFC After:		3 days
Sponsored by:		Netflix

(cherry picked from commit b61a573019428cbdc38ed03be9ecd2482011ea66)
</content>
</entry>
<entry>
<title>stat(1): Do not pass S_IFBLK to devname unconditionally</title>
<updated>2023-02-03T00:26:12Z</updated>
<author>
<name>Alexander Naumochkin</name>
<email>alexander.naumochkin@gmail.com</email>
</author>
<published>2023-01-28T13:31:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75aa61400cba6a67ff0ad392d8a5cc2d3855bd3b'/>
<id>urn:sha1:75aa61400cba6a67ff0ad392d8a5cc2d3855bd3b</id>
<content type='text'>
PR:	269190

(cherry picked from commit 050e4bca94e907c046e9ed63f90b5dd0e49fb405)
</content>
</entry>
<entry>
<title>usr.bin/stat: Fix error message formatting.</title>
<updated>2023-02-01T07:24:52Z</updated>
<author>
<name>Jamie Landeg-Jones</name>
<email>jamie@catflap.org</email>
</author>
<published>2023-01-29T22:37:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9eea81e59641df1a5a45dbe06628081bc4bb7bad'/>
<id>urn:sha1:9eea81e59641df1a5a45dbe06628081bc4bb7bad</id>
<content type='text'>
PR:		bin/261657

(cherry picked from commit 37399d5bcf67c6d68e30a34ce2df30e0964d46d9)
</content>
</entry>
<entry>
<title>tests: readlink: fix atf_test_case call [NFC]</title>
<updated>2022-03-09T21:22:05Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2022-03-04T03:48:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=35de1e66c55c2c412fc7319f1857a15dc00edb8f'/>
<id>urn:sha1:35de1e66c55c2c412fc7319f1857a15dc00edb8f</id>
<content type='text'>
This was meant to read `basic`, rather than a duplicate of `f_flag`.  It
is largely irrelevant, though, as atf_test_case mostly just makes
sure that the proper functions are defined.

(cherry picked from commit 0e73b834f32224e3652f61e598c19f572a20cca3)
</content>
</entry>
<entry>
<title>usr.bin/stat: honour locale for "-t %+"</title>
<updated>2022-03-04T19:43:01Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2021-10-30T07:00:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98d3422e5ecd96ea3ee83985a57a9399c0071663'/>
<id>urn:sha1:98d3422e5ecd96ea3ee83985a57a9399c0071663</id>
<content type='text'>
The man page states that "-t %+" prints time information in the same
format as date with no format specifier.

This was not the case, the format used was always that of date for the
POSIX locale.

The fix suggested by the reporter leads to output that matches the
documentation.

(cherry picked from commit 20f8331aca892ff812510609b3bc4e747b201197)
</content>
</entry>
<entry>
<title>Unbreak the tests after r347002.</title>
<updated>2019-05-01T19:35:45Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2019-05-01T19:35:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98ce554a3d65fbc513d20a1d78ffa6c9d67881d1'/>
<id>urn:sha1:98ce554a3d65fbc513d20a1d78ffa6c9d67881d1</id>
<content type='text'>
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Add 'Birth' to 'stat -x' output. Current Linux stat(1)</title>
<updated>2019-05-01T18:56:22Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2019-05-01T18:56:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f35f34b153b5606e3dc54277273d6dcc2c16074c'/>
<id>urn:sha1:f35f34b153b5606e3dc54277273d6dcc2c16074c</id>
<content type='text'>
also includes that.

Reviewed by:	cem
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D20130
</content>
</entry>
</feed>
