<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/pkill, branch releng/8.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-12-30T09:32:39Z</updated>
<entry>
<title>MFC r203802:</title>
<updated>2010-12-30T09:32:39Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2010-12-30T09:32:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=833259f35d305f7245178ad71477444a48fab193'/>
<id>urn:sha1:833259f35d305f7245178ad71477444a48fab193</id>
<content type='text'>
																	      - Implement -q option for pgrep(1).
- Add regression test to test -q option.
</content>
</entry>
<entry>
<title>MFC r209924; Add -l to the synopsis</title>
<updated>2010-07-15T07:14:57Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2010-07-15T07:14:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a58f416972141cedff3230f86e50e42e37cd797b'/>
<id>urn:sha1:a58f416972141cedff3230f86e50e42e37cd797b</id>
<content type='text'>
Submitted by:	jhell at dataix dot net
</content>
</entry>
<entry>
<title>MFC r209363: Recognise the -l switch in pkill.</title>
<updated>2010-07-11T21:50:05Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2010-07-11T21:50:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=637d6ef65d2b6054d277ac890cd73a9fd8137e1a'/>
<id>urn:sha1:637d6ef65d2b6054d277ac890cd73a9fd8137e1a</id>
<content type='text'>
PR:		143558
Submitted by:	eitanadlerlist at gmail dot com
</content>
</entry>
<entry>
<title>MFC r203688:</title>
<updated>2010-02-18T10:46:25Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2010-02-18T10:46:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9d3fd67b9a4ccfd7f16cc16cb2b9ccaa25b0f43'/>
<id>urn:sha1:b9d3fd67b9a4ccfd7f16cc16cb2b9ccaa25b0f43</id>
<content type='text'>
Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allows
the -M option to be used without specifying -N.

PR:	bin/138146
Approved by:	rrs (mentor)
</content>
</entry>
<entry>
<title>MFC r201145 to stable/8:</title>
<updated>2010-01-30T12:11:21Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2010-01-30T12:11:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2b36efde5fd60df4195a726045f06e2feb6de5e'/>
<id>urn:sha1:e2b36efde5fd60df4195a726045f06e2feb6de5e</id>
<content type='text'>
  (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
  Fix some wrong usages.
  Note: this does not affect generated binaries as this argument is not used.

  PR:		137213
  Submitted by:	Eygene Ryabinkin (initial version)
</content>
</entry>
<entry>
<title>When finding processes, ignore ourself and our ancestors.  It is almost</title>
<updated>2009-05-17T04:34:14Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2009-05-17T04:34:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a091aebdec028802362e203e4f37a7e3a8756ca'/>
<id>urn:sha1:0a091aebdec028802362e203e4f37a7e3a8756ca</id>
<content type='text'>
always surprising when you kill a 'sh -c ...' ancestor or when you kill
yourself when using -f.

Add a -a switch for backwards compatibility.

MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Improve the `pkill -t' handling, which I changed in my previous commit.</title>
<updated>2008-09-30T17:30:39Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2008-09-30T17:30:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=18aa158f771bf46f35cae339850e8fffda764d46'/>
<id>urn:sha1:18aa158f771bf46f35cae339850e8fffda764d46</id>
<content type='text'>
In my previous commit I disabled pkill(1)'s automatic prepending of the
"tty" string when `pkill -t' was being used. Re-enable it and stat()
both possible device names when called.

Requested by:	jhb, rwatson (MFC)
MFC after:	1 month
</content>
</entry>
<entry>
<title>Don't automatically prepend the "tty" prefix to `pkill -t' arguments.</title>
<updated>2008-09-28T16:44:15Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2008-09-28T16:44:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb948eac0d98f5ae70bd858198c7bb614a9cc2f0'/>
<id>urn:sha1:eb948eac0d98f5ae70bd858198c7bb614a9cc2f0</id>
<content type='text'>
Because we now enforce UNIX98-style PTY's, we now use a lot of TTY's
that don't have the traditional /dev/ttyXX naming scheme. pkill(1)'s -t
flag automatically prepended the word "tty" to each TTY that was passed
on the command line. This meant that `pkill -t pts/0' was actually
converted to /dev/ttypts/0. Disable this broken behaviour for now.

Reported by:	erwin
</content>
</entry>
<entry>
<title>pkill(1) first appeared in /usr/bin, but later it was moved to /bin</title>
<updated>2008-08-31T14:27:59Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2008-08-31T14:27:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=21be3b318337f81324d33fcdd361482058b9bafb'/>
<id>urn:sha1:21be3b318337f81324d33fcdd361482058b9bafb</id>
<content type='text'>
for the convenience of rc.d.  Now it has happily lived there for quite
a while.  So move the pkill(1) source files from usr.bin to bin, too.

Approved by:	gad
</content>
</entry>
</feed>
