Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-03 | update TODO | Lennart Poettering | |
2011-11-01 | update TODO | Lennart Poettering | |
2011-11-01 | update TODO | Lennart Poettering | |
2011-10-11 | unit: introduce ConditionCapability | Lennart Poettering | |
2011-10-11 | units: increase LimitNOFILE a bit | Lennart 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-11 | logind: fail gracefully if too many sessions are created | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=744726 | |||
2011-10-11 | timedate: fall back to /etc/sysconfig/clock on Fedora, for compatibility ↵ | Lennart Poettering | |
with legacy | |||
2011-10-11 | update TODO | Lennart Poettering | |
2011-10-10 | update TODO | Lennart Poettering | |
2011-10-09 | update TODO | Kay Sievers | |
2011-10-07 | update TODO | Lennart Poettering | |
2011-10-07 | update TODO | Lennart Poettering | |
2011-09-22 | update TODO | Lennart Poettering | |
2011-09-22 | service: 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-22 | units: introduce unit file for FUSE fs | Lennart Poettering | |
FUSE and configfs is very very similar, so handle both the same way. | |||
2011-09-21 | mount: pull in quota tools from fstab lines with 'quota' option, too | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=736360 | |||
2011-09-21 | update TODO | Kay Sievers | |
2011-09-21 | update TODO | Lennart Poettering | |
2011-09-21 | units: drop automount unit for /dev/hugepages | Lennart Poettering | |
Since hugetlbfs cannot be compiled as kernel module there's little point in doing on-demand mounting via autofs for it. | |||
2011-09-21 | units: drop automount unit for /dev/mqueue | Lennart 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-21 | units: drop automount unit for /sys/kernel/debug | Lennart Poettering | |
Since debugfs cannot be compiled as module there's little benefit in having it as autofs mount point. | |||
2011-09-21 | units: drop /sys/kernel/config automount unit | Lennart 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-21 | unit: introduce ConditionPathIsMountPoint= | Lennart Poettering | |
2011-09-20 | update TODO | Lennart Poettering | |
2011-09-03 | dbus: terminate mechanism daemons after a while | Lennart Poettering | |
2011-08-30 | service: change default stdout/stderr to syslog | Lennart Poettering | |
2011-08-30 | stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive | Lennart Poettering | |
2011-08-29 | man: fix securebits docs | Lennart Poettering | |
2011-08-24 | update TODO | Lennart Poettering | |
2011-08-24 | update TODO | Lennart Poettering | |
2011-08-23 | cgroup: optionally mount a specific cgroup controllers together, and add ↵ | Lennart Poettering | |
cpu+cpuacct to the default | |||
2011-08-21 | update TODO | Lennart Poettering | |
2011-08-03 | update TODO | Kay Sievers | |
2011-08-02 | exec: introduce PrivateNetwork= process option to turn off network access to ↵ | Lennart Poettering | |
specific services | |||
2011-08-02 | update TODO | Lennart Poettering | |
2011-08-02 | update TODO | Lennart Poettering | |
2011-08-01 | update TODO | Lennart Poettering | |
2011-08-01 | umask: set umask of a number of sockets by default, even though we check ↵ | Lennart Poettering | |
creds on connections | |||
2011-07-31 | update TODO | Lennart Poettering | |
2011-07-29 | update TODO | Lennart Poettering | |
2011-07-29 | update TODO | Kay Sievers | |
2011-07-27 | update TODO | Lennart Poettering | |
2011-07-27 | update TODO | Lennart Poettering | |
2011-07-26 | sd-login: add new call sd_seat_can_multi_session() | Lennart Poettering | |
2011-07-25 | sysctl: apply network specific sysctls to each network card as they appear | Lennart Poettering | |
2011-07-25 | systemctl: hook up new install logic | Lennart Poettering | |
This adds a number of new options to systemctl, for presets, reenabling, masking/unmask, and runtime operations. | |||
2011-07-23 | manager: add log control via RT signals | Lennart Poettering | |
2011-07-23 | util: user parse_uid() wherever applicable | Lennart Poettering | |
2011-07-22 | sd-login: beef up login api, to add monitoring and enumerating | Lennart Poettering | |
2011-07-22 | update TODO | Lennart Poettering | |