<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/common/load_elf.c, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Cleanup warnings.</title>
<updated>2000-12-28T13:12:51+00:00</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-12-28T13:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e1364618da507a4e6bdc52de633788ba4f612ae3'/>
<id>e1364618da507a4e6bdc52de633788ba4f612ae3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the loader to handle module dependencies properly. More fixes</title>
<updated>2000-02-25T05:10:44+00:00</updated>
<author>
<name>Boris Popov</name>
<email>bp@FreeBSD.org</email>
</author>
<published>2000-02-25T05:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ce0d1c79c30d1c17fa7327040ff66700ee17cada'/>
<id>ce0d1c79c30d1c17fa7327040ff66700ee17cada</id>
<content type='text'>
will be provided after modmetadata appears in the kernel.

Reviewed by:	msmith
Approved by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will be provided after modmetadata appears in the kernel.

Reviewed by:	msmith
Approved by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable load of i386 ELF kernels with larger KVA range (e.g. starting at</title>
<updated>1999-02-15T17:36:58+00:00</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>1999-02-15T17:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3d8befc22d05fcb85c99d8b4b0005a34e8ea0c88'/>
<id>3d8befc22d05fcb85c99d8b4b0005a34e8ea0c88</id>
<content type='text'>
0xe0100000u or 0xc0100000u instead of the usual 0xf0100000u).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
0xe0100000u or 0xc0100000u instead of the usual 0xf0100000u).
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't forget a trailing \n when loading a kernel that has been stripped.</title>
<updated>1999-01-04T18:37:41+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-01-04T18:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=717b58274a4252948e73ede9ea3bcbae9c923f91'/>
<id>717b58274a4252948e73ede9ea3bcbae9c923f91</id>
<content type='text'>
(This might make ELF_VERBOSE look funny, but I'm tempted to delete that
 anyway)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This might make ELF_VERBOSE look funny, but I'm tempted to delete that
 anyway)
</pre>
</div>
</content>
</entry>
<entry>
<title>Load the first page of the file and use the headers in it.  This should</title>
<updated>1998-10-17T03:06:38+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-10-17T03:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a6575097c65089f277505fd46fe89f3d5a076ff2'/>
<id>a6575097c65089f277505fd46fe89f3d5a076ff2</id>
<content type='text'>
avoid the need to seek back to offset zero which is causing trouble on
the Alpha with a gzipped kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoid the need to seek back to offset zero which is causing trouble on
the Alpha with a gzipped kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>"fix" the gzipped kernel load problem by having the loader check that it</title>
<updated>1998-10-16T03:04:15+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-10-16T03:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3323768d9910b5c1aced499cb3b5b10ac55efcac'/>
<id>3323768d9910b5c1aced499cb3b5b10ac55efcac</id>
<content type='text'>
can seek back to the first PT_LOAD and doing a close/reopen if it cannot.
This is because the first PT_LOAD section includes the ELF headers.
This fixes gzipped kernels on the i386, it should solve mike's problem
for the Alpha.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can seek back to the first PT_LOAD and doing a close/reopen if it cannot.
This is because the first PT_LOAD section includes the ELF headers.
This fixes gzipped kernels on the i386, it should solve mike's problem
for the Alpha.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.</title>
<updated>1998-10-15T21:56:47+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-10-15T21:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=94bb32802564e87b600a0aff73127b1606fdf747'/>
<id>94bb32802564e87b600a0aff73127b1606fdf747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak the output one more time again.  The kernel or module pathname</title>
<updated>1998-10-14T00:41:17+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-10-14T00:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=adf45b4bb5ed0bfe5ced1b68159e7f6c93204045'/>
<id>adf45b4bb5ed0bfe5ced1b68159e7f6c93204045</id>
<content type='text'>
is useful, and usually fits all on one line with the load sizes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is useful, and usually fits all on one line with the load sizes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the ELF load messages cleaner.</title>
<updated>1998-10-13T09:25:27+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-10-13T09:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=21f1bf72d38babd44d68829ba089b250a2a8cf92'/>
<id>21f1bf72d38babd44d68829ba089b250a2a8cf92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
