1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 5fee2e1 ps: add conditional support for -o [e]time by Denis Vlasenko · 17 years ago
  3. 304a97a trivial typo fix by Denis Vlasenko · 17 years ago
  4. 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  5. 1ebd0a6 remove if() which is always true by Denis Vlasenko · 17 years ago
  6. ab8c937 more "if (p) free(p)" fixes; fix a typo in comment by Denis Vlasenko · 17 years ago
  7. ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
  8. 512499c ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) by Denis Vlasenko · 17 years ago
  9. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  10. 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
  11. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  12. 98ebab8 top,ps: improve /proc/PID/cmdinfo reading code by Denis Vlasenko · 17 years ago
  13. f7d07b1 killall, pidof: use argv0 for process matching too by Denis Vlasenko · 17 years ago
  14. 42ee26d procps: shrink /proc scanning code a bit by Denis Vlasenko · 17 years ago
  15. 88976d0 remove extra ')' by Denis Vlasenko · 17 years ago
  16. 31789a8 top,ps: 'stringify' tty only when needed. -60 bytes. by Denis Vlasenko · 17 years ago
  17. 362c6ec top: speedup if tty info is not requested by Denis Vlasenko · 17 years ago
  18. 3afac4c top,ps: reduce CPU usage in decimal conversion (optional) by Denis Vlasenko · 17 years ago
  19. 5a65447 top: add config option and code for global CPU % display by Denis Vlasenko · 17 years ago
  20. 0696b8a ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
  21. 8581863 procps: remove all global variables by Denis Vlasenko · 17 years ago
  22. 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 17 years ago
  23. 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 · 18 years ago
  24. 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
  25. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  26. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  27. d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
  28. b8a8e60 tar: small fixes: * size-optimize mapping code * kill double close by Denis Vlasenko · 18 years ago
  29. c50f370 tar: cache [ug]id->username/groupname mappings. Cuts down amount by Denis Vlasenko · 18 years ago
  30. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  31. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  32. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  33. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  34. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  35. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  36. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  37. 58dda84 decuddle () from for/if/while by Mike Frysinger · 18 years ago
  38. 22f383e Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top. by Rob Landley · 18 years ago
  39. 373af43 comment all fields by Mike Frysinger · 18 years ago
  40. 301ad67 add reference to proc(5) by Mike Frysinger · 18 years ago
  41. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  42. 7818a42 Portability tweak from Shaun Jackman, don't include asm/page.h directly. by Rob Landley · 18 years ago
  43. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 18 years ago
  44. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  45. 465300c cleanups after changes by Denis Vlasenko. Size optimization by "Vladimir N. Oleynik" · 19 years ago
  46. b280455 Cleanups from Denis Vlasenko. by Rob Landley · 19 years ago
  47. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  48. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  49. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  50. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 19 years ago
  51. 52499cb Tito writes: by Eric Andersen · 20 years ago
  52. 242ab83 Teach busybox ps to get the correct uid when displaying stuff by Eric Andersen · 21 years ago
  53. a1e4a0e Patch from Atsushi Nemoto, recent MIPS kernel headers by Glenn L McGrath · 21 years ago
  54. 0933a92 bother. It seems I can't read. by Eric Andersen · 21 years ago
  55. f295b5a doh! by Eric Andersen · 21 years ago
  56. a8d82fe Try to accomodate systems that do not define PAGE_SHIFT by Eric Andersen · 21 years ago
  57. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  58. fab3e12 Skip printing "/proc/%d/cmdline" stuff when it is not relevant by Eric Andersen · 21 years ago
  59. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  60. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  61. 09adaca last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  62. 393ad1a Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  63. 7b1eca2 include libbb after stdlib.h as it breaks dmalloc by Glenn L McGrath · 22 years ago
  64. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago