<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdwarf, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-06-30T21:06:47Z</updated>
<entry>
<title>When decoding SLEB128, make sure sign extension is performed for</title>
<updated>2013-06-30T21:06:47Z</updated>
<author>
<name>Kai Wang</name>
<email>kaiw@FreeBSD.org</email>
</author>
<published>2013-06-30T21:06:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3254dc0a2b12ba4cddbd2a97b8720f79b5ee24cd'/>
<id>urn:sha1:3254dc0a2b12ba4cddbd2a97b8720f79b5ee24cd</id>
<content type='text'>
64-bit integers.

MFC after:	3 days
</content>
</entry>
<entry>
<title>libdwarf: anonymous types are expected to have empty type names...</title>
<updated>2013-03-23T08:50:56Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2013-03-23T08:50:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e67d24489f7c3a0a0b387240070304390d4f6fa'/>
<id>urn:sha1:3e67d24489f7c3a0a0b387240070304390d4f6fa</id>
<content type='text'>
or no type attributes at all.
This is according to DWARF specification.

MFC after:	13 days
</content>
</entry>
<entry>
<title>remove duplicate semicolons where possible.</title>
<updated>2012-10-22T03:00:37Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-10-22T03:00:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db702c59cf2577cd10e82ed61282fef3e840f877'/>
<id>urn:sha1:db702c59cf2577cd10e82ed61282fef3e840f877</id>
<content type='text'>
Approved by:	cperciva
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>Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so</title>
<updated>2012-08-29T18:49:41Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2012-08-29T18:49:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c7dd55c333e05da1f6cb1c621e1f94f465e0580'/>
<id>urn:sha1:1c7dd55c333e05da1f6cb1c621e1f94f465e0580</id>
<content type='text'>
programs using libdwarf (such as ctfconvert) don't error out on files
containing the attribute.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Bump shared libraries version numbers in preparation for 9.0.</title>
<updated>2011-08-28T09:26:48Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2011-08-28T09:26:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7596eb487200a0954c34060ce81369fe1fb4ad72'/>
<id>urn:sha1:7596eb487200a0954c34060ce81369fe1fb4ad72</id>
<content type='text'>
This time, only libraries which ABI has been changed compared to
stable/8, are bumped.

ABI analysis done by:	Gleb Kurtsou
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Add the ability to search for all the inlined instances of a given function.</title>
<updated>2011-05-07T01:05:31Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2011-05-07T01:05:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b2a96cc0410d247dbfad35cfef16351b888788a'/>
<id>urn:sha1:9b2a96cc0410d247dbfad35cfef16351b888788a</id>
<content type='text'>
Reviewed by:	jb
Obtained from:	Juniper Networks
</content>
</entry>
<entry>
<title>Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN.</title>
<updated>2010-02-25T22:16:30Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-02-25T22:16:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=13c89dbfa7bf13ab8ad113fc0345a6667e891a3c'/>
<id>urn:sha1:13c89dbfa7bf13ab8ad113fc0345a6667e891a3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build lib/ with WARNS=6 by default.</title>
<updated>2010-01-02T09:58:07Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T09:58:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=daaf5759104f210a9315f49f80f1e0f01a8b3bff'/>
<id>urn:sha1:daaf5759104f210a9315f49f80f1e0f01a8b3bff</id>
<content type='text'>
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
</content>
</entry>
<entry>
<title>Bump the version of all non-symbol-versioned shared libraries in</title>
<updated>2009-07-19T17:25:24Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-07-19T17:25:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ca3047aee082043d90aff2611a349c86c98e97c'/>
<id>urn:sha1:3ca3047aee082043d90aff2611a349c86c98e97c</id>
<content type='text'>
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
</content>
</entry>
</feed>
