<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libelf, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-08-31T18:13:20Z</updated>
<entry>
<title>Add support to the ARM platform specific section types.</title>
<updated>2013-08-31T18:13:20Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2013-08-31T18:13:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be01a59a79c085139916ce36ba03d73c7531475b'/>
<id>urn:sha1:be01a59a79c085139916ce36ba03d73c7531475b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge part of r1712 from elftoolchain, making it possible to resize ELF</title>
<updated>2013-02-24T15:15:50Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2013-02-24T15:15:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a25349736dac12e2b5e36bf4bbe46df16ccb1c1a'/>
<id>urn:sha1:a25349736dac12e2b5e36bf4bbe46df16ccb1c1a</id>
<content type='text'>
sections and indirectly change the layout of an ELF file when
ELF_F_LAYOUT is not set.

PR:		bin/167103
Approved by:	rstone (co-mentor)
Obtained from:	elftoolchain
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>- Make sure to set an error code when trying to obtain a data descriptor for</title>
<updated>2013-02-19T03:23:13Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2013-02-19T03:23:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9be24c38b82ec7d9cb0b88d680d0b28ae8c8358b'/>
<id>urn:sha1:9be24c38b82ec7d9cb0b88d680d0b28ae8c8358b</id>
<content type='text'>
  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.

PR:		bin/175491
Approved by:	emaste (co-mentor)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix warnings found by -Wmising-variable-declarations.</title>
<updated>2012-10-19T05:43:38Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-10-19T05:43:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae824d80f28cd14c0c0ec75076c796e6a369bc18'/>
<id>urn:sha1:ae824d80f28cd14c0c0ec75076c796e6a369bc18</id>
<content type='text'>
This self-written compiler warning, which is hopefully going to be
committed into LLVM sources soon, warns about potentially missing
`static' keywords, similar to -Wmissing-prototypes.

- bin/pax: Move external declaration of chdname and s_mask into extern.h.
- bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h.
- sbin/mount_fusefs: Remove char *progname; use getprogname().
- others: add `static' where possible.
</content>
</entry>
<entry>
<title>Don't ever build files depending on the directory where they are placed in.</title>
<updated>2012-07-24T16:03:28Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2012-07-24T16:03:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7066cac012831033ca44608c0325bb44baaf5ba6'/>
<id>urn:sha1:7066cac012831033ca44608c0325bb44baaf5ba6</id>
<content type='text'>
It is obvious that its modification time will change with each such file
builded.
This bug cause whole libelf to rebuild itself each second make run
(and relink that files on each first make run) in the loop.
</content>
</entry>
<entry>
<title>Add the sys directory we create to the list of items to clean.</title>
<updated>2012-06-24T09:19:24Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2012-06-24T09:19:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b14dddf9aa6caa329443d21f3de10820eca5b4a'/>
<id>urn:sha1:6b14dddf9aa6caa329443d21f3de10820eca5b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h.</title>
<updated>2012-06-24T08:43:34Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2012-06-24T08:43:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec280fdbf51b85d73c443794c68216f1000defd3'/>
<id>urn:sha1:ec280fdbf51b85d73c443794c68216f1000defd3</id>
<content type='text'>
When building libelf in the bootstrap stage this would include the tree
versions of, for example, sys/_types.h. This would work as long as the
tree's version of this file was close enough to the system's version of
the file. If, however, there was a change in the tree such that the location
of a typedef was moved this would cause problems. In this case the version
of sys/_types.h in the tree no longer defines __wchar_t and expects it to
to be defined in machine/_types.h, however we pick up machine/_types.h from
the system and find it is not defined there. The solution is to restrict the
parts of sys er include from the tree to those that are needed.

This fixes the recent Tinderbox failure.

Pointy Hat to:	andrew
</content>
</entry>
<entry>
<title>Remove repeated words.</title>
<updated>2012-06-05T18:19:52Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-06-05T18:19:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4dec862ed5e1a08c3254b3468cd6349a11090e7'/>
<id>urn:sha1:a4dec862ed5e1a08c3254b3468cd6349a11090e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc: minor Bl improvements.</title>
<updated>2012-06-02T08:47:26Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-06-02T08:47:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ee2158b550b70d35c13246cf263ff24d283e062'/>
<id>urn:sha1:9ee2158b550b70d35c13246cf263ff24d283e062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>General mdoc(7) and typo fixes.</title>
<updated>2012-05-11T20:06:46Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2012-05-11T20:06:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a3fb6da9ba05cbeeab1d5bec46075916256d2fb0'/>
<id>urn:sha1:a3fb6da9ba05cbeeab1d5bec46075916256d2fb0</id>
<content type='text'>
PR:		167734
Submitted by:	Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after:	3 days
</content>
</entry>
</feed>
