1. 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
  2. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
  3. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  4. ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 8 months ago
  5. 50a3745 watchdog: make open-write-close-open functionality a config knob by Rasmus Villemoes · 3 years, 8 months ago
  6. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  7. 6a55b4e libbb: introduce and use msleep() by Denys Vlasenko · 4 years ago
  8. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  9. 5059653 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings by Denys Vlasenko · 6 years ago
  10. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  11. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  12. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  13. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  14. 1572f52 watchdog: do not use argc, other cleanups by Denys Vlasenko · 7 years ago
  15. 31c7650 watchdog: stop watchdog first on startup by Matt Spinler · 7 years ago
  16. f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  17. fb4da16 Split miscutils/Config.src items into miscutils/*.c files by Denys Vlasenko · 8 years ago
  18. 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
  19. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  20. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  21. 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
  22. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  23. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  24. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  25. 6fb5f01 we need to daemonize *before* opening the watchdog device by Mike Frysinger · 16 years ago
  26. e41fdbc watchdog: enable it before setting timeout by Denis Vlasenko · 16 years ago
  27. 005ff88 watchdog: build fixes, no code changes by Denis Vlasenko · 16 years ago
  28. 93d0776 watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds by Denis Vlasenko · 16 years ago
  29. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  30. 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
  31. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  32. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  33. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
  34. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
  35. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  36. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  37. 3638cc4 watchdog: allow millisecond spec (-t 250ms) by Denis Vlasenko · 17 years ago
  38. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  39. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  40. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
  41. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  42. cfa2b3a watchdog: don't use static variable by Denis Vlasenko · 18 years ago
  43. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  44. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  45. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  46. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  47. cd68a2e fix watchdog on no-mmu systems by adding -F option for rexec by Mike Frysinger · 18 years ago
  48. 9be7435 initial support for no-mmu systems by Mike Frysinger · 19 years ago
  49. 2fc534f hint at where the Magic comes from by Mike Frysinger · 19 years ago
  50. 5f6d67b - no need to have timer_duration in the data section. by Bernhard Reutner-Fischer · 19 years ago
  51. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  52. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  53. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  54. c1ef7bd just whitespace by Tim Riker · 19 years ago
  55. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  56. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  57. cde8f53 Paul Mundt <lethal@linux-sh.org> writes: by Eric Andersen · 21 years ago
  58. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  59. 8d4c397 Patch from Jeff Garzik marking a few 'getopt not needed' apps. by Eric Andersen · 24 years ago
  60. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  61. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  62. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  63. ffde867 Add in spoon's watchdog timer app. -Erik by Eric Andersen · 24 years ago