History log of /external/toybox/toys/other/losetup.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
82effc97f9f2d1c258ea50cb11b130753b8ba805 01-Jan-2015 Rob Landley <rob@landley.net> Switch a lot of strncpy() calls to xstrncpy().
/external/toybox/toys/other/losetup.c
3d56716d362d6a827c5f81029ac64c71b56a2f5c 09-Oct-2014 Rob Landley <rob@landley.net> Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysis, plus occasional tweak by me while reviewing them.
/external/toybox/toys/other/losetup.c
3c69835d6e0b4f8e72e441ae5e34439612790844 31-Jul-2014 Rob Landley <rob@landley.net> As long as I had to write xabspath(), no point in wrapping realpath().
/external/toybox/toys/other/losetup.c
c6fcf1d25da72a45d59a3791062bd5241034eb8a 29-May-2014 Rob Landley <rob@landley.net> Make "losetup /dev/loop0 filename" work.

Sigh. Implement the complex cases and you screw up the simple cases you already tested...
/external/toybox/toys/other/losetup.c
36ffc5aa3e6bfcab5d628208f4f1508f9b1c2620 15-Apr-2013 Rob Landley <rob@landley.net> Move guts of help command into show_help() in lib/help.c, with config TOYBOX_HELP controlling infrastructure.
/external/toybox/toys/other/losetup.c
af0011995826b635658e29b107d33cf9ee7cdd42 04-Feb-2013 Rob Landley <rob@landley.net> Some older build environments don't have LOOP_CTL_GET_FREE or LOOP_SET_CAPACITY. Substitute constants so they can get the rest of losetup without a build break.
/external/toybox/toys/other/losetup.c
1a33c6b07a20af27b23f62f5c88a422eb96e463c 14-Jan-2013 Rob Landley <rob@landley.net> Silence deeply stupid gcc warning. (First non-declaration line of function: if (file) ffd = open(); at end of of function: if (file) close(ffd); "file" is an argument to the function and nothing else assigns to it. gcc warning on that close, "ffd may be used uninitialized!" _HOW_?)
/external/toybox/toys/other/losetup.c
662a267c9b52f256b027d0f176a846b1d973ab99 02-Jan-2013 Rob Landley <rob@landley.net> Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to.
/external/toybox/toys/other/losetup.c
ef2af2e4d6ddb25cc9b17167e9db5a49b1265abe 31-Dec-2012 Rob Landley <rob@landley.net> Add losetup. (Who knows, it might even work.)
/external/toybox/toys/other/losetup.c