<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/chflags, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-02-18T19:51:59Z</updated>
<entry>
<title>chflags(1) repo copied, usr.bin-&gt;bin.</title>
<updated>2003-02-18T19:51:59Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-02-18T19:51:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f534f8f72bc3cfd779d96e2cafd2fabf0c6bc9f5'/>
<id>urn:sha1:f534f8f72bc3cfd779d96e2cafd2fabf0c6bc9f5</id>
<content type='text'>
We've been installing chflags(1) into /bin since 2000-11-10, so this
shouldn't cause any problems.
</content>
</entry>
<entry>
<title>ANSIify function definitions.</title>
<updated>2002-09-04T23:29:10Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-09-04T23:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4ac32def255b5968bdd8150057b9c0d14595689'/>
<id>urn:sha1:f4ac32def255b5968bdd8150057b9c0d14595689</id>
<content type='text'>
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.

Reviewed by:	md5
</content>
</entry>
<entry>
<title>Remove local prototypes for main().</title>
<updated>2002-08-19T03:07:56Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-08-19T03:07:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a7fc8ce5965f32b43428fe33fb1d0546fdbb782'/>
<id>urn:sha1:3a7fc8ce5965f32b43428fe33fb1d0546fdbb782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorder for style.</title>
<updated>2002-04-28T13:54:45Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-28T13:54:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b1b25d9198011c15a93c714bab79ddbdbe04975'/>
<id>urn:sha1:4b1b25d9198011c15a93c714bab79ddbdbe04975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:22:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:22:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f1bb2cd2aa7488657658fbc09aae2ead579049ab'/>
<id>urn:sha1:f1bb2cd2aa7488657658fbc09aae2ead579049ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove leaf node WARNS?=2 (that mainly I added). This should</title>
<updated>2002-02-08T22:31:43Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-02-08T22:31:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=91bd71d2060cd302015f7dd6e7b891014552dba4'/>
<id>urn:sha1:91bd71d2060cd302015f7dd6e7b891014552dba4</id>
<content type='text'>
help the GCC3 transition and CURRENT in general.
</content>
</entry>
<entry>
<title>Style improvements recommended by Bruce as a follow up to some</title>
<updated>2001-12-10T21:13:08Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2001-12-10T21:13:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f5b04e925d068b053cc41bae3d3c25a5325062c'/>
<id>urn:sha1:9f5b04e925d068b053cc41bae3d3c25a5325062c</id>
<content type='text'>
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
</content>
</entry>
<entry>
<title>Slight makefile style.</title>
<updated>2001-12-02T23:04:14Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-12-02T23:04:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f614104aebe9a7ecda3d20db90c2b9db3d5d8fb5'/>
<id>urn:sha1:f614104aebe9a7ecda3d20db90c2b9db3d5d8fb5</id>
<content type='text'>
Use __FBSDID().
</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>WARNS= -&gt; WARNS?=</title>
<updated>2001-06-22T21:38:30Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-06-22T21:38:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=982f5d88ff041e0e6151ebe6af3f45e437202e82'/>
<id>urn:sha1:982f5d88ff041e0e6151ebe6af3f45e437202e82</id>
<content type='text'>
Submitted by:	Mike Barcroft &lt;mike@q9media.com&gt;
</content>
</entry>
</feed>
