1. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  2. 04c6386 forgot about avn add... :( by Denis Vlasenko · 18 years ago
  3. 8a00f44 runit: add runsv, runsvdir and sv. Oh yes. It even seems to work. +11K. :( by Denis Vlasenko · 18 years ago
  4. a5342b4 httpd: make Bernhard happier by Denis Vlasenko · 18 years ago
  5. 8bfd215 - Set INSTALL_OPTS according to the config. by Bernhard Reutner-Fischer · 18 years ago
  6. 193bcf3 - fix generation of the busybox.links install script inputfile by Bernhard Reutner-Fischer · 18 years ago
  7. 68532b3 - typo fix by Bernhard Reutner-Fischer · 18 years ago
  8. e766715 - end may be used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  9. b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
  10. d4f3d1a httpd: by Denis Vlasenko · 18 years ago
  11. 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
  12. e867b7c httpd: stop being silly with setenv by Denis Vlasenko · 18 years ago
  13. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  14. 3672fe9 remove duplicate flag decls by Mike Frysinger · 18 years ago
  15. 1119972 umount: umount -a shouldn't stop on first failure by Denis Vlasenko · 18 years ago
  16. 6c5e5a0 httpd: cosmetic fixes (the bug which was being hunted down by Denis Vlasenko · 18 years ago
  17. 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
  18. 07159f0 add && !defined(__UCLIBC__) to static link warning check by Denis Vlasenko · 18 years ago
  19. 8528151 small ipv6 doc changes; nslookup a tiny bit smaller by Denis Vlasenko · 18 years ago
  20. 6476cc1 getty: remove ancient termio support (was using termois anyway) by Denis Vlasenko · 18 years ago
  21. 9f60929 httpd: sendCgi() forked child needs to close opened by Denis Vlasenko · 18 years ago
  22. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  23. 4021516 ps: add documentation on POSIX ps by Denis Vlasenko · 18 years ago
  24. 77a1a53 usage.h: stop using ancient USAGE_xxx (we have USE_xx now) by Denis Vlasenko · 18 years ago
  25. 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) by Denis Vlasenko · 18 years ago
  26. aae0311 smart_ulltoa5: make available in libbb by Denis Vlasenko · 18 years ago
  27. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  28. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  29. 9d4533e Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  30. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  31. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  32. 048c93c pidof: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  33. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  34. d3ada32 ps: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  35. 966ec7c #if CONFIG_xxx -> #if ENABLE_xxx by Denis Vlasenko · 18 years ago
  36. 31c65f2 find: -type T was actually meaning ! -type T! by Denis Vlasenko · 18 years ago
  37. 14aa9f7 build system: Makefiles are in source dir, add $(srctree) by Denis Vlasenko · 18 years ago
  38. b141b9b reads: fix bug 1078 by Denis Vlasenko · 18 years ago
  39. 4126b1f add usefun info on SIGINT handling peculiarities by Denis Vlasenko · 18 years ago
  40. 8c76487 login: add big fat comment about SIGINT - prevent by Denis Vlasenko · 18 years ago
  41. 6ae8079 login: re-enable Ctrl-^C before execing shell. by Denis Vlasenko · 18 years ago
  42. 3b8ff68 dd: fix bugs: always assumed conv=sync, died on write errors by Denis Vlasenko · 18 years ago
  43. 5f18e7c find: implement -prune. "make clean" now works! :) by Denis Vlasenko · 18 years ago
  44. a3b4fed find: fix implicit -print (sometime differed from standard) by Denis Vlasenko · 18 years ago
  45. 6191a7a find: implement ( ) by Denis Vlasenko · 18 years ago
  46. afea46b "#warning: http://...." doesn't work (gcc thinks that it's a comment!) by Denis Vlasenko · 18 years ago
  47. 41be5b8 website: fix link by Denis Vlasenko · 18 years ago
  48. 8d46307 website: announce 1.2.2.1 by Denis Vlasenko · 18 years ago
  49. 5d499e1 find: a lot more compliant to 'standard' find by Denis Vlasenko · 18 years ago
  50. e2fb719 find: small improvement by Denis Vlasenko · 18 years ago
  51. df0553b find: fix -exec to work like stock find does. by Denis Vlasenko · 18 years ago
  52. 656f746 ls: silly comment fixes by Denis Vlasenko · 18 years ago
  53. 8c0c119 chmod: typo in comments by Denis Vlasenko · 18 years ago
  54. 94cf69f ls: cleanup part 2. ifdef forest is much less scary now :) by Denis Vlasenko · 18 years ago
  55. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  56. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  57. e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
  58. 3b8fc1c recursive_action: preparatory changes. will introduce "int level". by Denis Vlasenko · 18 years ago
  59. 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
  60. fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  61. cf70433 modprobe: reformat to match bbox style by Denis Vlasenko · 18 years ago
  62. 82f9e28 OFF_T_FMT -> OFF_FMT by Denis Vlasenko · 18 years ago
  63. 25d8062 top: batch mode should output all processes by Denis Vlasenko · 18 years ago
  64. b54b208 Fix largefile breakage; advance version to 1.2.2 by Denis Vlasenko · 18 years ago
  65. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  66. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  67. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  68. 1340ca8 As usual, I forgot "svn del"... by Denis Vlasenko · 18 years ago
  69. 2fe7b73 ...and yet another small fix. Ouch... by Denis Vlasenko · 18 years ago
  70. 1de0830 Fix minor breakage in previous commit by Denis Vlasenko · 18 years ago
  71. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  72. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  73. 670a662 add ipv6 developer doc by Denis Vlasenko · 18 years ago
  74. ebe578a nslookup: make it more IPv6 friendly by Denis Vlasenko · 18 years ago
  75. 68f2187 mount: use switch (compare_string_array(..)) by Denis Vlasenko · 18 years ago
  76. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  77. 940b2e4 ip: "ip addr del" and "ip addr delete" both should work by Denis Vlasenko · 18 years ago
  78. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  79. e63a0de - revert r16191; re-add resize() applet. by Bernhard Reutner-Fischer · 18 years ago
  80. 8077850 sed: mostly style fixes, very small changes in actual code by Denis Vlasenko · 18 years ago
  81. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  82. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  83. 44c7917 Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to by Rob Landley · 18 years ago
  84. d35d540 - add nmeter and raidautorun to defconfig. by Bernhard Reutner-Fischer · 18 years ago
  85. a481d87 - we take exactly one argument. by Bernhard Reutner-Fischer · 18 years ago
  86. 7534e08 wget: -100 bytes, reduce stack usage, remove --header length limit by Denis Vlasenko · 18 years ago
  87. 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
  88. 4e70bf4 getty: conditionally disable handling of all-caps terminals. by Denis Vlasenko · 18 years ago
  89. 50e77e1 getty: cleanup part 2 by Denis Vlasenko · 18 years ago
  90. dce3fde getty: cleanup part 1 by Denis Vlasenko · 18 years ago
  91. 7c4503d __GLIBC__ -> defined(__GLIBC__) by Denis Vlasenko · 18 years ago
  92. 2295b49 grep: "grep -h pattern file1 file2" ignored -h by Denis Vlasenko · 18 years ago
  93. 9b44db5 cp: update help text by Denis Vlasenko · 18 years ago
  94. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  95. 8d73c35 watch: execute command thru shell, not fork/exec. Other fixes by Denis Vlasenko · 18 years ago
  96. 9bff26c chpst: add overlooked copyright statement by Denis Vlasenko · 18 years ago
  97. c108ed5 raidautorun: new applet, by: by Denis Vlasenko · 18 years ago
  98. 456fa6c readlink: do not emit errors if file doesnt not exist / not a link by Denis Vlasenko · 18 years ago
  99. df51892 Added compile-time warning for STATIC+GLIBC build by Denis Vlasenko · 18 years ago
  100. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago