<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/ac, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-01-18T20:02:45Z</updated>
<entry>
<title>Sort sections.</title>
<updated>2005-01-18T20:02:45Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-18T20:02:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59a3c79da68b53e9d606f0b7991574d982a843e1'/>
<id>urn:sha1:59a3c79da68b53e9d606f0b7991574d982a843e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added the EXIT STATUS section where appropriate.</title>
<updated>2005-01-17T07:44:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-17T07:44:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a866e170777b42fd7921eadd6e7e664f3a031d60'/>
<id>urn:sha1:a866e170777b42fd7921eadd6e7e664f3a031d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:13:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:13:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=07bfccd71e05867cb46c11ea07ec0027794972b3'/>
<id>urn:sha1:07bfccd71e05867cb46c11ea07ec0027794972b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a check for wtmp records which have invalid values for ut_time.  Wtmp</title>
<updated>2004-03-08T20:02:23Z</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2004-03-08T20:02:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3b218cd7bf8e16229118fe40f6b958f2c18709d'/>
<id>urn:sha1:e3b218cd7bf8e16229118fe40f6b958f2c18709d</id>
<content type='text'>
records with time==0 get "the time of the last valid record", while records
where time goes backwards (compared to the previous record) are skipped.
Also prints a message saying how many records were changed or skipped due
to these checks. Check was inspired by a simpler check in OpenBSD's version.

This is all meant to sidestep problems that Tillman Hodgson noticed with 'ac'
when running sparc64 with 64-bit time_t's.  The real problem is whatever is
creating wtmp records with ut_time==0, of course, but I have not yet figured
out what is doing that.

Reviewed by:	no screams from freebsd-sparc64 or bde
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Compile 'ac' with DEBUG when arch==sparc64.</title>
<updated>2004-03-08T20:01:34Z</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2004-03-08T20:01:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c38a8579696830adacaa8e9842a4d445b458cb24'/>
<id>urn:sha1:c38a8579696830adacaa8e9842a4d445b458cb24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a debug-statement from NetBSD, and then rework all debug-statements</title>
<updated>2004-03-08T19:20:06Z</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2004-03-08T19:20:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5a06c256e89c608526e96a2f6adbf56f1873813'/>
<id>urn:sha1:b5a06c256e89c608526e96a2f6adbf56f1873813</id>
<content type='text'>
so the program compiles without errors or warnings when DEBUG is defined on
sparc64 with 64-bit time_t's.  Also have debug statements include the year
when printing records from a different year than 'now'.  Also print out a
special timestamp in debug statements when ut_time==0.

Reviewed by:	freebsd-sparc, bde
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Minor style(9) fixes.  remove a register keyword, correct two indents.</title>
<updated>2004-03-03T02:44:52Z</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2004-03-03T02:44:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2adaffb0aac6dca5edc88e55614d0c6037cb8e38'/>
<id>urn:sha1:2adaffb0aac6dca5edc88e55614d0c6037cb8e38</id>
<content type='text'>
Noticed while comparing to OpenBSD version.
</content>
</entry>
<entry>
<title>Convert K&amp;R-style routine definitions to C89 style, partially to reduce</title>
<updated>2004-03-03T02:41:21Z</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2004-03-03T02:41:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f761c522ee7c4d543c0fe16117a0c10bc2b08bd'/>
<id>urn:sha1:7f761c522ee7c4d543c0fe16117a0c10bc2b08bd</id>
<content type='text'>
diffs with OpenBSD.  This causes no changes to the object produced.
</content>
</entry>
<entry>
<title>Remove unused #includes. Eliminate castings by using size_t instead of int.</title>
<updated>2002-10-17T13:19:47Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-10-17T13:19:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b51547cf622e46dea6f49c571e1d65278fc1e486'/>
<id>urn:sha1:b51547cf622e46dea6f49c571e1d65278fc1e486</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-14T14:47:15Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-14T14:47:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=490d5836b5ab0c76675986696b1637fff97dfae2'/>
<id>urn:sha1:490d5836b5ab0c76675986696b1637fff97dfae2</id>
<content type='text'>
</content>
</entry>
</feed>
