1. 2c7a1fd netstat: code shrink by Denis Vlasenko · 16 years ago
  2. cf8b1ef style fix, no code changes by Denis Vlasenko · 16 years ago
  3. 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
  4. 94d03f0 whitespace fix by Denis Vlasenko · 16 years ago
  5. c24033e man: a forgotten chunk of lask commit (config file parser fixes) by Denis Vlasenko · 16 years ago
  6. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  7. 8895c20 man: ignore (not complain) lines with less than 2 tokens in config file by Denis Vlasenko · 16 years ago
  8. 5e40070 tr: fix "access past the end of a string" bug 4354 by Denis Vlasenko · 16 years ago
  9. df96df9 mdev: do not complain if mdev.conf does not exist; by Denis Vlasenko · 16 years ago
  10. 48a9971 unzip: move check for unsupported zip features to better place by Denis Vlasenko · 16 years ago
  11. c2dcb7c unzip: give better error message when presented with unsupported by Denis Vlasenko · 16 years ago
  12. 8dbea7d ash: add slightly different testcase by Denis Vlasenko · 16 years ago
  13. 160e6fa fix example of vcsa creation by Denis Vlasenko · 16 years ago
  14. 5c13270 ash: fix testcase to not sleep for whole 10 seconds, by Denis Vlasenko · 16 years ago
  15. 87d5fd9 ash: fix typo by Denis Vlasenko · 16 years ago
  16. 4e19a9c ash: hopefully close bug 4324. With testcase. by Denis Vlasenko · 16 years ago
  17. 2b2e267 ash: testsuite entries for last change by Denis Vlasenko · 16 years ago
  18. 6a0ad25 ash: dont allow e.g. exec <&10 to attach to stript's fd! by Denis Vlasenko · 16 years ago
  19. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  20. 22f7414 ash: prevent exec NN>&- from closing fd used for script reading by Denis Vlasenko · 16 years ago
  21. 5a86731 ash: fix a bug where redirection fds were not closed afterwards. by Denis Vlasenko · 16 years ago
  22. 6fbb43b ash: teach ash about 123>file. It could take only 0..9 before by Denis Vlasenko · 16 years ago
  23. 6514c5e ash: ducument where "no fds > 9 in redirects" limitation is. no code changes. by Denis Vlasenko · 16 years ago
  24. 8d924ec ash: ditch dupredirect(), it was only making code harder to read. by Denis Vlasenko · 16 years ago
  25. 0b76964 ash: explain redirect code a bit by Denis Vlasenko · 16 years ago
  26. 2dc240c ash: code shrink by Denis Vlasenko · 16 years ago
  27. 49a5eba s/othervise/otherwise/g by Denis Vlasenko · 16 years ago
  28. 040e32f lpd: extend help text by Denis Vlasenko · 16 years ago
  29. f54e62a inetd: do not trash errno in signal handlers; by Denis Vlasenko · 16 years ago
  30. 41660c5 another overlapping_strcpy by Denis Vlasenko · 16 years ago
  31. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  32. 68a192c fix trivial build warning by Denis Vlasenko · 16 years ago
  33. c445758 lpd,lpr: send/receive ACKs after filenames, not only after file bodies. by Denis Vlasenko · 16 years ago
  34. e99a92d - strip implied proto and superfluous "www." domain part. by Bernhard Reutner-Fischer · 16 years ago
  35. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  36. 08d120e chown: do not use static data by Denis Vlasenko · 16 years ago
  37. 9e3a540 cut: stop using static data. This alone removed ~70 bytes of code. by Denis Vlasenko · 16 years ago
  38. a525403 cal: remove lone static data variable. -4 bytes. coreutils by Denis Vlasenko · 16 years ago
  39. b62bd7b - unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP by Bernhard Reutner-Fischer · 16 years ago
  40. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  41. b74a2db whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
  42. 1d4cd60 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
  43. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  44. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  45. e1e5174 - s/super.block/superblock/g; # for consistency; -1b by Bernhard Reutner-Fischer · 16 years ago
  46. 5259361 - remove superfluous forward declaration by Bernhard Reutner-Fischer · 16 years ago
  47. ef9876a - document -f by Bernhard Reutner-Fischer · 16 years ago
  48. 0328b40 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
  49. ad2fa65 - no obj-code changes. Fix indentation, use existing defines. by Bernhard Reutner-Fischer · 16 years ago
  50. 1101d1c telnet: shrink by Denis Vlasenko · 16 years ago
  51. 84c8daa help text: test --help doesnt print it (by design), so do not account for it by Denis Vlasenko · 16 years ago
  52. 395410b httpd: add Hopedir directive specially for by Denis Vlasenko · 16 years ago
  53. 7ae1cc1 msh: fix "while...continue" bug 3884. by Denis Vlasenko · 16 years ago
  54. 2b68c8f build system: clean more files on make clean/make mrproper by Denis Vlasenko · 16 years ago
  55. eb75129 udhcp: use libbb for config file parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  56. 9b366f4 libbb/parse_config.c: fix small buglet (by Vladimir) by Denis Vlasenko · 16 years ago
  57. a34f1ed dnsd,sestatus: use libbb to parse config file (by Vladimir) by Denis Vlasenko · 16 years ago
  58. 1e8034e man: fix breakage: must not die on lines with < 2 tokens by Denis Vlasenko · 16 years ago
  59. 09aaf78 mn: use libbb for config parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  60. adc772a tar: fix handling of tarballs with symlinks with size field != 0 by Denis Vlasenko · 16 years ago
  61. b9bbc40 libbb: fix print_flags() [fix somehow is only in 1.11.1?) by Denis Vlasenko · 16 years ago
  62. 4a717e0 libbb: fixes to config_read() by maintainer sysctl: use config_read() by Denis Vlasenko · 16 years ago
  63. dcb3fcb libbb: config_read() update by Denis Vlasenko · 16 years ago
  64. c29684a mount: support nfs mount option nordiplus. by Denis Vlasenko · 16 years ago
  65. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  66. bd28f6b test: fix parser to prefer binop over unop, as coreutils does. by Denis Vlasenko · 16 years ago
  67. 5f11662 printf: do not print garbage on "%Ld". closes bug 4214. by Denis Vlasenko · 16 years ago
  68. f19817d libbb: fix bb_strtol[l]'s check for "-". Hopefully closes bug 4174 by Denis Vlasenko · 16 years ago
  69. a48656b printf: fix %b, fix several bugs in %*.*, fix compat issues with by Denis Vlasenko · 16 years ago
  70. 1a715e4 - fix compilation for mips (Brian Daniels) by Bernhard Reutner-Fischer · 16 years ago
  71. 7b54dc7 vi: using array data after it fell out of scope is stupid. by Denis Vlasenko · 16 years ago
  72. 7354244 sendmail: update from the maintainer by Denis Vlasenko · 16 years ago
  73. 3b3ca11 pidof/killall: allow find_pid_by_name to find running by Denis Vlasenko · 16 years ago
  74. 18875bf update README by Denis Vlasenko · 16 years ago
  75. bc06fb2 build system: fix indentation in config menu by Denis Vlasenko · 16 years ago
  76. a474b68 init: fix compile-time error; fix exiting on broken config file by Denis Vlasenko · 16 years ago
  77. 02a1c6a - very minor shrinkage (-9b) by Bernhard Reutner-Fischer · 16 years ago
  78. 54d50a0 - fix "noreduce" flag of config_read (didn't work at all, at least for me). by Bernhard Reutner-Fischer · 16 years ago
  79. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  80. 0f683f8 printf: protect against bogus format specifiers. Hopefully closes bug 4184 by Denis Vlasenko · 16 years ago
  81. 416914f bb_strtoXXX: close bug 4174 (potential use of buf[-1]) by Denis Vlasenko · 16 years ago
  82. 627052e - warn about overlong lines in help-texts by Bernhard Reutner-Fischer · 16 years ago
  83. c185e29 config help fixes by Denis Vlasenko · 16 years ago
  84. fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
  85. c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
  86. 38e54f1 sendmail: do not discard all headers by Denis Vlasenko · 16 years ago
  87. 4d0cd28 cpio: make long opts depend only on ENABLE_GETOPT_LONG by Denis Vlasenko · 16 years ago
  88. d6817f5 install: do not chown intermediate directories with install -d; shrink by Denis Vlasenko · 16 years ago
  89. 83cea0e s/SELINIX/SELINUX/ by Denis Vlasenko · 16 years ago
  90. 55f7912 libbb: get rid of statics in dump.c; code shrinks a lot too by Denis Vlasenko · 16 years ago
  91. 8ddb641 tee: fix infinite looping on open error (echo asd | tee "") by Denis Vlasenko · 16 years ago
  92. bd9874d od,hexdump: fix bug where xrealloc may move pointer, by Denis Vlasenko · 16 years ago
  93. 018bee6 mdev: support for serializing hotplug by Denis Vlasenko · 16 years ago
  94. 97faf53 sleep: make fractional seconds separately selectable in .config by Denis Vlasenko · 16 years ago
  95. 5e476ba libbb: document plans to speed up line-based input by Denis Vlasenko · 16 years ago
  96. e559e0a libbb: unified config parser (By Vladimir Dronnikov) mdev: use it by Denis Vlasenko · 16 years ago
  97. 0ed090e sendmail: do not ignore CC; accept to: and cc: case-insensitively. +20 bytes. by Denis Vlasenko · 16 years ago
  98. 2132e02 libbb: experimental faster string reading routines. by Denis Vlasenko · 16 years ago
  99. bb13079 comm: almost total rewrite; add testsuite by Denis Vlasenko · 16 years ago
  100. 51f1b6c ls: fix a bug where we may use uninintialized variable by Denis Vlasenko · 16 years ago