History log of /external/toybox/toys/pending/ip.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e5354ca12a232b3f97726214254a868771cb70d1 11-Sep-2015 Rob Landley <rob@landley.net> Replace toys.exithelp with help_exit() in lib.
/external/toybox/toys/pending/ip.c
82effc97f9f2d1c258ea50cb11b130753b8ba805 01-Jan-2015 Rob Landley <rob@landley.net> Switch a lot of strncpy() calls to xstrncpy().
/external/toybox/toys/pending/ip.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/pending/ip.c
01138b94e6ac9ff2d1258917f96c0c5c8c124021 16-Oct-2014 Rob Landley <rob@landley.net> Even bigger ip.c, from Ashwini Sharma.
/external/toybox/toys/pending/ip.c
9588d289ef381ee7dd68ef35990362ebf70366e4 29-Sep-2014 Ashwini Sharma <ak.ashwini1981@gmail.com> Updated version, having complete support for ip _link_, _addr_, _rule_, _route_ and _tunnel_ options.
/external/toybox/toys/pending/ip.c