summaryrefslogtreecommitdiffstats
path: root/usr.bin/pkill/pkill.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-7/+7
* - mark delim variable as const. it is a literal string;gsoares2016-10-101-20/+17
* fix a regression spotted by chris@. the -f and -I arguments fetch processderaadt2015-10-111-5/+10
* pkill has to get all the getopt, getpwuid, libkvm stuff out of the wayderaadt2015-10-101-1/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* calloc, from peter malonetedu2014-05-071-3/+2
* simpler prototype repairsderaadt2013-11-121-1/+3
* Stop merging the per-thread and per-process flags when reportingguenther2013-09-221-2/+2
* -I to confirm pkills. ok manytedu2013-06-031-27/+62
* properly handle the case where a process has disappeared in between grep'inghalex2012-12-121-12/+22
* Missing "-q" in usage().ajacoutot2012-08-211-3/+3
* add -q "silent" option similar to grepespie2012-08-211-4/+10
* make pkill -l print the proper processes also when the invert (-v)halex2012-07-101-7/+4
* Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag.guenther2012-04-211-3/+1
* Add per thread accounting, mainly for usage & friends.pirofti2012-04-121-1/+3
* Teach pgrep/pkill to only match processes, not threads. ok guenther@sthen2012-03-131-4/+7
* Remove unused variable. Added in 1.20 by me.lum2012-03-011-6/+2
* exit usage() with STATUS_BADUSAGE rather than STATUS_ERROR, per the man page;jmc2012-02-161-2/+2
* avoid usage() warping onto the next line;jmc2012-02-151-3/+3
* restrict pkill/pgrep to the routing domain specified by -T; ok henning@, mpf@markus2012-02-091-5/+27
* Allow pkill to use the -l option. This displays which processes have beenlum2012-01-171-4/+8
* Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowguenther2011-04-101-12/+12
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* Add add -o flag to pkill/pgrep like on Solaris and Linux.millert2008-02-071-11/+24
* Use S_IS* macros insted of masking with S_IF* flags. The latter mayotto2006-09-191-3/+3
* sort options and sync usage();jmc2005-07-161-4/+4
* Don't print an empty line when no match is found in pgrep mode.otto2005-05-201-3/+3
* handle snprintf return value overflow case; ok ottoderaadt2005-04-111-3/+5
* revert r1.9; this one needs more discussionrobert2005-03-271-10/+6
* add a -i option to ignore case distinctions in the process match;robert2005-03-271-6/+10
* Report non-existing user or groupname correctly. From David Brownleeotto2005-03-021-6/+4
* Fix -d option; it should print a newline at EOL, not the specified delimeter.millert2005-02-111-10/+14
* handle snprintf -1; otto okderaadt2004-12-291-3/+7
* Don't print a warning if kill(2) returns ESRCH since the process may havemillert2004-07-151-3/+3
* Skip SYSTEM and ourown proccess on every loop.mpech2004-07-151-7/+4
* When given multiple processes to kill, keep going if we are unable to killmillert2004-06-241-14/+20
* knfderaadt2004-03-121-6/+6
* Convert back to using kvm_getproc2() and friends now that libkvmmillert2004-01-071-54/+47
* pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selectingmillert2004-01-061-0/+548