1. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  2. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  3. 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
  4. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  5. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  6. 32711c4 top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor" by Denys Vlasenko · 12 years ago
  7. 50157f3 top: fix "last CPU" parsing by Denys Vlasenko · 12 years ago
  8. 62c006d libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
  9. 0b170e6 libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
  10. 9ec3cd4 tweak comment, no code changes by Denys Vlasenko · 13 years ago
  11. 2390109 top: fix CPU% for thread display. Closes 4081 by Denys Vlasenko · 13 years ago
  12. 5331e38 libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. by Denys Vlasenko · 13 years ago
  13. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 13 years ago
  14. 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 14 years ago
  15. f42c7b8 suppress "'fast_strtol_10' defined but not used" warning by Denys Vlasenko · 14 years ago
  16. 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
  17. 63adf83 fix build failure for pmap by Dan Fandrich · 14 years ago
  18. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  19. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  20. ed4ff0e pidof/killall: fix bug 625 (kernel threads get stale "binary name") by Denys Vlasenko · 15 years ago
  21. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  22. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  23. ae357bd top, ps: do not output trailing spaces by Denys Vlasenko · 15 years ago
  24. e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 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 · 16 years ago
  27. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  28. 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
  29. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  30. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  31. 3b3ca11 pidof/killall: allow find_pid_by_name to find running by Denis Vlasenko · 16 years ago
  32. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  33. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  34. 16afa38 libbb: fix wrong sscanf count check (affects pidof etc) by Denis Vlasenko · 17 years ago
  35. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  36. 5fee2e1 ps: add conditional support for -o [e]time by Denis Vlasenko · 17 years ago
  37. 304a97a trivial typo fix by Denis Vlasenko · 17 years ago
  38. 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  39. 1ebd0a6 remove if() which is always true by Denis Vlasenko · 17 years ago
  40. ab8c937 more "if (p) free(p)" fixes; fix a typo in comment by Denis Vlasenko · 17 years ago
  41. ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
  42. 512499c ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) by Denis Vlasenko · 17 years ago
  43. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  44. 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
  45. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  46. 98ebab8 top,ps: improve /proc/PID/cmdinfo reading code by Denis Vlasenko · 17 years ago
  47. f7d07b1 killall, pidof: use argv0 for process matching too by Denis Vlasenko · 17 years ago
  48. 42ee26d procps: shrink /proc scanning code a bit by Denis Vlasenko · 17 years ago
  49. 88976d0 remove extra ')' by Denis Vlasenko · 17 years ago
  50. 31789a8 top,ps: 'stringify' tty only when needed. -60 bytes. by Denis Vlasenko · 17 years ago
  51. 362c6ec top: speedup if tty info is not requested by Denis Vlasenko · 17 years ago
  52. 3afac4c top,ps: reduce CPU usage in decimal conversion (optional) by Denis Vlasenko · 17 years ago
  53. 5a65447 top: add config option and code for global CPU % display by Denis Vlasenko · 17 years ago
  54. 0696b8a ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 18 years ago
  55. 8581863 procps: remove all global variables by Denis Vlasenko · 18 years ago
  56. 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 18 years ago
  57. 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
  58. 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
  59. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  60. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  61. d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
  62. b8a8e60 tar: small fixes: * size-optimize mapping code * kill double close by Denis Vlasenko · 18 years ago
  63. c50f370 tar: cache [ug]id->username/groupname mappings. Cuts down amount by Denis Vlasenko · 18 years ago
  64. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  65. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  66. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  67. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  68. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  69. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  70. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  71. 58dda84 decuddle () from for/if/while by Mike Frysinger · 18 years ago
  72. 22f383e Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top. by Rob Landley · 18 years ago
  73. 373af43 comment all fields by Mike Frysinger · 19 years ago
  74. 301ad67 add reference to proc(5) by Mike Frysinger · 19 years ago
  75. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  76. 7818a42 Portability tweak from Shaun Jackman, don't include asm/page.h directly. by Rob Landley · 19 years ago
  77. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  78. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  79. 465300c cleanups after changes by Denis Vlasenko. Size optimization by "Vladimir N. Oleynik" · 19 years ago
  80. b280455 Cleanups from Denis Vlasenko. by Rob Landley · 19 years ago
  81. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  82. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  83. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  84. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  85. 52499cb Tito writes: by Eric Andersen · 20 years ago
  86. 242ab83 Teach busybox ps to get the correct uid when displaying stuff by Eric Andersen · 21 years ago
  87. a1e4a0e Patch from Atsushi Nemoto, recent MIPS kernel headers by Glenn L McGrath · 21 years ago
  88. 0933a92 bother. It seems I can't read. by Eric Andersen · 21 years ago
  89. f295b5a doh! by Eric Andersen · 21 years ago
  90. a8d82fe Try to accomodate systems that do not define PAGE_SHIFT by Eric Andersen · 21 years ago
  91. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  92. fab3e12 Skip printing "/proc/%d/cmdline" stuff when it is not relevant by Eric Andersen · 22 years ago
  93. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  94. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  95. 09adaca last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  96. 393ad1a Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  97. 7b1eca2 include libbb after stdlib.h as it breaks dmalloc by Glenn L McGrath · 22 years ago
  98. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago