summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
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
2012-01-18journalctl: properly honour -n when -f is passed, tooLennart Poettering
2012-01-18update TODOLennart Poettering
2012-01-12log: make internal log api log directly to the journalLennart Poettering
2012-01-11Update TODOLennart Poettering
2012-01-11update TODOLennart Poettering
2012-01-07journald: remove inner loop debug messageLennart Poettering
2012-01-03logind: send out Lock signal when lockingLennart Poettering
2011-12-31gnome-ask-password-agent: require libnotify >= 0.7.0Kay Sievers
2011-12-31Merge branch 'journal'Lennart Poettering
2011-12-29update TODOKay Sievers
2011-12-27journald: implement sophisticated rate limitingLennart Poettering
2011-12-21journal: add inline compression support with XZLennart Poettering
2011-12-17journal: add native protocol to journald, and client side API to send ↵Lennart Poettering
journal messages
2011-12-14update TODOLennart Poettering
2011-11-08Merge branch 'master' into journalLennart Poettering
2011-11-08TODOLennart Poettering
2011-11-03update TODOLennart Poettering
2011-11-01update TODOLennart Poettering
2011-11-01update TODOLennart Poettering
2011-10-11unit: introduce ConditionCapabilityLennart Poettering
2011-10-11units: increase LimitNOFILE a bitLennart Poettering
since we need one fd per session (for logind) and one fd per service (for stdout-syslog-bridge) increase the default rlimit a bit.
2011-10-11logind: fail gracefully if too many sessions are createdLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=744726
2011-10-11timedate: fall back to /etc/sysconfig/clock on Fedora, for compatibility ↵Lennart Poettering
with legacy
2011-10-11update TODOLennart Poettering
2011-10-10update TODOLennart Poettering
2011-10-09update TODOKay Sievers
2011-10-07update TODOLennart Poettering
2011-10-07update TODOLennart Poettering
2011-09-22update TODOLennart Poettering
2011-09-22service: if StandardInput=socket and StandardOutput=inherit imply socket for ↵Lennart Poettering
output, don't imply default output This is useful for inetd-style per-connection services, so that they again can simply specify StandardOutput=socket to connect all three fds to the socket.
2011-09-22units: introduce unit file for FUSE fsLennart Poettering
FUSE and configfs is very very similar, so handle both the same way.
2011-09-21mount: pull in quota tools from fstab lines with 'quota' option, tooLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=736360
2011-09-21update TODOKay Sievers
2011-09-21update TODOLennart Poettering
2011-09-21units: drop automount unit for /dev/hugepagesLennart Poettering
Since hugetlbfs cannot be compiled as kernel module there's little point in doing on-demand mounting via autofs for it.
2011-09-21units: drop automount unit for /dev/mqueueLennart Poettering
Since the mqueue support cannot be built as a module there's little benefit in having an autofs mount point set up for this.
2011-09-21units: drop automount unit for /sys/kernel/debugLennart Poettering
Since debugfs cannot be compiled as module there's little benefit in having it as autofs mount point.
2011-09-21units: drop /sys/kernel/config automount unitLennart Poettering
The mount point directory /sys/kernel/config is only created after the module is loaded, hence there's little value in having this an automount unit: the runtime penalty for mounting an autofs here should be the same as for a real mount.
2011-09-21unit: introduce ConditionPathIsMountPoint=Lennart Poettering
2011-09-20update TODOLennart Poettering
2011-09-03dbus: terminate mechanism daemons after a whileLennart Poettering