aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-20Stop ignoring lsattr test failures.Elliott Hughes
2020-02-18Enable test(1) for device and host.Elliott Hughes
2020-02-11Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2020-02-11chattr: fix exit status, redo the tests.Elliott Hughes
2020-02-10Factor out readfd()Rob Landley
2020-02-06vi: fix pointer pos when at end of lineJarno Mäkipää
2020-02-06Basic parenthetical subshell support.Rob Landley
2020-02-06chattr: improve error messages.Elliott Hughes
2020-02-06Remove old GNU style `' quoting.Elliott Hughes
2020-02-06Don't recurse into multiplexer more than once.Rob Landley
2020-02-05chattr: reuse toybox argument parsing.Elliott Hughes
2020-02-05Fiddle with main() comments.Rob Landley
2020-02-04More (subshell) work (not finished), fix {block;} | pipes.Rob Landley
2020-02-03readelf: support large ELF64 files on LP32 systems.Elliott Hughes
2020-02-03Merge remote-tracking branch 'toybox/master' into HEADandroid-r-preview-1Elliott Hughes
2020-02-03vi: fix 32-bit build.Elliott Hughes
2020-02-03Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2020-02-02vi: Replace linelist with Piece table based designJarno Mäkipää
2020-02-02vi: fix dw_last test, add more testsJarno Mäkipää
2020-02-02Canonicalize the usage: lines for the POSIX toys.Elliott Hughes
2020-02-02mount.c: fix an error check.Elliott Hughes
2020-02-01Now that both sed instances are using -E, we don't need to call it twice.Rob Landley
2020-02-01chattr.test/lsattr.test: fix on more kernels/fses.Elliott Hughes
2020-02-01Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2020-02-01Add symlinks for chattr and lsattr.Elliott Hughes
2020-02-01Auto-initialize variables, some of which are readonly and some exported.Rob Landley
2020-02-01Collate sed calls and remove trailing spaces.Rob Landley
2020-02-01lsattr/chattr: improve help text.Elliott Hughes
2020-01-31chattr.test: fix tests.Elliott Hughes
2020-01-31Call sed twice instead of five times.Rob Landley
2020-01-31lsattr.test: clean up and fix.Elliott Hughes
2020-01-30Move TOYBOX_VERSION fallback definition to toys.h.Rob Landley
2020-01-30Fix the comparison.Elliott Hughes
2020-01-30Couple more tests and sh comment changes. (Mostly todo list tracking.)Rob Landley
2020-01-30gcc 8.3 requires different config to build the same toolchain, because gcc.Rob Landley
2020-01-30More sh tests.Rob Landley
2020-01-29Quick and dirty "echo $ABC" support, done totally the wrong way, but itRob Landley
2020-01-29Ignore lsattr failures for now too.Elliott Hughes
2020-01-28David Legault complained that dir/.* tells rm to delete dir/.. and we'd do it.Rob Landley
2020-01-28Ignore chattr tests while I work on fixing them.Elliott Hughes
2020-01-28Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2020-01-28lsattr: fix tests.Elliott Hughes
2020-01-26Add mayfork to printfRob Landley
2020-01-26Implement nommu subshell plumbing, <(command), and fix 2>&1Rob Landley
2020-01-25vi: Add testsJarno Mäkipää
2020-01-24Merge "Force tty allocation when running toybox tests."Elliott Hughes
2020-01-24Force tty allocation when running toybox tests.Elliott Hughes
2020-01-24Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2020-01-24cp/mv: add -T.Elliott Hughes
2020-01-22Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes