summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2012-03-20man: fix parameter name for sd_uid_xxx()Lennart Poettering
2012-03-16man: make sure we ship HTML versions of the man pages in the tarballLennart Poettering
2012-03-16man: document journal features of systemctl(1)Lennart Poettering
2012-03-15update TODOKay Sievers
2012-03-15journald: increase max file size to 128MBLennart Poettering
2012-03-15virt: the pidns controller does not exist anymoreLennart Poettering
2012-03-14update TODOLennart Poettering
2012-03-14update TODOLennart Poettering
2012-03-14update TODOLennart Poettering
2012-03-14socket: if we fail to create an instantiated service for a socket, don't put ↵Lennart Poettering
the socket in failure mode An incoming connection that is immediately terminated might result in getpeername() or a similar call failing. Hence it is quite possible that while we are setting up an instantiated service for a socket we might get an error and we shouldn't take this as hint to take the listening socket down. https://bugs.freedesktop.org/show_bug.cgi?id=45297 https://bugzilla.novell.com/show_bug.cgi?id=741590
2012-03-13update TODOLennart Poettering
2012-03-13socket: add option for SO_PASSECLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=798760 (Note that this work is not complete yet, as the kernel seems to send us useless data with SCM_SECURITY enabled)
2012-03-12conf: enforce UTF8 validty everywhereLennart Poettering
we need to make sure that configuration data we expose via the bus ends up in using getting an assert(). Even though configuration data is only parsed from trusted sources we should be more careful with what we read.
2012-03-12update TODOLennart Poettering
2012-03-06update TODOLennart Poettering
2012-03-06update TODOLennart Poettering
2012-03-06update TODOLennart Poettering
2012-03-06umount: don't try to umount /usr, if we are running from itLennart Poettering
2012-03-05update TODOLennart Poettering
2012-03-05update TODOLennart Poettering
2012-02-20update TODOLennart Poettering
2012-02-20update TODOLennart Poettering
2012-02-15systemctl: introduce systemctl reboot -ffLennart Poettering
2012-02-15update TODOLennart Poettering
2012-02-14login: add new sd_session_get_type() and sd_session_get_class API callsLennart Poettering
2012-02-14update TODOKay Sievers
2012-02-13TODOLennart Poettering
2012-02-11TODOLennart Poettering
2012-02-09main: fix reexecution of systemd, use right path to binaryLennart Poettering
2012-02-09service: ignore SIGPIPE by defaultsystemd/v41Lennart Poettering
2012-02-09update TODOLennart Poettering
2012-02-09modules-load: use libkmod rather than modprobeTom Gundersen
2012-02-09kmod-setup: use libkmod rather than modprobeTom Gundersen
2012-02-08update TODOLennart Poettering
2012-02-07update TODOLennart Poettering
2012-02-03cgroup: when getting cgroup empty notifications, always search up the treeLennart Poettering
2012-02-03update TODOLennart Poettering
2012-02-02coredump: avoid coredump loops, divert coredump if journald itself is crashingLennart Poettering
2012-02-01logind: add GetSessionByPID() bus callLennart Poettering
2012-01-31update TODOLennart Poettering
2012-01-31update TODOLennart Poettering
2012-01-23update TODOLennart Poettering
2012-01-23update TODOLennart Poettering
2012-01-23journal: move journal TODO into main TODOLennart Poettering
2012-01-23util: use /dev/rtc symlink if possible before we go searching for a suitable ↵Lennart Poettering
device
2012-01-21util: open the first RTC that has hctosys=1 setLennart Poettering
2012-01-21readahead: don't monopolize IO when replayingLennart Poettering
2012-01-21update TODOKay Sievers
2012-01-18tmpfiles: support writing short strings to files, in order to support /sys ↵Lennart Poettering
manipulations at boot time, a la sysctl
2012-01-18exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering