aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
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
2014-08-01factor: catch integer overflow.Rob Landley
2014-08-01Add factor.Rob Landley
2014-07-30As long as I had to write xabspath(), no point in wrapping realpath().Rob Landley
2014-07-26Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope...Rob Landley
2014-07-06Add nbd-client.Rob Landley
2014-06-30Promote makedevs to other.Rob Landley
2014-06-28Make fallocate depend on probe for libc support.Rob Landley
2014-06-28Promote mkpasswd from pending to other.Rob Landley
2014-06-11Cleanup pass on loginRob Landley
2014-06-11Enable fallocate in defconfig.Rob Landley
2014-06-09Promote rfkill.Rob Landley
2014-06-02Help text should have a blank line after usage: lines, and a couple other whi...Rob Landley
2014-05-31Promote partprobe.Rob Landley
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...Rob Landley
2014-05-29Make "losetup /dev/loop0 filename" work.Rob Landley
2014-05-25atolx_range() is already added into lib/lib.c, in vconfig.c atolx_range() can...Ashwini Sharma
2014-05-25logname and whoami are the same as id -un, so merge them.Isaac Dunham
2014-05-15Promote sysctl from pending to other, default y.Rob Landley
2014-05-02Attached is the patch for lsattr and chattr implementation.Ashwini Sharma
2014-04-23Add example directory, move hello.c into it, add skeleton.c to demonstrate mo...Rob Landley
2014-04-16Revert lots of half-finished local debris I didn't mean to check in with Isaa...Rob Landley
2014-04-16Probe for the existence of FIFREEZE and make fsfreeze depend on it.Rob Landley
2014-04-13An issue in ifconfig while verifying the HW Address, which is assumed to be o...Ashwini sharma