<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/xtend, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This is no longer needed after tw is gone.</title>
<updated>2003-04-27T05:43:42+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-04-27T05:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b4e225bef138a923662c1da799d98e56aeb4abe0'/>
<id>b4e225bef138a923662c1da799d98e56aeb4abe0</id>
<content type='text'>
Approved by: re@ (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by: re@ (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-06T19:19:48+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-06T19:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f162cb85dafb6f4c8537b3e606c2ccdaa12a424'/>
<id>3f162cb85dafb6f4c8537b3e606c2ccdaa12a424</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing commas.  At least I didn't miss a period.</title>
<updated>2002-03-18T16:10:00+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-18T16:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=58c804ff25d4f663efd55d5b4cc58769aa691b02'/>
<id>58c804ff25d4f663efd55d5b4cc58769aa691b02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o MAXPATHLEN is the correct constant to use for path names, it includes</title>
<updated>2002-03-18T07:14:59+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-18T07:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=79723020c0e5955099bfe3c5dffe28c1fc00071a'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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 :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>o __P removal.</title>
<updated>2002-02-07T04:39:05+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-07T04:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=78ad378ae18f42651c4a78f9e996b6da5941aa4b'/>
<id>78ad378ae18f42651c4a78f9e996b6da5941aa4b</id>
<content type='text'>
o Use new prototypes and function definitions only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o Use new prototypes and function definitions only.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Change parameters of signal handlers in order to be correct (they are</title>
<updated>2001-11-28T17:29:04+00:00</updated>
<author>
<name>Andrew R. Reiter</name>
<email>arr@FreeBSD.org</email>
</author>
<published>2001-11-28T17:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e75fedcfd5a1a834cd126239c9fb2d71ccbaae07'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix some poor signal handler usage.</title>
<updated>2001-11-26T17:53:02+00:00</updated>
<author>
<name>Andrew R. Reiter</name>
<email>arr@FreeBSD.org</email>
</author>
<published>2001-11-26T17:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=82cd5074ab947c35d1f4d67a2b878e486733097c'/>
<id>82cd5074ab947c35d1f4d67a2b878e486733097c</id>
<content type='text'>
Reviewed by: -audit (and their silence), jhb, maintainer's silence
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by: -audit (and their silence), jhb, maintainer's silence
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove whitespace at EOL.</title>
<updated>2001-07-15T07:53:42+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-15T07:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7ebcc426efefea9cd16ac6f565e72030c608f7a4'/>
<id>7ebcc426efefea9cd16ac6f565e72030c608f7a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc(7) police: removed HISTORY info from the .Os call.</title>
<updated>2001-07-10T10:49:54+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-07-10T10:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0efe23d6692589a9a694935da7f8156a7ac0bd25'/>
<id>0efe23d6692589a9a694935da7f8156a7ac0bd25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Backout botched attempt to intoduce MANSECT feature.</title>
<updated>2001-03-26T14:22:12+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-26T14:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff'/>
<id>e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff</id>
<content type='text'>
- MAN[1-9] -&gt; MAN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- MAN[1-9] -&gt; MAN.
</pre>
</div>
</content>
</entry>
</feed>
