aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2019-07-31Move the empty regex workaround into xregcomp.Elliott Hughes
2019-07-31man: switch to xregcomp.Elliott Hughes
2019-07-30Fix signed typecast bug.Rob Landley
2019-07-29grep: fake GNU behavior for non-POSIX empty regex.Elliott Hughes
2019-07-25killall: implement -w.Elliott Hughes
2019-07-24crontab: switch to getline().Elliott Hughes
2019-07-24Rewrite tac to make better use of lib functions.Rob Landley
2019-07-24tac: switch to getline().Elliott Hughes
2019-07-23nl: switch from getline() to loopfiles_lines().Elliott Hughes
2019-07-22Start replacing get_line() with getline().Elliott Hughes
2019-07-22Next round of plumbing evolution. Left in the todo and debug code this time.Rob Landley
2019-07-19xargs: don't pretend to support -I.Elliott Hughes
2019-07-17ifconfig: fix for non-root on Android.Elliott Hughes
2019-07-16Fix unaligned access, tweak test suite.Rob Landley
2019-07-16grep: fix two bugs found by hwasan.Elliott Hughes
2019-07-16ip.c route change support for extended attributes.Mike Bennett
2019-07-12diff: implement --strip-trailing-cr.Elliott Hughes
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-10dd: iflags, oflags, fix ^C, fix the fundamental loop.Elliott Hughes
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-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-28modinfo: various small fixes.Elliott Hughes
2019-06-28file, stat: various small improvements.Elliott Hughes
2019-06-26losetup: fix Android.Elliott Hughes
2019-06-25Start over on toysh.Rob Landley
2019-06-25losetup: minor fixes.Elliott Hughes
2019-06-25tar: implement --mode.Elliott Hughes
2019-06-24diff: fix diff of stdin for systems without /tmp.Elliott Hughes
2019-06-23Switch cp.c to FLAG() macros.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-21Fix cp -r dir/. symlink child.makepost
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-11bc: fix a bug in powerGavin Howard
2019-06-11find: add -true/-false.Elliott Hughes
2019-06-10Improve signal name<->number conversions.Elliott Hughes
2019-06-08macOS: numerous fixes.Elliott Hughes
2019-06-07Remove getprop, setprop, start, and stop from toyboxTom Cherry