summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fmtmsg.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a copy+paste error by checking the correct variable against MM_NULLACT.brueffer2009-11-081-1/+1
| | | | | | PR: 140386 Submitted by: soulcatcher <soulcatcher13@gmail.com MFC after: 1 week
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-12/+10
| | | | vocally objected to this safety belt.
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-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
* Fix a memory leak.mike2002-09-011-1/+3
|
* o Fix a memory leak.mike2002-08-051-11/+15
| | | | | | o Rewrite validmsgverb() so that it works (I'm not sure how it escaped my original testing). o Document nextcomp().
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).mike2002-08-051-0/+214
OpenPOWER on IntegriCloud