aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-04 21:19:32 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-04 21:19:32 +0000
commitf042f3c095e99887a076427cc04de54f90fe2c29 (patch)
tree7c49f1fc1547a2f9cee812472f422a5c1a5c448b /TODO
parent6b65252692f961f249492e7768d7b2826600d956 (diff)
downloadbusybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.tar.gz
busybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.tar.bz2
busybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.zip
A few updates (including the cp fix the Craig has been looking for)
-Erik git-svn-id: svn://busybox.net/trunk/busybox@386 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 18 insertions, 6 deletions
diff --git a/TODO b/TODO
index e05558b04..daa21cffd 100644
--- a/TODO
+++ b/TODO
@@ -53,12 +53,6 @@ Hmm. Needs to be carefully thought out.
53----------------------- 53-----------------------
54 54
55 55
56
57Some known bugs, todo items, etc...
58
59-----------------------
60
61
62-rw-r--r-- 1000/1000 4398 2000-01-06 21:55 uniq.c 56-rw-r--r-- 1000/1000 4398 2000-01-06 21:55 uniq.c
63-rw-r--r-- 1000/1000 1568 1999-10-20 18:08 update.c 57-rw-r--r-- 1000/1000 1568 1999-10-20 18:08 update.c
64-rw-r----- 0/1000 1168 2000-01-29 21:03 update.o 58-rw-r----- 0/1000 1168 2000-01-29 21:03 update.o
@@ -116,3 +110,21 @@ messages from the embedded box logged to a remote network
116syslog box, right? I can see that this would be useful. 110syslog box, right? I can see that this would be useful.
117I'll add this to the TODO list, 111I'll add this to the TODO list,
118 112
113
114-----------------------
115
116
117 In utility.c:copyFile: It uses followLinks for both source and
118 destination files... is that right for `mv'? Will need to revisit
119 the GNU, freeBSD, and MINIX versions for this... Should read the
120 Unix98 and POSIX specs also.
121
122-----------------------
123
124 I think that the add_inode &c in utility.c needs to also stow the
125 st_dev field, and that du.c should NOT call `reset_inode_list'
126 because there can be hard links from inside one argv/ to inside
127 another argv/. du.c probably ought to have an -x switch like GNU du
128 does also...
129
130