TODO: add some
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
845142e106
commit
318a8e5ed5
36
TODO
36
TODO
@ -282,3 +282,39 @@ Replace deprecated functions.
|
|||||||
---
|
---
|
||||||
vdprintf() -> similar sized functionality
|
vdprintf() -> similar sized functionality
|
||||||
---
|
---
|
||||||
|
|
||||||
|
(TODO list after discussion 11.05.2009)
|
||||||
|
|
||||||
|
* shrink tc/brctl/ip
|
||||||
|
tc/brctl seem like fairly large things to try and tackle in your timeframe,
|
||||||
|
and i think people have posted attempts in the past. adding additional
|
||||||
|
options to ip though seems reasonable.
|
||||||
|
|
||||||
|
* add tests for some applets
|
||||||
|
|
||||||
|
* implement POSIX utilities and audit them for POSIX conformance. then
|
||||||
|
audit them for GNU conformance. then document all your findings in a new
|
||||||
|
doc/conformance.txt file while perhaps implementing some of the missing
|
||||||
|
features.
|
||||||
|
you can find the latest POSIX documentation (1003.1-2008) here:
|
||||||
|
http://www.opengroup.org/onlinepubs/9699919799/
|
||||||
|
and the complete list of all utilities that POSIX covers:
|
||||||
|
http://www.opengroup.org/onlinepubs/9699919799/idx/utilities.html
|
||||||
|
The first step would to generate a file/matrix what is already archived
|
||||||
|
(also IPV6)
|
||||||
|
|
||||||
|
* ntpdate/ntpd (see ntpclient and openntp for examples)
|
||||||
|
|
||||||
|
* implement 'at'
|
||||||
|
|
||||||
|
* rpcbind (former portmap) or equivalent
|
||||||
|
so that we don't have to use -o nolock on nfs mounts
|
||||||
|
|
||||||
|
* check IPV6 compliance
|
||||||
|
|
||||||
|
* generate a mini example using kernel+busybox only (+libc) for example
|
||||||
|
|
||||||
|
* more support for advanced linux 2.6.x features, see: iotop
|
||||||
|
most likely there is more
|
||||||
|
|
||||||
|
* even more support for statistics: mpstat, iostat, powertop....
|
||||||
|
@ -31,8 +31,8 @@ committing changes to GIT, and attach a public ssh key to access your account
|
|||||||
with.</p>
|
with.</p>
|
||||||
|
|
||||||
<p>If you don't currently have an ssh version 2 DSA key at least 4096 bits
|
<p>If you don't currently have an ssh version 2 DSA key at least 4096 bits
|
||||||
long, you can generate a key using the command
|
long, you can generate a key using the command
|
||||||
<b>ssh-keygen -b 4096 -t dsa</b>
|
<b>ssh-keygen -b 4096 -t dsa</b>
|
||||||
and hitting enter at the prompts.
|
and hitting enter at the prompts.
|
||||||
This will create the files <b>~/.ssh/id_dsa</b> and <b>~/.ssh/id_dsa.pub</b>
|
This will create the files <b>~/.ssh/id_dsa</b> and <b>~/.ssh/id_dsa.pub</b>
|
||||||
You must then send the content of 'id_dsa.pub' to me so I can set up your
|
You must then send the content of 'id_dsa.pub' to me so I can set up your
|
||||||
@ -75,8 +75,8 @@ git help
|
|||||||
<a href="http://www.kernel.org/pub/software/scm/git/">GIT</a>, please visit the
|
<a href="http://www.kernel.org/pub/software/scm/git/">GIT</a>, please visit the
|
||||||
<a href="http://git.or.cz/">GIT overview</a> site.
|
<a href="http://git.or.cz/">GIT overview</a> site.
|
||||||
You might also want to read online the <a
|
You might also want to read online the <a
|
||||||
href="http://www.kernel.org/pub/software/scm/git/docs">manpages</a>
|
href="http://www.kernel.org/pub/software/scm/git/docs">manpages</a>
|
||||||
or
|
or
|
||||||
<a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">tutorial</a>.
|
<a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">tutorial</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
func() {
|
func() {
|
||||||
eval "echo \"\${val_${1}}\""
|
eval "echo \"\${val_${1}}\""
|
||||||
}
|
}
|
||||||
|
|
||||||
val_x=24
|
val_x=24
|
||||||
|
Loading…
Reference in New Issue
Block a user