<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/procctl/procctl.c, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use __FBSDID over rcsid[].  Protect copyright[] where needed.</title>
<updated>2003-05-03T21:06:42+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-03T21:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b728350ee67c01f96c3c5121774536fee81ad176'/>
<id>b728350ee67c01f96c3c5121774536fee81ad176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a buffer overflow.</title>
<updated>2000-02-21T10:22:39+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-02-21T10:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=74db3cd1907f7a311231c5af67a9041a50433d24'/>
<id>74db3cd1907f7a311231c5af67a9041a50433d24</id>
<content type='text'>
PR:		16415
Submitted by:	Kevin Day &lt;toasty@dragondata.com&gt;
Approved by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		16415
Submitted by:	Kevin Day &lt;toasty@dragondata.com&gt;
Approved by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use err(3). Change Synopsis to SYNOPSIS (needed for macro expansion) and</title>
<updated>1998-01-05T07:19:15+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-01-05T07:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cfebbb6c1a01f867a1ab9c277cb3d3c1d3df97a9'/>
<id>cfebbb6c1a01f867a1ab9c277cb3d3c1d3df97a9</id>
<content type='text'>
add SEE ALSO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add SEE ALSO.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a copyright and license statement, at the request of Jordan.</title>
<updated>1997-12-20T18:34:49+00:00</updated>
<author>
<name>Sean Eric Fagan</name>
<email>sef@FreeBSD.org</email>
</author>
<published>1997-12-20T18:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=267ffcab5ca6c322e90f31182d46872c8fbe3c92'/>
<id>267ffcab5ca6c322e90f31182d46872c8fbe3c92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the ioctls for procfs around a bit; in particular, whever possible,</title>
<updated>1997-12-13T03:13:49+00:00</updated>
<author>
<name>Sean Eric Fagan</name>
<email>sef@FreeBSD.org</email>
</author>
<published>1997-12-13T03:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d7b7dcba41ac3c46e7ccd2efb837c560a867cba9'/>
<id>d7b7dcba41ac3c46e7ccd2efb837c560a867cba9</id>
<content type='text'>
change from

	ioctl(fd, PIOC&lt;foo&gt;, &amp;i);

to

	ioctl(fd, PIOC&lt;foo&gt;, i);

This is going from the _IOW to _IO ioctl macro.  The kernel, procctl, and
truss must be in synch for it all to work (not doing so will get errors about
inappropriate ioctl's, fortunately).  Hopefully I didn't forget anything :).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change from

	ioctl(fd, PIOC&lt;foo&gt;, &amp;i);

to

	ioctl(fd, PIOC&lt;foo&gt;, i);

This is going from the _IOW to _IO ioctl macro.  The kernel, procctl, and
truss must be in synch for it all to work (not doing so will get errors about
inappropriate ioctl's, fortunately).  Hopefully I didn't forget anything :).
</pre>
</div>
</content>
</entry>
<entry>
<title>First checkin of the procctl program.</title>
<updated>1997-12-06T04:19:09+00:00</updated>
<author>
<name>Sean Eric Fagan</name>
<email>sef@FreeBSD.org</email>
</author>
<published>1997-12-06T04:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c430992a81f916697839a7c8d3a516014925d02a'/>
<id>c430992a81f916697839a7c8d3a516014925d02a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
