summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
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
2011-08-30service: change default stdout/stderr to syslogLennart Poettering
2011-08-30stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering
2011-08-29man: fix securebits docsLennart Poettering
2011-08-24update TODOLennart Poettering
2011-08-24update TODOLennart Poettering
2011-08-23cgroup: optionally mount a specific cgroup controllers together, and add ↵Lennart Poettering
cpu+cpuacct to the default
2011-08-21update TODOLennart Poettering
2011-08-03update TODOKay Sievers
2011-08-02exec: introduce PrivateNetwork= process option to turn off network access to ↵Lennart Poettering
specific services
2011-08-02update TODOLennart Poettering
2011-08-02update TODOLennart Poettering
2011-08-01update TODOLennart Poettering
2011-08-01umask: set umask of a number of sockets by default, even though we check ↵Lennart Poettering
creds on connections
2011-07-31update TODOLennart Poettering
2011-07-29update TODOLennart Poettering
2011-07-29update TODOKay Sievers
2011-07-27update TODOLennart Poettering
2011-07-27update TODOLennart Poettering
2011-07-26sd-login: add new call sd_seat_can_multi_session()Lennart Poettering
2011-07-25sysctl: apply network specific sysctls to each network card as they appearLennart Poettering
2011-07-25systemctl: hook up new install logicLennart Poettering
This adds a number of new options to systemctl, for presets, reenabling, masking/unmask, and runtime operations.
2011-07-23manager: add log control via RT signalsLennart Poettering
2011-07-23util: user parse_uid() wherever applicableLennart Poettering
2011-07-22sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering
2011-07-22update TODOLennart Poettering
2011-07-15logind: enable PowerOff/Reboot callsLennart Poettering
2011-07-15update TODOLennart Poettering
2011-07-14logind: introduce libsystemd-login.so as fast path to access logind dataLennart Poettering
2011-07-14systemctl: don't try rebooting with /dev/initcl if Upstart workedLennart Poettering
2011-07-13nspawn: compress mount table a bitLennart Poettering
2011-07-13consolidate TODOLennart Poettering
2011-07-12unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵Lennart Poettering
binary we'll spawn