<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/kdump, branch releng/6.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-07-17T14:43:11Z</updated>
<entry>
<title>MFC 1.37: Fix alignment of context switch traces.</title>
<updated>2007-07-17T14:43:11Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-07-17T14:43:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0989c2c69c3099b8782b2d25c9fddebadacaa87d'/>
<id>urn:sha1:0989c2c69c3099b8782b2d25c9fddebadacaa87d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Add various utrace's to the ELF runtime linker/loader.</title>
<updated>2007-01-23T22:31:45Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-01-23T22:31:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b664b8e9a3af28c9120aae723a65606e43d1cc34'/>
<id>urn:sha1:b664b8e9a3af28c9120aae723a65606e43d1cc34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Parse utrace(2) entries generated by malloc(3).</title>
<updated>2007-01-23T22:14:14Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-01-23T22:14:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ba9bff5979cb50d8f5a9318b7bbffc3f2a2e0c9'/>
<id>urn:sha1:7ba9bff5979cb50d8f5a9318b7bbffc3f2a2e0c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge mkioctls:1.38 from HEAD to RELENG_6:</title>
<updated>2006-09-03T08:29:20Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2006-09-03T08:29:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ad51780fd3f574725f158677b79fe7bbeaf37c40'/>
<id>urn:sha1:ad51780fd3f574725f158677b79fe7bbeaf37c40</id>
<content type='text'>
  Add audit.h to mkioctls inclusion list: audit pipe ioctls need access
  to the audit types.

Obtained from:	TrustedBSD Project
</content>
</entry>
<entry>
<title>MFC rev. 1.30, 1.31</title>
<updated>2006-07-19T14:49:20Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2006-07-19T14:49:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c4d8b1e95378f536b7daf33667a92e8d9abba37'/>
<id>urn:sha1:7c4d8b1e95378f536b7daf33667a92e8d9abba37</id>
<content type='text'>
Check that the signal number is in range.

Approved by:	pjd (mentor)
</content>
</entry>
<entry>
<title>Merge kdump.1:1.13, kdump.c:1.27, as well as some of the mdoc cleanups</title>
<updated>2006-02-14T03:28:31Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2006-02-14T03:28:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=45a6144562a2d823f2469e0c76c44d2a3f9dc2c8'/>
<id>urn:sha1:45a6144562a2d823f2469e0c76c44d2a3f9dc2c8</id>
<content type='text'>
present in kdump.1:1.15:

  Add a "-H" argument to kdump, which causes kdump to print an additional
  field holding the threadid.  This is more useful for libthr than
  libpthread, but still quite useful in libpthread as it can be used to
  process interlaced records from multiple threads over the course of a
  system call.

  Detect old ktr_buffer values using the heuristic "if it's negative,
  then it must not be a valid threadid".  This may leave something to be
  desired.

  Reviewed by:    davidxu

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Merge kdump.1:1.14 and kdump.c:1.28 from HEAD to RELENG_6:</title>
<updated>2005-11-19T11:55:50Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-11-19T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d009d5d07a8447a8f3ce3f67f3e830ea9c4fe82e'/>
<id>urn:sha1:d009d5d07a8447a8f3ce3f67f3e830ea9c4fe82e</id>
<content type='text'>
  Add "-s" argument to kdump to suppress the display of I/O data.
</content>
</entry>
<entry>
<title>Update kdump manual page with information on the dump format.</title>
<updated>2005-01-28T12:17:33Z</updated>
<author>
<name>George V. Neville-Neil</name>
<email>gnn@FreeBSD.org</email>
</author>
<published>2005-01-28T12:17:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9a2bf999b00cda2ad63c5bee3ea950d439627da'/>
<id>urn:sha1:a9a2bf999b00cda2ad63c5bee3ea950d439627da</id>
<content type='text'>
Add a table with the different types of operations traced.

Reviewed by:	Ruslan Ermilov
Approved by:	Robert Watson (mentor)
</content>
</entry>
<entry>
<title>Place a function prototype correctly.</title>
<updated>2004-09-19T14:54:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-09-19T14:54:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7143dfdc43a39dad85ca8cd621eea4c6921629ef'/>
<id>urn:sha1:7143dfdc43a39dad85ca8cd621eea4c6921629ef</id>
<content type='text'>
Submitted by:	Divacky Roman
</content>
</entry>
<entry>
<title>Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).</title>
<updated>2004-06-16T23:39:33Z</updated>
<author>
<name>Max Laier</name>
<email>mlaier@FreeBSD.org</email>
</author>
<published>2004-06-16T23:39:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22ac3ead26f49483410317f82ce328741b1cf975'/>
<id>urn:sha1:22ac3ead26f49483410317f82ce328741b1cf975</id>
<content type='text'>
</content>
</entry>
</feed>
