<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/gcore/elfcore.c, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2001-07-11T23:59:12Z</updated>
<entry>
<title>MFC: * Most of existing include/elf.h is in elf-hints.h.</title>
<updated>2001-07-11T23:59:12Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-07-11T23:59:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bdb0bbd68658460c75f2a4d3f51f0e6838e1cef8'/>
<id>urn:sha1:bdb0bbd68658460c75f2a4d3f51f0e6838e1cef8</id>
<content type='text'>
       elf.h is now a compatibility header with Solaris/SVR4.
	 * Consumers of elf.h now use the minimalist elf header possible.

This change is motivated by Binutils 2.11 and too much clashing over
our base elf headers and the Binutils elf headers.
</content>
</entry>
<entry>
<title>MFC: r1.8; Null terminate buffer.</title>
<updated>2001-06-13T14:41:52Z</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2001-06-13T14:41:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=184d0bca97ac196830c4a70ae7d64c3d6c66f4ac'/>
<id>urn:sha1:184d0bca97ac196830c4a70ae7d64c3d6c66f4ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: rev 1.6</title>
<updated>2000-07-06T21:46:59Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-07-06T21:46:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eef6e7d85efd439c7fc95fe714d539d50654022e'/>
<id>urn:sha1:eef6e7d85efd439c7fc95fe714d539d50654022e</id>
<content type='text'>
Change our ELF binary branding to match the SCO (as USL) method in the latest
SVR4 ELF spec.
</content>
</entry>
<entry>
<title>useracc() the prequel:</title>
<updated>1999-10-29T18:09:36Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-10-29T18:09:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=923502ff91327138aa9ef1d59ea7044d2936e0ef'/>
<id>urn:sha1:923502ff91327138aa9ef1d59ea7044d2936e0ef</id>
<content type='text'>
Merge the contents (less some trivial bordering the silly comments)
of &lt;vm/vm_prot.h&gt; and &lt;vm/vm_inherit.h&gt; into &lt;vm/vm.h&gt;.  This puts
the #defines for the vm_inherit_t and vm_prot_t types next to their
typedefs.

This paves the road for the commit to follow shortly: change
useracc() to use VM_PROT_{READ|WRITE} rather than B_{READ|WRITE}
as argument.
</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>Make gcore work again.  It was broken by a format change in the</title>
<updated>1999-07-17T18:58:32Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1999-07-17T18:58:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2062f4ee1124f4a0b02c7ea30ffd9615f7dcc6c8'/>
<id>urn:sha1:2062f4ee1124f4a0b02c7ea30ffd9615f7dcc6c8</id>
<content type='text'>
procfs map file when object IDs were eliminated in the mega-commit
that included procfs_map.c revision 1.19.

The map file is a terrible hodge-podge.  The fields that are used
mainly for kernel debugging should be moved out of it into a
separate file, so that the interface presented by the map file to
applications can remain stable in the face of VM system changes.
</content>
</entry>
<entry>
<title>Fix errors detected by -Wformat.</title>
<updated>1998-11-01T06:35:36Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-11-01T06:35:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=00bf1f30667b2a5b77c41e1fa2dfd29fadaca26a'/>
<id>urn:sha1:00bf1f30667b2a5b77c41e1fa2dfd29fadaca26a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make gcore work for ELF.</title>
<updated>1998-10-19T19:42:18Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-10-19T19:42:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=52e7cc0a90765b1fdcec43aaf38d30b58a7ee01b'/>
<id>urn:sha1:52e7cc0a90765b1fdcec43aaf38d30b58a7ee01b</id>
<content type='text'>
</content>
</entry>
</feed>
