summaryrefslogtreecommitdiff
path: root/src/core/main.c
Commit message (Expand)AuthorAge
...
* core: only set the kernel's timezone when the RTC runs in local timeKay Sievers2014-07-27
* test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek2014-07-20
* systemd: use pager for --test and --helpZbigniew Jędrzejewski-Szmek2014-07-20
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-16
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-15
* firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering2014-07-07
* firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering2014-07-07
* main: explain our /etc empty check a bit in a commentLennart Poettering2014-07-07
* main: change check whether /etc is unpopulated to look for /etc/machine-idLennart Poettering2014-07-04
* main: uid_to_name() might fail due to OOM, protect against thatLennart Poettering2014-06-27
* core: use correct format string for UIDsMichał Bartoszkiewicz2014-06-26
* core: clean-up signal reset logic when reexecLennart Poettering2014-06-20
* main: don't show help text anymore when we detect an unknown kernel cmdline v...Lennart Poettering2014-06-19
* main: honour rd.systemd.unit= only in the initrd, not the hostLennart Poettering2014-06-19
* core: populate unit file set with preset data if we boot with empty /etcLennart Poettering2014-06-17
* machine-id-setup: allow passing NULL as function argument, for simplicityLennart Poettering2014-06-17
* kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a co...Lennart Poettering2014-06-17
* log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cm...Lennart Poettering2014-06-17
* Reset signal-mask on re-exec to init=..Ruediger Oertel2014-06-16
* core: don't complain at early boot if /etc/mtab is not the right symlinkLennart Poettering2014-06-13
* os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering2014-06-13
* virt: rework container detection logicLennart Poettering2014-05-28
* shared: rename hwclock.[ch] to clock-util.[ch]Kay Sievers2014-05-24
* cgroups: simplify CPUQuota= logicLennart Poettering2014-05-22
* core: require cgroups filesystem to be availableKay Sievers2014-05-05
* core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering2014-04-25
* reduce the amount of messages logged to /dev/kmsg when "debug" is specifiedKay Sievers2014-04-06
* core: add a setting to globally control the default for timer unit accuracyLennart Poettering2014-03-24
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* machine-id: add --root option to operate on an alternate fs treeGreg KH2014-03-14
* fix off by one error in array index assertionDave Reisner2014-03-08
* gpt-auto-generator: automatically find the root disk of the systemLennart Poettering2014-03-07
* util: move more intellegince into parse_proc_cmdline()Lennart Poettering2014-03-06
* missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering2014-03-05
* core: move ShowStatus type into the coreLennart Poettering2014-03-03
* execute: no need to include seccomp.h from execute.hLennart Poettering2014-03-03
* core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering2014-02-24
* smack: set loaded_policy in smack_setup()Łukasz Stelmach2014-02-24
* hostnamectl: should the sanitized arch, not the native uname() oneLennart Poettering2014-02-21
* main: make gcc shut upLennart Poettering2014-02-17
* core: fixate show_status earlier, so that we actually print the welcome messageLennart Poettering2014-02-17
* main: don't set no_new_privs when using SystemCallArchitectures= system-wideLennart Poettering2014-02-17
* Pass log config from systemd to systemd-shutdownZbigniew Jędrzejewski-Szmek2014-02-17
* Some modernizationsZbigniew Jędrzejewski-Szmek2014-02-17
* Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek2014-02-17
* seccomp: fix build again if libseccomp is missingLennart Poettering2014-02-13
* core: add a system-wide SystemCallArchitectures= settingLennart Poettering2014-02-13
* manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek2014-01-27
* Improve messages about user mode a bitZbigniew Jędrzejewski-Szmek2014-01-08
* Remove unused variablesZbigniew Jędrzejewski-Szmek2014-01-05