<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libelf/elf_getdata.3, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-03-03T19:02:23Z</updated>
<entry>
<title>MFC r246978:</title>
<updated>2013-03-03T19:02:23Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2013-03-03T19:02:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5972cab94270ae665beb9c8b4c0baae9e3b97004'/>
<id>urn:sha1:5972cab94270ae665beb9c8b4c0baae9e3b97004</id>
<content type='text'>
  - Make sure to set an error code when trying to obtain a data descriptor for
    a section of type SHT_NULL.
  - Update the man page to reflect the fact that elf_getdata() and
    elf_rawdata() may return with an error of ELF_E_SECTION.

Approved by:	rstone (co-mentor)
</content>
</entry>
<entry>
<title>MFC r233648:</title>
<updated>2012-06-18T04:55:07Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-06-18T04:55:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1be2e5bd8cc6faf5b25f9b39445ed5e3d1b6d5f5'/>
<id>urn:sha1:1be2e5bd8cc6faf5b25f9b39445ed5e3d1b6d5f5</id>
<content type='text'>
	Remove trailing whitespace per mdoc lint warning

Approved by:	cperciva (implicit)
</content>
</entry>
<entry>
<title>MFC r235286:</title>
<updated>2012-05-18T00:31:20Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2012-05-18T00:31:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fafd9fa45e470605dfc848ee4a477325cb04200d'/>
<id>urn:sha1:fafd9fa45e470605dfc848ee4a477325cb04200d</id>
<content type='text'>
General mdoc(7) and typo fixes.

PR:		167734
</content>
</entry>
<entry>
<title>Document the behavior of `elf_getdata()` and `elf_rawdata()` with</title>
<updated>2011-05-07T11:29:48Z</updated>
<author>
<name>Kai Wang</name>
<email>kaiw@FreeBSD.org</email>
</author>
<published>2011-05-07T11:29:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8331e4264c7b9fc52fd2c95cb0b2ae0d625083e'/>
<id>urn:sha1:b8331e4264c7b9fc52fd2c95cb0b2ae0d625083e</id>
<content type='text'>
zero-sized ELF sections.

Obtained from:	elftoolchain
</content>
</entry>
<entry>
<title>Add a cross-reference to `elf_rawfile(3)`.</title>
<updated>2010-07-21T13:23:07Z</updated>
<author>
<name>Kai Wang</name>
<email>kaiw@FreeBSD.org</email>
</author>
<published>2010-07-21T13:23:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=080610736514c288315ee898245221b645dd94fe'/>
<id>urn:sha1:080610736514c288315ee898245221b645dd94fe</id>
<content type='text'>
Obtained from:	elftoolchain
MFC after:		1 month
</content>
</entry>
<entry>
<title>- Correctly handle sections of type SHT_NOBITS.  For these sections:</title>
<updated>2010-07-21T08:54:46Z</updated>
<author>
<name>Kai Wang</name>
<email>kaiw@FreeBSD.org</email>
</author>
<published>2010-07-21T08:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ee5b008fbbb4c56773ee3c4536903d758d94bea'/>
<id>urn:sha1:7ee5b008fbbb4c56773ee3c4536903d758d94bea</id>
<content type='text'>
  - elf_getdata() and elf_rawdata() should return an "Elf_Data" structure
    that has its "d_buf" member set to NULL and "d_size" member set to
    the nominal 'size' of the section.  [1]
  - Update the manual page for these functions.
- Fix a memory leak in an error handling path inside elf_getdata().
- Use _libelf_allocate_data() in elf_newdata() for consistency.

Obtained from:	elftoolchain
MFC after:		1 month
</content>
</entry>
<entry>
<title>mdoc: order prologue macros consistently by Dd/Dt/Os</title>
<updated>2010-04-14T19:08:06Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-04-14T19:08:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744'/>
<id>urn:sha1:aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744</id>
<content type='text'>
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by:	ru
Approved by:	philip, ed (mentors)
</content>
</entry>
<entry>
<title>Fix minor formatting issues:</title>
<updated>2006-11-13T09:46:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-11-13T09:46:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd9e086e936c75aa763dcbb83fa51eb0058af7ef'/>
<id>urn:sha1:cd9e086e936c75aa763dcbb83fa51eb0058af7ef</id>
<content type='text'>
- make document title match filename;
- remove hard sentence breaks, whitespace at EOL, and double whitespace;
- sort SEE ALSO xrefs, adding missing section numbers;
- fix a misspelled macro name.
</content>
</entry>
<entry>
<title>MFP4: Add an implementation of the ELF(3) and GELF(3) API set.</title>
<updated>2006-11-11T17:16:35Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>2006-11-11T17:16:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3eb1a62e694a65c67f6f86ca86a47dc06c93f1ee'/>
<id>urn:sha1:3eb1a62e694a65c67f6f86ca86a47dc06c93f1ee</id>
<content type='text'>
Bump __FreeBSD_version.

Reviewed by:	jb
</content>
</entry>
</feed>
