aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-12pidof: fix default behavior, add -x.Elliott Hughes
2019-07-12grep: add -R as well as -r.Elliott Hughes
2019-07-11Next sh checkpoint. Not remotely load bearing yet.Rob Landley
2019-07-11bind/connect cleanup.Elliott Hughes
2019-07-11xargs: bug compatibility with BSD/busybox/findutils.Elliott Hughes
2019-07-11env.test: fix new test for toybox echo.Elliott Hughes
2019-07-10dd: iflags, oflags, fix ^C, fix the fundamental loop.Elliott Hughes
2019-07-10Add dlist_lpop() to remove last entry (use dlist as stack).Rob Landley
2019-07-09dd: fix seek= on stdout.Elliott Hughes
2019-07-06file: fix xz, add a few other Android types.Elliott Hughes
2019-07-06killall: better handling of long names.Elliott Hughes
2019-07-06ifconfig.test: disable the pointopoint tests.Elliott Hughes
2019-07-06Add comment and test.Rob Landley
2019-07-06Have env exec, not recurse to builtin.Denys Nykula
2019-07-03nl: nl -vEric Molitor
2019-07-01netcat: Add UNIX domain socket support (-U)Tom Cherry
2019-06-29More toysh flow control plumbing.Rob Landley
2019-06-29Bash Compatibility PatchEric Molitor
2019-06-28modinfo: various small fixes.Elliott Hughes
2019-06-28split.test: don't rely on bash process substitution.Elliott Hughes
2019-06-28file, stat: various small improvements.Elliott Hughes
2019-06-27touch.test: add missing `TZ=utc`s.Elliott Hughes
2019-06-26testcmd shouldn't use shell builtin for TEST_HOST unless there isn'tRob Landley
2019-06-26losetup: fix Android.Elliott Hughes
2019-06-26Fix cp.test to pass even if you're root or have a restrictive umask.Elliott Hughes
2019-06-25killall.test: don't assume the shell is /bin/sh.Elliott Hughes
2019-06-25Make chgrp and chown tests work on Android.Elliott Hughes
2019-06-25blkid: adapt tests for util-linux blkid.Elliott Hughes
2019-06-25Start over on toysh.Rob Landley
2019-06-25losetup: minor fixes.Elliott Hughes
2019-06-25lib/args.c: add quotes.Elliott Hughes
2019-06-25tar: implement --mode.Elliott Hughes
2019-06-24diff: fix diff of stdin for systems without /tmp.Elliott Hughes
2019-06-24Fix FAILCOUNT arithmetic for mksh.Elliott Hughes
2019-06-23Switch cp.c to FLAG() macros.Rob Landley
2019-06-22Don't test shell builtin for kill.Rob Landley
2019-06-22Make testcmd work if the path to $PWD has a space in it.Rob Landley
2019-06-22Use FORCE_FLAGS in kill.c.Elliott Hughes
2019-06-22Fix mv with trailing slash in source.Denys Nykula
2019-06-21bc: fix a few bugs found in upstreamGavin Howard
2019-06-21bc: remove a power test that is now an errorGavin Howard
2019-06-21Fix cp -r dir/. symlink child.makepost
2019-06-20The O_PATH breaks stuff, have to work around Android's selinux rules for /Rob Landley
2019-06-20Teach dlist_pop() to work on a dlist_terminate()d listRob Landley
2019-06-19Avoid a double-definition (iphdr) from netinet/in.h and linux/ip_tunnel.h by ...Mike Bennett
2019-06-12bc: fix previous patchGavin Howard
2019-06-11Add DIRTREE_STATLESS to return entries we couldn't stat().Rob Landley
2019-06-11Move sig_to_num and num_to_sig into portability.c.Elliott Hughes
2019-06-11bc: fix a bug in powerGavin Howard
2019-06-11find: add -true/-false.Elliott Hughes