<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/alpha/include, branch release/4.9.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.9.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.9.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-10-27T07:57:33Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-10-27T07:57:33Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-10-27T07:57:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=90928716548537e93f54266e33cb4a3353fd3932'/>
<id>urn:sha1:90928716548537e93f54266e33cb4a3353fd3932</id>
<content type='text'>
'RELENG_4_9_0_RELEASE'.

This commit was manufactured to restore the state of the 4.9-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC BUS_DMA_ZERO support for busdma memory allocations, and M_ZERO</title>
<updated>2003-09-25T18:55:27Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-09-25T18:55:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=547b789d300db1c6f60f07ed15e31805e5b620c7'/>
<id>urn:sha1:547b789d300db1c6f60f07ed15e31805e5b620c7</id>
<content type='text'>
support for contigmalloc, which is required for BUS_DMA_ZERO support.

Approved by:    re (scottl)
</content>
</entry>
<entry>
<title>More vm_offset_t -&gt; vm_paddr_t conversions in kernel dump related code.</title>
<updated>2003-08-31T00:16:28Z</updated>
<author>
<name>Luoqi Chen</name>
<email>luoqi@FreeBSD.org</email>
</author>
<published>2003-08-31T00:16:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99915acc7d68da75de2439d76036420a0c3cd29c'/>
<id>urn:sha1:99915acc7d68da75de2439d76036420a0c3cd29c</id>
<content type='text'>
This is functionally a no-op. If you have 4G or more memory, most likely
you will still have problem with dumping since PCI device windows are
not currently excluded.

Approved by:	re
</content>
</entry>
<entry>
<title>MFC: bus.h 1.11 and busdma_machdep 1.24 to get bus_dmamap_load_mbuf &amp;</title>
<updated>2003-08-18T16:07:51Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2003-08-18T16:07:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d60e1147df69d46b039915f250050980a77ea4f'/>
<id>urn:sha1:7d60e1147df69d46b039915f250050980a77ea4f</id>
<content type='text'>
     and bus_dmamap_load_uio into -stable.  Also MFC 1.20 while
     I'm here (teach bus_dmamem_free() about contigfree()).

The resulting kernel builds and boots, but I don't have any
if_xl or if_rl devices in my -stable alpha to test with.
The resulting code looks just like -current (which is well tested),
so I don't anticipate problems.
</content>
</entry>
<entry>
<title>Add vm_paddr_t typedef.</title>
<updated>2003-08-12T05:41:54Z</updated>
<author>
<name>Luoqi Chen</name>
<email>luoqi@FreeBSD.org</email>
</author>
<published>2003-08-12T05:41:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=764f898b9bf8912a5d5e1e7cb06b5ec134b811f1'/>
<id>urn:sha1:764f898b9bf8912a5d5e1e7cb06b5ec134b811f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add spl's for revised crypto dispatch logic</title>
<updated>2002-12-30T18:43:06Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2002-12-30T18:43:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58e89f7e9573ad18b28799b6c49f269aa3512218'/>
<id>urn:sha1:58e89f7e9573ad18b28799b6c49f269aa3512218</id>
<content type='text'>
Submitted by:	 Andrew Gallatin &lt;gallatin@cs.duke.edu&gt;
</content>
</entry>
<entry>
<title>Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.</title>
<updated>2002-08-31T21:15:55Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2002-08-31T21:15:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de5fea70d19bf541ec4506be1269a4881b57d314'/>
<id>urn:sha1:de5fea70d19bf541ec4506be1269a4881b57d314</id>
<content type='text'>
Reduce the swap meta calculation by a factor of 2, it's still massive overkill.
</content>
</entry>
<entry>
<title>MFi386: Sony Programmable I/O Controller driver, for Sony Jogdial devices.</title>
<updated>2002-04-16T13:12:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-04-16T13:12:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fa94a21b60ee56e75c4a4a12a5ee0788e79ffff'/>
<id>urn:sha1:9fa94a21b60ee56e75c4a4a12a5ee0788e79ffff</id>
<content type='text'>
Forgotten by:	will
</content>
</entry>
<entry>
<title>add enable_intr() and disable_intr() which are required for DEVICE_POLL</title>
<updated>2002-02-12T01:20:50Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2002-02-12T01:20:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bc2c11850824de86b24252153673c1e5280639cf'/>
<id>urn:sha1:bc2c11850824de86b24252153673c1e5280639cf</id>
<content type='text'>
in -stable
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-11-03T01:41:10Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2001-11-03T01:41:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5e221d8d8d2cbbea271820622432a3deed3adf6b'/>
<id>urn:sha1:5e221d8d8d2cbbea271820622432a3deed3adf6b</id>
<content type='text'>
- Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
  tunable.
- Change TUNABLE_*_FETCH to have a return value of 0 if the variable
  was not found or successfully converted and true otherwise.
- Use vm_offset_t instead of caddr_t to fix a warning and remove
  two casts in kern_exec.c.
</content>
</entry>
</feed>
