aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2020-01-09vi: fix warnings, improve status display.Elliott Hughes
2020-01-09ls.c: just use getxattr()/lgetxattr().Elliott Hughes
2020-01-08Implement readelf(1).Elliott Hughes
2020-01-08Remove lots of debugging dprintf()s.Rob Landley
2020-01-08Fix commaless brace discard.Rob Landley
2020-01-08Implement quote removal and fix unterminated bracket expansion.Rob Landley
2020-01-07Bracket support in progress. Mind the dprintf()s.Rob Landley
2020-01-06date.c: add a few more important specifiers to --help.Elliott Hughes
2020-01-03Add local variables support.Rob Landley
2020-01-03Finish cd, make help -ahu unconditional, fix expand memory cleanup path,Rob Landley
2020-01-03No, optflags gets cleared by toy_init(), use toys.rebound instead.Rob Landley
2020-01-03Add MAYFORK to "help", teach it to behave differently when called as aRob Landley
2020-01-01Use FLAG() macros.Rob Landley
2020-01-01Add MAYFORK to more pseudo-builtins.Rob Landley
2020-01-01Factor out array_add(), replace argxtend().Rob Landley
2020-01-01If allocation update is done in blocks, initial allocation has to populateRob Landley
2019-12-31toysh: start of <(echo hello) support.Rob Landley
2019-12-29Implement single command env assignments (abc=def command) and make debugRob Landley
2019-12-29Debug basic pipe support and I/O flush for builtins.Rob Landley
2019-12-28More sheer pedantry.Rob Landley
2019-12-28Rename get_chunk()/dump_chunk() to read_chunk()/write_chunk().Rob Landley
2019-12-28Cleanup, mostly whitespace.Rob Landley
2019-12-28Sheer pedantry.Rob Landley
2019-12-28Cleanup: use FLAG() macros and new argument variable names.Rob Landley
2019-12-28Next round of sh plumbing: more work on redirect and pipe, use CLOEXEC.Rob Landley
2019-12-28Change variable type to avoid typecast.Rob Landley
2019-12-28tar: fix memory write errorEmmanuel Nicolet
2019-12-26Fix setsid with vfork, redo command line arguments.Rob Landley
2019-12-23Toysh passes two tests now! Woo! (Otherwise, does not remotely work right now.)Rob Landley
2019-12-22gzip: reject non-gzip files in zlib path.Elliott Hughes
2019-12-22Bugfix: tee with no arguments was writing to stdout twice.Rob Landley
2019-12-21Add patch -F (fuzz factor)Rob Landley
2019-12-21Tighten up unquote_file()Rob Landley
2019-12-20patch: support [FILE [PATCH]] arguments.Elliott Hughes
2019-12-15Nothing in pending should default y.Rob Landley
2019-12-13fix loopback device mount failwayling
2019-12-12Next round of toysh work, with associated lib plumbing.Rob Landley
2019-12-06stat: fix filesystem type on macOS.Elliott Hughes
2019-12-04Fix getopt optstringE5ten
2019-11-24bc: fix a comparison bugGavin Howard
2019-11-23Fix iconv and tests on Mac.Elliott Hughes
2019-11-23du: use FLAG().Elliott Hughes
2019-11-22Add getopt(1).Elliott Hughes
2019-11-14xargs: distinguish the two "argument too long" error cases.Elliott Hughes
2019-11-13Pedantic constant annotations to shut up older toolchains.Rob Landley
2019-11-12Don't rm prompt for nonexistent, just warn.Denys Nykula
2019-11-12Replace a test I took out last commit because it seemed impossible to trigger,Rob Landley
2019-11-08ls cleanup: use FLAG() macros, simplify next_column(), fix off by one errorsRob Landley
2019-11-05id: fix Android issues.Elliott Hughes
2019-11-05id.c: fix -nG.Elliott Hughes