<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/killall/killall.c, branch releng/11.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-03-05T07:26:05Z</updated>
<entry>
<title>MFC r326276:</title>
<updated>2018-03-05T07:26:05Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-05T07:26:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=25d4b2c1b89d42d752e23f9935692f481cb272ea'/>
<id>urn:sha1:25d4b2c1b89d42d752e23f9935692f481cb272ea</id>
<content type='text'>
various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
<entry>
<title>Adjust printf format specifiers for dev_t and ino_t in user space.</title>
<updated>2014-12-17T07:10:48Z</updated>
<author>
<name>Gleb Kurtsou</name>
<email>gleb@FreeBSD.org</email>
</author>
<published>2014-12-17T07:10:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b3370541180604458bbc768f3fa6839ed4d938e'/>
<id>urn:sha1:9b3370541180604458bbc768f3fa6839ed4d938e</id>
<content type='text'>
ino_t and dev_t are about to become uint64_t.

Reviewed by:	kib, mckusick
</content>
</entry>
<entry>
<title>Re-work r260800 to include other signals which start with 'I'</title>
<updated>2014-01-17T04:16:39Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2014-01-17T04:16:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6f17dec9a117e30d61ac694f2c333150073d0bd8'/>
<id>urn:sha1:6f17dec9a117e30d61ac694f2c333150073d0bd8</id>
<content type='text'>
such as ILL, INFO etc..

Submitted by:	delphij
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>fix a regression introduced in r237618 that would result in</title>
<updated>2014-01-17T03:30:24Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2014-01-17T03:30:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dedf0f34ad1ce31b3b1f05806aad2ba3dda7eb74'/>
<id>urn:sha1:dedf0f34ad1ce31b3b1f05806aad2ba3dda7eb74</id>
<content type='text'>
killall confusing killall -INT with killall -I (interactive
confirmation) which resulted in the wrong signal (TERM)
being delivered to the process(s).

Discussed with:	delphij
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>killall: add -q flag to suppress error message when no processes are matched</title>
<updated>2013-06-30T20:27:31Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2013-06-30T20:27:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=214e08782bc71b5a9a5e997274e25acbb60764fc'/>
<id>urn:sha1:214e08782bc71b5a9a5e997274e25acbb60764fc</id>
<content type='text'>
Man-page text provided by wblock.

PR:		bin/30542
Submitted by:	Tony Finch &lt;dot@dotat.at&gt; (original version)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Once in a month, when the moon is full, killall mistakenly considers</title>
<updated>2012-06-30T16:36:22Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2012-06-30T16:36:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c517bc15027a6c36a885b7118c72e9f0a00b016b'/>
<id>urn:sha1:c517bc15027a6c36a885b7118c72e9f0a00b016b</id>
<content type='text'>
living process as a zombie and refuses to kill it. The cause is that
the code masks ki_stat with SZOMB to compare with SZOMB, but ki_stat
is not a mask.

Possibly reported by:	cperciva
MFC after:	3 days
</content>
</entry>
<entry>
<title>killall(1) does not use libkvm.</title>
<updated>2012-06-30T16:23:08Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2012-06-30T16:23:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=407e615c6813f0b11e57016bf47697654f8a9df9'/>
<id>urn:sha1:407e615c6813f0b11e57016bf47697654f8a9df9</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>Only initialize array of mibs once.</title>
<updated>2012-06-30T16:21:51Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2012-06-30T16:21:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a488a0f1d2686603207a7fbcafc960eb85a8ed69'/>
<id>urn:sha1:a488a0f1d2686603207a7fbcafc960eb85a8ed69</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>Initialize procs closer to the place were it is used.</title>
<updated>2012-06-30T16:20:01Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2012-06-30T16:20:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=40bcb503f1a8b9885072a7dc1cb41c2cc462469c'/>
<id>urn:sha1:40bcb503f1a8b9885072a7dc1cb41c2cc462469c</id>
<content type='text'>
Free can properly handle NULL pointer (but keep free() call on the premise
that the code might be reused).
Show errno when realloc failed.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Add a -I flag which requests confirmation before action, like what is done</title>
<updated>2012-06-27T00:50:25Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-06-27T00:50:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d5ec3937c34b5fb3049b6d24abba97c009ce9d8'/>
<id>urn:sha1:8d5ec3937c34b5fb3049b6d24abba97c009ce9d8</id>
<content type='text'>
in pkill(1).

MFC after:	2 weeks
</content>
</entry>
</feed>
