aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/fmtmsg.c
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker2012-12-101-1/+1
* libc: Eliminate some relative relocations in fmtmsg().Jilles Tjoelker2012-02-221-7/+7
* Fix a copy+paste error by checking the correct variable against MM_NULLACT.Christian Brueffer2009-11-081-1/+1
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-12/+10
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-10/+12
* Fix a memory leak.Mike Barcroft2002-09-011-1/+3
* o Fix a memory leak.Mike Barcroft2002-08-051-11/+15
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).Mike Barcroft2002-08-051-0/+214