<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/alpha, 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-05-31T15:18:41Z</updated>
<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>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>sys/sys/limits.h:</title>
<updated>2003-05-19T20:29:07Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-05-19T20:29:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=980ded9a7d8747828c4ec547654c90cbcb3b6910'/>
<id>urn:sha1:980ded9a7d8747828c4ec547654c90cbcb3b6910</id>
<content type='text'>
 - Fix visibilty test for LONG_BIT and WORD_BIT.  `#if defined(__FOO_VISIBLE)'
   is alays wrong because __FOO_VISIBLE is always defined (to 0 for
   invisibility).

sys/&lt;arch&gt;/include/limits.h
sys/&lt;arch&gt;/include/_limits.h:

 - Style fixes.

Submitted by:	bde
Reviewed by:	bsdmike
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>There's just no reason to not have these in GENERIC.</title>
<updated>2003-05-18T20:39:15Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-18T20:39:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=517f3f1ae59d586a5393dcacba71545ab40a30e8'/>
<id>urn:sha1:517f3f1ae59d586a5393dcacba71545ab40a30e8</id>
<content type='text'>
Found by:	release/*/drivers.conf cleaning script
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>- Merge struct procsig with struct sigacts.</title>
<updated>2003-05-13T20:36:02Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-05-13T20:36:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=90af4afacb3d76aba2261a2dba4a1c5f69670a19'/>
<id>urn:sha1:90af4afacb3d76aba2261a2dba4a1c5f69670a19</id>
<content type='text'>
- Move struct sigacts out of the u-area and malloc() it using the
  M_SUBPROC malloc bucket.
- Add a small sigacts_*() API for managing sigacts structures: sigacts_alloc(),
  sigacts_free(), sigacts_copy(), sigacts_share(), and sigacts_shared().
- Remove the p_sigignore, p_sigacts, and p_sigcatch macros.
- Add a mutex to struct sigacts that protects all the members of the struct.
- Add sigacts locking.
- Remove Giant from nosys(), kill(), killpg(), and kern_sigaction() now
  that sigacts is locked.
- Several in-kernel functions such as psignal(), tdsignal(), trapsignal(),
  and thread_stopped() are now MP safe.

Reviewed by:	arch@
Approved by:	re (rwatson)
</content>
</entry>
<entry>
<title>Style fixes.</title>
<updated>2003-05-04T22:13:04Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-05-04T22:13:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0eda4c08a53f76ceee2b96ac299d2b470ed7dcab'/>
<id>urn:sha1:0eda4c08a53f76ceee2b96ac299d2b470ed7dcab</id>
<content type='text'>
Remove DBL_DIG, DBL_MIN, DBL_MAX and their FLT_ counterparts, they
were marked for deprecation ever since SUSv1 at least.
Only define ULLONG_MIN/MAX and LLONG_MAX if long long type is
supported.
Restore a lost comment in MI _limits.h file and remove it from
sys/limits.h where it does not belong.
</content>
</entry>
<entry>
<title>Range check the syscall number before looking it up in the syscallnames[]</title>
<updated>2003-04-30T17:59:27Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-04-30T17:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d90e753aa8386e132b8ed379b045009617545ab2'/>
<id>urn:sha1:d90e753aa8386e132b8ed379b045009617545ab2</id>
<content type='text'>
array.

Submitted by:	pho
</content>
</entry>
</feed>
