Systemd/fixme

65 lines
1.5 KiB
Plaintext
Raw Normal View History

* calendar time support in timer
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* enforce max number of concurrent connection limit in sockets.
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* complete dbus exposure
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* make conf parser work more like .desktop parsers
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* implicitly import "defaults" settings file into all types
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* service startup should be delayed if the matching socket is being started
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* add #ifdefs for non-redhat builds in sysv parser
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* add #ifdefs for non-sysv builds
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* bootchart hookup
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* reinvestigate random seed, hwclock
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* "disabled" load state?
2010-01-29 06:45:59 +01:00
2010-05-16 01:49:45 +02:00
* uid are 32bit
2010-05-16 01:49:45 +02:00
* %m in printf() instead of strerror();
2010-05-16 01:49:45 +02:00
* gc: don't reap broken services
* iCalendar semantics for the timer stuff (RFC2445)
2010-05-16 01:49:45 +02:00
* provide sysv-like command line utilities
* ability to kill services? i.e. in contrast to stopping them, go directly
into killing mode?
* port over to LISTEN_FDS/LISTEN_PID:
2010-02-05 01:11:01 +01:00
- uuidd DONE
2010-02-12 02:02:33 +01:00
- nscd DONE
- dbus DONE
2010-05-21 17:06:40 +02:00
- rsyslog DONE
2010-05-21 23:41:25 +02:00
- rpcbind (/var/run/rpcbind.sock!) DONE
- cups DONE
- avahi-daemon (/var/run/avahi-daemon/socket) DONE
2010-02-14 22:45:08 +01:00
- ssh CLASSIC
2010-02-05 01:11:01 +01:00
- postfix, saslauthd
- apache/samba
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
- bluetoothd (/var/run/sdp! @/org/bluez/audio!)
- distccd
* write utmp record a la upstart for processes
* run PAM session stuff
2010-06-02 23:16:31 +02:00
* use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel)
* follow property change dbus spec
2010-05-16 01:49:45 +02:00
Regularly:
2010-02-14 22:45:08 +01:00
2010-05-16 01:49:45 +02:00
* look for close() vs. close_nointr() vs. close_nointr_nofail()
2010-02-14 22:47:08 +01:00
2010-05-16 01:49:45 +02:00
* check for strerror(r) instead of strerror(-r)