aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-07-131-3/+3
|\
| * Update applet size estimatesDenys Vlasenko2023-07-101-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2023-04-091-1/+1
|\|
| * ash: sleep builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-1/+1
|\|
| * *: --help tweaksDenys Vlasenko2021-06-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-1/+1
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | Remove fake signal-handling codeRon Yorston2018-03-011-0/+2
|/
* randomconfig fixesDenys Vlasenko2017-12-311-1/+6
* kill: add '--' option to separate options from argumentsRon Yorston2017-08-281-0/+5
* new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-031-5/+5
* ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko2017-07-251-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-10/+10
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-3/+3
* fix errors found with make_single_applets.shDenys Vlasenko2017-04-121-5/+5
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-1/+2
* kill: optimizations for single-applet buildKang-Che Sung2017-01-091-18/+28
* kill: need not build kill.c when ash's job control is offKang-Che Sung2017-01-091-2/+1
* hush: kill builtin and kill %jobspec supportDenys Vlasenko2017-01-081-2/+2
* ash: fix "kill %1" not working if CONFIG_ASH is disabledKang-Che Sung2017-01-081-1/+2
* Make killall and killall5 selecatable independent from killDenys Vlasenko2016-11-231-8/+16
* Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+30
* kill[all[5]]: code shrinkDenys Vlasenko2013-12-161-20/+18
* killall5: return 2 if no processes got killedUros Vampl2013-12-161-1/+4
* killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko2012-04-031-2/+4
* kill: fix segfault in arguments parsingAlexey Fomenko2011-12-221-4/+7
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-3/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+39
* kill: fix infinite loop when passed PIDs are not valid numbersPere Orga2011-03-071-0/+1
* ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-211-3/+22
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* function old new deltaDenis Vlasenko2009-02-071-9/+48
* kill[all[5]]: accept -s SIG too. kill_main: +29 bytesDenis Vlasenko2008-10-311-3/+7
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-5/+4
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-1/+0
* cosmetic change in message textDenis Vlasenko2007-11-151-1/+1
* bad syntax error should go to stderrPaul Fox2007-11-141-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-301-1/+2
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-291-26/+22
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* kill: improve commentDenis Vlasenko2007-05-061-1/+2
* kill: fix recent breakage of vda, also make code smaller by 21 bytes.Denis Vlasenko2007-05-061-5/+12
* test: code size saving, no logic changesDenis Vlasenko2007-05-011-1/+3