<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/gcore, 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-06-06T22:06:42Z</updated>
<entry>
<title>MFC: Make gcore(1) 64 bit safe.</title>
<updated>2007-06-06T22:06:42Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-06-06T22:06:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ea0df69126bfeb3c85a7cfe84b310f60fee8ba1b'/>
<id>urn:sha1:ea0df69126bfeb3c85a7cfe84b310f60fee8ba1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a.out support from gcore(1).</title>
<updated>2004-11-27T06:46:48Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-11-27T06:46:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c5ac569a4bc6f1a90c89a7d45727547c8f029b83'/>
<id>urn:sha1:c5ac569a4bc6f1a90c89a7d45727547c8f029b83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gcore(1) apparently still cares about a.out core dumps, so it still</title>
<updated>2004-11-20T02:30:02Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-11-20T02:30:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6661339b82bfe60465f6bc97ea0963847f1958b4'/>
<id>urn:sha1:6661339b82bfe60465f6bc97ea0963847f1958b4</id>
<content type='text'>
needs to know that a 1-page U area is part of the dump format.

Reviewed by:	arch@
</content>
</entry>
<entry>
<title>Teach gcore about the pathname field of '/proc/*/map' so that it doesn't</title>
<updated>2004-07-12T20:19:40Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-07-12T20:19:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22c147143472f885eef0d85724ffafcc73125cfd'/>
<id>urn:sha1:22c147143472f885eef0d85724ffafcc73125cfd</id>
<content type='text'>
spin when its parser gets confused by a lack of end-of-line.

Submitted by:	Dan Nelson &lt;dan@dan.emsphone.com&gt;
PR:		68839
</content>
</entry>
<entry>
<title>Deal with double whitespace.</title>
<updated>2004-07-03T00:24:45Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-03T00:24:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=557b7fa1488f8937156051e061ac3512330bcb7e'/>
<id>urn:sha1:557b7fa1488f8937156051e061ac3512330bcb7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T22:22:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T22:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a3e8b0adc8c622ae61275a94d5d869980a68069'/>
<id>urn:sha1:6a3e8b0adc8c622ae61275a94d5d869980a68069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some WARNS:</title>
<updated>2004-02-15T22:48:25Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-02-15T22:48:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c4dd6db19b803e88121328ac9c614c1f921405e2'/>
<id>urn:sha1:c4dd6db19b803e88121328ac9c614c1f921405e2</id>
<content type='text'>
1) Remove some unused variables.
2) Mark some things aas static or __unused.
3) Cast to make sure we're comparing the same types.
</content>
</entry>
<entry>
<title>Add #include &lt;sys/queue.h&gt; for sparc64's benefit.  The MD includes there</title>
<updated>2002-09-13T18:24:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-09-13T18:24:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9e0a9e9833dbb82df922821ea4c64cf45b32fb57'/>
<id>urn:sha1:9e0a9e9833dbb82df922821ea4c64cf45b32fb57</id>
<content type='text'>
have less polution.
</content>
</entry>
<entry>
<title>Use a crowbar to move the a.out code out of gcore.c and into its own</title>
<updated>2002-09-13T16:33:35Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-09-13T16:33:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e0491636b54ff7b4eaa790bf3dda120f477f8f52'/>
<id>urn:sha1:e0491636b54ff7b4eaa790bf3dda120f477f8f52</id>
<content type='text'>
file so that we have a chance of using gcore on non-i386 platforms.  Use
linker sets to reduce the registration glue.  Remove md-sparc.c, we do not
have an a.out sparc32 port.  aoutcore.c was repocopied from gcore.c.
</content>
</entry>
<entry>
<title>Include stdint.h to make this compile.</title>
<updated>2002-09-05T07:43:34Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2002-09-05T07:43:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=56d037c684c56829f0f50c50280191ddee7748ea'/>
<id>urn:sha1:56d037c684c56829f0f50c50280191ddee7748ea</id>
<content type='text'>
Submitted by:	Garance A Drosihn &lt;drosih@rpi.edu&gt;
</content>
</entry>
</feed>
