<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/ddb/db_write_cmd.c, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-11-30T15:48:35Z</updated>
<entry>
<title>SPDX: Consider code from Carnegie-Mellon University.</title>
<updated>2017-11-30T15:48:35Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-30T15:48:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=796df753f404f4772ae0fd7da0e1d2b948268448'/>
<id>urn:sha1:796df753f404f4772ae0fd7da0e1d2b948268448</id>
<content type='text'>
Interesting cases, most likely from CMU Mach sources.
</content>
</entry>
<entry>
<title>ddb:  de-register</title>
<updated>2015-05-23T14:59:27Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-05-23T14:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a95ab74dfd2843bd30daafcef6526d4bde9bd87'/>
<id>urn:sha1:0a95ab74dfd2843bd30daafcef6526d4bde9bd87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ddb: finish converting boolean values.</title>
<updated>2015-05-21T15:16:18Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-05-21T15:16:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd508278c11d046bf7ce79ca39f6aabeb8c77f36'/>
<id>urn:sha1:cd508278c11d046bf7ce79ca39f6aabeb8c77f36</id>
<content type='text'>
The replacement started at r283088 was necessarily incomplete without
replacing boolean_t with bool.  This also involved cleaning some type
mismatches and ansifying old C function declarations.

Pointed out by:	bde
Discussed with:	bde, ian, jhb
</content>
</entry>
<entry>
<title>ddb: stop boolean screaming.</title>
<updated>2015-05-18T22:27:46Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-05-18T22:27:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b490bc747e67a2b9cecb12321ed4719600d31e9'/>
<id>urn:sha1:2b490bc747e67a2b9cecb12321ed4719600d31e9</id>
<content type='text'>
TRUE --&gt; true
FALSE--&gt; false

Hinted by:	NetBSD
</content>
</entry>
<entry>
<title>ddb: ANSI-fy function declarations.</title>
<updated>2014-10-12T18:01:52Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-10-12T18:01:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a41dd0319c532919c2f5ac2ba161d0157375e2fc'/>
<id>urn:sha1:a41dd0319c532919c2f5ac2ba161d0157375e2fc</id>
<content type='text'>
MFC after:	5 days
</content>
</entry>
<entry>
<title>Start each of the license/copyright comments with /*-</title>
<updated>2005-01-06T01:34:41Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T01:34:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dd3cb56845afea8d0480ed47caf7e5e415ab19e6'/>
<id>urn:sha1:dd3cb56845afea8d0480ed47caf7e5e415ab19e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-10T22:09:23Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-10T22:09:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=753960f7c45791dc61fa2388146b8d1780801ecf'/>
<id>urn:sha1:753960f7c45791dc61fa2388146b8d1780801ecf</id>
<content type='text'>
</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>Quiet warnings on Alpha.  (db_expr_t is a long on alpha, int on x86)</title>
<updated>1999-07-01T19:42:56Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-07-01T19:42:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c6989fa7e54e08aa6c9e238298b3c511bf73660'/>
<id>urn:sha1:1c6989fa7e54e08aa6c9e238298b3c511bf73660</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.</title>
<updated>1998-07-08T10:53:58Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-07-08T10:53:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=596dfc04ed90ad80804eb248089e48c83777b5c6'/>
<id>urn:sha1:596dfc04ed90ad80804eb248089e48c83777b5c6</id>
<content type='text'>
</content>
</entry>
</feed>
