Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10Update applet size estimatesDenys Vlasenko
2022-10-14pkill: add -e to display the name and PID of the process being killedLouis Sautier
2021-06-13*: more --help tweakingDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2017-08-07free,stat: make NOEXECDenys Vlasenko
2017-07-21pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-06-26pgrep: implement -aDenys Vlasenko
2017-06-26pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "Denys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-02-28pgrep: fix a "missing closing paren" build errorDenys Vlasenko
2013-02-28pgrep: fix -x optionBernhard Walle
2011-06-10pkill/pgrep: support extended regular expressionsWade Berrier
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2009-08-15pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko
2009-07-06pgrep/pkill: support -s and -P optionsDenys Vlasenko
2008-07-17pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-16more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-24patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis Vlasenko
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-30fixlet to pgrep/pkillDenis Vlasenko
2007-09-30print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko
2007-09-30pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko