History log of /freebsd-9.3-release/lib/libc/gen/fmtmsg.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 199046 08-Nov-2009 brueffer

Fix a copy+paste error by checking the correct variable against MM_NULLACT.

PR: 140386
Submitted by: soulcatcher <soulcatcher13@gmail.com
MFC after: 1 week


# 114443 01-May-2003 nectar

Back out the `hiding' of strlcpy and strlcat. Several people
vocally objected to this safety belt.


# 114256 29-Apr-2003 nectar

`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference
technique) so that we don't wind up calling into an application's
version if the application defines them.

Inspired by: qpopper's interfering and buggy version of strlcpy


# 102750 31-Aug-2002 mike

Fix a memory leak.


# 101403 05-Aug-2002 mike

o Fix a memory leak.
o Rewrite validmsgverb() so that it works (I'm not sure how it escaped
my original testing).
o Document nextcomp().


# 101353 05-Aug-2002 mike

Implement POSIX.1-2001 (XSI)'s fmtmsg(3).