Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: Make various internal file descriptors close-on-exec. | jilles | 2012-12-10 | 1 | -1/+1 |
| | | | | These are obtained via fopen(). | ||||
* | libc: Eliminate some relative relocations in fmtmsg(). | jilles | 2012-02-22 | 1 | -7/+7 |
| | |||||
* | Fix a copy+paste error by checking the correct variable against MM_NULLACT. | brueffer | 2009-11-08 | 1 | -1/+1 |
| | | | | | | PR: 140386 Submitted by: soulcatcher <soulcatcher13@gmail.com MFC after: 1 week | ||||
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 1 | -12/+10 |
| | | | | vocally objected to this safety belt. | ||||
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 1 | -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. | mike | 2002-09-01 | 1 | -1/+3 |
| | |||||
* | o Fix a memory leak. | mike | 2002-08-05 | 1 | -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). | mike | 2002-08-05 | 1 | -0/+214 |