<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/vm/vm_zone.h, branch release/4.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-07-26T21:12:35Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-07-26T21:12:35Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-26T21:12:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f1bf9342879a7ee2dd88e11a33ae7509eab55b0'/>
<id>urn:sha1:7f1bf9342879a7ee2dd88e11a33ae7509eab55b0</id>
<content type='text'>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</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/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KNFize, by bde.</title>
<updated>1999-01-10T01:58:29Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1999-01-10T01:58:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=219cbf59f29f8bde5612560d29f6f691d1903444'/>
<id>urn:sha1:219cbf59f29f8bde5612560d29f6f691d1903444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split DIAGNOSTIC -&gt; DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as</title>
<updated>1999-01-08T17:31:30Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1999-01-08T17:31:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5526d2d920eb17b1507499f35b275b486f7fe8d0'/>
<id>urn:sha1:5526d2d920eb17b1507499f35b275b486f7fe8d0</id>
<content type='text'>
discussed on -hackers.

Introduce 'KASSERT(assertion, ("panic message", args))' for simple
check + panic.

Reviewed by:	msmith
</content>
</entry>
<entry>
<title>Correct copyright.</title>
<updated>1998-04-25T04:50:03Z</updated>
<author>
<name>John Dyson</name>
<email>dyson@FreeBSD.org</email>
</author>
<published>1998-04-25T04:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=adc78b8c715636f41eb9c3136d3351b762fb3ee2'/>
<id>urn:sha1:adc78b8c715636f41eb9c3136d3351b762fb3ee2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Slight improvement to the vm_zone stats output.  Also, some other superficial</title>
<updated>1997-12-14T05:17:44Z</updated>
<author>
<name>John Dyson</name>
<email>dyson@FreeBSD.org</email>
</author>
<published>1997-12-14T05:17:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b0d8408e2172cd8465f1881dbaac46e98f2af3bf'/>
<id>urn:sha1:b0d8408e2172cd8465f1881dbaac46e98f2af3bf</id>
<content type='text'>
cleanups.
</content>
</entry>
<entry>
<title>Don't include &lt;sys/lock.h&gt; in headers when only `struct simplelock' is</title>
<updated>1997-12-05T19:55:52Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-12-05T19:55:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1cd52ec333dcaa93fed3408a4d473f1192c8aba8'/>
<id>urn:sha1:1cd52ec333dcaa93fed3408a4d473f1192c8aba8</id>
<content type='text'>
required.  Fixed everything that depended on the pollution.
</content>
</entry>
<entry>
<title>Fix some style(9) and formatting problems.  tabsize 4 formatting doesn't</title>
<updated>1997-09-21T11:41:12Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-09-21T11:41:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af866d9a23990d87edbefb84cd1bbf7a6544972f'/>
<id>urn:sha1:af866d9a23990d87edbefb84cd1bbf7a6544972f</id>
<content type='text'>
look too great with 'more' etc.

Approved by: dyson (with a minor grumble :-)
</content>
</entry>
<entry>
<title>Change the M_NAMEI allocations to use the zone allocator.  This change</title>
<updated>1997-09-21T04:24:27Z</updated>
<author>
<name>John Dyson</name>
<email>dyson@FreeBSD.org</email>
</author>
<published>1997-09-21T04:24:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=99448ed11d42574b59b878cbb42797573b951c6a'/>
<id>urn:sha1:99448ed11d42574b59b878cbb42797573b951c6a</id>
<content type='text'>
plus the previous changes to use the zone allocator decrease the useage
of malloc by half.  The Zone allocator will be upgradeable to be able
to use per CPU-pools, and has more intelligent usage of SPLs.  Additionally,
it has reasonable stats gathering capabilities, while making most calls
inline.
</content>
</entry>
<entry>
<title>The "cutsie" register parameter passing that I had mistakenly used breaks</title>
<updated>1997-08-10T00:12:13Z</updated>
<author>
<name>John Dyson</name>
<email>dyson@FreeBSD.org</email>
</author>
<published>1997-08-10T00:12:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c5ff0a712e1b0d7717e477747216d0822021350'/>
<id>urn:sha1:1c5ff0a712e1b0d7717e477747216d0822021350</id>
<content type='text'>
profiling.  Since it doesn't really improve perf much, I have backed it
out.
</content>
</entry>
</feed>
