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