History log of /external/toybox/toys/other/nbd_client.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7d6af77804adc069a83e8566250f868a6cb9786e 29-Sep-2015 Rob Landley <rob@landley.net> Make defconfig build for nommu.

Adds XVFORK() macro, teaches xpopen_both() to call /proc/self/exe with NULL
argv (and converts cpio -p to use that), adds TOYBOX_FORK guards to some
unconverted commands.
/external/toybox/toys/other/nbd_client.c
31ff1f23dedbfe6e2dccf9d3c7c294a1cd761266 06-Aug-2015 Rob Landley <rob@landley.net> Switch nbd_client to xconnect() and make xconnect() try all returned addresses
before failing.
/external/toybox/toys/other/nbd_client.c
f3e56f4e4ff773de95fa2c9daf979734d826fc33 01-Jan-2015 Rob Landley <rob@landley.net> Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags).

This means the flag space is no longer packed, but leaves gaps where the zeroes
go. (Actual flag bit positions are the same for all configs.) Since the
option parsing needs to know where the holes are, the OPTSTR values are
now generated as part of flags.h with ascii 1 values for the disabled values.
(So generated/oldflags.h went away.)

This also means that the option string argument for OLDTOY() went away, it now
uses the same arguments as the NEWTOY() it references.
/external/toybox/toys/other/nbd_client.c
f6c28b6e0017ac36190ee31132721a1c9e30f2b6 22-Nov-2014 Rob Landley <rob@landley.net> As long as Android's going to require fortify, fixup the warnings it generates.
/external/toybox/toys/other/nbd_client.c
12eff430e9d20c62fa9cc81d0b6ecface61bac18 08-Sep-2014 Rob Landley <rob@landley.net> Don't close device handle until after calling flush ioctls, reported by Ashwini Sharma.
/external/toybox/toys/other/nbd_client.c
8525d7873098b780de2575bf4bcce6be29c33a1e 07-Jul-2014 Rob Landley <rob@landley.net> Add nbd-client.
/external/toybox/toys/other/nbd_client.c