summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setproctitle.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-121-4/+2
* environ and __progname are not declared in a public header; declare themguenther2016-03-131-3/+1
* Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther2015-10-011-2/+1
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* Make printf-like and scanf-like functions marked as such in llib-lc.lnmartynas2011-05-301-1/+2
* zap remaining rcsid.espie2005-08-081-4/+1
* handle snprintf() returning -1.moritz2005-03-081-2/+4
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-16/+1
* No need to include vm/vm.h here.art2001-11-061-2/+1
* Don't segfault when sysctl failsart1999-02-251-2/+3
* Fix snprintf return value usage.millert1998-06-231-2/+4
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* compilemillert1996-10-231-2/+3
* use psstrings sysctlderaadt1996-10-231-4/+17
* Fix RCS idstholo1996-08-191-3/+1
* initial import of NetBSD treederaadt1995-10-181-0/+84