<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ac, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-10-17T13:19:47Z</updated>
<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/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/commit/?id=490d5836b5ab0c76675986696b1637fff97dfae2'/>
<id>urn:sha1:490d5836b5ab0c76675986696b1637fff97dfae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indentation broken in previous __P removal.</title>
<updated>2002-07-11T22:18:26Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-11T22:18:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54b60d7e1528658e03c9abd5d1984f7ebd1af70b'/>
<id>urn:sha1:54b60d7e1528658e03c9abd5d1984f7ebd1af70b</id>
<content type='text'>
Grumbled about by: bde
</content>
</entry>
<entry>
<title>de-__P()</title>
<updated>2002-07-11T18:31:16Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-07-11T18:31:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d89167b4ea3fc14eaa1fb11a9d08b3381653f36e'/>
<id>urn:sha1:d89167b4ea3fc14eaa1fb11a9d08b3381653f36e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed some world breakage caused by not updating clients when &lt;timeconv.h&gt;</title>
<updated>2002-07-08T20:13:07Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-07-08T20:13:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db774d6099d00dab5039787f56faa7ad9939c489'/>
<id>urn:sha1:db774d6099d00dab5039787f56faa7ad9939c489</id>
<content type='text'>
was split off from &lt;time.h&gt;.  This became fatal here when -Werror was
reenabled.
</content>
</entry>
<entry>
<title>I've been meaning to do this for a while.  Add an underscore to the</title>
<updated>2002-01-19T23:20:02Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2002-01-19T23:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=170ac683f26f1d05a019b0623b51b4b8f4576ada'/>
<id>urn:sha1:170ac683f26f1d05a019b0623b51b4b8f4576ada</id>
<content type='text'>
time_to_xxx() and xxx_to_time() functions.  e.g. _time_to_xxx()
instead of time_to_xxx(), to make it more obvious that these are
stopgap functions &amp; placemarkers and not meant to create a defacto
standard.  They will eventually be replaced when a real standard
comes out of committee.
</content>
</entry>
<entry>
<title>localtime() was being called with an int-pointer due to recent utmp</title>
<updated>2001-10-29T00:36:01Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-10-29T00:36:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2064ef1c81672461dfa2900e8546faecdce85ccb'/>
<id>urn:sha1:2064ef1c81672461dfa2900e8546faecdce85ccb</id>
<content type='text'>
fixes.
</content>
</entry>
<entry>
<title>Don't mention wtmp.[0-7] in the FILES section.  This manual page</title>
<updated>2001-09-05T19:33:08Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-09-05T19:33:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2392d350e6fd7754222c5de40497ff563d20eb4d'/>
<id>urn:sha1:2392d350e6fd7754222c5de40497ff563d20eb4d</id>
<content type='text'>
doesn't talk about these files elsewhere, doesn't use the files by
default, and the names are dependent on site-specific newsyslog
configuration.

PR:		30348
Submitted by:	Giorgos Keramidas &lt;charon@labs.gr&gt;
</content>
</entry>
<entry>
<title>mdoc(7) police: utilize the new .Ex macro.</title>
<updated>2001-08-15T09:09:47Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-15T09:09:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d628d776c45a0e11a0a035597d49023942501ecc'/>
<id>urn:sha1:d628d776c45a0e11a0a035597d49023942501ecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix logic error resulting in incorrect calculation of login time</title>
<updated>2001-08-05T09:41:20Z</updated>
<author>
<name>Jonathan Chen</name>
<email>jon@FreeBSD.org</email>
</author>
<published>2001-08-05T09:41:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=974a54a2cdb8b2cf81373741b6ddfa037f1a2a19'/>
<id>urn:sha1:974a54a2cdb8b2cf81373741b6ddfa037f1a2a19</id>
<content type='text'>
PR:		bin/4204
Submitted by:	Anatoly A. Orehovsky &lt;tolik@www.tomsk.su&gt;
MFC after:	4 weeks
</content>
</entry>
</feed>
