summaryrefslogtreecommitdiff
path: root/pidof.c
Commit message (Expand)AuthorAgeFilesLines
* pidof: allow to suppress outputMatteo Croce2020-12-221-9/+16
* pidof: new option to show cmdline-less PIDs (kernel workers), empty input fixedJan Rybar2020-12-221-5/+12
* pidof: show worker threadsJan Rybar2020-04-101-3/+7
* pidof: Fix separator optionCraig Small2019-09-211-2/+3
* pidof: Prevent integer overflows with grow_size().Qualys Security Advisory2018-05-191-1/+7
* pidof: Do not memleak pidof_root if multiple -c options.Qualys Security Advisory2018-05-191-0/+1
* pidof: Do not skip the NULL terminator in cmdline.Qualys Security Advisory2018-05-191-1/+1
* pidof: Get the arg1 base name with get_basename().Qualys Security Advisory2018-05-191-5/+2
* pidof: Do not memleak the contents of proc_t.Qualys Security Advisory2018-05-191-3/+0
* pidof: allow to change a separator put between pidsMasatake YAMATO2018-03-021-2/+8
* pidof: check cmd if space in argv0Craig Small2016-04-171-0/+6
* Fix readlink's do-while-loopTobias Stoeckmann2015-07-111-7/+5
* Update help filesCraig Small2014-02-021-1/+1
* Split help lines to help translatorsCraig Small2013-12-281-4/+4
* pidof: fixing compiller warningsJaromir Capik2013-11-041-3/+3
* pidof: support for omitted %PPID and additional separatorsJaromir Capik2013-10-141-3/+8
* pidof: minor fixesJaromir Capik2013-10-101-3/+1
* pidof: reimplemented from scratch (replacing sysvinit pidof)Jaromir Capik2013-10-101-0/+371