1. 72d1a23 add find's "-mmin" option. configurable. by Paul Fox · 19 years ago
  2. e885d53 Tito writes: by Mike Frysinger · 19 years ago
  3. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  4. 29ed59e make mount usage a bit more terse by Mike Frysinger · 19 years ago
  5. ce88793 When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange. by Rob Landley · 19 years ago
  6. 70f7ef7 Nothing to see here. Move along. by Rob Landley · 19 years ago
  7. 9c32a15 Yann E. Morin's update to modprobe usage. by Rob Landley · 19 years ago
  8. 0bd0257 Add build options to control SuS compatability, allows numeric by Glenn L McGrath · 19 years ago
  9. 02bab68 Tito is using broken kernel headers that pollute the namespace with every by Rob Landley · 19 years ago
  10. 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
  11. 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
  12. 969af89 add "-C" format to hexdump by Paul Fox · 19 years ago
  13. cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  14. 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  15. fe25715 Update to modprobe usage from Yann E. Morin by Rob Landley · 19 years ago
  16. 64a5f96 telnetd -b (bind to specific address) support from Iuri Gomes Diniz. by Rob Landley · 19 years ago
  17. 62d7acc - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. by Bernhard Reutner-Fischer · 19 years ago
  18. aa87276 New applet, fuser, from Tony J. White. (Needs some cleanup.) by Rob Landley · 19 years ago
  19. 0f34a82 Add a switch_root utility (like kconfig's utils/run_init.c, although not by Rob Landley · 19 years ago
  20. f3d6c94 Add --no-same-owner and --no-same-permissions options to tar. by Rob Landley · 19 years ago
  21. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  22. 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  23. 81c3a51 - pidof(8): make -s optional and optional -o; closes #168 first cut. by Bernhard Reutner-Fischer · 19 years ago
  24. 56b2171 - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
  25. 6d6a40c - add option 'w' to ps (wide output, optional feature defaults to off). by Bernhard Reutner-Fischer · 19 years ago
  26. 5209e18 - add prototype for llist_add_to_end to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  27. 5d3a0e8 Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ by Rob Landley · 19 years ago
  28. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  29. 843c5ef reorder include <sys/types.h> and <sys/types.h>. by "Vladimir N. Oleynik" · 19 years ago
  30. 036f299 Cristian Ionescu-Idbohrn says: touchup whitespace/display by Mike Frysinger · 19 years ago
  31. 1672255 Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). by Rob Landley · 19 years ago
  32. 51a43b4 import the very fat e2fsck/fsck applets by Mike Frysinger · 19 years ago
  33. 0d65565 add a attribute_noreturn macro by Mike Frysinger · 19 years ago
  34. a1c6a57 make e2label and findfs optional by Mike Frysinger · 19 years ago
  35. 0a44c17 - add missing descriptions of supported arguments by Bernhard Reutner-Fischer · 19 years ago
  36. 28de951 by Paul Fox · 19 years ago
  37. 9d7010c - add applet nohup(1) by Bernhard Reutner-Fischer · 19 years ago
  38. d4cffd1 - make sure to include dmalloc.h at the very end of busybox.h or libbb.h. by Bernhard Reutner-Fischer · 19 years ago
  39. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  40. f912ebb - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen by Bernhard Reutner-Fischer · 19 years ago
  41. 7fe6520 This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse by "Vladimir N. Oleynik" · 19 years ago
  42. d57ae8b First cleanup pass, from Rob Sullivan. More to be done... by Rob Landley · 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. 9200e79 New applet "less", from Rob Sullivan. by Rob Landley · 19 years ago
  45. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  46. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  47. 68071e4 touch up usage for swap utils by Mike Frysinger · 19 years ago
  48. 5d38f5b sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' by Eric Andersen · 19 years ago
  49. 14efdc5 Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. by Rob Landley · 19 years ago
  50. 45a8ed8 - sync traceroute with Slackware-10.1 by "Vladimir N. Oleynik" · 19 years ago
  51. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  52. 078bacf Patch -i support from Berhnard Fischer. by Rob Landley · 19 years ago
  53. e0537f6 Bernhard Fischer suggested that get_terminal_width_height() should return by Rob Landley · 19 years ago
  54. d00b3a5 Bernhard Fischer provided a mountpoint(1) applet. This is apparently something by Rob Landley · 19 years ago
  55. b8d0046 Tito (among others) writes: previous patch was wrong, please stop screwing things up by Mike Frysinger · 19 years ago
  56. c8e2de6 Bernhard Fischer writes: fix devfsd usage by Mike Frysinger · 19 years ago
  57. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  58. 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
  59. 4240364 commiting: 0000028 03-16-05 patch: new setsid applet by Paul Fox · 19 years ago
  60. b831753 commiting: by Paul Fox · 19 years ago
  61. 156dc41 commiting patch from bug 71: by Paul Fox · 19 years ago
  62. fc2256a applying patch for bug 72: by Paul Fox · 19 years ago
  63. 79c142d new config display applet, from bug 46. i've changed the name by Paul Fox · 19 years ago
  64. a39bba3 allow suppression of default client-id. fixes bug 000037. allows by Paul Fox · 19 years ago
  65. 14445fd in order to make sure the INET6 prototypes are exported, we would have to include the libbb.h header file ... but then we have to worry about including too early/etc... by Mike Frysinger · 19 years ago
  66. 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
  67. 0840b76 applying fixes from: 0000142: unzip enhancements by Paul Fox · 19 years ago
  68. 127adc5 applying fix from; by Paul Fox · 19 years ago
  69. 2ada89b a bit more polish by Eric Andersen · 19 years ago
  70. 54e57da a bit of polish on makedevs by Eric Andersen · 19 years ago
  71. e8614db Fixup device table based makedevs so it actually works by Eric Andersen · 19 years ago
  72. 6eb1e41 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use by Rob Landley · 19 years ago
  73. 6447ac0 import initial fat mke2fs by Mike Frysinger · 20 years ago
  74. 174808c import tune2fs support by Mike Frysinger · 20 years ago
  75. 3d92562 About time to just apply this and kill off the patches by Eric Andersen · 20 years ago
  76. 8b2d02e Add readprofile applet support. by Paul Mundt · 20 years ago
  77. 9ea8836 Add automatic umount support to eject command. Patch from Tito, by Rob Landley · 20 years ago
  78. 4d14920 update usage to match actual behavior by Mike Frysinger · 20 years ago
  79. 2acfd7b Small comm implementatin from Rob Sullivan. Needed to build perl. by Rob Landley · 20 years ago
  80. b662f0d import ether-wake applet by haveaniceday Bug 252 by Mike Frysinger · 20 years ago
  81. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  82. 55e2cf6 import eject by Peter Willis / Tito Ragusa by Mike Frysinger · 20 years ago
  83. 7dc7f40 make the exec (-e) an optional feature of netcat by Mike Frysinger · 20 years ago
  84. 60a5c38 In bug 247, haveaniceday writes: by Mike Frysinger · 20 years ago
  85. 0d38301 From: Shaun Jackman <sjackman@gmail.com> by Rob Landley · 20 years ago
  86. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  87. e3752e5 Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed by Rob Landley · 20 years ago
  88. 8445a9f On Tuesday 19 April 2005 21:10, Tito wrote and today added: by Rob Landley · 20 years ago
  89. ad8071f David Brownell submitted a new applet, zcip, based on RFC 3927. This is by Rob Landley · 20 years ago
  90. 55b1efc New help text for Matthew S. Wood's "ln" update adding -b and -d. by Rob Landley · 20 years ago
  91. 058e740 fix whitespace usage, fix un-escaped quotes in a bunch of examples, and standardize a bunch of trivial/full usage statements (no trailing newline in either, and when listing options, dont append a . each time) by Mike Frysinger · 20 years ago
  92. 82e6c0b fix inconsistent whitespace by Mike Frysinger · 20 years ago
  93. 964a368 remove extra whitespace by Mike Frysinger · 20 years ago
  94. 9b5f71e stat implementation based upon coreutils by Mike Frysinger · 20 years ago
  95. de9f1f7 import lsattr and chattr from e2fsprogs by Mike Frysinger · 20 years ago
  96. 95d3c45 printenv / sum defines by Mike Frysinger · 20 years ago
  97. 618d62f fix whitespace by Mike Frysinger · 20 years ago
  98. fa69f11 import fakeidentd module started by Thomas Lundquist by Mike Frysinger · 20 years ago
  99. 3cd1986 Add bb_msg_read_error by Eric Andersen · 20 years ago
  100. 5c63a72 In Bug 207, bernhardf writes: proper escape strings in usage.h by Mike Frysinger · 20 years ago