<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/kill, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-05-01T16:58:57Z</updated>
<entry>
<title>Quiet warnings about copyright[].</title>
<updated>2003-05-01T16:58:57Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-01T16:58:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09a80d4867b85b3df9856d150eb565232dc900d4'/>
<id>urn:sha1:09a80d4867b85b3df9856d150eb565232dc900d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently use __FBSDID</title>
<updated>2002-06-30T05:13:54Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:13:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5eb43ac2f70729e688f03999a2f66d1272e14a6d'/>
<id>urn:sha1:5eb43ac2f70729e688f03999a2f66d1272e14a6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Markup nits: use the Ar macro when describing the -signal_name and</title>
<updated>2002-06-13T08:46:01Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-13T08:46:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=993895ac337ea5fb5851f239b867175468331c77'/>
<id>urn:sha1:993895ac337ea5fb5851f239b867175468331c77</id>
<content type='text'>
-signal_number options, and for referring to the "pid" argument.
</content>
</entry>
<entry>
<title>Add examples and diagnostics sections</title>
<updated>2002-06-13T08:40:01Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-13T08:40:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=16a6357c9b54b47d1919cb076096ce474d0528f1'/>
<id>urn:sha1:16a6357c9b54b47d1919cb076096ce474d0528f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support the "--" end of options marker, useful to disambiguate between</title>
<updated>2002-06-13T08:07:20Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-13T08:07:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=08de34ac0165ebafd0788b57a39554e33b27e645'/>
<id>urn:sha1:08de34ac0165ebafd0788b57a39554e33b27e645</id>
<content type='text'>
signal numbers and process groups (negative pid arguments), and
required by SUSv3.
</content>
</entry>
<entry>
<title>Correct history (again): V3 had a kill command, only it was in section 8,</title>
<updated>2002-06-03T14:59:49Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-03T14:59:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1be157dc3df9005b5d07a1b6ac359b9691be4c99'/>
<id>urn:sha1:1be157dc3df9005b5d07a1b6ac359b9691be4c99</id>
<content type='text'>
not 1.
</content>
</entry>
<entry>
<title>Correct History section: kill(1) appeared in V4, not V6.</title>
<updated>2002-06-03T14:45:20Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-03T14:45:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e3623a80a43c998101249f7364799899a82ec2f6'/>
<id>urn:sha1:e3623a80a43c998101249f7364799899a82ec2f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o __P has been reoved</title>
<updated>2002-02-02T06:48:10Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-02T06:48:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=46251dde8f47db03ad83997efd5e8f8bd8938855'/>
<id>urn:sha1:46251dde8f47db03ad83997efd5e8f8bd8938855</id>
<content type='text'>
o Old-style K&amp;R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
  they already are.
</content>
</entry>
<entry>
<title>Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
<updated>2001-12-04T01:57:47Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-12-04T01:57:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a748290789444352877e207721a7db215206cc9a'/>
<id>urn:sha1:a748290789444352877e207721a7db215206cc9a</id>
<content type='text'>
set WARNS=0.

Reviewed by:	mike
</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>
