aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/setproctitle.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: Update copyright text to match current templates.Peter Wemm2023-05-181-8/+18
* setproctitle_internal(): remove kbuf local, it is write-onlyKonstantin Belousov2021-11-291-3/+1
* Drop temporary compat in setproctitleMateusz Guzik2021-01-311-22/+2
* Save on getpid in setproctitle by supporting -1 as curproc.Mateusz Guzik2021-01-161-4/+24
* Attempt to use AT_PS_STRINGS to get the ps_strings pointer.Brooks Davis2020-04-151-0/+8
* Fix style nits.Mariusz Zaborski2018-08-171-3/+3
* Add setproctitle_fast(3) for frequent callers.Konstantin Belousov2018-07-041-20/+55
* remove unnecessary vm includes from setproctitleEd Maste2016-11-221-4/+0
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* Remove PS_STRINGS fallback from setproctitleEd Maste2016-04-121-1/+1
* Remove code to support the top of the stack layout for FreeBSD 1.x/2.xKonstantin Belousov2015-04-201-37/+36
* Don't segfault if setproctitle(3) is called with NULL initially.Alfred Perlstein2003-07-011-0/+1
* Reduce libc's memory footprint by lazily allocating memory used internallyRob Braun2002-12-211-9/+22
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-2/+5
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+3
* When recording the original arguments, stop short if we encounterJohn Polstra2000-12-041-0/+10
* When recording the original arguments, don't (ab)use "nargc" forJohn Polstra2000-12-041-3/+4
* If the format string passed to setproctitle begins with a '-'Paul Saab2000-08-011-24/+9
* Make setproctitle(NULL) restore all of the original argumentsBrian Somers1999-11-171-17/+44
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-0/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isBruce Evans1998-12-161-8/+7
* Oops, revert part of a diff that wasn't supposed to have been committed.David Greenman1998-04-281-2/+2
* Cache the results of the ps_strings sysctl so that it doesn't have to beDavid Greenman1998-04-281-10/+12
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+1
* If the two recently added sysctl variables exist, use those rather thanPeter Wemm1996-02-241-10/+17
* Bring in an initial version of setproctitle().. This is intended toPeter Wemm1995-12-261-0/+119