<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/elf2aout/elf2aout.c, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-02-12T15:07:24Z</updated>
<entry>
<title>Make manpage's SYNOPSIS match program's usage().</title>
<updated>2010-02-12T15:07:24Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-02-12T15:07:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a66d183c7bb1fd7fba2956e675d8abcdf32eb8ca'/>
<id>urn:sha1:a66d183c7bb1fd7fba2956e675d8abcdf32eb8ca</id>
<content type='text'>
Submitted by:	Alexander Best (manpage)
</content>
</entry>
<entry>
<title>Because optarg and optind are defined in unistd.h,</title>
<updated>2006-04-21T09:39:51Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2006-04-21T09:39:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3254fa322ff222026edb6ba896b67dfc25ddd26b'/>
<id>urn:sha1:3254fa322ff222026edb6ba896b67dfc25ddd26b</id>
<content type='text'>
remove the defination here.
</content>
</entry>
<entry>
<title>Make our ELF64 type definitions match standards. In particular this</title>
<updated>2005-12-18T04:52:37Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2005-12-18T04:52:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=757686b11510174fffffec96b816204c8d659fba'/>
<id>urn:sha1:757686b11510174fffffec96b816204c8d659fba</id>
<content type='text'>
means:
o  Remove Elf64_Quarter,
o  Redefine Elf64_Half to be 16-bit,
o  Redefine Elf64_Word to be 32-bit,
o  Add Elf64_Xword and Elf64_Sxword for 64-bit entities,
o  Use Elf_Size in MI code to abstract the difference between
   Elf32_Word and Elf64_Word.
o  Add Elf_Ssize as the signed counterpart of Elf_Size.

MFC after: 2 weeks
</content>
</entry>
<entry>
<title>Back out the totally unapproved backout of my commits.</title>
<updated>2003-03-29T03:03:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-03-29T03:03:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2d57da023a21eb036a749560698326939f745a76'/>
<id>urn:sha1:2d57da023a21eb036a749560698326939f745a76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out the removal (here too) of the "custom" version of</title>
<updated>2003-02-19T15:25:07Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-02-19T15:25:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=112dc321de91a250f129ae3e6d8076de574cf15c'/>
<id>urn:sha1:112dc321de91a250f129ae3e6d8076de574cf15c</id>
<content type='text'>
&lt;sys/endian.h&gt;.  It is needed to cross-build sparc64 on
RELENG_4 and to build sparc64 on say 5.0-DP1 (on systems
without &lt;sys/endian.h&gt;).  This will be revisited when we
create RELENG_5.

Spotted by:	make universe
</content>
</entry>
<entry>
<title>Use the offical sys/endian.h rather than reaching way over into another</title>
<updated>2002-12-30T09:58:20Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-12-30T09:58:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6502570bbe766ded4d5fb21d3297a1c2a260223a'/>
<id>urn:sha1:6502570bbe766ded4d5fb21d3297a1c2a260223a</id>
<content type='text'>
binary's directory to use a private header.
</content>
</entry>
<entry>
<title>Make it work for a different endianness binary.</title>
<updated>2002-05-25T13:43:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-25T13:43:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c3fc710e2c844bd2e040dd0ff7f6c2f7055af73'/>
<id>urn:sha1:1c3fc710e2c844bd2e040dd0ff7f6c2f7055af73</id>
<content type='text'>
(This version is still limited to ELF64.)

Reviewed by:	jake
</content>
</entry>
<entry>
<title>Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1.</title>
<updated>2002-05-20T14:42:48Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-20T14:42:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b501b9b5c164fced56b57279864a8101006bba0f'/>
<id>urn:sha1:b501b9b5c164fced56b57279864a8101006bba0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill the stray #include line.</title>
<updated>2002-05-20T08:05:58Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-20T08:05:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa7e3ca68a2c17c111c363ae2860b11b988d4dbc'/>
<id>urn:sha1:fa7e3ca68a2c17c111c363ae2860b11b988d4dbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/u_int/u_int32_t/</title>
<updated>2002-05-20T07:56:40Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-20T07:56:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8aa98dece2f9747a45a06473af2c1bccba894850'/>
<id>urn:sha1:8aa98dece2f9747a45a06473af2c1bccba894850</id>
<content type='text'>
</content>
</entry>
</feed>
