<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/xtend, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-07-06T19:19:48Z</updated>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-06T19:19:48Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-06T19:19:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f162cb85dafb6f4c8537b3e606c2ccdaa12a424'/>
<id>urn:sha1:3f162cb85dafb6f4c8537b3e606c2ccdaa12a424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing commas.  At least I didn't miss a period.</title>
<updated>2002-03-18T16:10:00Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-18T16:10:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c804ff25d4f663efd55d5b4cc58769aa691b02'/>
<id>urn:sha1:58c804ff25d4f663efd55d5b4cc58769aa691b02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o MAXPATHLEN is the correct constant to use for path names, it includes</title>
<updated>2002-03-18T07:14:59Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-18T07:14:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=79723020c0e5955099bfe3c5dffe28c1fc00071a'/>
<id>urn:sha1:79723020c0e5955099bfe3c5dffe28c1fc00071a</id>
<content type='text'>
  the NULL.
o use snprintf in preference to unchecked strcat in a couple of places that
  likely can't overflow.  Makes it easier to grep for strcpy :-)
</content>
</entry>
<entry>
<title>o __P removal.</title>
<updated>2002-02-07T04:39:05Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-07T04:39:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=78ad378ae18f42651c4a78f9e996b6da5941aa4b'/>
<id>urn:sha1:78ad378ae18f42651c4a78f9e996b6da5941aa4b</id>
<content type='text'>
o Use new prototypes and function definitions only.
</content>
</entry>
<entry>
<title>- Change parameters of signal handlers in order to be correct (they are</title>
<updated>2001-11-28T17:29:04Z</updated>
<author>
<name>Andrew R. Reiter</name>
<email>arr@FreeBSD.org</email>
</author>
<published>2001-11-28T17:29:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e75fedcfd5a1a834cd126239c9fb2d71ccbaae07'/>
<id>urn:sha1:e75fedcfd5a1a834cd126239c9fb2d71ccbaae07</id>
<content type='text'>
  handed a integer, not void).
- No need to set flags to zero when they already will be.
- It was also noted the manner in which the signal handling has changed
  might possibly generate some problems (hangs possibly) -- these, while
  remaining in the code, will be fixed shortly (within a day).

Submitted by: bde
</content>
</entry>
<entry>
<title>- Fix some poor signal handler usage.</title>
<updated>2001-11-26T17:53:02Z</updated>
<author>
<name>Andrew R. Reiter</name>
<email>arr@FreeBSD.org</email>
</author>
<published>2001-11-26T17:53:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=82cd5074ab947c35d1f4d67a2b878e486733097c'/>
<id>urn:sha1:82cd5074ab947c35d1f4d67a2b878e486733097c</id>
<content type='text'>
Reviewed by: -audit (and their silence), jhb, maintainer's silence
</content>
</entry>
<entry>
<title>Remove whitespace at EOL.</title>
<updated>2001-07-15T07:53:42Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-15T07:53:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ebcc426efefea9cd16ac6f565e72030c608f7a4'/>
<id>urn:sha1:7ebcc426efefea9cd16ac6f565e72030c608f7a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: removed HISTORY info from the .Os call.</title>
<updated>2001-07-10T10:49:54Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-07-10T10:49:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0efe23d6692589a9a694935da7f8156a7ac0bd25'/>
<id>urn:sha1:0efe23d6692589a9a694935da7f8156a7ac0bd25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Backout botched attempt to intoduce MANSECT feature.</title>
<updated>2001-03-26T14:22:12Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-26T14:22:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff'/>
<id>urn:sha1:e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff</id>
<content type='text'>
- MAN[1-9] -&gt; MAN.
</content>
</entry>
<entry>
<title>Set the default manual section for libexec/ to 8.</title>
<updated>2001-03-20T18:10:13Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-20T18:10:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=020ee2dc9fb13a1004e1107b7382f3d074255f58'/>
<id>urn:sha1:020ee2dc9fb13a1004e1107b7382f3d074255f58</id>
<content type='text'>
</content>
</entry>
</feed>
