# HG changeset patch # User Rob Landley # Date 1410996305 18000 # Node ID 8a13412acf4dcca9afe9d1c432dd7010c8e5190c # Parent 0d19abb90c5206b6a30bf3425178e10fdc1137d4 Update README for pending directory, include list of code outside of pending (grandfathered) awaiting cleanup. diff -r 0d19abb90c52 -r 8a13412acf4d toys/pending/README --- a/toys/pending/README Wed Sep 17 18:24:10 2014 -0500 +++ b/toys/pending/README Wed Sep 17 18:25:05 2014 -0500 @@ -1,5 +1,18 @@ pending -These commands await additional review and/or cleanup. 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 I've had time for yet. +Commands in this directory are external submissions awaiting review and/or +cleanup before being "promoted" to one of the other directories. + +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, mountpoint, free, chroot, cut, touch, + modinfo, expand, xargs + + lib/password.c