aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO36
1 files changed, 36 insertions, 0 deletions
diff --git a/TODO b/TODO
index 52b6bd0ba..beeb47539 100644
--- a/TODO
+++ b/TODO
@@ -282,3 +282,39 @@ Replace deprecated functions.
282--- 282---
283vdprintf() -> similar sized functionality 283vdprintf() -> similar sized functionality
284--- 284---
285
286(TODO list after discussion 11.05.2009)
287
288* shrink tc/brctl/ip
289 tc/brctl seem like fairly large things to try and tackle in your timeframe,
290 and i think people have posted attempts in the past. adding additional
291 options to ip though seems reasonable.
292
293* add tests for some applets
294
295* implement POSIX utilities and audit them for POSIX conformance. then
296 audit them for GNU conformance. then document all your findings in a new
297 doc/conformance.txt file while perhaps implementing some of the missing
298 features.
299 you can find the latest POSIX documentation (1003.1-2008) here:
300 http://www.opengroup.org/onlinepubs/9699919799/
301 and the complete list of all utilities that POSIX covers:
302 http://www.opengroup.org/onlinepubs/9699919799/idx/utilities.html
303 The first step would to generate a file/matrix what is already archived
304 (also IPV6)
305
306* ntpdate/ntpd (see ntpclient and openntp for examples)
307
308* implement 'at'
309
310* rpcbind (former portmap) or equivalent
311 so that we don't have to use -o nolock on nfs mounts
312
313* check IPV6 compliance
314
315* generate a mini example using kernel+busybox only (+libc) for example
316
317* more support for advanced linux 2.6.x features, see: iotop
318 most likely there is more
319
320* even more support for statistics: mpstat, iostat, powertop....