1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-25 23:21:33 +03:00
systemd-stable/fixme

75 lines
1.6 KiB
Plaintext
Raw Normal View History

* calendar time support in timer
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* enforce max number of concurrent connection limit in sockets.
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* complete dbus exposure
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* make conf parser work more like .desktop parsers
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* implicitly import "defaults" settings file into all types
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* service startup should be delayed if the matching socket is being started
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* add #ifdefs for non-redhat builds in sysv parser
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* add #ifdefs for non-sysv builds
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* bootchart hookup
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* reinvestigate random seed, hwclock
2010-01-26 06:19:18 +03:00
2010-05-16 03:49:45 +04:00
* "disabled" load state?
2010-01-29 08:45:59 +03:00
2010-05-16 03:49:45 +04:00
* uid are 32bit
2010-05-16 03:49:45 +04:00
* %m in printf() instead of strerror();
2010-05-16 03:49:45 +04:00
* gc: don't reap broken services
* iCalendar semantics for the timer stuff (RFC2445)
2010-05-16 03:49:45 +04:00
* 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 03:11:01 +03:00
- uuidd DONE
2010-02-12 04:02:33 +03:00
- nscd DONE
- dbus DONE
2010-05-21 19:06:40 +04:00
- rsyslog DONE
2010-05-22 01:41:25 +04:00
- rpcbind (/var/run/rpcbind.sock!) DONE
- cups DONE
- avahi-daemon (/var/run/avahi-daemon/socket) DONE
2010-02-15 00:45:08 +03:00
- ssh CLASSIC
2010-02-05 03:11:01 +03: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
* follow property change dbus spec
* pam module
2010-06-03 01:16:31 +04:00
* selinux
* User= and friends needs to understand %i and similar replacements
* make systemd bus activatable
* systemd-sysvinit as package
* abstract namespace dbus socket
* discuss NOTIFY_SOCKET, make it configurable? security implications?
2010-05-16 03:49:45 +04:00
Regularly:
2010-02-15 00:45:08 +03:00
2010-05-16 03:49:45 +04:00
* look for close() vs. close_nointr() vs. close_nointr_nofail()
2010-02-15 00:47:08 +03:00
2010-05-16 03:49:45 +04:00
* check for strerror(r) instead of strerror(-r)
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel