Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-17 | journal: add native protocol to journald, and client side API to send ↵ | Lennart Poettering | |
journal messages | |||
2011-11-08 | Merge branch 'master' into journal | Lennart Poettering | |
2011-11-02 | Merge remote-tracking branch 'zbigniew/systemadm_changes' | Lennart Poettering | |
2011-11-02 | bash-completion: rename file since it is no longer for systemctl only | Ran Benita | |
2011-11-02 | Add Mageia support | Dexter Morgan | |
This patch adds support for the Mageia Linux distribution: http://www.mageia.org/ Mageia is a fork of Mandriva although some divergence has already occured and thus inclusion of these changes upstream allow us to (hopefully) migrate more rapidly to the new standard approaches systemd offers. Indeed, we already use the preferred mechanism of OS identification via the /etc/os-release file rather than a distro specific variation. This patch mostly mirrors the patch added previously for Mandriva support. In addition to those original authors, this patch was mostly written by Dexter Morgan with help from Colin Guthrie and Eugeni Dodonov. | |||
2011-10-12 | journal: add cgroup path to entries | Lennart Poettering | |
2011-10-12 | Merge branch 'master' into journal | Lennart Poettering | |
2011-10-11 | build-sys: bump release for v37systemd/v37 | Lennart Poettering | |
2011-10-11 | units: introduce local-fs-pre.target and remote-fs-pre.target | Lennart Poettering | |
This hook target enables services to order themselves between network.target and remote mounts, which is needed for GFS2 and similar systems. | |||
2011-10-08 | journal: implement parallel traversal in client | Lennart Poettering | |
2011-10-07 | journal: split user logs into their own journal files | Lennart Poettering | |
2011-10-07 | journal: add preliminary incomplete implementation | Lennart Poettering | |
2011-09-29 | build-sys: fix build | Lennart Poettering | |
2011-09-28 | localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus calls | Lennart Poettering | |
2011-09-23 | build-sys: bump releasesystemd/v36 | Lennart Poettering | |
2011-09-23 | util: move virtualization detection into its own files, and extend return codes | Lennart Poettering | |
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-20 | systemadm: add libgee as dependency and use it for a unit map | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: add a wrappable label and use it for status lines | Zbigniew Jędrzejewski-Szmek | |
The new WrapLabel is there to work around a deficiency in GTK, namely the fact that it is hard to make labels which are both resizable and wrappable. The code is a port from libview. | |||
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 | |