mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
81 lines
1.7 KiB
Plaintext
81 lines
1.7 KiB
Plaintext
* calendar time support in timer
|
|
|
|
* enforce max number of concurrent connection limit in sockets.
|
|
|
|
* complete dbus exposure
|
|
|
|
* make conf parser work more like .desktop parsers
|
|
|
|
* implicitly import "defaults" settings file into all types
|
|
|
|
* service startup should be delayed if the matching socket is being started
|
|
|
|
* add #ifdefs for non-redhat builds in sysv parser
|
|
|
|
* add #ifdefs for non-sysv builds
|
|
|
|
* bootchart hookup
|
|
|
|
* reinvestigate random seed, hwclock
|
|
|
|
* "disabled" load state?
|
|
|
|
* uid are 32bit
|
|
|
|
* %m in printf() instead of strerror();
|
|
|
|
* gc: don't reap broken services
|
|
|
|
* iCalendar semantics for the timer stuff (RFC2445)
|
|
|
|
* 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:
|
|
|
|
- uuidd DONE
|
|
- nscd DONE
|
|
- dbus DONE
|
|
- rsyslog DONE
|
|
- rpcbind (/var/run/rpcbind.sock!) DONE
|
|
- cups DONE
|
|
- avahi-daemon (/var/run/avahi-daemon/socket) DONE
|
|
- ssh CLASSIC
|
|
- 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
|
|
|
|
* selinux
|
|
|
|
* User= and friends needs to understand %i and similar replacements
|
|
|
|
* EnvironmentFile=
|
|
|
|
* make systemd bus activatable
|
|
|
|
* pin /cgroup/systemd
|
|
|
|
* systemd-sysvinit as package
|
|
|
|
* docdir für sd-daemon.[ch]
|
|
|
|
* convenience library
|
|
|
|
Regularly:
|
|
|
|
* look for close() vs. close_nointr() vs. close_nointr_nofail()
|
|
|
|
* check for strerror(r) instead of strerror(-r)
|
|
|
|
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
|