smdev

suckless mdev
git clone git://git.2f30.org/smdev
Log | Files | Refs | README | LICENSE

commit 435ca91815f0ca14549bf4756afeba4fe3c3a894
parent d738bf01638558ade8d324c9f4ef3cdfefec8af2
Author: sin <sin@2f30.org>
Date:   Fri,  8 Aug 2014 22:12:27 +0100

Add TODO

Diffstat:
ATODO | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

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()