summaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)AuthorFilesLines
2015-05-15stat: fix group nameJosé Bollo1-1/+1
2015-05-14Promote reset (actually write a new one using the simple man 4 console_codesRob Landley1-0/+23
2015-05-13Print name of file at the bottom of the screen.Rob Landley1-4/+40
2015-05-13More hexedit cursor boundary tweaking.Rob Landley1-10/+10
2015-05-10Git hates me.Rob Landley1-0/+250
2015-04-28Fix truncate prefix bug and add truncate test suite entry.Rob Landley1-2/+3
2015-04-28Add prefix support Hyejin Kim asked about.Rob Landley1-4/+28
2015-04-27Promote hexedit to other.Rob Landley1-250/+0
2015-04-27Some infrastructure hexedit needs. (Poor man's curses.)Rob Landley1-0/+250
2015-04-21Bugfix from Hyejin Kim (count=1 shouldn't change name), plus a bounds check.Rob Landley1-2/+2
2015-04-12unshare: fix -rSamuel Holland1-20/+19
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker13-15/+15
2015-03-12Switch nsenter to default y.Rob Landley1-1/+1
2015-03-12Implement shred -u and switch to default y in defconfig.Rob Landley1-1/+3
2015-03-12Make find accept numeric uid/gid, and simplify makedevs using the new infrast...Rob Landley1-22/+3
2015-03-10Use xsignal() instead of signal().Rob Landley3-4/+5
2015-03-09Fix thinko (don't &toybuf to get scratch space) and add -v option.Rob Landley1-3/+5
2015-03-09Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and s...Rob Landley1-32/+67
2015-03-01Fix several printf_format warnings.Rob Landley4-4/+7
2015-03-01Patches from Elliott Hughes to fix various printf() format strings.Rob Landley1-2/+2
2015-03-01Patches from Elliott Hughes to add missing arguments to error_exit() calls.Rob Landley1-1/+1
2015-02-25stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elli...Rob Landley1-5/+5
2015-02-18Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two ...Rob Landley1-7/+59
2015-02-14Split out unix2dos so scripts/single.sh and "make change" can build it standa...Rob Landley1-4/+18
2015-02-08Promote chcon to "other".Rob Landley1-0/+44
2015-02-08For some reason, ifconfig was explicitly excluding "ifconfig lo:0 127.0.0.2" ...Rob Landley1-2/+2
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we don'...Rob Landley6-6/+6
2015-02-07Merge unshare and nsenter (promoting and cleaning up nsenter).Rob Landley2-42/+116
2015-01-25Cleanup mountpoint and remove it from the pending README.Rob Landley1-11/+13
2015-01-16AOSP master has <pty.h> and builds netcat/nc.Elliott Hughes1-1/+0
2015-01-14Switch netcat to stop parsing command line at first nonoption argument instea...Rob Landley1-1/+1
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley2-2/+2
2014-12-31Fix for mix from Isaac Dunham (who can actually test it). (I tweaked the curl...Rob Landley1-4/+5
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley4-5/+5
2014-12-27Promote mixRob Landley1-0/+67
2014-12-24Teach factor to accept whitespace separated arguments (reported by Robert Tho...Rob Landley1-32/+37
2014-12-23Merge catv back into cat as discussed on the list. Add comments about infrast...Rob Landley1-67/+0
2014-12-18Give fstype its own config symbol (separate from blkid), and fix blkid not us...Rob Landley1-7/+19
2014-12-13Add base64.Rob Landley1-0/+87
2014-12-04Add shred.Rob Landley1-0/+104
2014-12-02Fix bug pointed out by Elliott Hughes ("vmstat 1" should repeat endlessly), a...Rob Landley1-3/+4
2014-11-30Remove the strncpy from mountpoint, and make a lot of other changes while I'm...Rob Landley1-16/+23
2014-11-24Tweak the "ignoring return value" fortify workaround for readlinkat.Rob Landley1-1/+1
2014-11-22As long as Android's going to require fortify, fixup the warnings it generates.Rob Landley4-4/+5
2014-11-22Whitespace/code style.Rob Landley1-7/+5
2014-11-21A patch against your current ToT that builds in AOSP master.Elliott Hughes1-1/+2
2014-11-19Fixups for the android/bionic build probes patch.Rob Landley1-6/+7
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham4-6/+10
2014-10-20More static analysis fixes from Ashwini Sharma.Rob Landley1-1/+0
2014-10-17unshare: Fix help and option parsingAndy Lutomirski1-6/+6