aboutsummaryrefslogtreecommitdiff
path: root/procps/pgrep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-07-131-2/+2
|\
| * Update applet size estimatesDenys Vlasenko2023-07-101-2/+2
* | pgrep,pkill: remove non-functional optionsRon Yorston2023-06-221-0/+55
|/
* pkill: add -e to display the name and PID of the process being killedLouis Sautier2022-10-141-4/+11
* *: more --help tweakingDenys Vlasenko2021-06-131-6/+6
* config: update size informationDenys Vlasenko2018-12-281-2/+2
* free,stat: make NOEXECDenys Vlasenko2017-08-071-1/+5
* pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086Denys Vlasenko2017-07-211-10/+37
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* pgrep: implement -aDenys Vlasenko2017-06-261-6/+16
* pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "Denys Vlasenko2017-06-261-5/+11
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-0/+1
* Code style fixes, no code changesDenys Vlasenko2016-11-281-1/+1
* Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+17
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-2/+2
* pgrep: fix a "missing closing paren" build errorDenys Vlasenko2013-02-281-1/+1
* pgrep: fix -x optionBernhard Walle2013-02-281-1/+1
* pkill/pgrep: support extended regular expressionsWade Berrier2011-06-101-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+29
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-3/+4
* pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko2009-08-141-4/+4
* pgrep/pkill: support -s and -P optionsDenys Vlasenko2009-07-061-54/+64
* pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko2008-07-171-1/+8
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-2/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-1/+2
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-071-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* fixlet to pgrep/pkillDenis Vlasenko2007-09-301-1/+1
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-301-2/+4
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-291-0/+136