randomconfig fixes
[oweals/busybox.git] / procps / kill.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-12-28 Denys Vlasenkoconfig: update size information
2017-12-31 Denys Vlasenkorandomconfig fixes
2017-08-28 Ron Yorstonkill: add '--' option to separate options from arguments
2017-08-03 Denys Vlasenkonew NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink...
2017-07-25 Denys Vlasenkoash: allow "trap NUM [SIG]..." syntax
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-04-12 Denys Vlasenkofix errors found with make_single_applets.sh
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-09 Kang-Che Sungkill: optimizations for single-applet build
2017-01-09 Kang-Che Sungkill: need not build kill.c when ash's job control...
2017-01-08 Denys Vlasenkohush: kill builtin and kill %jobspec support
2017-01-08 Kang-Che Sungash: fix "kill %1" not working if CONFIG_ASH is disabled
2016-11-23 Denys VlasenkoMake killall and killall5 selecatable independent from...
2016-11-23 Denys VlasenkoConvert all procps/* applets to "new style" applet...
2013-12-16 Denys Vlasenkokill[all[5]]: code shrink
2013-12-16 Uros Vamplkillall5: return 2 if no processes got killed
2012-04-03 Denys Vlasenkokillall5: don't do STOP/CONT dance if the signal we...
2011-12-22 Alexey Fomenkokill: fix segfault in arguments parsing
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-03-07 Pere Orgakill: fix infinite loop when passed PIDs are not valid...
2011-02-21 Denys Vlasenkoash: fix ash-signals/signal8 testcase failure
2010-08-29 Denys Vlasenkonandwrite: complain on malformed -s NUM
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-23 Denys Vlasenko*: merge some common strings
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-02-07 Denis Vlasenkofunction ...
2008-10-31 Denis Vlasenkokill[all[5]]: accept -s SIG too. kill_main: +29 bytes
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2007-11-15 Denis Vlasenkocosmetic change in message text
2007-11-14 Paul Foxbad syntax error should go to stderr
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-30 Denis Vlasenkoprint_signames_and_exit -> print_signames (because...
2007-09-29 Denis Vlasenkopgrep,pkill: new applets by Loic Grenie <loic.grenie...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-06 Denis Vlasenkokill: improve comment
2007-05-06 Denis Vlasenkokill: fix recent breakage of vda, also make code smalle...
2007-05-01 Denis Vlasenkotest: code size saving, no logic changes
2007-04-29 Denis Vlasenkoash,kill: use common code for kill applet/builtin
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2006-11-05 Denis Vlasenkoreplace /proc scanning code by more versatile one.
2006-11-05 Denis Vlasenkotop: improve CPU% calculation
2006-11-01 Denis VlasenkoUnneeded code removed, usused field "unsigned pscpu...
2006-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-09-27 Denis Vlasenkokill: implement killall5. OpenWRT folks will be happy.
2006-09-27 Denis Vlasenkokill: fix bugs (kill -l output was horrible), fix style...
2006-09-12 Rob LandleyRandom cleanup hanging around my tree.
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 "Vladimir N. Oleynik"close bug 638
2006-01-25 Tim Rikerjust whitespace
2006-01-04 Mike FrysingerJason Schoon writes:
2004-08-19 Eric AndersenPatch from Tito adding support for '-q'
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-08-06 Eric AndersenFixup segfault on 'kill -q'
2003-07-26 Eric AndersenRework kill / killall so it behaves itself, even when...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-09 Glenn L McGrathFix compiler warnings, patch by Steven Scholz
2002-11-25 Glenn L McGrathlast_patch_67 from Vladimir N. Oleynik
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
2002-09-16 Eric AndersenApply vodz' last_patch52
2002-07-23 Eric AndersenFix indentation. Support killall -q, for pcmcia-cs
2002-04-13 Eric AndersenUpdate some missing copyright notices
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-06 Eric AndersenIf find_pid_by_name() had an error, it was returning...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-05 Eric AndersenFix a stupid thinko, and fix killall to cope with the...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Pavel RoskinList of signals updated from util-linux-2.10o
2000-08-10 Eric AndersenSome #include updates.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-06 Eric AndersenReorganized signal names for better architecture suppor...
2000-06-06 Pavel RoskinFixed exit status for killall
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-18 Erik AndersenMore little stuff.
2000-04-18 Erik AndersenRemove debug noise
2000-04-18 Erik AndersenUpdates
2000-04-07 Erik AndersenOops. Left in some debug noise.
2000-04-07 Erik AndersenPatch to make killall actually kill all PIDs with the...
next