History log of /external/toybox/toys/other/vconfig.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f033f8607f156464747abe57487c1f6226f94001 31-May-2015 Rob Landley <rob@landley.net> Move the magic list of commands needing cleanup from toys/pending/README
to greppable TODO annotations in the individual files. (grep -riw TODO)
/external/toybox/toys/other/vconfig.c
314f19e4d2099eb19824df49d71953946486f78f 03-Jun-2014 Rob Landley <rob@landley.net> Help text should have a blank line after usage: lines, and a couple other whitespace tweaks.
/external/toybox/toys/other/vconfig.c
1c806ca536dc938f949546b28974db79ae85941f 25-May-2014 Ashwini Sharma <ak.ashwini1981@gmail.com> atolx_range() is already added into lib/lib.c, in vconfig.c atolx_range() can be used in place of locally defined strtorange() function.
/external/toybox/toys/other/vconfig.c
6c64f5f186d26d4c95d408979d33831935e026f1 16-Apr-2014 Rob Landley <rob@landley.net> Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update.

Mercurial's "import" command is still broken, committing local tree changes to files that weren't even touched by the patch because the hg developers inisist, when I point out how stupid it is, that they meant to do that. (hg record can do hunks, but import can't even track _files_.)
/external/toybox/toys/other/vconfig.c
931425ca05b93348dd497598af077d16cdc1cd3c 13-Apr-2014 Isaac Dunham <ibid.ag@gmail.com> roadmap: describe glibc commands.

Some glibc commands are irrelevant because they're for functionality
that is excluded from musl (mtrace, rpc*, localedef, iconvconfig, nscd).
getconf and catchsegv look like candidates for the development toolchain;
locale and iconv were already triaged.
getent is pretty lame, but it and the timezone stuff (tzselect zic
zdump) are the only new possibly interesting commands.
/external/toybox/toys/other/vconfig.c
599a13b177962615fa4a2de9c30f169659831307 02-Nov-2013 Rob Landley <rob@landley.net> Sceond cleanup pass on vconfig
/external/toybox/toys/other/vconfig.c
98c322e881c6ab8d4f54c23feb1a106c23673640 02-Nov-2013 Rob Landley <rob@landley.net> Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
/external/toybox/toys/other/vconfig.c
6fb8fae27c6642fe33c6f9db6139b3c834145ac3 02-Nov-2013 Rob Landley <rob@landley.net> Cleanup vconfig.
/external/toybox/toys/other/vconfig.c
7aa651a6a4496d848f86de9b1e6b3a003256a01f 14-Nov-2012 Rob Landley <rob@landley.net> Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.

The actual code should be the same afterward, this is just cosmetic refactoring.
/external/toybox/toys/other/vconfig.c
20f070c3e77cd4e9e77e42cff697d93c80c377a2 01-Nov-2012 Kyungwan Han <asura321@gmail.com> Add vconfig.c - Creates virtual ethernet devices.
/external/toybox/toys/other/vconfig.c