<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libkvm, branch release/2.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1995-07-07T07:15:10Z</updated>
<entry>
<title>Branch: RELENG_2_1_0</title>
<updated>1995-07-07T07:15:10Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-07-07T07:15:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b57ca3a5b50994b4c62f5036028b0cbe64699a4'/>
<id>urn:sha1:2b57ca3a5b50994b4c62f5036028b0cbe64699a4</id>
<content type='text'>
cvs admin -o 1.1.1.1.6.1
cvs update -j 1.3
----------------------------
revision 1.3
date: 1995/06/25 03:35:49;  author: bde;  state: Exp;  lines: +2 -1
41 headers must be implicitly included and one more (&lt;sys/param.h&gt;) must
be explicitly included before kvm_getprocs() can be used.
----------------------------
revision 1.2
date: 1995/06/24 18:53:09;  author: joerg;  state: Exp;  lines: +9 -9
Update the man page for kvm_getprocs.3 to reflect our sysctl-based
kvm mechanism.

Submitted by:   (Vic Abell) &lt;abe@cc.purdue.edu&gt;
----------------------------
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.</title>
<updated>1995-06-13T18:05:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-06-13T18:05:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e506c6f0ea9f3b267e874555538b2f22b5778b8f'/>
<id>urn:sha1:e506c6f0ea9f3b267e874555538b2f22b5778b8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>urn:sha1:6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment out declaration of kvm_uread until it can be fixed correctly.</title>
<updated>1995-03-20T16:35:11Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-03-20T16:35:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a96efa2b8709f1aaee6a502b626c546c4b6fc63'/>
<id>urn:sha1:1a96efa2b8709f1aaee6a502b626c546c4b6fc63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change u_long to unsigned long to be consistent.</title>
<updated>1995-03-20T16:17:50Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-03-20T16:17:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=15f7fc2caaafa7b613e238cbdd2f035c6ed17644'/>
<id>urn:sha1:15f7fc2caaafa7b613e238cbdd2f035c6ed17644</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libkvm exports kvm_uread(), so do declare it in the header file.</title>
<updated>1995-03-19T13:36:49Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-03-19T13:36:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb0b0e16cdac96dca8294af55440e207be7077de'/>
<id>urn:sha1:cb0b0e16cdac96dca8294af55440e207be7077de</id>
<content type='text'>
Got apparent by Philippe's -Wall patch for /usr/bin.
</content>
</entry>
<entry>
<title>Cast the offset of one call to lseek() to off_t, as it's already done</title>
<updated>1995-03-19T13:33:05Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-03-19T13:33:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec4f225196f5b4b41fbe6c555970b0c7fc1eadda'/>
<id>urn:sha1:ec4f225196f5b4b41fbe6c555970b0c7fc1eadda</id>
<content type='text'>
in all other places here.

This is a hack, the interface should be changed to use off_t's
everywhere around, but this will require to update all the programs
that happen to use libkvm.
</content>
</entry>
<entry>
<title>Fix previous fix to agree with the man page - don't report errors in</title>
<updated>1995-02-25T16:44:01Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-02-25T16:44:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64f14011a87de3708226e01be73accc81cf38178'/>
<id>urn:sha1:64f14011a87de3708226e01be73accc81cf38178</id>
<content type='text'>
kvm_open() if errstr is NULL.
</content>
</entry>
<entry>
<title>Remove some unused variables and fix two blatant core dump triggers.</title>
<updated>1995-02-24T08:15:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-02-24T08:15:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=12eaa3d55dfe840a2f7637e98f7b3a6be9867887'/>
<id>urn:sha1:12eaa3d55dfe840a2f7637e98f7b3a6be9867887</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A semicolon was lost.</title>
<updated>1994-11-07T19:54:55Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-11-07T19:54:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f318480d81103f3712fc31504e6fe1f84a8ec2d'/>
<id>urn:sha1:3f318480d81103f3712fc31504e6fe1f84a8ec2d</id>
<content type='text'>
</content>
</entry>
</feed>
