<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/pdq, branch release/3.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-08-29T16:33:42Z</updated>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T16:33:42Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T16:33:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c4f617ca01b475bdf034553dfe123deeb1589899'/>
<id>urn:sha1:c4f617ca01b475bdf034553dfe123deeb1589899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>    Backport from -4.x, Fix '|' that was supposed to be '||'</title>
<updated>1999-01-29T06:41:33Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1999-01-29T06:41:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4dcb005773f3a92ca7e1a3b998630157294cadce'/>
<id>urn:sha1:4dcb005773f3a92ca7e1a3b998630157294cadce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>urn:sha1:4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence warnings.</title>
<updated>1999-01-12T00:36:36Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1999-01-12T00:36:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d20a303759a20794d12dc824a5eba60d08a9bd4f'/>
<id>urn:sha1:d20a303759a20794d12dc824a5eba60d08a9bd4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The previous commit was bogus.  malloc(..., M_WAITOK) should not be</title>
<updated>1999-01-01T12:35:47Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-01-01T12:35:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b55dcca10776d537b33283b056a9afd363a5b204'/>
<id>urn:sha1:b55dcca10776d537b33283b056a9afd363a5b204</id>
<content type='text'>
used in device attach routines.  At least for attaches at boot time,
actually waiting, or actually failing for malloc(..., M_NOWAIT), are
almost equally unlikely and harmless, but using M_WAITOK interferes
with automatic detection of bogus M_WAITOK's.
</content>
</entry>
<entry>
<title>    probe function changed from returning char * to const char *.</title>
<updated>1998-12-14T06:37:37Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1998-12-14T06:37:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2cbe36f7259481bdc879887e0afc0394e15be45a'/>
<id>urn:sha1:2cbe36f7259481bdc879887e0afc0394e15be45a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>malloc(xxx, yyy, M_WAITOK) does not fail.  This probably explains why</title>
<updated>1998-12-09T02:18:53Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-12-09T02:18:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=98b5612b4786215662d305a03aa30d271e848443'/>
<id>urn:sha1:98b5612b4786215662d305a03aa30d271e848443</id>
<content type='text'>
the bug in the check had never been discovered.
</content>
</entry>
<entry>
<title>Fixed printf format errors.  Only one left in LINT on i386's.</title>
<updated>1998-08-24T02:28:16Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-08-24T02:28:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00671271c38b8c7744fb476e1cc1cdc8373418c6'/>
<id>urn:sha1:00671271c38b8c7744fb476e1cc1cdc8373418c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit fixes various 64bit portability problems required for</title>
<updated>1998-06-07T17:13:14Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-06-07T17:13:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ecbb00a2629050fd720dc376a33c45f4ad767cea'/>
<id>urn:sha1:ecbb00a2629050fd720dc376a33c45f4ad767cea</id>
<content type='text'>
FreeBSD/alpha.  The most significant item is to change the command
argument to ioctl functions from int to u_long.  This change brings us
inline with various other BSD versions.  Driver writers may like to
use (__FreeBSD_version == 300003) to detect this change.

The prototype FreeBSD/alpha machdep will follow in a couple of days
time.
</content>
</entry>
<entry>
<title>Removed unused #includes.</title>
<updated>1998-02-20T13:11:54Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-02-20T13:11:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=39e4376ba79d20f9d1b73397d4f20f4e2b0aef25'/>
<id>urn:sha1:39e4376ba79d20f9d1b73397d4f20f4e2b0aef25</id>
<content type='text'>
</content>
</entry>
</feed>
