aboutsummaryrefslogtreecommitdiff
path: root/toys/other/losetup.c
AgeCommit message (Expand)Author
2021-02-08Have xclose() perform the fd != -1 test.Rob Landley
2019-10-26losetup: Change variable name to improve readabilityAlessio Balsini
2019-10-26losetup: Fix memory leaks in loopback_setup()Alessio Balsini
2019-10-14losetup: Fix null-termination of src string instead of dest after copyAlessio Balsini
2019-08-09losetup: fix the race.Elliott Hughes
2019-06-26losetup: fix Android.Elliott Hughes
2019-06-25losetup: minor fixes.Elliott Hughes
2019-02-23Bumper typo cleanup.Elliott Hughes
2019-02-23Switch losetup to short arg var style and force typecasts for printf.Rob Landley
2017-12-02Android has its loop devices under "block" as Elliott says "by reason ofRob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley
2014-10-09Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysi...Rob Landley
2014-07-30As long as I had to write xabspath(), no point in wrapping realpath().Rob Landley
2014-05-29Make "losetup /dev/loop0 filename" work.Rob Landley
2013-04-14Move guts of help command into show_help() in lib/help.c, with config TOYBOX_...Rob Landley
2013-02-03Some older build environments don't have LOOP_CTL_GET_FREE or LOOP_SET_CAPACI...Rob Landley
2013-01-14Silence deeply stupid gcc warning. (First non-declaration line of function: i...Rob Landley
2013-01-02Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o...Rob Landley
2012-12-30Add losetup. (Who knows, it might even work.)Rob Landley