<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net/res_send.c, branch OPENBSD_3_4_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_4_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_4_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2003-06-02T20:18:38+00:00</updated>
<entry>
<title>Remove the advertising clause in the UCB license which Berkeley</title>
<updated>2003-06-02T20:18:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-02T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=021d32a253720a2fcdb07690f59c7e08d1d661e6'/>
<id>urn:sha1:021d32a253720a2fcdb07690f59c7e08d1d661e6</id>
<content type='text'>
rescinded 22 July 1999.  Proofed by myself and Theo.
</content>
</entry>
<entry>
<title>s/strncpy/strlcpy/</title>
<updated>2003-03-04T00:19:24+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2003-03-04T00:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9464e28cab6e9f9e7df083a4bcef97ec8b721535'/>
<id>urn:sha1:9464e28cab6e9f9e7df083a4bcef97ec8b721535</id>
<content type='text'>
</content>
</entry>
<entry>
<title>thread safer libc (note: safer, not safe)</title>
<updated>2003-01-28T04:58:00+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2003-01-28T04:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=547ebab319b228b064cf5dcb3ff0ae1bf23d24a2'/>
<id>urn:sha1:547ebab319b228b064cf5dcb3ff0ae1bf23d24a2</id>
<content type='text'>
Access to the global _res structure replaced by pointers to a
per thread instance.  If unthreaded the pointer is to the
global structure.

Also replaced a 64k stack array with malloc-ed memory so
threaded aps (with a default 64k stack) have a chance at working.
ok deraadt@
</content>
</entry>
<entry>
<title>use socklen_t where needed; henning pvalchev ok</title>
<updated>2002-09-06T18:35:12+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-09-06T18:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=103759ac88a6c48f6280dfdd527d3465b4d686f7'/>
<id>urn:sha1:103759ac88a6c48f6280dfdd527d3465b4d686f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.</title>
<updated>2002-02-16T21:27:50+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-02-16T21:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=052e020be6be85be6238c44b8386a61f8db7b6a4'/>
<id>urn:sha1:052e020be6be85be6238c44b8386a61f8db7b6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add "options insecure[12]" support for /etc/resolv.conf.</title>
<updated>2001-09-14T23:49:29+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2001-09-14T23:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4fe6900d34c658a81df5efc40e562c161597ace2'/>
<id>urn:sha1:4fe6900d34c658a81df5efc40e562c161597ace2</id>
<content type='text'>
insecure1 is necessary for IPv6 dynamic DNS server discovery,
draft-ietf-ipngwg-dns-discovery-02.txt.  sync with kame.
ok'ed by angelos
</content>
</entry>
<entry>
<title>ipv6 support in resolver.  "nameserver" line in /etc/resolv.conf now takes</title>
<updated>2000-06-22T07:31:18+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2000-06-22T07:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dd1a6930a8ee9dd3edcff14d2150a70fc6d51e86'/>
<id>urn:sha1:dd1a6930a8ee9dd3edcff14d2150a70fc6d51e86</id>
<content type='text'>
ipv6 address.
</content>
</entry>
<entry>
<title>some -Wall</title>
<updated>1998-03-19T00:30:08+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1998-03-19T00:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e76ed5e581d1a3240120ce9416a991fc1f21a449'/>
<id>urn:sha1:e76ed5e581d1a3240120ce9416a991fc1f21a449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use bzero instead of FD_ZERO</title>
<updated>1997-06-04T03:18:41+00:00</updated>
<author>
<name>dm</name>
<email></email>
</author>
<published>1997-06-04T03:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=161d8df7af682a13bd4d1308df77eb4cb43aacdc'/>
<id>urn:sha1:161d8df7af682a13bd4d1308df77eb4cb43aacdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>howmany(x+1, NFDBITS)</title>
<updated>1997-06-03T22:43:43+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1997-06-03T22:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c48cc9eb9a5a61836503701757021fa09d76db41'/>
<id>urn:sha1:c48cc9eb9a5a61836503701757021fa09d76db41</id>
<content type='text'>
</content>
</entry>
</feed>
