Age | Commit message (Expand) | Author |
2012-05-04 | units: use OOMScoreAdjust= in the unit files to set OOM score adjust | Lennart Poettering |
2012-05-04 | readhead: temporarily lower the kernel's read_ahead_kb setting while collecting | Lennart Poettering |
2012-05-03 | cgroup: fix alloca() misuse in cg_shorten_controllers() | Lennart Poettering |
2012-05-03 | dbus: handle invalid enum values better | Lennart Poettering |
2012-05-03 | dbus: include unit name in JobNew/JobRemoved signals | Lennart Poettering |
2012-05-03 | service: explicitly remove control/ subcgroup after each control command | Lennart Poettering |
2012-05-03 | systemctl: allow 'systemctl reboot -ff' to succeed even without D-Bus | Lennart Poettering |
2012-05-03 | systemctl: print a nice error message if an unprivileged user calls systemctl... | Lennart Poettering |
2012-05-03 | systemctl: get rid of arg_immediate and fold it into arg_force | Lennart Poettering |
2012-05-03 | rc-local-generator: hook halt-local in based on generator too | Lennart Poettering |
2012-05-03 | hwclock: add taint flag for non-local hwclock | Lennart Poettering |
2012-05-03 | vconsole: fix some error messages | Lennart Poettering |
2012-05-03 | service: default to Type=dbus if BusName= is specified | Lennart Poettering |
2012-05-03 | service: warn if a dbus name is specified but the service type is not dbus | Lennart Poettering |
2012-05-03 | vconsole: fix error messages | Lennart Poettering |
2012-04-30 | unit: add new dependency type RequiresMountsFor= | Lennart Poettering |
2012-04-29 | udev: use container_of() macro | Lucas De Marchi |
2012-04-29 | util: introduce container_of() macro | Lucas De Marchi |
2012-04-26 | libudev: prefix log macros with 'udev_' | Kay Sievers |
2012-04-26 | udev: use only oom_score_adj interface | Kay Sievers |
2012-04-25 | core: add NOP jobs, job type collapsing | Michal Schmidt |
2012-04-25 | timedated: introduce systemd-timedated-ntp.target which is controlled by time... | Lennart Poettering |
2012-04-25 | nspawn: add --read-only switch | Lennart Poettering |
2012-04-25 | nspawn: bind mount /etc/resolv.conf from the host by default | Lennart Poettering |
2012-04-24 | shutdown: don't complain if we cannot lock memory, to make container shutdown... | Lennart Poettering |
2012-04-24 | remount: consolidate remount-api-vfs and remount-rootfs into one | Lennart Poettering |
2012-04-24 | service: introduce Type=idle and use it for gettys | Lennart Poettering |
2012-04-24 | manager: drop MountAuto= and SwapAuto= options | Lennart Poettering |
2012-04-24 | readahead: rather than checking for virtualization in the C code, use Conditi... | Lennart Poettering |
2012-04-23 | transaction: cancel jobs non-recursively on isolate | Michal Schmidt |
2012-04-24 | job: serialize jobs properly | Michal Schmidt |
2012-04-24 | transaction: abort does not need to use recursive deletion | Michal Schmidt |
2012-04-24 | transaction: fix detection of cycles involving installed jobs | Michal Schmidt |
2012-04-24 | transaction: improve readability | Michal Schmidt |
2012-04-22 | shutdown: don't try to shut down DM devices in a container | Lennart Poettering |
2012-04-22 | hostname: if there's already a hostname set when PID 1 is invoked, don't comp... | Lennart Poettering |
2012-04-22 | job: the status messages are proper sentences, hence end them with a full stop | Lennart Poettering |
2012-04-22 | mount: don't fail if fstab doesn't exist | Lennart Poettering |
2012-04-22 | transaction: downgrade warnings about masked units | Lennart Poettering |
2012-04-22 | transaction: add missing emacs and license headers | Lennart Poettering |
2012-04-22 | machine-id: fix spelling | Lennart Poettering |
2012-04-22 | util: unify getenv() logic for other PID | Lennart Poettering |
2012-04-22 | nspawn: add --uuid= switch to allow setting the machine id for the container | Lennart Poettering |
2012-04-22 | nspawn: add -b switch to automatically look for an init binary | Lennart Poettering |
2012-04-22 | default to v102 everywhere, instead of vt100, to synchronize with agetty | Lennart Poettering |
2012-04-22 | login: assing /dev/console logins to seat0 | Lennart Poettering |
2012-04-22 | container: spawn a getty instead of a sulogin in a container | Lennart Poettering |
2012-04-22 | loginctl: avoid segfault for kill-session and kill-user commands | Lennart Poettering |
2012-04-22 | util: fix tty_is_vc_resolve() in a container where /sys/class/tty/console/act... | Lennart Poettering |
2012-04-22 | log: include syslog identifier in default log properties, to avoid comm trunc... | Lennart Poettering |