<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/string/strcat.3, branch release/14.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:55:15Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line nroff pattern</title>
<updated>2023-08-16T17:55:15Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b2c76c41be32f904179efed29c0ca04d53f3996c'/>
<id>urn:sha1:b2c76c41be32f904179efed29c0ca04d53f3996c</id>
<content type='text'>
Remove /^\.\\"\s*\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>libc: Add HISTORY sections to the manual pages</title>
<updated>2022-05-05T16:46:32Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-05-05T16:46:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b7f35db44cbf901e994fc9a4bcd4c98ebe8c4a1'/>
<id>urn:sha1:4b7f35db44cbf901e994fc9a4bcd4c98ebe8c4a1</id>
<content type='text'>
There are some sections which could be improved
and work to do so is on going. The work will be
covered via 'X-MFC-WITH' commits.

Obtained from:	OpenBSD
MFC after:	1 month
Differential Revision: https://reviews.freebsd.org/D34759
</content>
</entry>
<entry>
<title>Add notes about overlapping copies.</title>
<updated>2017-11-13T17:04:44Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-11-13T17:04:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50a717a67bc36ba6fb26b70476918f46b8ddf293'/>
<id>urn:sha1:50a717a67bc36ba6fb26b70476918f46b8ddf293</id>
<content type='text'>
Add notes to each of these that specifically state that results are
undefined if the strings overlap. In the case of memcpy, we document
the overlapping behavior on FreeBSD (pre-existing). For str*, it is
left unspecified, however, since the default (and x86) implementations
do not handle overlapping strings properly.

PR: 223653
Sponsored by: Netflix
</content>
</entry>
<entry>
<title>libc man pages: Remove reference to non-existent FreeBSD Security</title>
<updated>2014-03-07T15:35:54Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2014-03-07T15:35:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=063aa3dfd2ae154f58739004fac6b11cb03328ed'/>
<id>urn:sha1:063aa3dfd2ae154f58739004fac6b11cb03328ed</id>
<content type='text'>
Architecture

MFC After:	3 days
</content>
</entry>
<entry>
<title>Renumber clauses to reduce diffs to other versions</title>
<updated>2013-05-28T20:57:40Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-05-28T20:57:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3fb3b97c4d38990da5f45b37e48a5110b3e9bc58'/>
<id>urn:sha1:3fb3b97c4d38990da5f45b37e48a5110b3e9bc58</id>
<content type='text'>
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3,
so follow suit to make comparison easier.
</content>
</entry>
<entry>
<title>mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the</title>
<updated>2010-05-13T12:07:55Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-05-13T12:07:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0afc94c17a8772df34294778904e816258542498'/>
<id>urn:sha1:0afc94c17a8772df34294778904e816258542498</id>
<content type='text'>
bottom of the manpages and order them consistently.

GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.

Found by:	mdocml lint run
Reviewed by:	ru
</content>
</entry>
<entry>
<title>Add an .Nm for strncat.</title>
<updated>2009-12-01T07:28:56Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2009-12-01T07:28:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef33e7368a5be64385219b7c212071e25d2528ad'/>
<id>urn:sha1:ef33e7368a5be64385219b7c212071e25d2528ad</id>
<content type='text'>
PR:		141037
Submitted by:	Jeremy Huddleston &lt;jeremyhu@apple.com&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add wide character variants of string manipulations routines to 'SEE ALSO'.</title>
<updated>2009-04-07T13:42:53Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2009-04-07T13:42:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5174a6a262d28e127da375394374b40dc9f3127d'/>
<id>urn:sha1:5174a6a262d28e127da375394374b40dc9f3127d</id>
<content type='text'>
Approved by:	rwatson (mentor)
</content>
</entry>
<entry>
<title>Per Regents of the University of Calfornia letter, remove advertising</title>
<updated>2007-01-09T00:28:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-01-09T00:28:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c879ae3536e6d92b8d96c8965c5b05fcb9541520'/>
<id>urn:sha1:c879ae3536e6d92b8d96c8965c5b05fcb9541520</id>
<content type='text'>
clause.

# If I've done so improperly on a file, please let me know.
</content>
</entry>
<entry>
<title>Remove references to nonexistent "FreeBSD Security Architecture" document.</title>
<updated>2005-09-05T09:49:33Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2005-09-05T09:49:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6595b51a7f22f68e7988a9df62d53af2ffdb18cb'/>
<id>urn:sha1:6595b51a7f22f68e7988a9df62d53af2ffdb18cb</id>
<content type='text'>
</content>
</entry>
</feed>
