1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 746137a bump version to 1.20.2 by Tanguy Pruvot · 12 years ago
  4. cafa3e4 ps: use separate get_uptime() and make it work on non-linux too by Michael Tokarev · 12 years ago
  5. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  6. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  7. 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
  8. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 13 years ago
  9. d7efa06 fix breakage caused by 'remove "Options:" string from help texts' commit by Denys Vlasenko · 13 years ago
  10. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  11. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  12. 099e528 ps: implement -o stat by Denys Vlasenko · 13 years ago
  13. 6957d79 remove redundant ENABLE_DESKTOP in procps/ps.c by Cristian Ionescu-Idbohrn · 14 years ago
  14. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  15. 9e07219 ps: make "ps -o BAD" emit list of good -o params by Denys Vlasenko · 14 years ago
  16. fe36048 fix typo in commented-out code by Denys Vlasenko · 14 years ago
  17. 3960184 ps: fix non-DESKTOP option handling code by Denys Vlasenko · 14 years ago
  18. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 14 years ago
  19. 887d963 ps: add comment about -T by Denys Vlasenko · 15 years ago
  20. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  21. a05b2b8 ps: show longer COMMAND by Denys Vlasenko · 15 years ago
  22. d75295c ps: conditionally enable -T on non-DESKTOP build too by Denys Vlasenko · 15 years ago
  23. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  24. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  25. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  26. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  27. 83cea0e s/SELINIX/SELINUX/ by Denis Vlasenko · 16 years ago
  28. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  29. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  30. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  31. 54b90b5 fix another -Wall warning by Denis Vlasenko · 16 years ago
  32. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 16 years ago
  33. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  34. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  35. c85bfca ps: fixlet to disabled compat code by Denis Vlasenko · 16 years ago
  36. 5de754a ps: add (disabled) compat code by Denis Vlasenko · 16 years ago
  37. 9b4c072 ps: fix yet another buglet from recent ulltoa conversion :( by Denis Vlasenko · 16 years ago
  38. 766f659 ps: fix COMMAND column adjustment by Denis Vlasenko · 16 years ago
  39. 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 16 years ago
  40. 56ea65c ps: fix overflow in USER and VSZ columns by Denis Vlasenko · 16 years ago
  41. 5fee2e1 ps: add conditional support for -o [e]time by Denis Vlasenko · 16 years ago
  42. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  43. fc1e995 vsz and rss are unsigned longs (ulong ~= width of void* => by Denis Vlasenko · 17 years ago
  44. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  45. f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
  46. 7ce7594 ps: fix non-desktop ps -ww -- thanks rockeychu by Denis Vlasenko · 17 years ago
  47. aba7f49 ps: revert wrong "optimization": (i & 1) -> i by Denis Vlasenko · 17 years ago
  48. dc7a5ea ps: fix "unused variable" warning; fix integer variable declared as char. by Denis Vlasenko · 17 years ago
  49. 98ebab8 top,ps: improve /proc/PID/cmdinfo reading code by Denis Vlasenko · 17 years ago
  50. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  51. 31789a8 top,ps: 'stringify' tty only when needed. -60 bytes. by Denis Vlasenko · 17 years ago
  52. 0696b8a ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
  53. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  54. dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 17 years ago
  55. 8581863 procps: remove all global variables by Denis Vlasenko · 17 years ago
  56. 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 17 years ago
  57. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 17 years ago
  58. 450196c ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) by Denis Vlasenko · 17 years ago
  59. 26a8016 - change option -c to -Z to match newer upstream SElinux conventions by Bernhard Reutner-Fischer · 17 years ago
  60. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 17 years ago
  61. 0aa6ba5 make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful by Mike Frysinger · 17 years ago
  62. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  63. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 17 years ago
  64. 6dca70a ps: fix buglet, add microoptimization by Denis Vlasenko · 17 years ago
  65. 4021516 ps: add documentation on POSIX ps by Denis Vlasenko · 18 years ago
  66. 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) by Denis Vlasenko · 18 years ago
  67. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  68. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  69. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  70. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  71. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  72. d3ada32 ps: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  73. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  74. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  75. 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
  76. be905d5 process utilities related style cleanup by Denis Vlasenko · 18 years ago
  77. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  78. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  79. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  80. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  81. 2d60458 removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 18 years ago
  82. 35939d9 by "Vladimir N. Oleynik" · 19 years ago
  83. 9c44dce ps selinux logic correction, but do not tested too by "Vladimir N. Oleynik" · 19 years ago
  84. be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
  85. 6d6a40c - add option 'w' to ps (wide output, optional feature defaults to off). by Bernhard Reutner-Fischer · 19 years ago
  86. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 19 years ago
  87. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  88. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  89. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  90. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  91. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  92. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  93. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  94. 1372780 Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory by Eric Andersen · 22 years ago
  95. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  96. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  97. 0392b86 Minor formatting change by Eric Andersen · 23 years ago
  98. d98337a Fix ps so it doesn't waste space showing group, as it is pretty much by Eric Andersen · 23 years ago
  99. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  100. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago