1. 1071f3e Fix remaining bionic warnings by Tanguy Pruvot · 10 years ago
  2. e64e94d busybox-full: enable some new applets by Tanguy Pruvot · 10 years ago
  3. 12e27b7 bionic: some new type warnings fixes by Tanguy Pruvot · 10 years ago
  4. 6786b97 Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22 by Ricardo Cerqueira · 10 years ago
  5. 4b26f82 kill[all[5]]: code shrink by Denys Vlasenko · 10 years ago
  6. 3ac1e0d killall5: return 2 if no processes got killed by Uros Vampl · 10 years ago
  7. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  8. dc57294 top: fix breakage introduced by previous commit by Denys Vlasenko · 11 years ago
  9. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  10. 173aa78 pstree: fix theoretically unsafe code by Denys Vlasenko · 11 years ago
  11. 879f008 lsof: correct check for symbolic link by Thomas De Schampheleire · 11 years ago
  12. fea2588 pstree: stop truncating thread names by Mike Frysinger · 11 years ago
  13. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 11 years ago
  14. 7794c21 pgrep: fix a "missing closing paren" build error by Denys Vlasenko · 11 years ago
  15. 47f8558 pgrep: fix -x option by Bernhard Walle · 11 years ago
  16. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  17. 17d4436 ps: seconds_since_boot: uint64_t -> ulong by Denys Vlasenko · 11 years ago
  18. 778794d *: reuse more strings by Denys Vlasenko · 11 years ago
  19. 6aab061 ps: fix sscanf format specifier (%l); make uptime unsigned by Denys Vlasenko · 11 years ago
  20. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 11 years ago
  21. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 11 years ago
  22. fb499c5 powertop: fix error message by Lauri Hintsala · 11 years ago
  23. c4f2d99 libbb: correctness/size tweaks in signal-related helpers by Denys Vlasenko · 12 years ago
  24. 73a1990 top: do not touch stdin if -b by Denys Vlasenko · 12 years ago
  25. ffe03f0 top: fix build failure in !USE_TERMIOS case by Denys Vlasenko · 12 years ago
  26. 42be921 ps: fix build failure in !DESKTOP case by Denys Vlasenko · 12 years ago
  27. 2fb8d0d top: implement scrolling up/down (_very_ useful) by Denys Vlasenko · 12 years ago
  28. c439851 sysctl: implement -q by Joshua Kahlenberg · 12 years ago
  29. 746137a bump version to 1.20.2 by Tanguy Pruvot · 12 years ago
  30. cafa3e4 ps: use separate get_uptime() and make it work on non-linux too by Michael Tokarev · 12 years ago
  31. dac8e79 Move several applets to different install dir: by Denys Vlasenko · 12 years ago
  32. ac42e3d ps: use separate get_uptime() and make it work on non-linux too by Michael Tokarev · 12 years ago
  33. cf3f31c update prebuilt android config files for 1.20.1 by Tanguy Pruvot · 12 years ago
  34. 17713c8 pstree: fix segfault introduced by the warnings fixes by Tanguy Pruvot · 12 years ago
  35. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  36. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  37. 1485030 killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT by Denys Vlasenko · 12 years ago
  38. 1c12b67 lsof: new applet by Sven Oliver Moll · 12 years ago
  39. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 12 years ago
  40. 6a93212 kill: fix segfault in arguments parsing by Alexey Fomenko · 12 years ago
  41. 36efc94 Merge 1.19.3 gingerbread into ics by Tanguy Pruvot · 13 years ago
  42. 3b16034 nmeter: fix block i/o count on newer Linux kernels by Denys Vlasenko · 13 years ago
  43. 85b1f29 ps: fix for !FEATURE_PS_LONG build by Cristian Ionescu-Idbohrn · 13 years ago
  44. b64bd16 ps: with -l, show STIME too by Flemming Madsen · 13 years ago
  45. 8d9ac30 ps: add support for -l for !DESKTOP by Denys Vlasenko · 13 years ago
  46. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  47. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  48. 5845a06 uptime: more compatible output by Denys Vlasenko · 13 years ago
  49. d91b138 uptime: add config flag to allow displaying the number of users currently logged on by Pere Orga · 13 years ago
  50. 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
  51. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 13 years ago
  52. 000ae5c pkill/pgrep: support extended regular expressions by Wade Berrier · 13 years ago
  53. d7efa06 fix breakage caused by 'remove "Options:" string from help texts' commit by Denys Vlasenko · 13 years ago
  54. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  55. 9f77802 iostat: code shrink by Maksym Kryzhanovskyy · 13 years ago
  56. 217a7f4 fuser: fix inverted access() check. Closes 3799. by Denys Vlasenko · 13 years ago
  57. abb0952 nmeter: trim help text by Denys Vlasenko · 13 years ago
  58. eeed230 fuser: code shrink by Maksym Kryzhanovskyy · 13 years ago
  59. 24b71fd top: display sort indicator in memory display by Denys Vlasenko · 13 years ago
  60. eafc558 top: better indicator of selected field in mem view by Denys Vlasenko · 13 years ago
  61. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 13 years ago
  62. 29c54aa iostat: code shrink ~0.5k by Maksym Kryzhanovskyy · 13 years ago
  63. c3f8db9 preparatory patch by Denys Vlasenko · 13 years ago
  64. 4d6059e top: another scripting improvement by Denys Vlasenko · 13 years ago
  65. 7d9a1d2 top: make it possible to feed commands via pipe by Denys Vlasenko · 13 years ago
  66. 2a6d598 mpstat.c: remove unused line by Marek Polacek · 13 years ago
  67. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  68. a9e5c43 pstree: fix "warning: 'handle_thread' defined but not used" by Denys Vlasenko · 13 years ago
  69. cf8b55c pwdx: new applet by Pere Orga · 13 years ago
  70. 9283d7c kill: fix infinite loop when passed PIDs are not valid numbers by Pere Orga · 13 years ago
  71. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 13 years ago
  72. b12553f ash: fix ash-signals/signal8 testcase failure by Denys Vlasenko · 13 years ago
  73. b7c9fb2 whitespace fixes by Denys Vlasenko · 13 years ago
  74. 099e528 ps: implement -o stat by Denys Vlasenko · 13 years ago
  75. 9aa599d top: replace %MEM with %VSZ in header text by Denys Vlasenko · 13 years ago
  76. 444ff28 top: document a debugging script by Denys Vlasenko · 13 years ago
  77. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 13 years ago
  78. e8d0a14 remove a few aliasing warnings by Denys Vlasenko · 13 years ago
  79. 0684446 top: add keyboard commands to --help by Denys Vlasenko · 13 years ago
  80. a604186 nmeter: deprecate %NNNd specified, use -d MSEC instead by Denys Vlasenko · 13 years ago
  81. da6fb7e procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit by Lauri Kasanen · 14 years ago
  82. 86aa803 pstree: use stdin for screen size detection by Denys Vlasenko · 14 years ago
  83. 2161bd7 pstree: another tiny shrink by Denys Vlasenko · 14 years ago
  84. c32e626 pstree: tiny shrink by Denys Vlasenko · 14 years ago
  85. e48e6f8 pstree: fix width logic. +30 bytes by Lauri Kasanen · 14 years ago
  86. 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
  87. 0ebafcc powertop: code shrink by Maksym Kryzhanovskyy · 14 years ago
  88. dea28e1 powertop: fix last line detection in process_timer_stats() by Denys Vlasenko · 14 years ago
  89. dcb163a powertop: replace erroneous \n with \0; make numberic conversion more robust by Denys Vlasenko · 14 years ago
  90. 6052c2b powertop: code shrink by Maksym Kryzhanovskyy · 14 years ago
  91. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  92. f29a1c5 powertop: build fix for !386 compiles by Denys Vlasenko · 14 years ago
  93. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  94. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  95. 3c99d59 top: Use _exit() instead of exit() in sighandler by Marek Polacek · 14 years ago
  96. 4fa07bd whitespace fix by Denys Vlasenko · 14 years ago
  97. a43e969 powertop: simplified C-state display code by Denys Vlasenko · 14 years ago
  98. d8b687f powertop: IPIs and hw irqs were swapped, fixing by Denys Vlasenko · 14 years ago
  99. c3f1fa1 powertop: fixes to output format and code shrink by Denys Vlasenko · 14 years ago
  100. 373789e powertop: code shrink by Denys Vlasenko · 14 years ago