chiark / gitweb /
fedora: make sure the gettys are run before X starts up
[elogind.git] / fixme
diff --git a/fixme b/fixme
index 8143f013b107b13c510d02b53a2963ec44ae47e5..ff00436e4a2bf0a357b44bc808c1cfcddc023581 100644 (file)
--- a/fixme
+++ b/fixme
@@ -1,7 +1,5 @@
 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
 
-* complete dbus exposure
-
 * implicitly import "defaults" settings file into all types
 
 * add #ifdefs for non-sysv builds
 
 * selinux
 
-* systemd-install disable sollte den service runterfahren, and daemon-reload machen
+* 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!
+* fix merging of device units
+* color aus bei stdout auf !tty
+
+getty before prefdm
+
+* /lib/init/rw
+
+* vielleicht implizit immer auf syslog dependen?
+
+* debian deadlock when partition auf noauto is.
 
-* systemctl daemon-reload is kaputt
+* fingerprint.target, wireless.target, gps.target
 
-* get rid of Subscribe() in systemctl
+* set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
 
-* use format_timespan where applicable
+* crash on missing hostname
 
-* Turn around negative options
+* fix merging in .swap units
 
-* Add missing man pages: update systemd.1, finish daemon.7
+* pahole
+
+* io priority
+
+* network.target darf nm nicht unbedingt starten
 
 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()