Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-30 | build-sys: fix built with --disable-logind | Lennart Poettering | |
2012-05-30 | dbus: better don't expose options we better shouldn't exposed | Lennart Poettering | |
NotifySocket= is hardly useful, people should use $NOTIFY_SOCKET if anything. RunningAs= suggests people had a choice of running user mode as PID 1 or vice versa, so remove this too. | |||
2012-05-30 | service: mark compat options as such | Lennart Poettering | |
This moves FsckPassNo= and SysVStartPriority= into its own "Compatibility Options" section in the man page to clarify that these options are not useful for anything but establishing a limited amount of compatibility. Also stop exposing these options on the bus. | |||
2012-05-30 | logind: rework button setting semantics | Lennart Poettering | |
If a graphical session without full DE that handles power/suspend events is used this can now be controlled by logind instead, optionally. | |||
2012-05-30 | login: Use the GOTO properly in udev rule | Tero Roponen | |
In udev rules the labels must be assigned to GOTO keys with '='. | |||
2012-05-30 | journald: ignore messages read from /proc/kmsg that we generated via /dev/kmsg | Lennart Poettering | |
Avoid a busy loop. | |||
2012-05-30 | logind: add missing files | Lennart Poettering | |
2012-05-30 | sleep: print nice messages right before and right after system hibernate/sleep | Lennart Poettering | |
2012-05-30 | logind: optionally handle power, sleep and lid switch events | Lennart Poettering | |
This takes handling of chassis power and sleep keys as well as the lid switch over from acpid. This logic is enabled by default for power and sleep keys, but not for the lid switch. If a graphical session is in the foreground no action is taken under the assumption that the graphical session does this. | |||
2012-05-29 | capabilities: when dropping capabilities system-wide also drop them from ↵ | Lennart Poettering | |
usermode helpers This hooks things up with /proc/sys/kernel/usermodehelper/bset and /proc/sys/kernel/usermodehelper/inheritable. | |||
2012-05-29 | update TODO | Kay Sievers | |
2012-05-29 | plymouth: use systemd-udev-settle.service | Kay Sievers | |
2012-05-29 | cgtop: work even if not all cgroups are available | Shawn Landden | |
cgtop quits on startup if all the cgroup mounts it expects are not available. Just continue without nonexistant ones. | |||
2012-05-29 | bash: Reflect new name of loginctl in bash-completion script | Gert Michael Kulyk | |
https://bugs.freedesktop.org/show_bug.cgi?id=50402 | |||
2012-05-29 | TODO | Lennart Poettering | |
2012-05-29 | update TODO | Kay Sievers | |
2012-05-29 | man/systemctl.xml: Add missing space for »stopcommand« | Paul Menzel | |
2012-05-29 | test/README.testsuite: add documentation for the testsuite | Harald Hoyer | |
2012-05-29 | test/TEST-01-BASIC: add /var on cryptoluks and wait for the journal | Harald Hoyer | |
2012-05-29 | test/test-functions: add check_qemu() and check_nspawn() functions | Harald Hoyer | |
2012-05-29 | test/TEST-01-BASIC: fail test, if qemu failed | Harald Hoyer | |
2012-05-29 | test/TEST-01-BASIC: make DEBUGTOOLS an environment variable | Harald Hoyer | |
2012-05-29 | test/test-functions: be more verbose about skipping tests | Harald Hoyer | |
2012-05-29 | update TODO | Kay Sievers | |
2012-05-29 | udev: man - mention systemd-udevd(8) | Kay Sievers | |
2012-05-27 | udev.pc: install udev files to /lib/udev rather than /lib/systemd | Tom Gundersen | |
2012-05-27 | journald: refer to the correct man page | Matthias Clasen | |
Fix the reference to the journald.conf man page in the config file of the same name. | |||
2012-05-27 | rules: Limit USB autosuspend on USB HID devices | Matthew Garrett | |
Some USB ports on external hubs may be reported as "fixed". We only want to auto-enable this on ports that are internal to the machine, so check the parent state as well. | |||
2012-05-27 | scsi_id: fix truncated model in by-id device links | Jean Delvare | |
Do not forget the leading "S" when appending the serial number, otherwise we chop the last character of the model name. Addresses: https://bugzilla.novell.com/show_bug.cgi?id=763397 Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Petr Uzel <petr.uzel@suse.cz> | |||
2012-05-25 | udev: silent gcc warnings | Kay Sievers | |
2012-05-24 | NEWS: add contributors list | Lennart Poettering | |
2012-05-24 | swap: avoid bad memory accesssystemd/v183 | Lennart Poettering | |
2012-05-24 | NEWS: fix even more typos | Lennart Poettering | |
2012-05-24 | update TODO | Lennart Poettering | |
2012-05-24 | NEWS: fix more typos | Lennart Poettering | |
2012-05-24 | NEWS: fix more typos | Lennart Poettering | |
2012-05-24 | NEWS: fixo | Lennart Poettering | |
2012-05-24 | NEWS: explain the version jump | Lennart Poettering | |
2012-05-24 | update TODO | Lennart Poettering | |
2012-05-24 | test/TEST-01-BASIC: add missing "; then" | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: only test systemd-nspawn, if the test system uses systemd | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: add systemd-nspawn run with the root image | Harald Hoyer | |
2012-05-24 | build-sys: prepare release 183 | Lennart Poettering | |
2012-05-24 | test/TEST-01-BASIC: untabified | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: add a defined rc.local | Harald Hoyer | |
2012-05-24 | test/TEST-01-BASIC: add /etc/localtime to test image | Harald Hoyer | |
2012-05-24 | test: add touch to test machine | Lennart Poettering | |
2012-05-24 | test: check systemctl --failed in test VM | Lennart Poettering | |
2012-05-24 | main: add configuration option to alter capability bounding set for PID 1 | Lennart Poettering | |
This also ensures that caps dropped from the bounding set are also dropped from the inheritable set, to be extra-secure. Usually that should change very little though as the inheritable set is empty for all our uses anyway. | |||
2012-05-24 | service: for Type=idle units consider START_PRE, START, START_POST all as ACTIVE | Lennart Poettering | |
We want to avoid a deadlock when a service has ExecStartPre= programs that wait for the job queue to run empty because of Type=idle, but which themselves keep the queue non-empty because START_PRE was considered ACTIVATING and hence the job not complete. With this patch we alter the state translation table so that it is impossible ever to wait for Type=idle unit, hence removing the deadlock. |