1. 9e2e0ff bootchartd: prevent premature stop by device mapper by Uwe Geuder · 7 years ago
  2. 1ef3ce9 sparc: needs -fPIC by Denys Vlasenko · 7 years ago
  3. 61f9d76 swapon/swapoff: trim config help text by Denys Vlasenko · 7 years ago
  4. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  5. a165603 od_bloaty: fix floating point output by Ron Yorston · 7 years ago
  6. 9880f86 hdparm: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  7. 8ecd861 ash: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  8. f9d656f hush: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  9. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  10. 483405a Tweaks from mass recompile for 1.27.1 release by Denys Vlasenko · 7 years ago
  11. d2c15bc hush: tweak "help" output by Denys Vlasenko · 7 years ago
  12. 513a245 printf: fix format string sanity check by Ron Yorston · 7 years ago
  13. cf51109 hush: fix readonly2.tests failure by Denys Vlasenko · 7 years ago
  14. f645e15 hush: another testcase for "READONLY_VAR=VAL BLTIN ..." by Denys Vlasenko · 7 years ago
  15. 5b2cc0a hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax too by Denys Vlasenko · 7 years ago
  16. 38ef39a hush: add readonly testcase, fix fallout by Denys Vlasenko · 7 years ago
  17. 3bab36b hush: convert exp/ro/local parameters to bitfields in one flag param by Denys Vlasenko · 7 years ago
  18. 6b0695b hush: HUSH_READONLY depends on HUSH by Denys Vlasenko · 7 years ago
  19. 6b48e1f hush: forgot to emit error on (failing) second "readonly VAR=VAL" by Denys Vlasenko · 7 years ago
  20. b95ee96 hush: smaller code in !READONLY configs by Denys Vlasenko · 7 years ago
  21. 1e66042 hush: implement "readonly" builtin by Denys Vlasenko · 7 years ago
  22. 826360f ash: more general format ${var:EXPR:EXPR} by Denys Vlasenko · 7 years ago
  23. 4f8079d ash: "you disabled math" is wrong: user did not disable it, builder of ash did by Denys Vlasenko · 7 years ago
  24. 0ba80e4 hush: small fix to last commit by Denys Vlasenko · 7 years ago
  25. e32b650 hush: support ${VAR:N:-M} by Denys Vlasenko · 7 years ago
  26. 203fd7b shells: expand TODO comments, no code changes by Denys Vlasenko · 7 years ago
  27. 68e9805 ttysize: if stdin is not tty, try stdout, then stderr by Denys Vlasenko · 7 years ago
  28. b24e55d hush: fix "cmd1 && cmd2 &" handling on NOMMU by Denys Vlasenko · 7 years ago
  29. c49638b arch: new applet (same as unmae -m). ~30 bytes. by Denys Vlasenko · 7 years ago
  30. 9f904a2 shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" by Denys Vlasenko · 7 years ago
  31. ee553b9 hush: fix and_or_and_backgrounding.tests failure by Denys Vlasenko · 7 years ago
  32. 2c8929c config: reorder items in "Busybox Settings", improve help by Denys Vlasenko · 7 years ago
  33. a3df2fa config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu by Denys Vlasenko · 7 years ago
  34. 2c1258c Move get_unaligned_le32() macros to platform.h by Denys Vlasenko · 7 years ago
  35. 08dfafc fix more instances of ": $((a++))" in shell scripts by Denys Vlasenko · 7 years ago
  36. ed2b922 make_single_applets: fix ": $((fail++))" expansion error by Kang-Che Sung · 7 years ago
  37. c4ddf04 config: fix tab-damaged help text by Denys Vlasenko · 7 years ago
  38. 3d7ec48 tls: remove last int16 local variables in pstm code by Denys Vlasenko · 7 years ago
  39. 79376ec tls: fix pstm asm constraint problem by Denys Vlasenko · 7 years ago
  40. 367a55c build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox by Denys Vlasenko · 7 years ago
  41. 8ea061e blkdiscard: provide our own BLK[SEC]DISCARD if necessary by Denys Vlasenko · 7 years ago
  42. 9887f93 tls: fix build problem on non-static i386 by Denys Vlasenko · 7 years ago
  43. e9a25ac Makefile: include per-arch Makefile before Makefile.flags by Thomas Petazzoni · 7 years ago
  44. e5b1f5a copyfd: guard use of munmap() with #if (windows builds need this) by Johannes Schindelin · 7 years ago
  45. 9d4dc84 ash: protect WIFSTOPPED use with #if JOBS by Johannes Schindelin · 7 years ago
  46. 7d7c7bb libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block by Denys Vlasenko · 7 years ago
  47. 2ed74e2 hush: make "wait %1" work even if the job is dead by Denys Vlasenko · 7 years ago
  48. 0c5657e hush: remove superfluous comparison by Denys Vlasenko · 7 years ago
  49. 7b6e8f3 uuencode: allow space instead of "`" as padding char. Closes 10046 by Denys Vlasenko · 7 years ago
  50. 90678f0 xxd: allow "-" as file name meaning stdin by Denys Vlasenko · 7 years ago
  51. 63214a6 libbb/dump: allow skipping over stdin too by Denys Vlasenko · 7 years ago
  52. 5f7904b libbb/dump: fix a few broken commits and shrink code by Denys Vlasenko · 7 years ago
  53. a03ac60 libbb: safe_write should not return EINTR by Denys Vlasenko · 7 years ago
  54. d5b98e2 dd: fix status=none. Closes 10066 by Denys Vlasenko · 7 years ago
  55. 9fda609 hush: add support for "set -e" by Denys Vlasenko · 7 years ago
  56. 75e90b1 cat: fix "cat -An" ignoring -n; make numbering go througn all files by Denys Vlasenko · 7 years ago
  57. cc86b2a add-remove-shell: fix crash when shell is already added by Timo Teräs · 7 years ago
  58. a2bdc5c cat: allow compiling out -n and -b by Kang-Che Sung · 7 years ago
  59. 38d9669 unzip: TODO for symlink support by Denys Vlasenko · 7 years ago
  60. ce55284 inetd,mount: do not die if uclibc without RPC is detected by Denys Vlasenko · 7 years ago
  61. b057806 hush: add TODO for "set -e" by Denys Vlasenko · 7 years ago
  62. 9e55a15 hush: simplify insert_job_into_table() a bit by Denys Vlasenko · 7 years ago
  63. 1609629 hush: rename a few functions by Denys Vlasenko · 7 years ago
  64. 12a4f9a libbb: do not die if setgid/setuid(real_id) on startup fails by Denys Vlasenko · 7 years ago
  65. 9de9c87 shuf: fix random line selection. Closes 9971 by Denys Vlasenko · 7 years ago
  66. d18b200 crond: code shrink by Denys Vlasenko · 7 years ago
  67. 0b3b65f crond: move misplaced comment by Denys Vlasenko · 7 years ago
  68. 75fbea3 crond: support @daily etc by Denys Vlasenko · 7 years ago
  69. 1572f52 watchdog: do not use argc, other cleanups by Denys Vlasenko · 7 years ago
  70. 31c7650 watchdog: stop watchdog first on startup by Matt Spinler · 7 years ago
  71. 1b84f4a beep: disallow FEATURE_BEEP_FREQ = 0 in configuration by Denys Vlasenko · 7 years ago
  72. 1310263 hush: explain why wait5.tests is failing by Denys Vlasenko · 7 years ago
  73. 840a435 hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" by Denys Vlasenko · 7 years ago
  74. 2db7461 hush: fix two redirection testcase failures by Denys Vlasenko · 7 years ago
  75. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  76. b0c0b6d setpriv: remove dependency on libcap headers by Denys Vlasenko · 7 years ago
  77. 2bfe783 setpriv: factor out capability name printing by Denys Vlasenko · 7 years ago
  78. cf5748c setpriv: code shrink, and grouping capability code together by Denys Vlasenko · 7 years ago
  79. 6842d00 setpriv: allow modifying ambient capabilities by Patrick Steinhardt · 7 years ago
  80. 0f49f6f setpriv: allow modifying inheritable caps by Patrick Steinhardt · 7 years ago
  81. 5e09874 setpriv: dump ambient capabilities by Patrick Steinhardt · 7 years ago
  82. f34c701 setpriv: dump capability bounding set by Patrick Steinhardt · 7 years ago
  83. ad63102 setpriv: dump inheritable capability set by Patrick Steinhardt · 7 years ago
  84. 10c53b8 setpriv: dump no-new-privs info by Patrick Steinhardt · 7 years ago
  85. 111cdcf shell: sync redir/* tests by Denys Vlasenko · 7 years ago
  86. 1ff1a75 ash: rename redir5.tests (hush has redir5.tests which is different) by Denys Vlasenko · 7 years ago
  87. 50b8b29 hush: add a TODO about redir3.tests failure by Denys Vlasenko · 7 years ago
  88. a107ef2 hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different) by Denys Vlasenko · 7 years ago
  89. e59591a hush: Print error messages on shift -1 by Denys Vlasenko · 7 years ago
  90. 74d20e6 typo fix by Denys Vlasenko · 7 years ago
  91. 5dad7bd hush: implement negative start in the ${v: -n[:m]} idiom by Denys Vlasenko · 7 years ago
  92. 3234045 hush: "adopt" ash var-utf8-length.tests by Denys Vlasenko · 7 years ago
  93. 7456298 hush: "adopt" ash signal4.tests by Denys Vlasenko · 7 years ago
  94. b18b04c shell: remove duplicate sigint1.tests (another copies are in signals/) by Denys Vlasenko · 7 years ago
  95. cafb2d1 hush: add tickquote1.tests from ash testsuite by Denys Vlasenko · 7 years ago
  96. bb963bd shell: syncronize ash and hush heredoc3.tests by Denys Vlasenko · 7 years ago
  97. 959cb67 shell: syncronize ash and hush heredoc1.tests by Denys Vlasenko · 7 years ago
  98. 9a8ece5 shell: syncronize ash_test/run-all and hush_test/run-all a bit by Denys Vlasenko · 7 years ago
  99. 3c9688e makedevs: code shrink by Denys Vlasenko · 7 years ago
  100. 3532e60 makedevs: allow much longer filenames by Denys Vlasenko · 7 years ago