<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/i386, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-08-10T23:35:21Z</updated>
<entry>
<title>MFC 1.24: Validate the iBCS2 statfs(2) length parameter.</title>
<updated>2003-08-10T23:35:21Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-08-10T23:35:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f175f1e048af6a1c2cebb69487764a140405cdca'/>
<id>urn:sha1:f175f1e048af6a1c2cebb69487764a140405cdca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC sys_process.c 1.113, spigot.c 1.60:</title>
<updated>2003-08-10T23:17:49Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-08-10T23:17:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7d57e49bfcf6f4ca4d23e236a1f0a4d8010b9856'/>
<id>urn:sha1:7d57e49bfcf6f4ca4d23e236a1f0a4d8010b9856</id>
<content type='text'>
Add or correct range checking of signal numbers in system calls and
ioctls.

MFC kern_sig.c 1.257:
panic() if we try to handle an out-of-range signal number in psignal()/
tdsignal().
</content>
</entry>
<entry>
<title>MFC: Initialize td-&gt;td_pcb-&gt;pcb_ext in cpu_thread_setup() since a garbage</title>
<updated>2003-06-02T21:37:07Z</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>2003-06-02T21:37:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=77e49d24d4800c9a6acb203e9eafb22a16c09640'/>
<id>urn:sha1:77e49d24d4800c9a6acb203e9eafb22a16c09640</id>
<content type='text'>
     value (e.g. 0xd0d0d0d0) can cause a kernel panic.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Disable building debug kernels in GENERIC for the release.</title>
<updated>2003-05-31T15:18:41Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-05-31T15:18:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=88543697fc010958be3889b27daffae3dd9ca491'/>
<id>urn:sha1:88543697fc010958be3889b27daffae3dd9ca491</id>
<content type='text'>
Reminded by:	rwatson
Approved by:	re (implicit)
</content>
</entry>
<entry>
<title>Disable WITNESS, INVARIANTS, and DDB for the release branch.</title>
<updated>2003-05-31T12:43:31Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-05-31T12:43:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=304e6a2d6732c0e46e2824b5b6de4faff9e2b9ea'/>
<id>urn:sha1:304e6a2d6732c0e46e2824b5b6de4faff9e2b9ea</id>
<content type='text'>
Approved by:	re (implicit)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'.</title>
<updated>2003-05-31T11:28:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-05-31T11:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4b38df05470b4d78dd0a2a026ab8f90299ec8382'/>
<id>urn:sha1:4b38df05470b4d78dd0a2a026ab8f90299ec8382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.</title>
<updated>2003-05-30T20:40:33Z</updated>
<author>
<name>Hiten Pandya</name>
<email>hmp@FreeBSD.org</email>
</author>
<published>2003-05-30T20:40:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b77c32a07e04dcf379bc7720f920c2d83c8939e8'/>
<id>urn:sha1:b77c32a07e04dcf379bc7720f920c2d83c8939e8</id>
<content type='text'>
The current name is confusing, because it indicates to
the client that a bus_dmamap_sync() operation is not
necessary when the flag is specified, which is wrong.

The main purpose of this flag is to hint the underlying
architecture that DMA memory should be mapped in a coherent
way, but the architecture can ignore it.  But if the
architecture does supports coherent mapping of memory, then
it makes bus_dmamap_sync() calls cheap.

This flag is the same as the one in NetBSD's Bus DMA.

Reviewed by: gibbs, scottl, des (implicitly)
Approved by: re@ (jhb)
</content>
</entry>
<entry>
<title>Bring back bus_dmasync_op_t.  It is now a typedef to an int, though the</title>
<updated>2003-05-27T04:59:59Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-05-27T04:59:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7e71df93390826733b07b547c105326fc6ba2a74'/>
<id>urn:sha1:7e71df93390826733b07b547c105326fc6ba2a74</id>
<content type='text'>
BUS_DMASYNC_ definitions remain as before.  The does not change the ABI,
and reverts the API to be a bit more compatible and flexible.  This has
survived a full 'make universe'.

Approved by:	re (bmah)
</content>
</entry>
<entry>
<title>De-orbit bus_dmamem_alloc_size().  It's a hack and was never used anyways.</title>
<updated>2003-05-26T04:00:52Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-05-26T04:00:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c87d464f286deec38dfb140c964ff299b36d7840'/>
<id>urn:sha1:c87d464f286deec38dfb140c964ff299b36d7840</id>
<content type='text'>
No need for it to pollute the 5.x API any further.

Approved by:	re (bmah)
</content>
</entry>
<entry>
<title>Make ciss usable under PAE</title>
<updated>2003-05-21T07:17:06Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2003-05-21T07:17:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3284b9ee87879341aff3110a43e867c0531b68e7'/>
<id>urn:sha1:3284b9ee87879341aff3110a43e867c0531b68e7</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
</feed>
