summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setproctitle.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r309006: remove unnecessary vm includes from setproctitleemaste2016-11-291-4/+0
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-181-1/+0
* Remove PS_STRINGS fallback from setproctitleemaste2016-04-121-1/+1
* Remove code to support the top of the stack layout for FreeBSD 1.x/2.xkib2015-04-201-37/+36
* Don't segfault if setproctitle(3) is called with NULL initially.alfred2003-07-011-0/+1
* Reduce libc's memory footprint by lazily allocating memory used internallybbraun2002-12-211-9/+22
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-2/+5
* Fix SCM ID's.obrien2002-02-011-2/+3
* When recording the original arguments, stop short if we encounterjdp2000-12-041-0/+10
* When recording the original arguments, don't (ab)use "nargc" forjdp2000-12-041-3/+4
* If the format string passed to setproctitle begins with a '-'ps2000-08-011-24/+9
* Make setproctitle(NULL) restore all of the original argumentsbrian1999-11-171-17/+44
* Introduce commandline caching in the kernel.phk1999-11-161-0/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isbde1998-12-161-8/+7
* Oops, revert part of a diff that wasn't supposed to have been committed.dg1998-04-281-2/+2
* Cache the results of the ps_strings sysctl so that it doesn't have to bedg1998-04-281-10/+12
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+1
* If the two recently added sysctl variables exist, use those rather thanpeter1996-02-241-10/+17
* Bring in an initial version of setproctitle().. This is intended topeter1995-12-261-0/+119
OpenPOWER on IntegriCloud