<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/debugscripts, branch releng/13.5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:33Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line bare tag</title>
<updated>2023-08-23T17:43:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=350f9ac5b362558a39f447dea99d102b831ee0c8'/>
<id>urn:sha1:350f9ac5b362558a39f447dea99d102b831ee0c8</id>
<content type='text'>
Remove /^\s*\$FreeBSD\$$\n/

Similar commit in main:
(cherry picked from commit 05248206f720)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>urn:sha1:023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
</entry>
<entry>
<title>since kld_deb.py was removed a while back, this script isn't useful</title>
<updated>2020-08-11T22:33:56Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2020-08-11T22:33:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af593945362018207d01cd91668a2f4f5fe6712d'/>
<id>urn:sha1:af593945362018207d01cd91668a2f4f5fe6712d</id>
<content type='text'>
anymore...
</content>
</entry>
<entry>
<title>Enhance the 'ps' command so that it prints a line per proc and a line</title>
<updated>2019-09-25T18:03:15Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2019-09-25T18:03:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e7dd6e9402cae324c2190a70081854c3c8a8feb9'/>
<id>urn:sha1:e7dd6e9402cae324c2190a70081854c3c8a8feb9</id>
<content type='text'>
per thread, so that instead of repeating the same info for all threads
in proc, it would print thread specific info. Also includes thread number
that would match 'info threads' info and can be used as argument for
thread swithcing with 'thread' command.
</content>
</entry>
<entry>
<title>remove obsolete kernel debugging script</title>
<updated>2019-08-01T17:02:58Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2019-08-01T17:02:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5ada504b340e3e85bf907cbdbb7109ee16edb70'/>
<id>urn:sha1:a5ada504b340e3e85bf907cbdbb7109ee16edb70</id>
<content type='text'>
For quite some time kgdb has been internally handling FreeBSD kernel
module state; add-on scripts and tools are not needed.  asf(8) served
a similar purpose to this script and was removed in r335222.

PR:		229046
Reported by:	jhb
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Assorted grammar, spelling and punctuation fixes.</title>
<updated>2015-12-15T13:04:44Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2015-12-15T13:04:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=290bb03c0ccd7309f502cdfbc50866e3d9461638'/>
<id>urn:sha1:290bb03c0ccd7309f502cdfbc50866e3d9461638</id>
<content type='text'>
PR:		203336, 203339
Submitted by:	espeyb@rpi.edu, themesta@gmail.com
MFC after:	1 week
</content>
</entry>
<entry>
<title>Use print as a function for Python 3 [PEP 3105]</title>
<updated>2015-11-19T00:01:52Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2015-11-19T00:01:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=749f65e3e30e857301e44db4a87eca99d45cdc66'/>
<id>urn:sha1:749f65e3e30e857301e44db4a87eca99d45cdc66</id>
<content type='text'>
Import print_function from the __future__ module
to activate this for Python 2.  This works as far back as Python 2.6.0a2:
   https://docs.python.org/2/library/__future__.html

[PEP 3105] https://www.python.org/dev/peps/pep-3105/
</content>
</entry>
<entry>
<title>Remove debugging code that sneaked in.</title>
<updated>2015-04-09T07:52:03Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2015-04-09T07:52:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9903d523286001fd3cda78d0c9f04eff7053744'/>
<id>urn:sha1:a9903d523286001fd3cda78d0c9f04eff7053744</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide a gdb script, that prints routing tables from a live kernel or a</title>
<updated>2015-04-09T07:45:30Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2015-04-09T07:45:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1ab64a6127a184af40fdb4c13a39019a76a57216'/>
<id>urn:sha1:1ab64a6127a184af40fdb4c13a39019a76a57216</id>
<content type='text'>
core file, much like 'netstat -anr' does it for living kernel.

Right now only AF_INET routing table is printed. AF_INET6 needs to
be done. But the most difficult part of the script (recursion!) is
complete.

Sponsored by:	Nginx, Inc.
</content>
</entry>
<entry>
<title>A number of places in the source tree still reference cuad.* after</title>
<updated>2012-12-08T22:16:36Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-12-08T22:16:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=839f11a4fe18e4ae2dd930766b551fa67e354735'/>
<id>urn:sha1:839f11a4fe18e4ae2dd930766b551fa67e354735</id>
<content type='text'>
sio(4) was deprecated by uart(4).

s/cuad/cuau/g/

PR:		docs/171533
Reviewed by:	imp
Approved by:	cperciva (implicit)
MFC after:	3 weeks
</content>
</entry>
</feed>
