1. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  2. b74a2db whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
  3. 1d4cd60 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
  4. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  5. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  6. e1e5174 - s/super.block/superblock/g; # for consistency; -1b by Bernhard Reutner-Fischer · 16 years ago
  7. 5259361 - remove superfluous forward declaration by Bernhard Reutner-Fischer · 16 years ago
  8. ef9876a - document -f by Bernhard Reutner-Fischer · 16 years ago
  9. 0328b40 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
  10. ad2fa65 - no obj-code changes. Fix indentation, use existing defines. by Bernhard Reutner-Fischer · 16 years ago
  11. 1101d1c telnet: shrink by Denis Vlasenko · 16 years ago
  12. 84c8daa help text: test --help doesnt print it (by design), so do not account for it by Denis Vlasenko · 16 years ago
  13. 395410b httpd: add Hopedir directive specially for by Denis Vlasenko · 16 years ago
  14. 7ae1cc1 msh: fix "while...continue" bug 3884. by Denis Vlasenko · 16 years ago
  15. 2b68c8f build system: clean more files on make clean/make mrproper by Denis Vlasenko · 16 years ago
  16. eb75129 udhcp: use libbb for config file parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  17. 9b366f4 libbb/parse_config.c: fix small buglet (by Vladimir) by Denis Vlasenko · 16 years ago
  18. a34f1ed dnsd,sestatus: use libbb to parse config file (by Vladimir) by Denis Vlasenko · 16 years ago
  19. 1e8034e man: fix breakage: must not die on lines with < 2 tokens by Denis Vlasenko · 16 years ago
  20. 09aaf78 mn: use libbb for config parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  21. adc772a tar: fix handling of tarballs with symlinks with size field != 0 by Denis Vlasenko · 16 years ago
  22. b9bbc40 libbb: fix print_flags() [fix somehow is only in 1.11.1?) by Denis Vlasenko · 16 years ago
  23. 4a717e0 libbb: fixes to config_read() by maintainer sysctl: use config_read() by Denis Vlasenko · 16 years ago
  24. dcb3fcb libbb: config_read() update by Denis Vlasenko · 16 years ago
  25. c29684a mount: support nfs mount option nordiplus. by Denis Vlasenko · 16 years ago
  26. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  27. bd28f6b test: fix parser to prefer binop over unop, as coreutils does. by Denis Vlasenko · 16 years ago
  28. 5f11662 printf: do not print garbage on "%Ld". closes bug 4214. by Denis Vlasenko · 16 years ago
  29. f19817d libbb: fix bb_strtol[l]'s check for "-". Hopefully closes bug 4174 by Denis Vlasenko · 16 years ago
  30. a48656b printf: fix %b, fix several bugs in %*.*, fix compat issues with by Denis Vlasenko · 16 years ago
  31. 1a715e4 - fix compilation for mips (Brian Daniels) by Bernhard Reutner-Fischer · 16 years ago
  32. 7b54dc7 vi: using array data after it fell out of scope is stupid. by Denis Vlasenko · 16 years ago
  33. 7354244 sendmail: update from the maintainer by Denis Vlasenko · 16 years ago
  34. 3b3ca11 pidof/killall: allow find_pid_by_name to find running by Denis Vlasenko · 16 years ago
  35. 18875bf update README by Denis Vlasenko · 16 years ago
  36. bc06fb2 build system: fix indentation in config menu by Denis Vlasenko · 16 years ago
  37. a474b68 init: fix compile-time error; fix exiting on broken config file by Denis Vlasenko · 16 years ago
  38. 02a1c6a - very minor shrinkage (-9b) by Bernhard Reutner-Fischer · 16 years ago
  39. 54d50a0 - fix "noreduce" flag of config_read (didn't work at all, at least for me). by Bernhard Reutner-Fischer · 16 years ago
  40. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  41. 0f683f8 printf: protect against bogus format specifiers. Hopefully closes bug 4184 by Denis Vlasenko · 16 years ago
  42. 416914f bb_strtoXXX: close bug 4174 (potential use of buf[-1]) by Denis Vlasenko · 16 years ago
  43. 627052e - warn about overlong lines in help-texts by Bernhard Reutner-Fischer · 16 years ago
  44. c185e29 config help fixes by Denis Vlasenko · 16 years ago
  45. fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
  46. c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
  47. 38e54f1 sendmail: do not discard all headers by Denis Vlasenko · 16 years ago
  48. 4d0cd28 cpio: make long opts depend only on ENABLE_GETOPT_LONG by Denis Vlasenko · 16 years ago
  49. d6817f5 install: do not chown intermediate directories with install -d; shrink by Denis Vlasenko · 16 years ago
  50. 83cea0e s/SELINIX/SELINUX/ by Denis Vlasenko · 16 years ago
  51. 55f7912 libbb: get rid of statics in dump.c; code shrinks a lot too by Denis Vlasenko · 16 years ago
  52. 8ddb641 tee: fix infinite looping on open error (echo asd | tee "") by Denis Vlasenko · 16 years ago
  53. bd9874d od,hexdump: fix bug where xrealloc may move pointer, by Denis Vlasenko · 16 years ago
  54. 018bee6 mdev: support for serializing hotplug by Denis Vlasenko · 16 years ago
  55. 97faf53 sleep: make fractional seconds separately selectable in .config by Denis Vlasenko · 16 years ago
  56. 5e476ba libbb: document plans to speed up line-based input by Denis Vlasenko · 16 years ago
  57. e559e0a libbb: unified config parser (By Vladimir Dronnikov) mdev: use it by Denis Vlasenko · 16 years ago
  58. 0ed090e sendmail: do not ignore CC; accept to: and cc: case-insensitively. +20 bytes. by Denis Vlasenko · 16 years ago
  59. 2132e02 libbb: experimental faster string reading routines. by Denis Vlasenko · 16 years ago
  60. bb13079 comm: almost total rewrite; add testsuite by Denis Vlasenko · 16 years ago
  61. 51f1b6c ls: fix a bug where we may use uninintialized variable by Denis Vlasenko · 16 years ago
  62. 4b8171c tee: "-" is a name for stdout, handle it that way by Denis Vlasenko · 16 years ago
  63. 09ce45f insmod: users report that "|| defined(__powerpc__)" is missing by Denis Vlasenko · 16 years ago
  64. 757361f hush: fix "... pattern) cmd;; esac" case by Denis Vlasenko · 16 years ago
  65. 395ae45 hush: delete unused field in struct child. by Denis Vlasenko · 16 years ago
  66. 17f02e7 hush: add case statement support. It is incomplete and disabled for now. by Denis Vlasenko · 16 years ago
  67. 3177ba0 ash: small code shrink by Denis Vlasenko · 16 years ago
  68. ad6d6ff libbb: shrink print_login_issue (by Vladimir Dronnikov) by Denis Vlasenko · 16 years ago
  69. 52ec4b9 whitespace fixes by Denis Vlasenko · 16 years ago
  70. a8374a1 whitespace fixing script by Denis Vlasenko · 16 years ago
  71. adbb73b sleep: if FANCY && DESKTOP, support fractional seconds, minutes, by Denis Vlasenko · 16 years ago
  72. 34e8f6a *: add FAST_FUNC markers by Denis Vlasenko · 16 years ago
  73. 13afb2a mv: fix a case when we move dangling symlink by Denis Vlasenko · 16 years ago
  74. a87045c mdev: check for "/block/" substring for block dev detection by Denis Vlasenko · 16 years ago
  75. d986048 mdev: if device was moved at creation, at removal coreectly remove by Denis Vlasenko · 16 years ago
  76. 6b79718 fuser: a bit of safety in scanf by Denis Vlasenko · 16 years ago
  77. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  78. 39acf45 switch_root: shrink by Denis Vlasenko · 16 years ago
  79. e7067e3 ash: fix segfault in "command -v" by Denis Vlasenko · 16 years ago
  80. ee1b3b1 cpio: on unpack, limit filename length to 8k; shorten comment a bit by Denis Vlasenko · 16 years ago
  81. e18d21d Announce 1.11.1 by Denis Vlasenko · 16 years ago
  82. 29ec0b9 cpio: testsuite for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771 by Denis Vlasenko · 16 years ago
  83. 2b407b1 cpio: support some long options; document GNU options by Denis Vlasenko · 16 years ago
  84. abe49fa testsuite: uniformly use $ECHO with -n -e by Denis Vlasenko · 16 years ago
  85. 94884eb time: don't segfault with no arguments by Denis Vlasenko · 16 years ago
  86. 0e52541 taskset: fix some careless code in both fancy and non-fancy cases. by Denis Vlasenko · 16 years ago
  87. 88643a8 build system: re-add mistakenly deleted script by Denis Vlasenko · 16 years ago
  88. ff814f8 website: announce updated HOWTO by Denis Vlasenko · 16 years ago
  89. 86090e2 fix compile failures resulting from last few commits by Denis Vlasenko · 16 years ago
  90. 3e8fd18 fix typo in config help text by Denis Vlasenko · 16 years ago
  91. 0381d42 dpkg_deb: slight code shrink by Denis Vlasenko · 16 years ago
  92. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  93. 0e2c93f modprobe-small: make depmod compatible with kernel build. by Denis Vlasenko · 16 years ago
  94. 7f950a9 modprobe-small: add depfile creation by Denis Vlasenko · 16 years ago
  95. 7843699 modprobe-small: add depfile loading by Denis Vlasenko · 16 years ago
  96. 7621ac2 website: add 'Laptop Computers' to sponsors page by Denis Vlasenko · 16 years ago
  97. 4131d85 whitespace fix by Denis Vlasenko · 16 years ago
  98. fc5e806 build system: libbusybox cannot be static by Denis Vlasenko · 16 years ago
  99. 9764d69 fdisk: fix compile failure by Denis Vlasenko · 16 years ago
  100. 6bdff08 hush: compile fixes for !LOOPS case by Denis Vlasenko · 16 years ago