summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setproctitle.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-121-4/+2
| | | | ok guenther tb millert
* environ and __progname are not declared in a public header; declare themguenther2016-03-131-3/+1
| | | | | | in libc's hidden/stdlib.h instead of in each .c file that needs one ok deraadt@ gsoares@ mpi@
* Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther2015-10-011-2/+1
| | | | | | | case, by deleting some useless '& of an array' we also eliminate the need for the casts which prompted the original lint warnings ok deraadt@
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
| | | | review by millert, binary checking process with doug, concept with guenther
* Make printf-like and scanf-like functions marked as such in llib-lc.lnmartynas2011-05-301-1/+2
| | | | | | | and llib-lwrap.ln databases; so that the lint features doing format strings checks are enabled by default. Looks good to millert@.
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* handle snprintf() returning -1.moritz2005-03-081-2/+4
| | | | ok cloder@ henning@ hshoexer@
* 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
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+84