<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string/strlcpy.3, 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>2024-08-03T20:13:23+00:00</updated>
<entry>
<title>The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.</title>
<updated>2024-08-03T20:13:23+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2024-08-03T20:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=28fa41aa005fa7c31c81c7dab80fb57d83b3f5a9'/>
<id>urn:sha1:28fa41aa005fa7c31c81c7dab80fb57d83b3f5a9</id>
<content type='text'>
memmem(3) was also added.  Update #include visibility and manpages
and add restrict qualifiers.

"never thought I'd see this day" millert@
</content>
</entry>
<entry>
<title>I am retiring my old email address;  replace it with my OpenBSD one.</title>
<updated>2019-01-25T00:19:26+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2019-01-25T00:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9395eef49000d5819f0d53eae86baa6e426dab86'/>
<id>urn:sha1:9395eef49000d5819f0d53eae86baa6e426dab86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,</title>
<updated>2013-09-30T12:02:35+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2013-09-30T12:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ae226388eeab7366167acb094bcc77d1e4b4890'/>
<id>urn:sha1:3ae226388eeab7366167acb094bcc77d1e4b4890</id>
<content type='text'>
MAXNAMLEN or MAXLOGNAME where possible.  OK deraadt@
</content>
</entry>
<entry>
<title>According to POSIX, if the src and dst strings overlap, the behavior</title>
<updated>2013-09-25T21:49:31+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2013-09-25T21:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eb478607074f73bee69915a1029c6bbc9bf7e5b2'/>
<id>urn:sha1:eb478607074f73bee69915a1029c6bbc9bf7e5b2</id>
<content type='text'>
is undefined.  Add a warning to that effect.  OK deraadt@ jmc@
</content>
</entry>
<entry>
<title>use .Mt for email addresses; from Jan Stary &lt;hans at stare dot cz&gt;; ok jmc@</title>
<updated>2013-07-16T15:21:11+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2013-07-16T15:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9d6d1603f660a3016ef12c546eb48a32013c5fa1'/>
<id>urn:sha1:9d6d1603f660a3016ef12c546eb48a32013c5fa1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze</title>
<updated>2013-06-05T03:39:23+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2013-06-05T03:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4'/>
<id>urn:sha1:2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tweak previous;</title>
<updated>2012-04-03T14:01:55+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2012-04-03T14:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4655858c85843e96395830f681b56ea1b1e359a7'/>
<id>urn:sha1:4655858c85843e96395830f681b56ea1b1e359a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplify the strlcpy/strlcat manual page substantially.  do less</title>
<updated>2012-04-02T17:33:11+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2012-04-02T17:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a1be56066b1d96ec69674d3a6d68848e98a17191'/>
<id>urn:sha1:a1be56066b1d96ec69674d3a6d68848e98a17191</id>
<content type='text'>
explaining of "what a C string is", and make it more clear that these
functiosn BEHAVE EXACTLY LIKE snprintf with "%s"!  (anyone who wants
to write a 'strlcpy considered harmful' paper should probably write a
'strlcpy and snprintf considered harmful' paper instead).

note to those from other projects reading this commit message: It would
be very good if this new manual was picked up in your project.

ok jmc millert krw
</content>
</entry>
<entry>
<title>update HISTORY and SEE ALSO for all of string(3), together with various</title>
<updated>2011-07-25T00:38:53+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2011-07-25T00:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4177f58a54256bfade9e5f9b4e2d5de8559df24c'/>
<id>urn:sha1:4177f58a54256bfade9e5f9b4e2d5de8559df24c</id>
<content type='text'>
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
</content>
</entry>
<entry>
<title>convert to new .Dd format;</title>
<updated>2007-05-31T19:20:26+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-05-31T19:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e021d0a0d5401ab3c1c88e4570ee8c832a47033b'/>
<id>urn:sha1:e021d0a0d5401ab3c1c88e4570ee8c832a47033b</id>
<content type='text'>
</content>
</entry>
</feed>
