aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
2015-03-12Switch nsenter to default y.Rob Landley
2015-03-12Implement shred -u and switch to default y in defconfig.Rob Landley
2015-03-12Make find accept numeric uid/gid, and simplify makedevs using the new infrast...Rob Landley
2015-03-10Use xsignal() instead of signal().Rob Landley
2015-03-09Fix thinko (don't &toybuf to get scratch space) and add -v option.Rob Landley
2015-03-09Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and s...Rob Landley
2015-03-01Fix several printf_format warnings.Rob Landley
2015-03-01Patches from Elliott Hughes to fix various printf() format strings.Rob Landley
2015-03-01Patches from Elliott Hughes to add missing arguments to error_exit() calls.Rob Landley
2015-02-25stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elli...0.5.2Rob Landley
2015-02-18Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two ...Rob Landley
2015-02-14Split out unix2dos so scripts/single.sh and "make change" can build it standa...Rob Landley
2015-02-08Promote chcon to "other".Rob Landley
2015-02-08For some reason, ifconfig was explicitly excluding "ifconfig lo:0 127.0.0.2" ...Rob Landley
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we don'...Rob Landley
2015-02-07Merge unshare and nsenter (promoting and cleaning up nsenter).Rob Landley
2015-01-25Cleanup mountpoint and remove it from the pending README.Rob Landley
2015-01-16AOSP master has <pty.h> and builds netcat/nc.Elliott Hughes
2015-01-14Switch netcat to stop parsing command line at first nonoption argument instea...Rob Landley
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley
2014-12-31Fix for mix from Isaac Dunham (who can actually test it). (I tweaked the curl...Rob Landley
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
2014-12-27Promote mixRob Landley
2014-12-24Teach factor to accept whitespace separated arguments (reported by Robert Tho...Rob Landley
2014-12-23Merge catv back into cat as discussed on the list. Add comments about infrast...Rob Landley
2014-12-18Give fstype its own config symbol (separate from blkid), and fix blkid not us...Rob Landley
2014-12-13Add base64.Rob Landley
2014-12-04Add shred.Rob Landley
2014-12-02Fix bug pointed out by Elliott Hughes ("vmstat 1" should repeat endlessly), a...Rob Landley
2014-11-30Remove the strncpy from mountpoint, and make a lot of other changes while I'm...Rob Landley
2014-11-24Tweak the "ignoring return value" fortify workaround for readlinkat.Rob Landley
2014-11-22As long as Android's going to require fortify, fixup the warnings it generates.Rob Landley
2014-11-22Whitespace/code style.Rob Landley
2014-11-21A patch against your current ToT that builds in AOSP master.Elliott Hughes
2014-11-19Fixups for the android/bionic build probes patch.Rob Landley
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham
2014-10-20More static analysis fixes from Ashwini Sharma.Rob Landley
2014-10-17unshare: Fix help and option parsingAndy Lutomirski
2014-10-14Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles.Rob Landley
2014-10-10acpi: implement -ctV, fix recursion, plug a small leakIsaac Dunham
2014-10-09Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysi...Rob Landley
2014-09-17Cleanup pass on README.Rob Landley
2014-09-14Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ...Rob Landley
2014-09-08Don't close device handle until after calling flush ioctls, reported by Ashwi...Rob Landley
2014-08-23Promote blockdev to other.Rob Landley
2014-08-20Promote inotifyd to other.Rob Landley
2014-08-12Patches to commands for issues reported from static analysis tool.Ashwini Sharma
2014-08-11Promote lspci.Rob Landley
2014-08-09Disable xopen's default O_CLOEXEC for oneit.Rob Landley