Age | Commit message (Expand) | Author |
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 |
2014-02-17 | Some modernizations | Zbigniew Jędrzejewski-Szmek |
2014-02-17 | Extract looping over /proc/cmdline into a shared function | Zbigniew Jędrzejewski-Szmek |
2014-02-13 | seccomp: fix build again if libseccomp is missing | Lennart Poettering |
2014-02-13 | core: add a system-wide SystemCallArchitectures= setting | Lennart Poettering |
2014-01-27 | manager: add systemd.show_status=auto mode | Zbigniew Jędrzejewski-Szmek |
2014-01-08 | Improve messages about user mode a bit | Zbigniew Jędrzejewski-Szmek |
2014-01-05 | Remove unused variables | Zbigniew Jędrzejewski-Szmek |
2014-01-05 | strv: multiple cleanups | Simon Peeters |
2014-01-02 | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek |
2013-12-23 | log: als turn on debug logging in non-PID1 if /proc/cmdline contains "debug" | Lennart Poettering |
2013-12-19 | do not run kmod-setup in a container | Kay Sievers |
2013-12-18 | core: in a container log to /dev/console if "debug" is specified | Lennart Poettering |
2013-12-18 | log: don't reopen /dev/console each time we call log_open() | Lennart Poettering |
2013-12-17 | _noreturn_ --> noreturn for C11 compat | Shawn Landden |
2013-11-30 | core: allocate a kdbus bus for each systemd instance, if we can | Lennart Poettering |
2013-11-26 | tree-wide usage of %m specifier instead of strerror(errno) | Daniel Buch |
2013-11-25 | shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ... | Lennart Poettering |
2013-11-25 | conf-parser: distinguish between multiple sections with the same name | Tom Gundersen |
2013-11-20 | valgrind: make running PID 1 in valgrind useful | Lennart Poettering |