<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libelf, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>Do not generate unneeded initializers.</title>
<updated>2007-09-09T02:10:53Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>2007-09-09T02:10:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=64cd6a11000768eaf7733d95061c2c0eb8238a75'/>
<id>urn:sha1:64cd6a11000768eaf7733d95061c2c0eb8238a75</id>
<content type='text'>
Approved by:	re (bmah)
</content>
</entry>
<entry>
<title>Fix a bug that prevented applications from laying out ELF objects</title>
<updated>2007-09-08T08:20:12Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>2007-09-08T08:20:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=36c39678d62186cea27ea8d77bd779bf8d85b582'/>
<id>urn:sha1:36c39678d62186cea27ea8d77bd779bf8d85b582</id>
<content type='text'>
with section header tables residing in between other sections.

Introduce additional checks for overlaps between section data and
the section header table when the application is performing section
layout.

Document additional error returns.

Reported by:	Kai Wang &lt;kaiw27 at gmail dot com&gt;
Approved by:	re (rwatson)
</content>
</entry>
<entry>
<title>Cross-reference the correct manual page.</title>
<updated>2007-07-28T15:35:03Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>2007-07-28T15:35:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c73743b6ce8662b883629cc339ead90c4a7f363d'/>
<id>urn:sha1:c73743b6ce8662b883629cc339ead90c4a7f363d</id>
<content type='text'>
Approved by:	re (bmah)
</content>
</entry>
<entry>
<title>Use C comments since we now preprocess these files with CPP.</title>
<updated>2007-04-29T14:05:22Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2007-04-29T14:05:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5f864214bbb2612cbb8b1b69d124036711b73946'/>
<id>urn:sha1:5f864214bbb2612cbb8b1b69d124036711b73946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Describe the contents of the "ar_name" and "ar_rawname" fields of</title>
<updated>2007-03-27T04:47:50Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>2007-03-27T04:47:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a77c710a2570167a97ca110d461631d851228ac2'/>
<id>urn:sha1:a77c710a2570167a97ca110d461631d851228ac2</id>
<content type='text'>
Elf_Arhdr structures better.
</content>
</entry>
<entry>
<title>Bug fixes to ar(1) archive handling:</title>
<updated>2007-03-27T04:40:57Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>2007-03-27T04:40:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7a3d57d27ae177959256600523ff1c3f3c751ed3'/>
<id>urn:sha1:7a3d57d27ae177959256600523ff1c3f3c751ed3</id>
<content type='text'>
 - Correctly retrieve the initial (special) members of an archive after
   an archive descriptor is rewound using elf_rand(SARMAG).
 - Do not strip trailing white space from the 'raw' names retrieved
   using elf_getarhdr().

Reported by:	"Hyo geol, Lee" &lt;hyogeollee at gmail dot com&gt;
</content>
</entry>
<entry>
<title>Document the return type of elf_rand(3) correctly.</title>
<updated>2007-03-26T16:31:42Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>2007-03-26T16:31:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=77d1ae043e25fdc147b5626f840e6fef5676afdb'/>
<id>urn:sha1:77d1ae043e25fdc147b5626f840e6fef5676afdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct a typo.</title>
<updated>2007-03-19T03:52:20Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>2007-03-19T03:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4864e6c230eecebeed12139fd3892aa86d444370'/>
<id>urn:sha1:4864e6c230eecebeed12139fd3892aa86d444370</id>
<content type='text'>
Submitted by:	 Kai Wang &lt;kaiw27 at gmail dot com&gt;
</content>
</entry>
<entry>
<title>Add GELF_* accessor macros.</title>
<updated>2007-03-08T04:01:30Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>2007-03-08T04:01:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dad626cccb91622aee5da37367f326b8797e11eb'/>
<id>urn:sha1:dad626cccb91622aee5da37367f326b8797e11eb</id>
<content type='text'>
Prodded by:	Sam Arun Raj &lt;samarunraj at gmail dot com&gt;
</content>
</entry>
</feed>
