<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch libressl-v3.9.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.9.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.9.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2024-03-06T07:29:37+00:00</updated>
<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>Add mkdtemps(3), like mkdtemp(3) but with a suffix.</title>
<updated>2024-03-01T21:30:40+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2024-03-01T21:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=78877a6c424c5106bb267093f34e85b4ef4c4f55'/>
<id>urn:sha1:78877a6c424c5106bb267093f34e85b4ef4c4f55</id>
<content type='text'>
OK deraadt@ tb@
</content>
</entry>
<entry>
<title>make login.conf(5) and crypt_newhash(3) and the underlying code</title>
<updated>2024-01-22T19:26:55+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2024-01-22T19:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0c727f8ea7bc10967b9f03fd9f3b59cd0b09c6b6'/>
<id>urn:sha1:0c727f8ea7bc10967b9f03fd9f3b59cd0b09c6b6</id>
<content type='text'>
consistant regarding bcrypt,a instead of blowfish,a.  "blowfish"
is a historical alias which we don't need to document as firmly
as "bcrypt".
report about difficult manual page discovery from ataraxia937
ok millert
</content>
</entry>
<entry>
<title>Make our mktemp(3) callback-driven and split into multiple files.</title>
<updated>2024-01-19T19:45:02+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2024-01-19T19:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=38b1ac8debe20be73740a26017907204da67fd79'/>
<id>urn:sha1:38b1ac8debe20be73740a26017907204da67fd79</id>
<content type='text'>
Previously, calling any of the mktemp(3) family would pull in
lstat(2), open(2) and mkdir(2).  Now, only the necessary system
calls will be reachable from the binary.  OK deraadt@ guenther@
</content>
</entry>
<entry>
<title>Move mktemp.c to stdlib where it belongs.</title>
<updated>2024-01-19T16:30:28+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2024-01-19T16:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1ff6e258bb85d6698a0f2e62e87c7c4192e785f9'/>
<id>urn:sha1:1ff6e258bb85d6698a0f2e62e87c7c4192e785f9</id>
<content type='text'>
OK deraadt@
</content>
</entry>
<entry>
<title>A small cleanup of malloc_bytes(), getting rid of a goto and a tiny</title>
<updated>2023-12-19T06:59:28+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2023-12-19T06:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5dc95088574e1b1728bad15b9ccd124fa087af3b'/>
<id>urn:sha1:5dc95088574e1b1728bad15b9ccd124fa087af3b</id>
<content type='text'>
bit of optimization; ok tb@ asou@
</content>
</entry>
<entry>
<title>zap trailing whitespace</title>
<updated>2023-12-04T22:52:41+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-12-04T22:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66797a97d1a1d8ba295415e8180bdb9e50016543'/>
<id>urn:sha1:66797a97d1a1d8ba295415e8180bdb9e50016543</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Save backtraces to show in leak dump. Depth of backtrace set by</title>
<updated>2023-12-04T07:01:45+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2023-12-04T07:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1589284523a88647318588e6ee3aaa968b3bc5e1'/>
<id>urn:sha1:1589284523a88647318588e6ee3aaa968b3bc5e1</id>
<content type='text'>
malloc option D (aka 1), 2, 3 or 4.  No performance impact if not
used.  ok asou@
</content>
</entry>
<entry>
<title>KNF plus fixed a few signed vs unsigned compares (that we actually</title>
<updated>2023-11-04T11:02:35+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2023-11-04T11:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9d9be26fe9abf46c700db1d1733714cdb7467174'/>
<id>urn:sha1:9d9be26fe9abf46c700db1d1733714cdb7467174</id>
<content type='text'>
not real problems)
</content>
</entry>
<entry>
<title>Enable ISO C11 APIs when building libc, even with an older compiler.</title>
<updated>2023-10-29T14:26:13+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2023-10-29T14:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0818a58d9b3218e98640cc0b19181d9015c432ea'/>
<id>urn:sha1:0818a58d9b3218e98640cc0b19181d9015c432ea</id>
<content type='text'>
Otherwise, the prototypes for timespec_get() and aligned_alloc()
are not visible.  OK guenther@
</content>
</entry>
</feed>
