CVS commit: src/usr.bin/pkill

2018-12-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Dec  4 08:01:35 UTC 2018

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
Sort SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2018-12-03 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Mon Dec  3 17:03:44 UTC 2018

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
Note these tools use kvm(3) and not procfs as in Solaris.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2017-10-22 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Sun Oct 22 17:45:46 UTC 2017

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
Add pgrep and prenice to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2017-02-21 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Tue Feb 21 13:09:56 UTC 2017

Modified Files:
src/usr.bin/pkill: pkill.c

Log Message:
PR bin/50934 -- avoid core dump if a process being examined has set
its argv[0] to NULL.

XXX Needs pullups netbsd-7-0 and netbsd-7 (bug was introduced after
netbsd-6 and never pulled up, so no netbsd-6 pullups required.)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/pkill/pkill.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2016-08-21 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Mon Aug 22 00:15:59 UTC 2016

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
Add AUTHORS section
bump date


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2015-01-09 Thread Patrick Welche
Module Name:src
Committed By:   prlw1
Date:   Fri Jan  9 12:45:32 UTC 2015

Modified Files:
src/usr.bin/pkill: pkill.c

Log Message:
Simplify code so that gcc 4.8 can understand it.
http://mail-index.netbsd.org/tech-userlevel/2015/01/06/msg008882.html


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/pkill/pkill.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2013-11-01 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Nov  1 07:49:00 UTC 2013

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
Document that patterns are specified using extended regular expressions.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2013-06-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jun  3 21:59:41 UTC 2013

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
Formatting fix.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2013-06-03 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Jun  3 20:44:02 UTC 2013

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
prenice (like pgrep and pkill) won't match itself. Also fix nearby typo.
Bump date. From Ted Unangst in PR 47880.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2013-01-02 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Wed Jan  2 10:36:07 UTC 2013

Modified Files:
src/usr.bin/pkill: pkill.c

Log Message:
Explicitly include sys/resource.h


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/pkill/pkill.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2012-11-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 20 22:52:02 UTC 2012

Modified Files:
src/usr.bin/pkill: pkill.c

Log Message:
Don't use p_comm since it is only 16 characters long and you can find the
full argv[0]. It is just confusing to have a long command name, that ps
shows as the long command name, and then when you try to kill it using
the full command name as displayed you don't get a match. While there
fix a format nit, and remove the main() declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/pkill/pkill.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2010-12-07 Thread enami tsugutomo
Module Name:src
Committed By:   enami
Date:   Tue Dec  7 09:00:24 UTC 2010

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
Fix SYNOPSIS; pkill accepts -l options since 3 years ago.  `pattern' is
mandatory for all commands and `priority' is mandatory for prenice.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2010-12-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Dec  7 08:55:52 UTC 2010

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
Be explicit which options are available for prenice. Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2010-12-06 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec  7 07:39:15 UTC 2010

Modified Files:
src/usr.bin/pkill: pkill.1 pkill.c

Log Message:
add -l support to prenice, as noted by enami.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/pkill/pkill.1
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/pkill/pkill.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2010-12-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec  6 08:34:29 UTC 2010

Modified Files:
src/usr.bin/pkill: pkill.1

Log Message:
Bump date for prenice, add serial comma, and fix an xref.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/pkill/pkill.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pkill

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Dec  6 04:00:12 UTC 2010

Modified Files:
src/usr.bin/pkill: pkill.1 pkill.c

Log Message:
add a "prenice  " command.
use it like "prenice -4 mplayer".


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/pkill/pkill.1
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/pkill/pkill.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.