<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net/rthdr.c, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-12-27T17:10:06+00:00</updated>
<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>Delete casts to off_t and size_t that are implied by assignments</title>
<updated>2016-09-21T04:38:56+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2016-09-21T04:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f42c802703f53d8169bb55766b44a362a136d7c'/>
<id>urn:sha1:4f42c802703f53d8169bb55766b44a362a136d7c</id>
<content type='text'>
or prototypes.  Ditto for some of the char* and void* casts too.

verified no change to instructions on ILP32 (i386) and LP64 (amd64)
ok natano@ abluhm@ deraadt@ millert@
</content>
</entry>
<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>Move to the &lt;limits.h&gt; universe.</title>
<updated>2015-01-16T16:48:51+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-01-16T16:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7027596ae70e4cf09e00ec2f7cb7434e59c533db'/>
<id>urn:sha1:7027596ae70e4cf09e00ec2f7cb7434e59c533db</id>
<content type='text'>
review by millert, binary checking process with doug, concept with guenther
</content>
</entry>
<entry>
<title>Remove deprecated RFC2292 ancillary data convenience functions.</title>
<updated>2014-06-13T15:41:06+00:00</updated>
<author>
<name>chrisz</name>
<email></email>
</author>
<published>2014-06-13T15:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cfe426b474daac06b2d6124b011b357d59a55fb'/>
<id>urn:sha1:3cfe426b474daac06b2d6124b011b357d59a55fb</id>
<content type='text'>
They are obsoleted by the RFC3542 api.

ok mpi@
</content>
</entry>
<entry>
<title>switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).</title>
<updated>2006-12-09T01:12:28+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2006-12-09T01:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4a3ae6fed825c2b6e0f6f3e8985a59c12fced6fa'/>
<id>urn:sha1:4a3ae6fed825c2b6e0f6f3e8985a59c12fced6fa</id>
<content type='text'>
the kernel still handles RFC2292 set/getsockopts, so that compiled binary
has no trouble running.  userland sees RFC3542 symbols only on header file
so new code has to use RFC3542 API.

bump libc shlib minor for function additions.

tested on i386/amd64 by jmc, i386 by brad. checked by deraadt.
</content>
</entry>
<entry>
<title>ansify. ok deraadt@ moritz@</title>
<updated>2005-03-25T13:24:12+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2005-03-25T13:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2f490723a2e673b2457f65c4b06cacb7d700a3e8'/>
<id>urn:sha1:2f490723a2e673b2457f65c4b06cacb7d700a3e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)</title>
<updated>2003-06-11T02:54:02+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2003-06-11T02:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bf4543146942d69d86bd7bcda7713e9470d8a707'/>
<id>urn:sha1:bf4543146942d69d86bd7bcda7713e9470d8a707</id>
<content type='text'>
- routing header declaration with RFC3542
  (note: sizeof(ip6_rthdr0) has changed!)
  also, sync up with RFC2460 routing header definition (no "strict" source
  routing mode any more)

part of advanced API update (RFC2292 -&gt; 3542).

markus, todd, millert, henning ok
</content>
</entry>
<entry>
<title>KNF fix</title>
<updated>2003-06-06T07:27:52+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2003-06-06T07:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=88540bf7d6002630c67ba500275267f027e21969'/>
<id>urn:sha1:88540bf7d6002630c67ba500275267f027e21969</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KNF, de-register</title>
<updated>2003-06-06T07:02:58+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2003-06-06T07:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b19c2475fa40fa2f63b7d5d314d544c4c293eb52'/>
<id>urn:sha1:b19c2475fa40fa2f63b7d5d314d544c4c293eb52</id>
<content type='text'>
</content>
</entry>
</feed>
