aboutsummaryrefslogtreecommitdiff
path: root/toys/other/blockdev.c
AgeCommit message (Collapse)Author
2019-01-25OpenEmbedded needs commands installed in specific places.Rob Landley
2018-11-19A few more GLOBALS() single character argument style conversions.Rob Landley
2018-10-20Some more --help consistency.Elliott Hughes
From eyeballing the output of for i in `./toybox | tr " " "\n"` ; do ./toybox $i --help ; done | \ grep '^-' | grep -v "\t"
2018-10-04blockdev: BLKRAGET returns 512-byte sectors.Elliott Hughes
Bug: https://github.com/landley/toybox/issues/104
2018-03-10Add getra and setra to blockdevNg Zhi An
Bug: 74390492
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
add xopenro() that takes one argument and understands "-" means stdin, and switch over lots of users.
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2014-08-23Promote blockdev to other.Rob Landley