<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/lib/libelf, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/lib/libelf?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/lib/libelf?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2020-12-03T22:47:21Z</updated>
<entry>
<title>grammar fixes from Varik "The Genuine Article!!!" Valefor;</title>
<updated>2020-12-03T22:47:21Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2020-12-03T22:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=8b2238e1400a92146f97cb2fa2b3ea91cc276f7f'/>
<id>urn:sha1:8b2238e1400a92146f97cb2fa2b3ea91cc276f7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove macro instances from arbitrary string width specifiers. for example</title>
<updated>2020-11-14T10:35:58Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2020-11-14T10:35:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=961ae58b0647acb72809d3523955df3fa16862b9'/>
<id>urn:sha1:961ae58b0647acb72809d3523955df3fa16862b9</id>
<content type='text'>
	-width ".Dv BOB" -&gt; -width "BOB"

although they are not errors, they are misleading and probably should
not get pasted around
</content>
</entry>
<entry>
<title>update libelf from elftoolchain r3717 to r3833</title>
<updated>2020-05-18T06:46:23Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2020-05-18T06:46:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=63b9365298cb9b8f7a9d67494526f438709cd72a'/>
<id>urn:sha1:63b9365298cb9b8f7a9d67494526f438709cd72a</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>crank libelf major for exec_elf.h changes</title>
<updated>2019-12-01T13:14:39Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2019-12-01T13:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=73aaf0d9e575dcbe95f53dca784a6fa082ab2796'/>
<id>urn:sha1:73aaf0d9e575dcbe95f53dca784a6fa082ab2796</id>
<content type='text'>
</content>
</entry>
<entry>
<title>open() and fstat() return precisely -1 on error, not a vague value &lt; 0.</title>
<updated>2019-06-20T16:15:22Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-06-20T16:15:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1a2832a387f8d82057ecbbaa50fc2a586b258dac'/>
<id>urn:sha1:1a2832a387f8d82057ecbbaa50fc2a586b258dac</id>
<content type='text'>
Follow the contract.
</content>
</entry>
<entry>
<title>fix bogus cross references: there is no ELF(3) manual page;</title>
<updated>2019-06-11T18:38:46Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2019-06-11T18:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=614db50e6efebacf09acfa2f4ec75f8417c0841e'/>
<id>urn:sha1:614db50e6efebacf09acfa2f4ec75f8417c0841e</id>
<content type='text'>
pointed out by naddy@
</content>
</entry>
<entry>
<title>do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.:</title>
<updated>2019-06-11T18:30:31Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2019-06-11T18:30:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=aecf17f9b664a814971dbde163f06ef2c3e91e80'/>
<id>urn:sha1:aecf17f9b664a814971dbde163f06ef2c3e91e80</id>
<content type='text'>
issue noticed by naddy@ when he inspected a bug report from aalm@;
while here, use .At where appropriate;
OK naddy@ jmc@
</content>
</entry>
<entry>
<title>update libelf from elftoolchain r3714 to r3717</title>
<updated>2019-03-19T02:37:46Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2019-03-19T02:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=a5f4ee4e3f8f42ac550adf39a31813f588ef9dc2'/>
<id>urn:sha1:a5f4ee4e3f8f42ac550adf39a31813f588ef9dc2</id>
<content type='text'>
check for overflow correctly after computing a file offset
</content>
</entry>
<entry>
<title>update libelf from elftoolchain r3669 to r3714</title>
<updated>2019-03-19T02:31:35Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2019-03-19T02:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e219834f801e78888637194a4612bc3229c35e9c'/>
<id>urn:sha1:e219834f801e78888637194a4612bc3229c35e9c</id>
<content type='text'>
includes changes to address problems sunil@ found with fuzzing
original diff from and ok sunil@
</content>
</entry>
<entry>
<title>add libelf from elftoolchain r3669</title>
<updated>2019-02-01T05:27:37Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2019-02-01T05:27:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=a1b5ec256a03e12d667837fca8bf42f20675916f'/>
<id>urn:sha1:a1b5ec256a03e12d667837fca8bf42f20675916f</id>
<content type='text'>
A 2 clause BSD licensed implementation of the SVR4 ELF API also
implemented by mr511.de libelf (devel/libelf in ports) and elfutils.

It is being added to base to allow Mesa to use it in future.

shlib major is higher than devel/libelf and pkg-config version is 0.8.2
to pass a glib2 configure test so this can replace the use of
devel/libelf in ports.
</content>
</entry>
</feed>
