diff options
Diffstat (limited to 'toys/pending')
-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 0257e2bb..2eb83e11 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 |