<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net, branch libressl-v4.1.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v4.1.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v4.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2024-09-03T18:21:55+00:00</updated>
<entry>
<title>typo in comment; Effectivly -&gt; Effectively; ok gilles@</title>
<updated>2024-09-03T18:21:55+00:00</updated>
<author>
<name>op</name>
<email></email>
</author>
<published>2024-09-03T18:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=35c0b093dbb74ae99c7aeef7270b936c658f9294'/>
<id>urn:sha1:35c0b093dbb74ae99c7aeef7270b936c658f9294</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wild white space</title>
<updated>2024-09-03T17:05:59+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2024-09-03T17:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ca5f6662533313cdb402c3ce9aaad36b9f6f4a86'/>
<id>urn:sha1:ca5f6662533313cdb402c3ce9aaad36b9f6f4a86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A dozen interfaces in &lt;endian.h&gt; were standardized in POSIX-2024 as expected</title>
<updated>2024-08-03T23:06:56+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2024-08-03T23:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=57946fcb6c73857d80cc35f6f670878d8f6438d9'/>
<id>urn:sha1:57946fcb6c73857d80cc35f6f670878d8f6438d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drop htonl(), htons(), ntohl(), ntohs() MD functions from libc</title>
<updated>2024-04-15T14:30:48+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2024-04-15T14:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d52ee90c31e3fa0a4bb23891cb94a4f2494cc513'/>
<id>urn:sha1:d52ee90c31e3fa0a4bb23891cb94a4f2494cc513</id>
<content type='text'>
Userland code compiled in a normal fashion picks up the htonl(),
htons(), ntohl(), ntohs() macros implemented by endian.h.  The
functions in libc are effectively unused.  Keep the MI functions
in case something looks for the symbols in libc or plays games
with #undef, but change them to wrap the implementation from
endian.h.

tweaks suggested by claudio@, ok miod@
</content>
</entry>
<entry>
<title>POSIX defines inet_ntoa, not inet_aton.</title>
<updated>2024-03-06T07:29:37+00:00</updated>
<author>
<name>bentley</name>
<email></email>
</author>
<published>2024-03-06T07:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2237eca83445530a27ad9e51b857de23803dd29b'/>
<id>urn:sha1:2237eca83445530a27ad9e51b857de23803dd29b</id>
<content type='text'>
ok deraadt@ jmc@
</content>
</entry>
<entry>
<title>Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@</title>
<updated>2023-03-25T19:16:34+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2023-03-25T19:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d602044f9cc1ce8207f11a08720ed12452341e0e'/>
<id>urn:sha1:d602044f9cc1ce8207f11a08720ed12452341e0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a number of out of bound reads in DNS response parsing.</title>
<updated>2023-03-15T22:12:00+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2023-03-15T22:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9aaf63dd59be570852f43a280e423f6f7b5f9248'/>
<id>urn:sha1:9aaf63dd59be570852f43a280e423f6f7b5f9248</id>
<content type='text'>
Originally from djm@.  OK deraadt@ florian@ bluhm@
</content>
</entry>
<entry>
<title>spelling fixes; from paul tagliamonte</title>
<updated>2022-12-27T17:10:06+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-12-27T17:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=782cd9477d454b4316ad7055e02ac2c645235d94'/>
<id>urn:sha1:782cd9477d454b4316ad7055e02ac2c645235d94</id>
<content type='text'>
any changes not taken noted on tech, but chiefly here i did not take the
cancelation - cancellation changes;
</content>
</entry>
<entry>
<title>tolower(3) guarantees to return its argument unchanged if it's not</title>
<updated>2022-11-16T18:30:12+00:00</updated>
<author>
<name>florian</name>
<email></email>
</author>
<published>2022-11-16T18:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6f8d4c4c4cdd0843000799b6361ddf6edb10edcd'/>
<id>urn:sha1:6f8d4c4c4cdd0843000799b6361ddf6edb10edcd</id>
<content type='text'>
uppercase.
While here use the correct idiom of casting to unsigned char.

OK millert, farewell to ultrix deraadt
</content>
</entry>
<entry>
<title>.Li -&gt; .Vt where appropriate;</title>
<updated>2022-09-11T06:38:11+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-09-11T06:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62590e3e551e5acaf5ee4726dac3ed5fadbdf680'/>
<id>urn:sha1:62590e3e551e5acaf5ee4726dac3ed5fadbdf680</id>
<content type='text'>
from josiah frentsos, tweaked by schwarze

ok schwarze
</content>
</entry>
</feed>
