summaryrefslogtreecommitdiff
path: root/lib/libc/gen/fmtmsg.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r199046Christian Brueffer2009-11-161-1/+1
| | | | | | | Fix a copy+paste error by checking the correct variable against MM_NULLACT. Notes: svn path=/stable/8/; revision=199314
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-12/+10
| | | | | | | vocally objected to this safety belt. Notes: svn path=/head/; revision=114443
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-10/+12
| | | | | | | | | | 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 Notes: svn path=/head/; revision=114256
* Fix a memory leak.Mike Barcroft2002-09-011-1/+3
| | | | Notes: svn path=/head/; revision=102750
* o Fix a memory leak.Mike Barcroft2002-08-051-11/+15
| | | | | | | | | o Rewrite validmsgverb() so that it works (I'm not sure how it escaped my original testing). o Document nextcomp(). Notes: svn path=/head/; revision=101403
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).Mike Barcroft2002-08-051-0/+214
Notes: svn path=/head/; revision=101353