Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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/security | Lennart Poettering | |
Since securityfs cannot be build as module there's little value in having an on-demand autofs mount point for it. | |||
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-20 | units: Add support for automounting configfs, ala debugfs, etc. | Bill Nottingham | |
2011-09-01 | build-sys: bump releasesystemd/v35 | Lennart Poettering | |
2011-08-31 | man: document /etc/timezone | Lennart Poettering | |
2011-08-30 | stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive | Lennart Poettering | |
2011-08-25 | build-sys: bump versionsystemd/v34 | Lennart Poettering | |
2011-08-25 | build-sys: Add --disable-localed configure switch | Miklos Vajna | |
2011-08-24 | tmpfiles: Move /tmp and /var/tmp to a separate tmpfiles.d file to ease ↵ | Josh Triplett | |
overrides via /etc Many people prefer to avoid clearing /tmp and /var/tmp, and distributions often have explicit settings for how often to clear them if at all. Overriding those with systemd currently requires overriding all of /usr/lib/tmpfiles.d/systemd.conf via /etc/tmpfiles.d/systemd.conf, copying across all the other entries, and updating that override when systemd.conf changes. Move the /tmp and /var/tmp entries from systemd.conf to a separate tmp.conf, making them easier to override without affecting the rest of systemd.conf. | |||
2011-08-24 | build-sys: Add --disable-timedated configure switch | Miklos Vajna | |
2011-08-20 | exec: optionally apply cgroup attributes to the cgroups we create | Lennart Poettering | |
2011-08-03 | bump releasesystemd/v33 | Lennart Poettering | |
2011-08-02 | nspawn: add new --no-net switch to turn off networking in the container | Lennart Poettering | |
2011-08-02 | build-sys: Add --disable-hostnamed configure switch | Miklos Vajna | |
2011-08-01 | build-sys: make distcheck work | Lennart Poettering | |
2011-08-01 | load-fragment: speed up parsing by using a perfect hash table with ↵ | Lennart Poettering | |
configuration settings built by gperf | |||
2011-07-29 | build-sys: prepare new release | Lennart Poettering | |
2011-07-28 | Link against -lcap only where required | Michael Biebl | |
Don't put -lcap into LIBS as otherwise everything will be linked against it, like libsystemd-daemon, where this is not desired. | |||
2011-07-27 | build-sys: move libsystemd-login to /lib, toosystemd/v31 | Lennart Poettering | |
2011-07-27 | build-sys: fix make distcheck | Lennart Poettering | |
2011-07-26 | pkgconfig: move library .pc files to libdir | 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 | bus: expose installer functions | Lennart Poettering | |
2011-07-22 | install: add new installer implementation | Lennart Poettering | |
This new installer will replace the current code of "systemctl enable" but also be available via D-Bus. It adds a couple of new features: - Mask/Unmask calls - Reenable call - Preset call - Support for enabling units temporarily (i.e. in /run/systemd instead of /etc/systemd) - Enumeration of installed units - Support for out-of-search-path units systemctl and D-Bus are not hooked up with this yet | |||
2011-07-15 | distribute: src/libsystemd-*.sym | Kay Sievers | |
2011-07-15 | libsystemd-daemon: support installation in --with-rootlibdir | Kay Sievers | |
2011-07-14 | libs: add symbol versioning for the benefit of RPM | Lennart Poettering | |
2011-07-14 | sd-daemon: turn sd-daemon.c into a shared library | Lennart Poettering | |
2011-07-14 | logind: introduce libsystemd-login.so as fast path to access logind data | Lennart Poettering | |
2011-07-13 | man: add man page for systemd-loginctl | Lennart Poettering | |
2011-07-12 | build-sys: fix copynpaste mistake | Lennart Poettering | |
2011-07-12 | build-sys: fix make distcheck | Lennart Poettering | |
2011-07-12 | build-sys: add a number of missing header files to EXTRA_DIST | Lennart Poettering | |
2011-07-12 | units: add units for boot.local/halt.local on SUSE distributions. | Frederic Crozat | |
2011-07-11 | logind: Fix compilation without ACL | Zbigniew Jędrzejewski-Szmek | |
Compilation fails if sys/acl.h is not available. The configure script already tests for sys/acl.h presence, but the result was so far unused. To compile without acl, stub implementations of the acl functions are used. | |||
2011-07-11 | build-sys: Add i18n support through intltool | Bastien Nocera | |
And put the PolicyKit policy files up for translation. | |||
2011-07-08 | loginctl: add various introspection functions | Lennart Poettering | |
2011-07-07 | loginctl: add basic implementation of loginctl for introspecting controlling ↵ | Lennart Poettering | |
sessions/users/seats | |||
2011-07-07 | cgls: add pager support to systemd-cgls | Lennart Poettering | |
2011-06-30 | logind: add service for per-user shared systemd daemon | Lennart Poettering | |
2011-06-30 | manager: use sd_notify() to notify parent systemd that we have finished startup | Lennart Poettering | |
2011-06-29 | logind: hook uaccess into udev by default | Lennart Poettering | |
2011-06-29 | logind: add man page for configuration file | Lennart Poettering | |
2011-06-29 | logind: parse configuration file | Lennart Poettering | |
2011-06-28 | logind: implement basic version of AttachDevice() D-Bus call | Lennart Poettering | |