summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setproctitle.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+4
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.ru2001-08-131-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Add warnings about trusting user-supplied data.eric2001-05-251-2/+15
| | | | | | Reviewed by: ru Approved by: murray Obtained from: OpenBSD
* logru2000-11-221-0/+1
|
* setproctitle() requires unistd.h and not libutil.h/-lutilbrian2000-09-021-3/+1
|
* If the format string passed to setproctitle begins with a '-'ps2000-08-011-0/+5
| | | | | | | character, skip the program name when setting the process title. Ansified with extreme prejudice. Reviewed by: peter
* Introduce .Lb macro to libutil manpagesphantom2000-04-221-6/+2
| | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now.
* Make setproctitle(NULL) restore all of the original argumentsbrian1999-11-171-13/+1
| | | | (if it's able).
* mdoc(7)'fyphantom1999-09-211-1/+1
| | | | Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-3/+3
|
* Add #include <sys/types.h> in synopsis, now required for libutil.h.davidn1997-05-111-1/+2
|
* Fix punctuation: "it's" -> "its"danny1997-04-171-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Spelling/mdoc police.mpp1996-12-301-6/+6
|
* Some minor man page cleanup.mpp1996-08-231-9/+10
|
* Another round of spelling fixes.mpp1996-01-301-2/+2
|
* Bump libutil revision after recent addition of setproctitle().peter1996-01-011-1/+9
| | | | | | | | Install (optional) libutil.h with prototypes for the functions and document this in the man page. minor cleanups to the various routines, include the prototype file, declare return codes etc.
* Bring in an initial version of setproctitle().. This is intended topeter1995-12-261-0/+103
replace the dozen other various hacks in the code that do all sorts of crude things including spamming the envrionment strings with the new argv string. This version is mainly inspired by the sendmail version, with a couple of ideas taken from the NetBSD implementation as well.
OpenPOWER on IntegriCloud