1. 0c43046 Fix allbareconfig. by Rob Landley · 18 years ago
  2. 997650b From Denis Vlasenko: by Rob Landley · 18 years ago
  3. 70cbb6e Jason Schoon writes: Attached is a patch to display the usage message if fuser is called with no arguments, rather than doing no work and failing silently. by Mike Frysinger · 18 years ago
  4. 8b1f11d Remove a superfluous quote and more non-generic standalone code. by Rob Landley · 18 years ago
  5. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 18 years ago
  6. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 18 years ago
  7. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 18 years ago
  8. 31642d7 More "extern" removals from Robert P. Day by Rob Landley · 19 years ago
  9. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  10. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  11. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  12. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  13. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  14. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  15. da2a7d6 rfelker writes in Bug 738: sys/sysmacros.h is needed for makedev by Mike Frysinger · 19 years ago
  16. c218a29 add last terminal line by "Vladimir N. Oleynik" · 19 years ago
  17. 3afdfec restore change by Denis Vlasenko: file_to_buf must vary fast, best if inline by "Vladimir N. Oleynik" · 19 years ago
  18. b280455 Cleanups from Denis Vlasenko. by Rob Landley · 19 years ago
  19. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  20. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  21. 2d60458 removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
  22. 51bfa54 removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
  23. 1e98a07 close bug 638 by "Vladimir N. Oleynik" · 19 years ago
  24. c1ef7bd just whitespace by Tim Riker · 19 years ago
  25. f9d40d6 compile on 2.96 for a while longer -- no floating declarations. by Paul Fox · 19 years ago
  26. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  27. b924055 Jason Schoon writes: by Mike Frysinger · 19 years ago
  28. 70678bc getopt -> getopt_ulflags. noticed by Rob Sullivan by "Vladimir N. Oleynik" · 19 years ago
  29. 7eb8e45 Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for scan dir. Added losed chdir(".."). Removed warnings for 64-bit inode size. Why use memcpy and do not let? Very strange code for me by "Vladimir N. Oleynik" · 19 years ago
  30. aa87276 New applet, fuser, from Tony J. White. (Needs some cleanup.) by Rob Landley · 19 years ago
  31. a2eec60 RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  32. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  33. ab52db8 - size reduction of pidof - fix typo in reverse_pidlist by Bernhard Reutner-Fischer · 19 years ago
  34. 81c3a51 - pidof(8): make -s optional and optional -o; closes #168 first cut. by Bernhard Reutner-Fischer · 19 years ago
  35. 35939d9 by "Vladimir N. Oleynik" · 19 years ago
  36. 9c44dce ps selinux logic correction, but do not tested too by "Vladimir N. Oleynik" · 19 years ago
  37. be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
  38. 6d6a40c - add option 'w' to ps (wide output, optional feature defaults to off). by Bernhard Reutner-Fischer · 19 years ago
  39. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  40. d1c8ae5 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  41. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  42. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  43. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  44. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  45. 5d38f5b sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' by Eric Andersen · 19 years ago
  46. 038b076 some portability fixes by rmh in Bug 395 by Mike Frysinger · 19 years ago
  47. 223b887 touchup syntax by Mike Frysinger · 19 years ago
  48. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  49. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 19 years ago
  50. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  51. 2c51160 Add 'nice' and replace 'renice' with a new implementation. by Manuel Novoa III · 20 years ago
  52. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  53. b6570d0 remove a cut/paste mistake, i better get some sleep. by Glenn L McGrath · 20 years ago
  54. 225be8c Apply patch from Felipe Kellermann to simlify logic of sort functions. by Glenn L McGrath · 20 years ago
  55. a4fccce Patch from Tito adding support for '-q' by Eric Andersen · 20 years ago
  56. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  57. ba9b22a Simplify, make formatting better match the procps version by Eric Andersen · 20 years ago
  58. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  59. ab82154 Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested. by Glenn L McGrath · 21 years ago
  60. b905028 Patch from Ned Ludd, solar at gentoo dot org: by Eric Andersen · 21 years ago
  61. f6bba3d Splitting statements with #define's can cause trouble for cross by Glenn L McGrath · 21 years ago
  62. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  63. 7857c03 Paul Mundt (lethal) writes: by Eric Andersen · 21 years ago
  64. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  65. 8f4ef15 Fixup segfault on 'kill -q' by Eric Andersen · 21 years ago
  66. 7d72e79 Rework kill / killall so it behaves itself, even when subjected to abuse. -Erik by Eric Andersen · 21 years ago
  67. 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
  68. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  69. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  70. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  71. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  72. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 22 years ago
  73. 1dcf218 Patch from Daniel J Walsh at redhat to make free work for systems by Eric Andersen · 22 years ago
  74. 75360f9 It shouldnt depend on itself by Glenn L McGrath · 22 years ago
  75. f795b02 Remove duplicate entry for kill by Glenn L McGrath · 22 years ago
  76. 110ee23 Do the dumb/obvious thing for the killall->kill dependancy by Eric Andersen · 22 years ago
  77. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
  78. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  79. bb2e9d4 last_patch_67 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  80. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  81. 1bb1e83 last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option by Eric Andersen · 22 years ago
  82. 506177d Bugfix from Claudio Fleiner <claudio@fleiner.com> by Eric Andersen · 22 years ago
  83. 08a7220 last_patch58 from vodz: by Eric Andersen · 22 years ago
  84. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  85. 3a1d837 don't leak FILEs by Eric Andersen · 22 years ago
  86. d499330 Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Now by Manuel Novoa III · 22 years ago
  87. 420b208 Add a new top applet -Erik by Eric Andersen · 22 years ago
  88. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  89. 80cd3cf Fix indentation. Support killall -q, for pcmcia-cs -Erik by Eric Andersen · 22 years ago
  90. d11edf9 Made exit code SysV compliant. Also added -s (single pid) flag. by Robert Griebl · 22 years ago
  91. 1372780 Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory by Eric Andersen · 22 years ago
  92. 5d8d4a6 Patch from Jim Treadway <jim@stardot-tech.com> to teach by Eric Andersen · 22 years ago
  93. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 22 years ago
  94. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 22 years ago
  95. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  96. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  97. 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  98. b5f2516 Add killall (noted by Giulio Orsero). by Matt Kraai · 23 years ago
  99. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  100. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago