summaryrefslogtreecommitdiff
path: root/src/core/main.c
AgeCommit message (Expand)Author
2014-06-27main: uid_to_name() might fail due to OOM, protect against thatLennart Poettering
2014-06-26core: use correct format string for UIDsMichał Bartoszkiewicz
2014-06-20core: clean-up signal reset logic when reexecLennart Poettering
2014-06-19main: don't show help text anymore when we detect an unknown kernel cmdline v...Lennart Poettering
2014-06-19main: honour rd.systemd.unit= only in the initrd, not the hostLennart Poettering
2014-06-17core: populate unit file set with preset data if we boot with empty /etcLennart Poettering
2014-06-17machine-id-setup: allow passing NULL as function argument, for simplicityLennart Poettering
2014-06-17kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a co...Lennart Poettering
2014-06-17log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cm...Lennart Poettering
2014-06-16Reset signal-mask on re-exec to init=..Ruediger Oertel
2014-06-13core: don't complain at early boot if /etc/mtab is not the right symlinkLennart Poettering
2014-06-13os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering
2014-05-28virt: rework container detection logicLennart Poettering
2014-05-24shared: rename hwclock.[ch] to clock-util.[ch]Kay Sievers
2014-05-22cgroups: simplify CPUQuota= logicLennart Poettering
2014-05-05core: require cgroups filesystem to be availableKay Sievers
2014-04-25core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering
2014-04-06reduce the amount of messages logged to /dev/kmsg when "debug" is specifiedKay Sievers
2014-03-24core: add a setting to globally control the default for timer unit accuracyLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-14machine-id: add --root option to operate on an alternate fs treeGreg KH
2014-03-08fix off by one error in array index assertionDave Reisner
2014-03-07gpt-auto-generator: automatically find the root disk of the systemLennart Poettering
2014-03-06util: move more intellegince into parse_proc_cmdline()Lennart Poettering
2014-03-05missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering
2014-03-03core: move ShowStatus type into the coreLennart Poettering
2014-03-03execute: no need to include seccomp.h from execute.hLennart Poettering
2014-02-24core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering
2014-02-24smack: set loaded_policy in smack_setup()Łukasz Stelmach
2014-02-21hostnamectl: should the sanitized arch, not the native uname() oneLennart Poettering
2014-02-17main: make gcc shut upLennart Poettering
2014-02-17core: fixate show_status earlier, so that we actually print the welcome messageLennart Poettering
2014-02-17main: don't set no_new_privs when using SystemCallArchitectures= system-wideLennart Poettering
2014-02-17Pass log config from systemd to systemd-shutdownZbigniew Jędrzejewski-Szmek
2014-02-17Some modernizationsZbigniew Jędrzejewski-Szmek
2014-02-17Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek
2014-02-13seccomp: fix build again if libseccomp is missingLennart Poettering
2014-02-13core: add a system-wide SystemCallArchitectures= settingLennart Poettering
2014-01-27manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek
2014-01-08Improve messages about user mode a bitZbigniew Jędrzejewski-Szmek
2014-01-05Remove unused variablesZbigniew Jędrzejewski-Szmek
2014-01-05strv: multiple cleanupsSimon Peeters
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek
2013-12-23log: als turn on debug logging in non-PID1 if /proc/cmdline contains "debug"Lennart Poettering
2013-12-19do not run kmod-setup in a containerKay Sievers
2013-12-18core: in a container log to /dev/console if "debug" is specifiedLennart Poettering
2013-12-18log: don't reopen /dev/console each time we call log_open()Lennart Poettering
2013-12-17_noreturn_ --> noreturn for C11 compatShawn Landden
2013-11-30core: allocate a kdbus bus for each systemd instance, if we canLennart Poettering
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch