Age | Commit message (Expand) | Author |
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | core: fix oneshot service resource control | Umut Tezduyar Lindskog |
2014-07-08 | load-fragment: ConditionFirstBoot wants a bool string, not a path | Michal Schmidt |
2014-07-07 | firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot... | Lennart Poettering |
2014-07-07 | service: flush status text and errno values each time a service is started | Lennart Poettering |
2014-07-07 | service: don't accept negative ERRNO= notification messages | Lennart Poettering |
2014-07-07 | service: minor modernization | Lennart Poettering |
2014-07-07 | core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status... | Miguel Angel Ajo |
2014-07-07 | firstboot: add new component to query basic system settings on first boot, or... | Lennart Poettering |
2014-07-07 | main: explain our /etc empty check a bit in a comment | Lennart Poettering |
2014-07-04 | main: change check whether /etc is unpopulated to look for /etc/machine-id | Lennart Poettering |
2014-07-03 | machinectl: show /etc/os-release information of container in status output | Lennart Poettering |
2014-07-03 | namespace: make sure /tmp, /var/tmp and /dev are writable in namespaces we se... | Lennart Poettering |
2014-07-03 | namespace: fix uninitialized memory access | Lennart Poettering |
2014-07-03 | core: introduce exit_status_set_is_empty() to make things a bit easier to read | Lennart Poettering |
2014-07-03 | exit-status: rename ExitStatusSet's "code" field to "status" | Lennart Poettering |
2014-07-03 | core: introduce new RestartForceExitStatus= service setting | Lennart Poettering |
2014-06-30 | cryptsetup: allow x-systemd.device-timeout | Zbigniew Jędrzejewski-Szmek |
2014-06-30 | Move x-systemd-device.timeout handling from core to fstab-generator | Zbigniew Jędrzejewski-Szmek |
2014-06-30 | pc: no longer expose exec_prefix in .pc file | Lennart Poettering |
2014-06-30 | pc: expose more drop-in dirs in the .pc file | Lennart Poettering |
2014-06-30 | pc: export $libdir in the .pc file | Lennart Poettering |
2014-06-28 | doc: grammatical corrections | Jan Engelhardt |
2014-06-27 | main: uid_to_name() might fail due to OOM, protect against that | Lennart Poettering |
2014-06-26 | timer: name the stamp file consistently | Michał Bartoszkiewicz |
2014-06-26 | core/transaction: fix cycle break attempts outside transaction | Uoti Urpala |
2014-06-26 | core: Don't require cgroups xattr support | Tom Hirst |
2014-06-26 | core: use correct format string for UIDs | Michał Bartoszkiewicz |
2014-06-26 | shutdown: rework messages during shutdown | Zbigniew Jędrzejewski-Szmek |
2014-06-24 | use more _cleanup_ macro | Ronny Chevalier |
2014-06-24 | switch-root: create essential base directories at system bootup | Kay Sievers |
2014-06-24 | nspawn: create essential base directories at system bootup | Kay Sievers |
2014-06-23 | core: You can not put the cached result of use_smack fct, as we are not sure ... | Ronan Le Martret |
2014-06-23 | core: make sure Environment fields passed in for transient units are properly... | Hristo Venev |
2014-06-22 | core/snapshot: log info when snapshots are created and removed | Zbigniew Jędrzejewski-Szmek |
2014-06-22 | core/transaction: avoid misleading error message when unit not found | Zbigniew Jędrzejewski-Szmek |
2014-06-22 | core/transaction: reindent and split very long lines | Zbigniew Jędrzejewski-Szmek |
2014-06-20 | core: clean-up signal reset logic when reexec | Lennart Poettering |
2014-06-19 | main: don't show help text anymore when we detect an unknown kernel cmdline v... | Lennart Poettering |
2014-06-19 | main: honour rd.systemd.unit= only in the initrd, not the host | Lennart Poettering |
2014-06-18 | socket: check return from exec_spawn | Thomas Hindoe Paaboel Andersen |
2014-06-18 | namespace: properly label device nodes we create | Lennart Poettering |
2014-06-17 | core: populate unit file set with preset data if we boot with empty /etc | Lennart Poettering |
2014-06-17 | machine-id-setup: allow passing NULL as function argument, for simplicity | Lennart Poettering |
2014-06-17 | kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a co... | Lennart Poettering |
2014-06-17 | log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cm... | Lennart Poettering |
2014-06-17 | install: introduce new DefaultInstance= field for [Install] sections | Lennart Poettering |
2014-06-17 | install: beef up preset logic to limit to only enable or only disable, and do... | Lennart Poettering |
2014-06-16 | Reset signal-mask on re-exec to init=.. | Ruediger Oertel |