<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/boot/alpha/common/main.c, branch master</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=master</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-11T22:25:28Z</updated>
<entry>
<title>First pass at removing Alpha kernel support.</title>
<updated>2006-05-11T22:25:28Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-05-11T22:25:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=67ab9fd759b279032e61486b28c4ad9b76885671'/>
<id>urn:sha1:67ab9fd759b279032e61486b28c4ad9b76885671</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace.</title>
<updated>2005-05-31T21:22:01Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-05-31T21:22:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2d41a4e5c0920609ccaf04c1bd9a75bc05ef49db'/>
<id>urn:sha1:2d41a4e5c0920609ccaf04c1bd9a75bc05ef49db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to __FBSDID.</title>
<updated>2004-01-04T23:21:18Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-01-04T23:21:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd506e2a3a4ef7f4dc3e14a15e7784a3e89b491f'/>
<id>urn:sha1:bd506e2a3a4ef7f4dc3e14a15e7784a3e89b491f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the call to extend_heap() from main to start so that if our BSS</title>
<updated>2000-10-25T23:36:01Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2000-10-25T23:36:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d2041924cd63a7adec86f3d09a869dcd402e0d40'/>
<id>urn:sha1:d2041924cd63a7adec86f3d09a869dcd402e0d40</id>
<content type='text'>
expands beyond the limit we will extend the address space before trying
to zero the BSS. This should give us plenty of headroom for modest
expansion of the loader.
</content>
</entry>
<entry>
<title>Steal 512KB more from system memory for heap instead of 256KB. We died</title>
<updated>2000-09-18T08:19:04Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2000-09-18T08:19:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=81372ff0ed907f6ba1c244f9395773e51708d3f8'/>
<id>urn:sha1:81372ff0ed907f6ba1c244f9395773e51708d3f8</id>
<content type='text'>
without the extra space. What a pity.
</content>
</entry>
<entry>
<title>* Fix a stack of warnings.</title>
<updated>1999-09-01T09:11:14Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1999-09-01T09:11:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=74b128bad658116f19df248d66a965f680d96793'/>
<id>urn:sha1:74b128bad658116f19df248d66a965f680d96793</id>
<content type='text'>
* Make it possible to type a filename to boot1 so that it is possible to
  recover from fatally broken versions of /boot/loader.
* Make a start at a CD boot program (not yet functional).
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement a simple LRU block cache.  By default this is initialised to 16k,</title>
<updated>1998-11-02T23:28:11Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-11-02T23:28:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af1f6e0673515936750cc5079ca5afd238ec925c'/>
<id>urn:sha1:af1f6e0673515936750cc5079ca5afd238ec925c</id>
<content type='text'>
and will bypass transfers for more than 8k.  Blocks are invalidated after
2 seconds, so removable media should not confuse the cache.

The 8k threshold is a compromise; all UFS transfers performed by
libstand are 8k or less, so large file reads thrash the cache.
However many filesystem metadata operations are also performed using
8k blocks, so using a lower threshold gives poor performance.

Those of you with an eye for cache algorithms are welcome to tell me
how badly this one sucks; you can start with the 'bcachestats' command
which will print the contents of the cache and access statistics.
</content>
</entry>
<entry>
<title>* Extend the memory available for the heap from 256k to 512k.</title>
<updated>1998-10-31T17:12:32Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-10-31T17:12:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=06feb69276c45157af7e9e5bbbf56d74cd77ebfe'/>
<id>urn:sha1:06feb69276c45157af7e9e5bbbf56d74cd77ebfe</id>
<content type='text'>
* Embed the stack into the bss section for loader and netboot.  This
  is required for netboot since otherwise the stack would be inside our
  heap.
* Install loader and netboot in /boot by default.
* Fix getbootfile so that it searches for a ',' instead of a ';'
  when terminating the filename.
</content>
</entry>
<entry>
<title>Reserve some space for the stack in the region we recover from the initial</title>
<updated>1998-10-24T00:31:21Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-10-24T00:31:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b6542d2e4f04b91918a9815a1239d2f495744516'/>
<id>urn:sha1:b6542d2e4f04b91918a9815a1239d2f495744516</id>
<content type='text'>
bootloader.
Submitted by:	dfr
</content>
</entry>
</feed>
