History log of /src/usr.bin/pkill/pkill.1 |
Revision | | Date | Author | Comments |
1.33 |
| 07-Oct-2024 |
roy | pkill(1): Add -F option to use a pidfile and -L to ensure it's locked
Taken from FreeBSD
|
1.32 |
| 29-Oct-2022 |
simonb | branches: 1.32.4; Add a -q option for pgrep to not print anything; similar to grep -q.
|
1.31 |
| 01-Jan-2022 |
msaitoh | s/implemenation/implementation/ in comment.
|
1.30 |
| 04-Dec-2018 |
wiz | Sort SEE ALSO.
|
1.29 |
| 03-Dec-2018 |
sevan | Note these tools use kvm(3) and not procfs as in Solaris.
|
1.28 |
| 22-Oct-2017 |
abhinav | branches: 1.28.2; 1.28.4; Add pgrep and prenice to the NAME section
|
1.27 |
| 22-Aug-2016 |
sevan | Add AUTHORS section bump date
|
1.26 |
| 01-Nov-2013 |
apb | Document that patterns are specified using extended regular expressions.
|
1.25 |
| 03-Jun-2013 |
wiz | Formatting fix.
|
1.24 |
| 03-Jun-2013 |
dholland | prenice (like pgrep and pkill) won't match itself. Also fix nearby typo. Bump date. From Ted Unangst in PR 47880.
|
1.23 |
| 07-Dec-2010 |
enami | branches: 1.23.6; 1.23.12; Fix SYNOPSIS; pkill accepts -l options since 3 years ago. `pattern' is mandatory for all commands and `priority' is mandatory for prenice.
|
1.22 |
| 07-Dec-2010 |
wiz | Be explicit which options are available for prenice. Bump date.
|
1.21 |
| 07-Dec-2010 |
mrg | add -l support to prenice, as noted by enami.
|
1.20 |
| 06-Dec-2010 |
wiz | Bump date for prenice, add serial comma, and fix an xref.
|
1.19 |
| 06-Dec-2010 |
mrg | add a "prenice <priority> <names>" command. use it like "prenice -4 mplayer".
|
1.18 |
| 28-Feb-2009 |
wiz | Drop trailing whitespace.
|
1.17 |
| 28-Feb-2009 |
christos | Handle ptyfs ptys. Should probably pull up to 5.
|
1.16 |
| 30-Apr-2008 |
martin | branches: 1.16.8; Convert TNF licenses to new 2 clause variant
|
1.15 |
| 21-Mar-2007 |
erh | branches: 1.15.10; Allow the -l (long format) option to be used with pkill too.
|
1.14 |
| 13-Nov-2006 |
ad | Remove authors section, and update history where appropriate.
|
1.13 |
| 01-Apr-2006 |
jmmv | Fix cross-reference to grep(1).
|
1.12 |
| 25-Feb-2006 |
wiz | Wording, use more macros, xref grep(1). From jmc@openbsd.
|
1.11 |
| 25-Feb-2006 |
wiz | Sort options; from jmc@openbsd.
|
1.10 |
| 16-Mar-2005 |
wiz | Bump date for -i.
|
1.9 |
| 16-Mar-2005 |
sketch | Add a -i option to ignore case in the process match.
|
1.8 |
| 14-Feb-2003 |
grant | The correct capitalisation of 'NetBSD.org' is (you guessed it) 'NetBSD.org'.
some mdoc fixes.
|
1.7 |
| 06-Mar-2002 |
ad | - System processes will never be matched. - A dash given to `-t' matches processes with no controlling terminal.
|
1.6 |
| 04-Mar-2002 |
ad | Solaris 2.7 -> 7
|
1.5 |
| 04-Mar-2002 |
ad | The first Solaris release with pkill and friends was 2.7.
|
1.4 |
| 02-Mar-2002 |
jdolecek | Add HISTORY section. I _think_ these appeared in Solaris 2.6, please fix if it's not so.
|
1.3 |
| 01-Mar-2002 |
ad | Fix typo.
|
1.2 |
| 01-Mar-2002 |
wiz | A persistent typo, and some minor mark-up improvements.
|
1.1 |
| 01-Mar-2002 |
ad | pgrep and pkill: search the process table for processes with a particular set of characteristics, and either print or signal the matching set. Mostly compatible with the Solaris commands of the same name.
|
1.15.10.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.16.8.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.23.12.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.23.12.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.23.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.28.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.28.2.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.32.4.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|