<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/pkill, branch release/6.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-06T19:24:14Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-06T19:24:14Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-06T19:24:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26c52663cb5e53422c188e65b45755f348c2fbf3'/>
<id>urn:sha1:26c52663cb5e53422c188e65b45755f348c2fbf3</id>
<content type='text'>
'RELENG_6_1_0_RELEASE'.

This commit was manufactured to restore the state of the 6.1-RELEASE image.
</content>
</entry>
<entry>
<title>MFC pidfile(3) function, and convert several applications to make use</title>
<updated>2006-01-15T17:50:38Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2006-01-15T17:50:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d94903ba024205ce03d50ff5b5212b74084a85d'/>
<id>urn:sha1:6d94903ba024205ce03d50ff5b5212b74084a85d</id>
<content type='text'>
of it.

Bump __FreeBSDversion for the MFC.

Discussed with:	pjd
</content>
</entry>
<entry>
<title>Markup and wording fixes.</title>
<updated>2005-06-14T11:50:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-06-14T11:50:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=39c59153e929e3e663fe0efd645faa06f6c8b48e'/>
<id>urn:sha1:39c59153e929e3e663fe0efd645faa06f6c8b48e</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Whitespace fixes.</title>
<updated>2005-03-20T11:47:44Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-20T11:47:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d0cf19a1611c9359fbb0e31152ff49a0faa9c5f6'/>
<id>urn:sha1:d0cf19a1611c9359fbb0e31152ff49a0faa9c5f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Introduce an '-o' option which allows to match oldest of the matching</title>
<updated>2005-03-20T11:42:26Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-20T11:42:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a5f326cd24818e9660f381fc30bc1689edc2839'/>
<id>urn:sha1:0a5f326cd24818e9660f381fc30bc1689edc2839</id>
<content type='text'>
  processes.
  This option can be also found in Solaris and Linux.
- Use timercmp(9) macro for timeval comparsion.
- Include time.h directly, don't depend on stat.h doing it for us.

Reviewed by:	gad (first point)
MFC after:	3 days
</content>
</entry>
<entry>
<title>- Introduce '-S' option which allows to match system processes (pgrep only).</title>
<updated>2005-03-20T11:30:26Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-20T11:30:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d054f5d7cd96b0b19dcdcd3d268ac711b56ed19a'/>
<id>urn:sha1:d054f5d7cd96b0b19dcdcd3d268ac711b56ed19a</id>
<content type='text'>
- Rename IS_KERNPROC() macro to PSKIP() and extend its functionality.
  Now it'll skip calling process and system processes when -S is not given.
  As a side effect it fixes '-n' option. Before it was always matching
  calling process (because of missing 'if (kp-&gt;ki_pid == mypid)' check)
  and after that, calling process was ignored.
- When '-l' option is given and there are no arguments, use p_comm as an
  arguments list (this is helpful for kernel threads matching).

Reviewed by:	gad
MFC after:	3 days
</content>
</entry>
<entry>
<title>Sort options properly.</title>
<updated>2005-03-20T11:17:06Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-20T11:17:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b94b78867e70a3c9c9493cbce6556e9bc0d760e0'/>
<id>urn:sha1:b94b78867e70a3c9c9493cbce6556e9bc0d760e0</id>
<content type='text'>
Reviewed by:	gad
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add a -i option to ignore case in the process match.</title>
<updated>2005-03-20T11:12:13Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-20T11:12:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=46a4b46cd753114e515e0ffbeb18fee6564e3cfa'/>
<id>urn:sha1:46a4b46cd753114e515e0ffbeb18fee6564e3cfa</id>
<content type='text'>
Obtained from:	NetBSD
Reviewed by:	gad
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add and document '-F' option which allows to use file where PID is stored</title>
<updated>2005-03-20T11:03:11Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-20T11:03:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=87a8221aebd79396d7684fb23c163a43e92f9ece'/>
<id>urn:sha1:87a8221aebd79396d7684fb23c163a43e92f9ece</id>
<content type='text'>
for matching.

Reviewed by:	gad
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add and document '-j' option which allows to match processes based on its</title>
<updated>2005-03-20T10:53:54Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-20T10:53:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2b0a1354978bcc70b1586a181cd68d281f41d0b8'/>
<id>urn:sha1:2b0a1354978bcc70b1586a181cd68d281f41d0b8</id>
<content type='text'>
jail ID.

Reviewed by:	gad
MFC after:	3 days
</content>
</entry>
</feed>
