summaryrefslogtreecommitdiff
path: root/src/core/main.c
Commit message (Expand)AuthorAge
* core: limit timestamp to sane precisionZbigniew Jędrzejewski-Szmek2014-10-01
* use the switch_root function in shutdownHarald Hoyer2014-08-28
* util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering2014-08-26
* core: introduce "poweroff" as new failure action typesLennart Poettering2014-08-22
* core: add support for a configurable system-wide start-up timeoutLennart Poettering2014-08-22
* main,log: parse the log related kernel command line parameters at one place o...Lennart Poettering2014-08-15
* main: minor code modernization for initializing the consoleLennart Poettering2014-08-15
* log: never ever log to syslog from PID 1, log to the journal againLennart Poettering2014-08-11
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-03
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-29
* 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