X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=ef2b3f987a19ba9b458b6f69914858bdf010880a;hb=246756ca928adaee98edd0e67712e81d8f3255a6;hp=060194b29119ebfa1994372fe41e5e71839098ba;hpb=70cd22f9737c4f742daa3b46005e40bf1dfc7798;p=elogind.git diff --git a/fixme b/fixme index 060194b29..ef2b3f987 100644 --- a/fixme +++ b/fixme @@ -35,12 +35,47 @@ * systemctl status $PID, systemctl stop $PID! +* place /etc/inittab with explaining blurb. + +* In command lines, support both "$FOO" and $FOO + +* /etc must always take precedence even if we follow symlinks! + +* /lib/init/rw + +* vielleicht implizit immer auf syslog dependen? + +* debian deadlock when partition auf noauto is. + +* maintenance units müssen vergessen werden + +* maintenance muss dokumentiert werden, ebenso OnStartup= und JobTimeoutSec= + +* fingerprint.target, wireless.target, gps.target + +* fix merging of device units + +* set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()! + +* pahole + External: +* default.target must be %ghosted... + +* in %post create all symlinks manually and use inittab data + +* default logic for serial getty, ck logging, ssh readahead + * patch /etc/init.d/functions with: if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi +https://bugzilla.redhat.com/show_bug.cgi?id=614245 +https://bugzilla.redhat.com/show_bug.cgi?id=612789 +https://bugzilla.redhat.com/show_bug.cgi?id=612728 +https://bugzilla.redhat.com/show_bug.cgi?id=612712 + Regularly: * look for close() vs. close_nointr() vs. close_nointr_nofail()