summaryrefslogtreecommitdiff
path: root/lib/libc/gen/setproctitle.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-18libc: Update copyright text to match current templates.Peter Wemm
2021-11-29setproctitle_internal(): remove kbuf local, it is write-onlyKonstantin Belousov
2021-01-31Drop temporary compat in setproctitleMateusz Guzik
2021-01-16Save on getpid in setproctitle by supporting -1 as curproc.Mateusz Guzik
2020-04-15Attempt to use AT_PS_STRINGS to get the ps_strings pointer.Brooks Davis
2018-08-17Fix style nits.Mariusz Zaborski
2018-07-04Add setproctitle_fast(3) for frequent callers.Konstantin Belousov
2016-11-22remove unnecessary vm includes from setproctitleEd Maste
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2016-04-12Remove PS_STRINGS fallback from setproctitleEd Maste
2015-04-20Remove code to support the top of the stack layout for FreeBSD 1.x/2.xKonstantin Belousov
2003-07-01Don't segfault if setproctitle(3) is called with NULL initially.Alfred Perlstein
2002-12-21Reduce libc's memory footprint by lazily allocating memory used internallyRob Braun
2002-03-29Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray
2002-02-01Fix SCM ID's.David E. O'Brien
2000-12-04When recording the original arguments, stop short if we encounterJohn Polstra
2000-12-04When recording the original arguments, don't (ab)use "nargc" forJohn Polstra
2000-08-01If the format string passed to setproctitle begins with a '-'Paul Saab
1999-11-17Make setproctitle(NULL) restore all of the original argumentsBrian Somers
1999-11-16Introduce commandline caching in the kernel.Poul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-12-16Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isBruce Evans
1998-04-28Oops, revert part of a diff that wasn't supposed to have been committed.David Greenman
1998-04-28Cache the results of the ps_strings sysctl so that it doesn't have to beDavid Greenman
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-07-12General -Wall warning cleanup, part I.Jordan K. Hubbard
1996-02-24If the two recently added sysctl variables exist, use those rather thanPeter Wemm
1995-12-26Bring in an initial version of setproctitle().. This is intended toPeter Wemm