summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-02-28pgrep: fix a "missing closing paren" build errorDenys Vlasenko1-1/+1
2013-02-28pgrep: fix -x optionBernhard Walle1-1/+1
2011-06-10pkill/pgrep: support extended regular expressionsWade Berrier1-1/+1
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko23-160/+231
2009-08-14pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko1-4/+4
2009-07-05pgrep/pkill: support -s and -P optionsDenys Vlasenko2-58/+72
2008-07-17pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko5-23/+53
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-03-17dos2unix: tiny shrinkDenis Vlasenko8-207/+203
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko9-64/+64
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-30fixlet to pgrep/pkillDenis Vlasenko1-1/+1
2007-09-30print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko4-6/+8
2007-09-29pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko9-28/+226