Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-16 | logind: remove redundant entries from logind's default controller lists too | Lennart Poettering | |
2012-04-16 | manager: remove unavailable/redundant entries from default controllers list | Lennart Poettering | |
2012-04-16 | cgroup: if a controller is not available don't try to create cgroups in its ↵ | Lennart Poettering | |
hierarchy | |||
2012-04-13 | service: place control command in subcgroup control/ | Lennart Poettering | |
Previously, we were brutally and onconditionally killing all processes in a service's cgroup before starting the service anew, in order to ensure that StartPre lines cannot be misused to spawn long-running processes. On logind-less systems this has the effect that restarting sshd necessarily calls all active ssh sessions, which is usually not desirable. With this patch control processes for a service are placed in a sub-cgroup called "control/". When starting a service anew we simply kill this cgroup, but not the main cgroup, in order to avoid killing any long-running non-control processes from previous runs. https://bugzilla.redhat.com/show_bug.cgi?id=805942 | |||
2012-04-13 | update .gitignore | Kay Sievers | |
2012-04-13 | watchdog: make watchdog dbus properties writable | Lennart Poettering | |
2012-04-13 | dbus: expose whether we have a hardware watchdog on the bus | Lennart Poettering | |
2012-04-13 | unit: signal explicitly if a condition failed in unit_start() | Lennart Poettering | |
We shouldn't print a status message on the console if we skipped a unit due to a condition. Hence make unit_start() return -ENOEXEC in such a case which is mapped to JOB_SKIPPED which results in no console message. | |||
2012-04-13 | main: unset some more env vars | Lennart Poettering | |
2012-04-13 | audit: ignore if we get EPERM | Lennart Poettering | |
if auditing access is not available, then don't complain about it, in order to play nice with systems lacking CAP_SYS_AUDIT | |||
2012-04-13 | loopback: handle EPERM more gracefully | Lennart Poettering | |
2012-04-13 | manager: support systems lacking /dev/tty0 | Lennart Poettering | |
2012-04-13 | fix a couple of things found with the llvm static analyzer | Lennart Poettering | |
2012-04-12 | build-sys: move *-setup out of shared to avoid selinux being pulled in | Lennart Poettering | |
2012-04-12 | main: we want all setup functions to be in files called xxx-setup.[ch] | Lennart Poettering | |
2012-04-12 | move more main systemd parts to core/ | Kay Sievers | |
2012-04-12 | hostname-setup: move to core/ | Lennart Poettering | |
2012-04-12 | shutdown: move shutdown to core since it replaces PID 1 | Lennart Poettering | |
2012-04-12 | build-sys: dbus-loop.h is not used by the core | Lennart Poettering | |
2012-04-12 | build-sys: move a few things into more appropriate places | Lennart Poettering | |
2012-04-12 | build-sys: add stub makefiles to make emacs easier to use | Lennart Poettering | |
2012-04-12 | rename machine-id-main.c tomacht the binary and move main.c to core/ | Kay Sievers | |
2012-04-12 | execute: when we can't get the requested rlimit, get the next closest | Lennart Poettering | |
2012-04-12 | unit: introduce ConditionPathIsReadWrite | Lennart Poettering | |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-04-11 | polkit: temporarily spawn of a polkit agent in terminals for possibly ↵ | Lennart Poettering | |
authenticated operations | |||
2012-04-11 | move libsystemd_core.la sources into core/ | Kay Sievers | |