1. 5d499e1 find: a lot more compliant to 'standard' find by Denis Vlasenko · 18 years ago
  2. e2fb719 find: small improvement by Denis Vlasenko · 18 years ago
  3. df0553b find: fix -exec to work like stock find does. by Denis Vlasenko · 18 years ago
  4. 656f746 ls: silly comment fixes by Denis Vlasenko · 18 years ago
  5. 8c0c119 chmod: typo in comments by Denis Vlasenko · 18 years ago
  6. 94cf69f ls: cleanup part 2. ifdef forest is much less scary now :) by Denis Vlasenko · 18 years ago
  7. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  8. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  9. e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
  10. 3b8fc1c recursive_action: preparatory changes. will introduce "int level". by Denis Vlasenko · 18 years ago
  11. 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
  12. fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  13. cf70433 modprobe: reformat to match bbox style by Denis Vlasenko · 18 years ago
  14. 82f9e28 OFF_T_FMT -> OFF_FMT by Denis Vlasenko · 18 years ago
  15. 25d8062 top: batch mode should output all processes by Denis Vlasenko · 18 years ago
  16. b54b208 Fix largefile breakage; advance version to 1.2.2 by Denis Vlasenko · 18 years ago
  17. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  18. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  19. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  20. 1340ca8 As usual, I forgot "svn del"... by Denis Vlasenko · 18 years ago
  21. 2fe7b73 ...and yet another small fix. Ouch... by Denis Vlasenko · 18 years ago
  22. 1de0830 Fix minor breakage in previous commit by Denis Vlasenko · 18 years ago
  23. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  24. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  25. 670a662 add ipv6 developer doc by Denis Vlasenko · 18 years ago
  26. ebe578a nslookup: make it more IPv6 friendly by Denis Vlasenko · 18 years ago
  27. 68f2187 mount: use switch (compare_string_array(..)) by Denis Vlasenko · 18 years ago
  28. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  29. 940b2e4 ip: "ip addr del" and "ip addr delete" both should work by Denis Vlasenko · 18 years ago
  30. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  31. e63a0de - revert r16191; re-add resize() applet. by Bernhard Reutner-Fischer · 18 years ago
  32. 8077850 sed: mostly style fixes, very small changes in actual code by Denis Vlasenko · 18 years ago
  33. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  34. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  35. 44c7917 Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to by Rob Landley · 18 years ago
  36. d35d540 - add nmeter and raidautorun to defconfig. by Bernhard Reutner-Fischer · 18 years ago
  37. a481d87 - we take exactly one argument. by Bernhard Reutner-Fischer · 18 years ago
  38. 7534e08 wget: -100 bytes, reduce stack usage, remove --header length limit by Denis Vlasenko · 18 years ago
  39. 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
  40. 4e70bf4 getty: conditionally disable handling of all-caps terminals. by Denis Vlasenko · 18 years ago
  41. 50e77e1 getty: cleanup part 2 by Denis Vlasenko · 18 years ago
  42. dce3fde getty: cleanup part 1 by Denis Vlasenko · 18 years ago
  43. 7c4503d __GLIBC__ -> defined(__GLIBC__) by Denis Vlasenko · 18 years ago
  44. 2295b49 grep: "grep -h pattern file1 file2" ignored -h by Denis Vlasenko · 18 years ago
  45. 9b44db5 cp: update help text by Denis Vlasenko · 18 years ago
  46. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  47. 8d73c35 watch: execute command thru shell, not fork/exec. Other fixes by Denis Vlasenko · 18 years ago
  48. 9bff26c chpst: add overlooked copyright statement by Denis Vlasenko · 18 years ago
  49. c108ed5 raidautorun: new applet, by: by Denis Vlasenko · 18 years ago
  50. 456fa6c readlink: do not emit errors if file doesnt not exist / not a link by Denis Vlasenko · 18 years ago
  51. df51892 Added compile-time warning for STATIC+GLIBC build by Denis Vlasenko · 18 years ago
  52. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  53. dd29828 - remove duplicate flags (-funsigned-char -fno-builtin-strlen) by Bernhard Reutner-Fischer · 18 years ago
  54. b79b87a build system: (try to) get rid of bb_config.h hack by Denis Vlasenko · 18 years ago
  55. 9fa9950 build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) by Denis Vlasenko · 18 years ago
  56. b560577 move usage_compressed.h generation into applets/ by Denis Vlasenko · 18 years ago
  57. 52b5eba applets/applets.o must be rebuilt if usage.h is modified. by Denis Vlasenko · 18 years ago
  58. fdc1017 scripts/usage.c: de-uglify #includes by Denis Vlasenko · 18 years ago
  59. 534d88e console-tools/resize.c is apparently leftover from a reverted patch. by Eric Andersen · 18 years ago
  60. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  61. f46be09 mdev: reduce excessive indentation by Denis Vlasenko · 18 years ago
  62. 4e33e07 strip -> $(STRIP); fix "unused variable" warning by Denis Vlasenko · 18 years ago
  63. 5f03158 ash: fix segfault in ash. patch by walter harms <wharms@bfs.de> by Denis Vlasenko · 18 years ago
  64. d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
  65. bf39216 grep: -r didn't close files, producing "Too many open files" by Denis Vlasenko · 18 years ago
  66. c6ec8c9 telnetd: check ptsname() for NULL by Denis Vlasenko · 18 years ago
  67. 023b57d wget: xatoi's were oversealous ("200 OK" isn't a number) by Denis Vlasenko · 18 years ago
  68. efeed5e fdisk: compilation fix by Denis Vlasenko · 18 years ago
  69. 3544ae6 grep: fix combination of -r and -h by Denis Vlasenko · 18 years ago
  70. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  71. c345d8e sulogin: add support for $SUSHELL & $sushell by Denis Vlasenko · 18 years ago
  72. 997aa11 modprobe: fix for 2.4 kernels - by by Denis Vlasenko · 18 years ago
  73. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  74. 88ca067 xread/write can use full_read/write (smaller code) by Denis Vlasenko · 18 years ago
  75. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  76. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  77. 9c267b8 style fixes by Denis Vlasenko · 18 years ago
  78. 98ae216 fdisk: separate sun/aix/etc code into #included files by Denis Vlasenko · 18 years ago
  79. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  80. 12f5676 execable: no need to check getenv for NULL, it works anyway. by Denis Vlasenko · 18 years ago
  81. 5cb4648 execable.c: forgot to do "svn add" again... by Denis Vlasenko · 18 years ago
  82. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  83. 8de82bf hush.c: stop using __FILE__ (bad in out-of-tree builds) by Denis Vlasenko · 18 years ago
  84. 665b02c build system: fix build in separate obj tree by Denis Vlasenko · 18 years ago
  85. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  86. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  87. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  88. 1ac42bf - add option -t mkinitrd and mkinitramfs both require -t. by Bernhard Reutner-Fischer · 18 years ago
  89. da8f43f build system: fix for non-i386 builds by Denis Vlasenko · 18 years ago
  90. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  91. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  92. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  93. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  94. 890ac9d awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 by Denis Vlasenko · 18 years ago
  95. f7a5784 eject: remove unmounting. It is buggy for many non-trivial by Denis Vlasenko · 18 years ago
  96. 96e9d3c wget: don't be careless with xstrdup'ing by Denis Vlasenko · 18 years ago
  97. a655152 wget: fix download of URLs like: by Denis Vlasenko · 18 years ago
  98. bede7d0 build system: do not generate include/linux by Denis Vlasenko · 18 years ago
  99. 4fa499a build system: remove loeftover (two empty dirs) by Denis Vlasenko · 18 years ago
  100. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago