<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net, branch libressl-v2.3.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-09-14T11:01:47+00:00</updated>
<entry>
<title>Wrap &lt;ifaddrs.h&gt;, &lt;netinet/in.h&gt;, and &lt;netinet/if_ether.h&gt; so internal</title>
<updated>2015-09-14T11:01:47+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-14T11:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bf667082490d7a06ab4fe5b0c135d58ac8c0e1c7'/>
<id>urn:sha1:bf667082490d7a06ab4fe5b0c135d58ac8c0e1c7</id>
<content type='text'>
calls go direct and all the symbols are weak
</content>
</entry>
<entry>
<title>Wrap &lt;net/if.h&gt; and &lt;net/if_dl.h&gt; so internal calls go direct and all the</title>
<updated>2015-09-14T10:47:01+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-14T10:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eea318797a5862eded1e73a1da56f528d56ae495'/>
<id>urn:sha1:eea318797a5862eded1e73a1da56f528d56ae495</id>
<content type='text'>
symbols are weak
</content>
</entry>
<entry>
<title>Finish wrapping &lt;netdb.h&gt; so that calls go direct and the symbols are all weak</title>
<updated>2015-09-14T07:38:38+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-14T07:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=69d51e1e52740c86a8655750d6b847266c605ef4'/>
<id>urn:sha1:69d51e1e52740c86a8655750d6b847266c605ef4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wrap &lt;arpa/inet.h&gt; and &lt;arpa/nameser.h&gt; so that calls go direct and the</title>
<updated>2015-09-13T21:36:08+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-13T21:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=04476e3178cfe6df05bf48c5efd7194aa15f1153'/>
<id>urn:sha1:04476e3178cfe6df05bf48c5efd7194aa15f1153</id>
<content type='text'>
symbols without underbar prefix are all weak
</content>
</entry>
<entry>
<title>Wrap &lt;unistd.h&gt; so that internal calls go direct and they're all weak symbols</title>
<updated>2015-09-12T14:56:50+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-12T14:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4dbec400d163cf80f90bc9f4b22a894e932174ec'/>
<id>urn:sha1:4dbec400d163cf80f90bc9f4b22a894e932174ec</id>
<content type='text'>
Delete unused 'fd' argument from internal function oldttyname()
</content>
</entry>
<entry>
<title>_getnetbyaddr and _getnetbyname appear to be historical accidents in</title>
<updated>2015-09-11T09:54:00+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-09-11T09:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab250a383adcc228148d2bd9bb6245d78932a1c9'/>
<id>urn:sha1:ab250a383adcc228148d2bd9bb6245d78932a1c9</id>
<content type='text'>
our tree. ok guenther miod
</content>
</entry>
<entry>
<title>tweak Nd after previous; ok mpi</title>
<updated>2015-09-10T10:14:20+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2015-09-10T10:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0dc5f09cfe416c2447e33a7ef2cbed7570956a15'/>
<id>urn:sha1:0dc5f09cfe416c2447e33a7ef2cbed7570956a15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove link_addr(3).  A function to encode the name of an interface in</title>
<updated>2015-09-10T08:55:03+00:00</updated>
<author>
<name>mpi</name>
<email></email>
</author>
<published>2015-09-10T08:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=abea91e3ab4813083b1953166483789bd7969cb3'/>
<id>urn:sha1:abea91e3ab4813083b1953166483789bd7969cb3</id>
<content type='text'>
a sockaddr_dl is a questionnable interface.  But now it makes it harder
to properly reference ifp becauses of this.

Set sdl_index to the index of the corresponding interface when
constructing a routing message.

Ridding previous libc crank.

ok guenther@, deraadt@, dlg@
</content>
</entry>
<entry>
<title>Use nanosleep instead of sleep to avoid the extra layer and simplify later</title>
<updated>2015-08-30T05:45:43+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-08-30T05:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=98d0276427df30fdb80801e98ca0855d132025cc'/>
<id>urn:sha1:98d0276427df30fdb80801e98ca0855d132025cc</id>
<content type='text'>
symbol hiding

ok w/tweak deraadt@
</content>
</entry>
<entry>
<title>force reseeding if pid has changed.</title>
<updated>2015-06-04T19:26:39+00:00</updated>
<author>
<name>eric</name>
<email></email>
</author>
<published>2015-06-04T19:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3264ecb55a0bdb0ed465192d7fa83ecd99a9998f'/>
<id>urn:sha1:3264ecb55a0bdb0ed465192d7fa83ecd99a9998f</id>
<content type='text'>
ok deraadt@
</content>
</entry>
</feed>
