<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libkvm, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: Fix fencepost error that made libkvm fail to read crashdumps.</title>
<updated>2005-10-26T00:07:25Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2005-10-26T00:07:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9a8c805f4eb54cbb6f941df0440dac765042ba27'/>
<id>urn:sha1:9a8c805f4eb54cbb6f941df0440dac765042ba27</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>Fix the alpha build by using the correct argument types for _kvm_kvatop().</title>
<updated>2005-07-02T05:49:29Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-07-02T05:49:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dd3d1a98d576fb14cb56b20926b810fbdc8ea906'/>
<id>urn:sha1:dd3d1a98d576fb14cb56b20926b810fbdc8ea906</id>
<content type='text'>
Submitted by: marcel
Approved by: re (implicit)
</content>
</entry>
<entry>
<title>Match _kvm_kvatop to it's prototype in kvm_i386.c.  This unbreaks</title>
<updated>2005-06-30T01:25:21Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2005-06-30T01:25:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=da2ef70999d007ef96078b75e72b67abbf26e281'/>
<id>urn:sha1:da2ef70999d007ef96078b75e72b67abbf26e281</id>
<content type='text'>
the build.

Approved by:	re
</content>
</entry>
<entry>
<title>Support crash dumps &gt; 4GB in size on 32 bit platforms.  _kvm_kvatop()</title>
<updated>2005-06-29T22:39:41Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2005-06-29T22:39:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e55a0cd805e090e95a80e45f1822cb9a81981d3c'/>
<id>urn:sha1:e55a0cd805e090e95a80e45f1822cb9a81981d3c</id>
<content type='text'>
returned an lseek offset in a "u_long *" value, which can't express &gt;4GB
offsets on 32 bit machines (eg: PAE).  Change to "off_t *" for all.

Support ELF crashdumps on i386 and amd64.

Support PAE crashdumps on i386.  This is done by auto-detecting the
presence of the IdlePDPT which means that PAE is active.

I used Marcel's _kvm_pa2off strategy and ELF header reader for ELF support
on amd64.  Paul Saab ported the amd64 changes to i386 and we implemented
the PAE support from there.

Note that gdb6 in the src tree uses whatever libkvm supports.  If you want
to debug an old crash dump, you might want to keep an old libkvm.so handy
and use LD_PRELOAD or the like.  This does not detect the old raw dump
format.

Approved by: re
</content>
</entry>
<entry>
<title>Set ki_tdev to NODEV rather than NULL.</title>
<updated>2005-06-24T00:37:04Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2005-06-24T00:37:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2cfe3fda192d2b9260c8a507c5a2607afd96662e'/>
<id>urn:sha1:2cfe3fda192d2b9260c8a507c5a2607afd96662e</id>
<content type='text'>
Approved by:  re
</content>
</entry>
<entry>
<title>Make kvm(3) aware of ki_jid field.</title>
<updated>2005-03-20T10:37:56Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-20T10:37:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8197bf090767fb53abaf0ac777e9a6dc9ee112a'/>
<id>urn:sha1:f8197bf090767fb53abaf0ac777e9a6dc9ee112a</id>
<content type='text'>
Reviewed by:	gad
MFC after:	3 days
</content>
</entry>
<entry>
<title>Dike out unwarranted reference to si_udev.</title>
<updated>2005-03-15T14:26:14Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-03-15T14:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9c4fb6619c04bc81af36f8785d664eb2520c249a'/>
<id>urn:sha1:9c4fb6619c04bc81af36f8785d664eb2520c249a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort sections.</title>
<updated>2005-01-20T09:17:07Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-20T09:17:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=24a0682c6465290759ed0b09ea16e40e7cd47053'/>
<id>urn:sha1:24a0682c6465290759ed0b09ea16e40e7cd47053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In preparation to remove U areas, don't refer to p_uarea in libkvm.</title>
<updated>2004-11-20T02:28:26Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-11-20T02:28:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7a62aa8a18367dff272240f4bbfbe699d0a23340'/>
<id>urn:sha1:7a62aa8a18367dff272240f4bbfbe699d0a23340</id>
<content type='text'>
Reviewed by:	arch@
</content>
</entry>
</feed>
