diff options
author | Rob Landley <rob@landley.net> | 2015-05-31 05:11:28 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-05-31 12:12:35 -0500 |
commit | f033f8607f156464747abe57487c1f6226f94001 (patch) | |
tree | a6df1d5b20e886662c29dd422fcef344f12955d5 /toys/pending/README | |
parent | 42cc29c7883c852462c6c740c72eff06bca8accc (diff) | |
download | toybox-f033f8607f156464747abe57487c1f6226f94001.tar.gz toybox-f033f8607f156464747abe57487c1f6226f94001.tar.bz2 toybox-f033f8607f156464747abe57487c1f6226f94001.zip |
Move the magic list of commands needing cleanup from toys/pending/README
to greppable TODO annotations in the individual files. (grep -riw TODO)
Diffstat (limited to 'toys/pending/README')
-rw-r--r-- | toys/pending/README | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/toys/pending/README b/toys/pending/README index 0257e2b..2eb83e1 100644 --- a/toys/pending/README +++ b/toys/pending/README @@ -7,14 +7,8 @@ Code in this directory may or may not work, some of the commands here are unfinished stubs, others just need a more thorough inspection than we've had time for yet. Everything in here defaults to "n" in defconfig. -Library code awaiting cleanup lives in lib/pending.c - -The following commands predate the pending directory, and are awaiting -cleanup but don't live here: - - vmstat, login, du, vconfig, chroot, cut, touch, modinfo, xargs - - lib/password.c +Outside of this directory, several commands (and some library code) have +TODO annotations. This directory should go away before the 1.0 release. It's just a staging area so code submissions don't get lost while awaiting more thorough (and |