1. 238081f hush: preparatory patch, no code changes by Denys Vlasenko · 15 years ago
  2. 0296fd3 grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653. by Denys Vlasenko · 15 years ago
  3. 2d1a78b Marked some more applets NOEXEC/NOFORK by Dan Fandrich · 15 years ago
  4. 5657d37 free: document newly added options by Denys Vlasenko · 15 years ago
  5. 5542934 free: add -b/k/m/g options; remove 4 TB limitation. +100 bytes by Denys Vlasenko · 15 years ago
  6. ee5ab8f halt/poweroff/reboot: unify help text by Denys Vlasenko · 15 years ago
  7. 6e85240 deluser: use the same licensing template in the header as other files do by Denys Vlasenko · 15 years ago
  8. ccb7a43 acpid: add config file and map file by Souf Oued · 15 years ago
  9. 7d3a48a udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options by Vladislav Grishenko · 15 years ago
  10. 04bcd99 style fix. no code chages by Denys Vlasenko · 15 years ago
  11. b563f62 ash: fix signal and "set -e" interaction by Denys Vlasenko · 15 years ago
  12. 5b3151c modprobe-simple; do not error out on "rmmod module" if module is unloaded ok by Denys Vlasenko · 15 years ago
  13. 0f2e278 sleep: fix fractional arguments in non-POSIX locale by Denys Vlasenko · 15 years ago
  14. ebec11d wget: flush output to network before receving reply by Nguyễn Thái Ngọc Duy · 15 years ago
  15. 1fc20c4 nbd-client: new applet by Rob Landley · 15 years ago
  16. 361b1a6 deluser: make it simpler, fix inability to delete user from group by Harald Becker · 15 years ago
  17. 0e13b40 hush: use smaller EXP_FLAG_foo constants by Denys Vlasenko · 15 years ago
  18. 63adf83 fix build failure for pmap by Dan Fandrich · 15 years ago
  19. 395b97a shell/math: better comment. no code changes by Denys Vlasenko · 15 years ago
  20. c8f9a8d move read_base64 to libbb/uuencode.c by Denys Vlasenko · 15 years ago
  21. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 15 years ago
  22. 52e460b hush: move shell_ver from globals to main's stack. by Denys Vlasenko · 15 years ago
  23. 0fdf2e1 simpler check for od by Denys Vlasenko · 15 years ago
  24. 06a80bd build system: test that od is present in the host system by Denys Vlasenko · 15 years ago
  25. bed7c81 shell/math: deconvolute and explain ?: handling. Give better error message by Denys Vlasenko · 15 years ago
  26. 063847d shell/math: return string error indicator, not integer by Denys Vlasenko · 15 years ago
  27. 197a6b3 sleep: make it non-NOFORK. Fixes ^C in standalone shell by Denys Vlasenko · 15 years ago
  28. 0eac8ff shell/math.c: stop using bss variable by Denys Vlasenko · 15 years ago
  29. 06d44d7 shell/math.c: rename arith_eval_hooks to arith_state, put error code into it by Denys Vlasenko · 15 years ago
  30. bd14770 shell/math.c: small code shrink; fixed incomprehensible comments by Denys Vlasenko · 15 years ago
  31. 51850c8 shell: small code shrink by Denys Vlasenko · 15 years ago
  32. b771c65 shell: shrink arith code; and prepare for returning text error codes by Denys Vlasenko · 15 years ago
  33. 99862cb hush: optional support for history saving by Denys Vlasenko · 15 years ago
  34. 5a0d899 smemcap: use correct tar magic by Denys Vlasenko · 15 years ago
  35. 7dd61e3 *: s/perror/bb_simple_perror_msg/g by Marek Polacek · 15 years ago
  36. 80d80ba Fixed a couple of failing tar tests by Dan Fandrich · 15 years ago
  37. 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 15 years ago
  38. de8c3f6 hush: move the EXIT trap comment. no code changes by Denys Vlasenko · 15 years ago
  39. a110c90 hush: fix EXIT trap display inside exit trap handler by Denys Vlasenko · 15 years ago
  40. 2d8187c shell/match.c: shrink by dropping double bool inversion by Denys Vlasenko · 15 years ago
  41. acd5bc8 hush: fix handling of \" in quoted/unquoted `cmd` by Denys Vlasenko · 15 years ago
  42. 958581a ash: shrink by folding an if check into setprompt; unindent big block by Denys Vlasenko · 15 years ago
  43. 6040fe8 ash: add missing casts to match CTLfoo; add TODO comments by Denys Vlasenko · 15 years ago
  44. 5277a9d hush: remove forgotten commented-out block. no code changes by Denys Vlasenko · 15 years ago
  45. 4f87049 hush: do fewer strdups in % and hash expansions by Denys Vlasenko · 15 years ago
  46. d98e5c6 hush: better function and parameter names by Denys Vlasenko · 15 years ago
  47. cc46173 hush: fixes to testsuite by Denys Vlasenko · 15 years ago
  48. ebee410 hush: fix var_bash5.tests failure by Denys Vlasenko · 15 years ago
  49. 14e289b hush: fix var_bash3.tests failure by Denys Vlasenko · 15 years ago
  50. a769e02 hush: remove useless ESC_GLOB_CHARS clears/resotres by Denys Vlasenko · 15 years ago
  51. bfc02a7 hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded $var by Denys Vlasenko · 15 years ago
  52. 101a4e3 hush: make parse_dollar flag quited status regardless of glob escaping status by Denys Vlasenko · 15 years ago
  53. 5b6210c hush: simplification in parse_stream, parse_stream_dquoted by Denys Vlasenko · 15 years ago
  54. 850b15b hush: simplify parse_stream_dquoted by Denys Vlasenko · 15 years ago
  55. 77a7b55 hush: straighten out the logic in parse_stream by Denys Vlasenko · 15 years ago
  56. 77d4872 Avoid side effects in putc(), which may be implemented as a macro by Dan Fandrich · 15 years ago
  57. 95d48f2 hush: eliminate redundant parameter of expand_vars_to_list() by Denys Vlasenko · 15 years ago
  58. 5b686cb hush: replace flag bytes in struct o_string with bit flags by Denys Vlasenko · 15 years ago
  59. 9b78255 hush: remove unused enum typedef by Denys Vlasenko · 15 years ago
  60. 1fd3d94 hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*" by Denys Vlasenko · 15 years ago
  61. b103fb1 nc: show help text on bad parameters by Denys Vlasenko · 15 years ago
  62. d55f599 lineedit: do not hang on error, but return error indicator. by Denys Vlasenko · 15 years ago
  63. 8b2f13d shell: unify endofname() in hush and ash by Denys Vlasenko · 15 years ago
  64. 27c56f1 hush: a few relatively trivial simplifications by Denys Vlasenko · 15 years ago
  65. da463fb hush: style cleanups. no code changes by Denys Vlasenko · 15 years ago
  66. f38b912 Again fix license line format by Denys Vlasenko · 15 years ago
  67. 571c5ab blockdev: code shrink by Denys Vlasenko · 15 years ago
  68. a35dfe6 blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes. by Denys Vlasenko · 15 years ago
  69. 3d4a8f8 made 3 license strings to follow the usual form ("or later" bit is not changed!) by Denys Vlasenko · 15 years ago
  70. 264bdad blockdev: -2 bytes by Denys Vlasenko · 15 years ago
  71. b4e6b41 tweak blockdev's help text by Denys Vlasenko · 15 years ago
  72. b156000 tweak udhcpd help text by Denys Vlasenko · 15 years ago
  73. 289aff8 blockdev: new applet by Sergey Naumov · 15 years ago
  74. 605067b hush: revert a recent buggy change which resulted in two HUSH_VERSIONs by Denys Vlasenko · 15 years ago
  75. 83b900f fix typo in comment by Denys Vlasenko · 15 years ago
  76. c3adfac hush: fix another corner case with backslashes in heredocs by Denys Vlasenko · 15 years ago
  77. 77b32cc hush: fix backslash and terminator handling in <<[-]["]heredoc["] by Denys Vlasenko · 15 years ago
  78. c49d2d9 hush: fix globbing+backslashes in unquoted $var expansion by Denys Vlasenko · 15 years ago
  79. d383b49 hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob by Denys Vlasenko · 15 years ago
  80. 96f064d shell: remove lash and bbsh by Denys Vlasenko · 15 years ago
  81. e09bff3 runit_lib: remove/inline a few more things by Denys Vlasenko · 15 years ago
  82. 8d789e4 tar: add a test for extraction of read-only directory by Dan Fandrich · 15 years ago
  83. 6957d79 remove redundant ENABLE_DESKTOP in procps/ps.c by Cristian Ionescu-Idbohrn · 15 years ago
  84. b36abf2 hush: big reordering: move parser functions to the beginning. no code changes by Denys Vlasenko · 15 years ago
  85. 38292b6 hush: rename o_quoted to has_quoted_part; small code shrink by Denys Vlasenko · 15 years ago
  86. f2dc20c hush: move variable expansion into a separate function. No logic changes by Denys Vlasenko · 15 years ago
  87. 36f774a hush: add support for ${var/pattern/repl}, conditional on bash compat by Denys Vlasenko · 15 years ago
  88. 701e127 hush: optimize #[#] and %[%] for speed. size -2 bytes. by Denys Vlasenko · 15 years ago
  89. e298ce6 hush: fix handling of backslashes in variable assignment by Denys Vlasenko · 15 years ago
  90. 8ae6e9b lzop: fix misordered "v=NULL; free(v)", small code shrink by Denys Vlasenko · 15 years ago
  91. 0d7cb4c fix false positive in testsuite/tar.tests by Denys Vlasenko · 15 years ago
  92. eb2bf5b Fix some test cases by Dan Fandrich · 15 years ago
  93. 2ab3acb ifupdown: %client%, not %clientid% by Denys Vlasenko · 15 years ago
  94. 3926363 lineedit: on tab completion, show filenames obly in all cases (bash compat) by Denys Vlasenko · 15 years ago
  95. 76939e7 lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes by Denys Vlasenko · 15 years ago
  96. ba0e103 lineedit: de-indent large block in input_tab. No logic changes. by Denys Vlasenko · 15 years ago
  97. a46e16e lineedit: rename tmp -> chosen_match; small code shrink by Denys Vlasenko · 15 years ago
  98. 9b56bf5 lineedit: stop using permanent int_buf[] (16k!): allocate it by Denys Vlasenko · 15 years ago
  99. 81254ed lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs by Denys Vlasenko · 15 years ago
  100. 3c460b0 lineedit: return prefix len from tab completion helpers by Denys Vlasenko · 15 years ago