summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-30login: Use the GOTO properly in udev ruleTero Roponen
In udev rules the labels must be assigned to GOTO keys with '='.
2012-05-30journald: ignore messages read from /proc/kmsg that we generated via /dev/kmsgLennart Poettering
Avoid a busy loop.
2012-05-30logind: add missing filesLennart Poettering
2012-05-30sleep: print nice messages right before and right after system hibernate/sleepLennart Poettering
2012-05-30logind: optionally handle power, sleep and lid switch eventsLennart 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-29capabilities: 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-29update TODOKay Sievers
2012-05-29plymouth: use systemd-udev-settle.serviceKay Sievers
2012-05-29cgtop: work even if not all cgroups are availableShawn Landden
cgtop quits on startup if all the cgroup mounts it expects are not available. Just continue without nonexistant ones.
2012-05-29bash: Reflect new name of loginctl in bash-completion scriptGert Michael Kulyk
https://bugs.freedesktop.org/show_bug.cgi?id=50402
2012-05-29TODOLennart Poettering
2012-05-29update TODOKay Sievers
2012-05-29man/systemctl.xml: Add missing space for »stopcommand«Paul Menzel
2012-05-29test/README.testsuite: add documentation for the testsuiteHarald Hoyer
2012-05-29test/TEST-01-BASIC: add /var on cryptoluks and wait for the journalHarald Hoyer
2012-05-29test/test-functions: add check_qemu() and check_nspawn() functionsHarald Hoyer
2012-05-29test/TEST-01-BASIC: fail test, if qemu failedHarald Hoyer
2012-05-29test/TEST-01-BASIC: make DEBUGTOOLS an environment variableHarald Hoyer
2012-05-29test/test-functions: be more verbose about skipping testsHarald Hoyer
2012-05-29update TODOKay Sievers
2012-05-29udev: man - mention systemd-udevd(8)Kay Sievers
2012-05-27udev.pc: install udev files to /lib/udev rather than /lib/systemdTom Gundersen
2012-05-27journald: refer to the correct man pageMatthias Clasen
Fix the reference to the journald.conf man page in the config file of the same name.
2012-05-27rules: Limit USB autosuspend on USB HID devicesMatthew 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-27scsi_id: fix truncated model in by-id device linksJean 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-25udev: silent gcc warningsKay Sievers
2012-05-24NEWS: add contributors listLennart Poettering
2012-05-24swap: avoid bad memory accesssystemd/v183Lennart Poettering
2012-05-24NEWS: fix even more typosLennart Poettering
2012-05-24update TODOLennart Poettering
2012-05-24NEWS: fix more typosLennart Poettering
2012-05-24NEWS: fix more typosLennart Poettering
2012-05-24NEWS: fixoLennart Poettering
2012-05-24NEWS: explain the version jumpLennart Poettering
2012-05-24update TODOLennart Poettering
2012-05-24test/TEST-01-BASIC: add missing "; then"Harald Hoyer
2012-05-24test/TEST-01-BASIC: only test systemd-nspawn, if the test system uses systemdHarald Hoyer
2012-05-24test/TEST-01-BASIC: add systemd-nspawn run with the root imageHarald Hoyer
2012-05-24build-sys: prepare release 183Lennart Poettering
2012-05-24test/TEST-01-BASIC: untabifiedHarald Hoyer
2012-05-24test/TEST-01-BASIC: add a defined rc.localHarald Hoyer
2012-05-24test/TEST-01-BASIC: add /etc/localtime to test imageHarald Hoyer
2012-05-24test: add touch to test machineLennart Poettering
2012-05-24test: check systemctl --failed in test VMLennart Poettering
2012-05-24main: add configuration option to alter capability bounding set for PID 1Lennart 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-24service: for Type=idle units consider START_PRE, START, START_POST all as ACTIVELennart 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.
2012-05-23update TODOLennart Poettering
2012-05-23units: fix file syntaxLennart Poettering
2012-05-23journal: don't complain if SELinux userspace is available but the kernel ↵Lennart Poettering
lacks it
2012-05-23man: properly document FsckPassNo= for mount unitsLennart Poettering