- e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
- 0b6ec06 kill: add '--' option to separate options from arguments by Ron Yorston · 7 years ago
- 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
- 86981e3 ash: allow "trap NUM [SIG]..." syntax by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
- 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
- 61a91af kill: optimizations for single-applet build by Kang-Che Sung · 8 years ago
- 53487a8 kill: need not build kill.c when ash's job control is off by Kang-Che Sung · 8 years ago
- 1125d7d hush: kill builtin and kill %jobspec support by Denys Vlasenko · 8 years ago
- a474728 ash: fix "kill %1" not working if CONFIG_ASH is disabled by Kang-Che Sung · 8 years ago
- 5467d26 Make killall and killall5 selecatable independent from kill by Denys Vlasenko · 8 years ago
- f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 4b26f82 kill[all[5]]: code shrink by Denys Vlasenko · 11 years ago
- 3ac1e0d killall5: return 2 if no processes got killed by Uros Vampl · 11 years ago
- 1485030 killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT by Denys Vlasenko · 13 years ago
- 6a93212 kill: fix segfault in arguments parsing by Alexey Fomenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- 9283d7c kill: fix infinite loop when passed PIDs are not valid numbers by Pere Orga · 14 years ago
- b12553f ash: fix ash-signals/signal8 testcase failure by Denys Vlasenko · 14 years ago
- b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- a0ab943 function old new delta by Denis Vlasenko · 16 years ago
- b9b344a kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Denis Vlasenko · 16 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
- 1fe4e9e cosmetic change in message text by Denis Vlasenko · 17 years ago
- ae6bf96 bad syntax error should go to stderr by Paul Fox · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- a4f4de9 print_signames_and_exit -> print_signames (because of "ash calls kill_main") by Denis Vlasenko · 17 years ago
- 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 0cacc80 kill: improve comment by Denis Vlasenko · 18 years ago
- 02f47e9 kill: fix recent breakage of vda, also make code smaller by 21 bytes. by Denis Vlasenko · 18 years ago
- dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 18 years ago
- f20de5b ash,kill: use common code for kill applet/builtin by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
- 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
- fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
- dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
- 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
- a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
- 16bbb20 Random cleanup hanging around my tree. by Rob Landley · 18 years ago
- c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 1e98a07 close bug 638 by "Vladimir N. Oleynik" · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- b924055 Jason Schoon writes: by Mike Frysinger · 19 years ago
- a4fccce Patch from Tito adding support for '-q' by Eric Andersen · 20 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 8f4ef15 Fixup segfault on 'kill -q' by Eric Andersen · 21 years ago
- 7d72e79 Rework kill / killall so it behaves itself, even when subjected to abuse. -Erik by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 22 years ago
- bb2e9d4 last_patch_67 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
- c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
- 80cd3cf Fix indentation. Support killall -q, for pcmcia-cs -Erik by Eric Andersen · 22 years ago
- 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
- 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
- b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
- 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
- 8e75f6d Fix a stupid thinko, and fix killall to cope with the updated by Eric Andersen · 23 years ago
- 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
- 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- 5d513f7 List of signals updated from util-linux-2.10o by Pavel Roskin · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
- 3cfa9ec Reorganized signal names for better architecture support -- patch by Eric Andersen · 24 years ago
- 700a5ae Fixed exit status for killall by Pavel Roskin · 25 years ago
- 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
- 0a64de9 More little stuff. -Erik by Erik Andersen · 25 years ago
- 5d68857 Remove debug noise -Erik by Erik Andersen · 25 years ago
- a6c7522 Updates -Erik by Erik Andersen · 25 years ago
- 5dd853a Oops. Left in some debug noise. -Erik by Erik Andersen · 25 years ago