Age | Commit message (Expand) | Author |
2014-08-15 | main,log: parse the log related kernel command line parameters at one place o... | Lennart Poettering |
2014-08-15 | main: minor code modernization for initializing the console | Lennart Poettering |
2014-08-11 | log: never ever log to syslog from PID 1, log to the journal again | Lennart Poettering |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-29 | time-util: add and use USEC/NSEC_INFINIY | Kay Sievers |
2014-07-27 | core: only set the kernel's timezone when the RTC runs in local time | Kay Sievers |
2014-07-20 | test-engine: fix access to unit load path | Zbigniew Jędrzejewski-Szmek |
2014-07-20 | systemd: use pager for --test and --help | Zbigniew Jędrzejewski-Szmek |
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-07 | firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot... | Lennart Poettering |
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-06-27 | main: uid_to_name() might fail due to OOM, protect against that | Lennart Poettering |
2014-06-26 | core: use correct format string for UIDs | Michał Bartoszkiewicz |
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-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-16 | Reset signal-mask on re-exec to init=.. | Ruediger Oertel |
2014-06-13 | core: don't complain at early boot if /etc/mtab is not the right symlink | Lennart Poettering |
2014-06-13 | os-release: define /usr/lib/os-release as fallback for /etc/os-release | Lennart Poettering |
2014-05-28 | virt: rework container detection logic | Lennart Poettering |
2014-05-24 | shared: rename hwclock.[ch] to clock-util.[ch] | Kay Sievers |
2014-05-22 | cgroups: simplify CPUQuota= logic | Lennart Poettering |
2014-05-05 | core: require cgroups filesystem to be available | Kay Sievers |
2014-04-25 | core: expose CFS CPU time quota as high-level unit properties | Lennart Poettering |
2014-04-06 | reduce the amount of messages logged to /dev/kmsg when "debug" is specified | Kay Sievers |
2014-03-24 | core: add a setting to globally control the default for timer unit accuracy | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-14 | machine-id: add --root option to operate on an alternate fs tree | Greg KH |
2014-03-08 | fix off by one error in array index assertion | Dave Reisner |
2014-03-07 | gpt-auto-generator: automatically find the root disk of the system | Lennart Poettering |
2014-03-06 | util: move more intellegince into parse_proc_cmdline() | Lennart Poettering |
2014-03-05 | missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi... | Lennart Poettering |
2014-03-03 | core: move ShowStatus type into the core | Lennart Poettering |
2014-03-03 | execute: no need to include seccomp.h from execute.h | Lennart Poettering |
2014-02-24 | core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo... | Lennart Poettering |
2014-02-24 | smack: set loaded_policy in smack_setup() | Łukasz Stelmach |
2014-02-21 | hostnamectl: should the sanitized arch, not the native uname() one | Lennart Poettering |
2014-02-17 | main: make gcc shut up | Lennart Poettering |
2014-02-17 | core: fixate show_status earlier, so that we actually print the welcome message | Lennart Poettering |
2014-02-17 | main: don't set no_new_privs when using SystemCallArchitectures= system-wide | Lennart Poettering |
2014-02-17 | Pass log config from systemd to systemd-shutdown | Zbigniew Jędrzejewski-Szmek |