summaryrefslogtreecommitdiff
path: root/src/core/main.c
AgeCommit message (Expand)Author
2013-06-06manager: Do not handle SIGKILL since we can notChengwei Yang
2013-05-30core: read "debug" from kernel commandline and set log levelLukas Nykryn
2013-05-29systemd: record efi timestamps after /sys is mountedZachary Cook
2013-05-06systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek
2013-04-25systemd: record the timestamps as early as possibleHarald Hoyer
2013-04-25conf-parser: restrict .include usageLennart Poettering
2013-04-24Small cleanupZbigniew Jędrzejewski-Szmek
2013-04-22core: there's no point to complain so loudly about non-isolatable boot targetsLennart Poettering
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-18Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters
2013-04-17core/main: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek
2013-04-17core/main: generate 4 parsing functions from a macroZbigniew Jędrzejewski-Szmek
2013-04-08Do not serialize environment, when switching rootHarald Hoyer
2013-04-05Use _cleanup_ when reading config filesZbigniew Jędrzejewski-Szmek
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-04-04util: make time formatting a bit smarterLennart Poettering
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering
2013-03-31Partially revert e62d8c394474Zbigniew Jędrzejewski-Szmek
2013-03-31ModernizationZbigniew Jędrzejewski-Szmek
2013-03-22main: minor simplificationLennart Poettering
2013-03-22main: use strv_find() where we canLennart Poettering
2013-03-22main: don't mount cgroup controller unless PID == 1Lennart Poettering
2013-03-14main: don't mount /sys, /dev and friends when we run with PID != 1Lennart Poettering
2013-03-07core: if we cannot JOB_ISOLATE the default target JOB_REPLACE it insteadsystemd/v198Lennart Poettering
2013-03-07core: mount and initialize SmackNathaniel Chen
2013-03-07core: move mount_setup_early() to main.cNathaniel Chen
2013-03-07core: don't complain about systemd.journald.xxx kernel command line arguments...Lennart Poettering
2013-03-06main: ISOLATE rather than REPLACE default.targetTom Gundersen
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2013-02-11core: don't accept invalid environment assignments from the kernel cmdlineLennart Poettering
2013-01-04build-sys: drop all distribution specfic checksLennart Poettering
2012-12-22socket: support socket activation of containersLennart Poettering
2012-11-20build-sys: make loadable module support optionalTom Gundersen
2012-10-27hwclock: do not seal the kernel's time-warp call from inside the initrdKay Sievers
2012-10-16core: Refuse to run a user instance when the system hasn't been booted with s...Thomas Bächler
2012-09-24main: don't try to mout cpuset with cpu+cpuacct anymoreLennart Poettering
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
2012-09-17main: when transitioning from initrd to the main system log to kmsgLennart Poettering
2012-09-17hwclock: always set the kernel's timezoneKay Sievers
2012-09-17main: bump up RLIMIT_NOFILE for systemd itselfLennart Poettering
2012-09-10selinux: close stdin/stdout/stderr before loading selinux policyLennart Poettering
2012-09-07main: fix syntax of net_prio cgroup controllerLennart Poettering
2012-09-03main: jointly mount more controllersLennart Poettering
2012-08-23core: free word later in parse_proc_cmdlineLukas Nykryn
2012-08-21main: fix PR_SET_CHILD_SUBREAPER warning versionLennart Poettering
2012-08-21core: fix error checking for PR_SET_CHILD_SUBREAPERLennart Poettering
2012-08-06main: fix typoLennart Poettering
2012-08-06continue work with error messages, log_oom()Shawn Landden
2012-07-25main: set PR_SET_CHILD_REAPER for MANAGER_USERAuke Kok