<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/ddb/db_command.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>2018-04-17T15:44:05Z</updated>
<entry>
<title>Restore db_radix on parse error, otherwise we'll silently change it to</title>
<updated>2018-04-17T15:44:05Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-04-17T15:44:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3531bbb5eae6a1b9b7088d4cd911d84139244724'/>
<id>urn:sha1:3531bbb5eae6a1b9b7088d4cd911d84139244724</id>
<content type='text'>
10 on a botched trace command.
</content>
</entry>
<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>Make kdb_reenter() silent when explicitly called from db_error().</title>
<updated>2017-11-28T12:53:55Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-11-28T12:53:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=212ff84f4a0e7ebe6bb2a141e29e0e66556acce5'/>
<id>urn:sha1:212ff84f4a0e7ebe6bb2a141e29e0e66556acce5</id>
<content type='text'>
This removes the useless backtrace on various ddb(4) user errors.

Reviewed by:	jhb@
Obtained from:	CheriBSD
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D13212
</content>
</entry>
<entry>
<title>Point people towards our https web site for documentation, http accesses are</title>
<updated>2017-11-09T13:38:24Z</updated>
<author>
<name>Gavin Atkinson</name>
<email>gavin@FreeBSD.org</email>
</author>
<published>2017-11-09T13:38:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c6404e66903380c4bf163cb80764e93ea1e14b2c'/>
<id>urn:sha1:c6404e66903380c4bf163cb80764e93ea1e14b2c</id>
<content type='text'>
just redirected anyway.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Improve ddb(4) error reporting a bit.</title>
<updated>2017-07-06T12:30:39Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-07-06T12:30:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9990da25ea3800c772021983cc0e5e5984fdce6f'/>
<id>urn:sha1:9990da25ea3800c772021983cc0e5e5984fdce6f</id>
<content type='text'>
Obtained from:	CheriBSD
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Make ddb(4) a bit more user-friendly by improving "help".</title>
<updated>2017-07-06T12:27:14Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-07-06T12:27:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b5bd6c7383b5349a47dad615dc0f182d8cea6074'/>
<id>urn:sha1:b5bd6c7383b5349a47dad615dc0f182d8cea6074</id>
<content type='text'>
Obtained from:	CheriBSD
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Correct the type of db_cmd_loop_done.</title>
<updated>2016-09-09T04:16:53Z</updated>
<author>
<name>Justin Hibbits</name>
<email>jhibbits@FreeBSD.org</email>
</author>
<published>2016-09-09T04:16:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51d025a5961a250b963c3b8252904abb0d4a9d24'/>
<id>urn:sha1:51d025a5961a250b963c3b8252904abb0d4a9d24</id>
<content type='text'>
On big endian hardware that uses 1 byte bool a type mismatch of bool vs int will
cause the least signifcant byte of db_cmd_loop_done to be set, but the MSB to be
read, and read as 0.  This causes ddb to stay in an infinite loop.

MFC after:	1 week
</content>
</entry>
<entry>
<title>ddb: Add 'show active trace' command</title>
<updated>2016-08-26T02:46:47Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2016-08-26T02:46:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e89a3221fe46c952b6ed20aefab58e0eaf9d2e0'/>
<id>urn:sha1:7e89a3221fe46c952b6ed20aefab58e0eaf9d2e0</id>
<content type='text'>
'show active trace', or 'acttrace' for short, prints backtraces from running
threads only.

Reviewed by:	mjg
Differential Revision:	https://reviews.freebsd.org/D7646
</content>
</entry>
<entry>
<title>ddb: for pointers replace 0 with NULL.</title>
<updated>2016-04-15T17:27:20Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-15T17:27:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f915a92c799be0097f3376d799ddbdbc5a03912'/>
<id>urn:sha1:9f915a92c799be0097f3376d799ddbdbc5a03912</id>
<content type='text'>
Mostly cosmetical, no functional change.

Found with devel/coccinelle.
</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>
</feed>
