From 9a0cf7c35905ad50b71bc69bc34c644c796745b6 Mon Sep 17 00:00:00 2001 From: sin Date: Thu, 26 Jun 2014 16:34:52 +0100 Subject: [PATCH] Add a misc section in TODO --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 0505327..176d2bc 100644 --- a/TODO +++ b/TODO @@ -24,3 +24,10 @@ Tools to be implemented * lsattr * pmap * pwdx + +Misc +==== + + * Check all ioctl() calls for failure. + * Decide what to do with 'bool vs int' debate. + * Beautify passwd(1) + shadow support.