1. ab52db8 - size reduction of pidof - fix typo in reverse_pidlist by Bernhard Reutner-Fischer · 19 years ago
  2. 81c3a51 - pidof(8): make -s optional and optional -o; closes #168 first cut. by Bernhard Reutner-Fischer · 19 years ago
  3. 35939d9 by "Vladimir N. Oleynik" · 19 years ago
  4. 9c44dce ps selinux logic correction, but do not tested too by "Vladimir N. Oleynik" · 19 years ago
  5. be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
  6. 6d6a40c - add option 'w' to ps (wide output, optional feature defaults to off). by Bernhard Reutner-Fischer · 19 years ago
  7. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  8. d1c8ae5 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  9. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  10. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  11. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  12. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  13. 5d38f5b sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' by Eric Andersen · 19 years ago
  14. 038b076 some portability fixes by rmh in Bug 395 by Mike Frysinger · 19 years ago
  15. 223b887 touchup syntax by Mike Frysinger · 19 years ago
  16. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  17. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  18. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  19. 2c51160 Add 'nice' and replace 'renice' with a new implementation. by Manuel Novoa III · 20 years ago
  20. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  21. b6570d0 remove a cut/paste mistake, i better get some sleep. by Glenn L McGrath · 20 years ago
  22. 225be8c Apply patch from Felipe Kellermann to simlify logic of sort functions. by Glenn L McGrath · 20 years ago
  23. a4fccce Patch from Tito adding support for '-q' by Eric Andersen · 20 years ago
  24. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  25. ba9b22a Simplify, make formatting better match the procps version by Eric Andersen · 21 years ago
  26. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  27. ab82154 Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested. by Glenn L McGrath · 21 years ago
  28. b905028 Patch from Ned Ludd, solar at gentoo dot org: by Eric Andersen · 21 years ago
  29. f6bba3d Splitting statements with #define's can cause trouble for cross by Glenn L McGrath · 21 years ago
  30. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  31. 7857c03 Paul Mundt (lethal) writes: by Eric Andersen · 21 years ago
  32. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  33. 8f4ef15 Fixup segfault on 'kill -q' by Eric Andersen · 21 years ago
  34. 7d72e79 Rework kill / killall so it behaves itself, even when subjected to abuse. -Erik by Eric Andersen · 21 years ago
  35. 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
  36. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  37. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  38. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  39. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  40. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 22 years ago
  41. 1dcf218 Patch from Daniel J Walsh at redhat to make free work for systems by Eric Andersen · 22 years ago
  42. 75360f9 It shouldnt depend on itself by Glenn L McGrath · 22 years ago
  43. f795b02 Remove duplicate entry for kill by Glenn L McGrath · 22 years ago
  44. 110ee23 Do the dumb/obvious thing for the killall->kill dependancy by Eric Andersen · 22 years ago
  45. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
  46. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  47. bb2e9d4 last_patch_67 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  48. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  49. 1bb1e83 last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option by Eric Andersen · 22 years ago
  50. 506177d Bugfix from Claudio Fleiner <claudio@fleiner.com> by Eric Andersen · 22 years ago
  51. 08a7220 last_patch58 from vodz: by Eric Andersen · 22 years ago
  52. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  53. 3a1d837 don't leak FILEs by Eric Andersen · 22 years ago
  54. d499330 Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Now by Manuel Novoa III · 22 years ago 0_60_4
  55. 420b208 Add a new top applet -Erik by Eric Andersen · 22 years ago
  56. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  57. 80cd3cf Fix indentation. Support killall -q, for pcmcia-cs -Erik by Eric Andersen · 22 years ago
  58. d11edf9 Made exit code SysV compliant. Also added -s (single pid) flag. by Robert Griebl · 23 years ago
  59. 1372780 Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory by Eric Andersen · 23 years ago 0_60_3
  60. 5d8d4a6 Patch from Jim Treadway <jim@stardot-tech.com> to teach by Eric Andersen · 23 years ago
  61. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  62. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
  63. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  64. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  65. 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  66. b5f2516 Add killall (noted by Giulio Orsero). by Matt Kraai · 23 years ago
  67. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  68. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  69. 221b2ea I just wrote up a simple pidof applet, closing bug #1197 -Erik by Eric Andersen · 23 years ago
  70. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  71. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  72. 8e75f6d Fix a stupid thinko, and fix killall to cope with the updated by Eric Andersen · 23 years ago
  73. 0392b86 Minor formatting change by Eric Andersen · 23 years ago
  74. d98337a Fix ps so it doesn't waste space showing group, as it is pretty much by Eric Andersen · 23 years ago
  75. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
  76. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  77. 827e45c Added some more '/* getopt not needed */' lines. by Mark Whitley · 24 years ago
  78. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  79. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  80. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  81. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  82. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  83. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  84. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  85. f1b0c77 Fixed tiny typo. by Mark Whitley · 24 years ago
  86. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  87. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  88. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  89. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  90. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  91. deb9d4d Use perrorMsg and clean up exit status. by Matt Kraai · 24 years ago
  92. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  93. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  94. 5d513f7 List of signals updated from util-linux-2.10o by Pavel Roskin · 24 years ago
  95. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  96. 73de656 Update free for current 2.4.x behavior... -Erik by Eric Andersen · 24 years ago
  97. 44e3840 Stop leaking file handles. by Matt Kraai · 24 years ago
  98. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  99. bf960f5 Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> -Erik by Eric Andersen · 24 years ago
  100. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago