OpenBSD CVS

CVS log for src/usr.bin/pkill/pkill.1


[BACK] Up to [local] / src / usr.bin / pkill

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Sat Nov 14 14:06:42 2020 UTC (3 years, 6 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, HEAD
Changes since 1.24: +10 -12 lines
Diff to previous 1.24 (colored)

Simplify wording of the matching rules, with help and ok jmc@

Revision 1.24 / (download) - annotate - [select for diffs], Fri Aug 31 15:56:42 2018 UTC (5 years, 8 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

clarify that patterns are extended regular expressions; ok millert@ phessler@

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 16 00:07:52 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 3 07:16:32 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (colored)

sort options list;

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 3 04:17:37 2013 UTC (10 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (colored)

-I to confirm pkills. ok many

Revision 1.20 / (download) - annotate - [select for diffs], Tue Aug 21 09:45:50 2012 UTC (11 years, 9 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.19: +9 -9 lines
Diff to previous 1.19 (colored)

Sort options.

"obviously okay" espie@

Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 21 06:28:36 2012 UTC (11 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.18: +11 -4 lines
Diff to previous 1.18 (colored)

add -q "silent" option similar to grep
okay ajacoutot@, guenther@

Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 9 20:04:35 2012 UTC (12 years, 3 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.17: +8 -2 lines
Diff to previous 1.17 (colored)

restrict pkill/pgrep to the routing domain specified by -T; ok henning@, mpf@

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 17 04:27:20 2012 UTC (12 years, 4 months ago) by lum
Branch: MAIN
Changes since 1.16: +6 -7 lines
Diff to previous 1.16 (colored)

Allow pkill to use the -l option. This displays which processes have been
signalled using the "Long" format, like pgrep.

Original diff from FreeBSD, modified somewhat on tech@, with feedback from nicm@

Man page input from jmc@

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 29 07:44:56 2010 UTC (13 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.15: +5 -4 lines
Diff to previous 1.15 (colored)

various EXIT STATUS fixes; from Daniel Dickman

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jul 27 14:53:54 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.14: +16 -2 lines
Diff to previous 1.14 (colored)

document how patterns are matched and that only the first 16 chars
are tracked to match the command name;

pointed out by fgsch
diff adapted from text from gad@freebsd

ok fgsch sobrado millert

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 7 22:16:43 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

tweak -v; from Tim van der Molen

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 26 08:38:39 2009 UTC (15 years, 1 month ago) by sobrado
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

fix a few typographical errors found by spell(1).

ok dtucker@, jmc@

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 26 05:42:21 2008 UTC (15 years, 10 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.11: +2 -9 lines
Diff to previous 1.11 (colored)

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 11 07:58:28 2008 UTC (16 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

bump Mdocdate for pages committed in "febuary", necessary because
of a typo in rcs.c;

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 7 15:38:07 2008 UTC (16 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.9: +11 -5 lines
Diff to previous 1.9 (colored)

Add add -o flag to pkill/pgrep like on Solaris and Linux.
OK jmc@ henning@ oga@ mikeb@

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 31 17:14:34 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

"signal" is an argument, not a flag;
originally requested by sobrado, and now Pierre Riteau

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 31 19:20:14 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

convert to new .Dd format;

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 16 11:58:10 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.6: +10 -6 lines
Diff to previous 1.6 (colored)

- basic cleanup
- do not use EXIT STATUS (non-standard in section 1)

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 16 11:48:46 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.5: +20 -20 lines
Diff to previous 1.5 (colored)

sort options and sync usage();

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 27 20:56:47 2005 UTC (19 years, 1 month ago) by robert
Branch: MAIN
Changes since 1.4: +3 -5 lines
Diff to previous 1.4 (colored)

revert r1.9; this one needs more discussion

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 27 14:50:09 2005 UTC (19 years, 1 month ago) by robert
Branch: MAIN
Changes since 1.3: +5 -3 lines
Diff to previous 1.3 (colored)

add a -i option to ignore case distinctions in the process match;
From: NetBSD; ok millert@

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 6 14:02:49 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

add pgrep to .Nm line to allow `apropos/whatis pgrep' to work;

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 6 20:49:26 2004 UTC (20 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.1: +2 -3 lines
Diff to previous 1.1 (colored)

We don't have signal(7)

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 6 20:07:49 2004 UTC (20 years, 4 months ago) by millert
Branch: MAIN

pkill/pgrep from NetBSD with changes to use kvm_getprocs().  Selecting
on session ID does not current work but that will change once the
kernel supports the KERN_PROC2 sysctl and pkill/pgrep is modified
to use kvm_getproc2().  OK deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.