<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/date, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-09-02T17:46:56Z</updated>
<entry>
<title>MFC r364790: date.1: note possibly surprising behaviour of -j -f</title>
<updated>2020-09-02T17:46:56Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-09-02T17:46:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6bc23dcb8bdd228a2c2dffd9f9940a7f50a96f87'/>
<id>urn:sha1:6bc23dcb8bdd228a2c2dffd9f9940a7f50a96f87</id>
<content type='text'>
PR:		248918
</content>
</entry>
<entry>
<title>date(1): Add ISO 8601 formatting option</title>
<updated>2018-08-04T21:54:30Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2018-08-04T21:54:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c77ec54190294415c52a8da0c0d9c5a957c03a3'/>
<id>urn:sha1:2c77ec54190294415c52a8da0c0d9c5a957c03a3</id>
<content type='text'>
The new flag is named '-I'.  It is documented in the manual page and covered
by basic unit tests.
</content>
</entry>
<entry>
<title>Update other man pages to match leap second reality</title>
<updated>2018-06-01T22:37:59Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2018-06-01T22:37:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3181398b9235e5356490faed7b70fbd28fb75426'/>
<id>urn:sha1:3181398b9235e5356490faed7b70fbd28fb75426</id>
<content type='text'>
Missed these in r334501; see justification there:

https://svnweb.freebsd.org/base?view=revision&amp;revision=334501

Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Fill in ut_id. While it's not relevant to the {OLD,NEW}_TIME entries,</title>
<updated>2018-01-23T15:34:34Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-01-23T15:34:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dfb1d80f645bfdab6246e2ceacb3a212a310938e'/>
<id>urn:sha1:dfb1d80f645bfdab6246e2ceacb3a212a310938e</id>
<content type='text'>
we shouldn't leak stack garbage into the field.

Sponsored by: Netflix
</content>
</entry>
<entry>
<title>Fix mandoc -Tlint warnings in bin/</title>
<updated>2017-12-07T01:57:27Z</updated>
<author>
<name>Benjamin Kaduk</name>
<email>bjk@FreeBSD.org</email>
</author>
<published>2017-12-07T01:57:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3aff7c91bd451d300ffd37ddce5a1fdbe802123'/>
<id>urn:sha1:f3aff7c91bd451d300ffd37ddce5a1fdbe802123</id>
<content type='text'>
Many style-level issues are still reported.

Submitted by:	Yuri Pankov &lt;yuripv@gmx.com&gt;
Reviewed by:	jilles (previous revision)
Differential Revision:	https://reviews.freebsd.org/D13334
</content>
</entry>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Add HAS_TESTS to all Makefiles that are currently using the</title>
<updated>2017-08-02T08:50:42Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-08-02T08:50:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d511b20a693d77c1dc2491a62124471361eddd8e'/>
<id>urn:sha1:d511b20a693d77c1dc2491a62124471361eddd8e</id>
<content type='text'>
`SUBDIR.${MK_TESTS}+= tests` idiom.

This is a follow up to r321912.
</content>
</entry>
<entry>
<title>Convert traditional ${MK_TESTS} conditional idiom for including test</title>
<updated>2017-08-02T08:35:51Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-08-02T08:35:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b330699f819a81d8e34d471225143ffeb321855'/>
<id>urn:sha1:4b330699f819a81d8e34d471225143ffeb321855</id>
<content type='text'>
directories to SUBDIR.${MK_TESTS} idiom

This 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
</content>
</entry>
<entry>
<title>date: avoid crash on invalid time</title>
<updated>2017-07-20T15:28:48Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-07-20T15:28:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=819129649da42cda4b66484ca358e2c8119195df'/>
<id>urn:sha1:819129649da42cda4b66484ca358e2c8119195df</id>
<content type='text'>
localtime(3) returns NULL when passed an invalid time_t but date(1)
previously did not handle it. Exit with an error in that case.

PR:		220828
Reported by:	Vinícius Zavam
Reviewed by:	cem, kevans
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D11660
</content>
</entry>
</feed>
