Add TODO - smdev - suckless mdev
(HTM) git clone git://git.suckless.org/smdev
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b7219eec52b9e1a9f4e72b61f37be543e42547dc
(DIR) parent a88e9d1d2cb526fcfb8b44d08ab8ff680bae0ad4
(HTM) Author: sin <sin@2f30.org>
Date: Fri, 8 Aug 2014 22:12:27 +0100
Add TODO
Diffstat:
A TODO | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/TODO b/TODO
@@ -0,0 +1,6 @@
+* remove memory allocations in the create path
+* grab latest recurse.c from sbase and rework code (remove agetcwd calls)
+* use strlcpy()/strlcat() instead of snprintf() and check for path truncation
+* also create usb/net related nodes
+* populatedev() makes some weird assumptions, should be reworked
+* simplify parsepath()