summaryrefslogtreecommitdiff
path: root/src/core/main.c
AgeCommit message (Expand)Author
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
2012-07-18unit: don't serialize job state, only unit state across switch-rootLennart Poettering
2012-07-17switch-root: don't wait for processesLennart Poettering
2012-07-17systemd: add --version optionZbigniew Jędrzejewski-Szmek
2012-07-13main: only reopen /dev/console if we switch-root to a custom initHarald Hoyer
2012-07-13core: go on a killing spree when transitioning from initrd to main systemLennart Poettering
2012-07-10switch-root: reopen /dev/console before we switch rootLennart Poettering
2012-07-02core: mention if we are run from an initial RAM diskLennart Poettering
2012-06-28main: print detected virtualiaztion at bootLennart Poettering
2012-06-26core: make systemd.confirm_spawn=1 actually workLennart Poettering
2012-06-22core: remove sysv_console optionLennart Poettering
2012-06-22cryptsetup: allow configuration of LUKS disks via the kernel cmdlineLennart Poettering
2012-06-22man: document all kernel command line options we understandLennart Poettering
2012-05-31main: allow setting of timer slack for PID 1Lennart Poettering
2012-05-29capabilities: when dropping capabilities system-wide also drop them from user...Lennart Poettering
2012-05-24main: add configuration option to alter capability bounding set for PID 1Lennart Poettering
2012-05-22main: only fall back to /bin/sh in case /sbin/init does not existKay Sievers
2012-05-22main: properly queue default.target after switched rootLennart Poettering
2012-05-21main: allow system wide limits for servicesFrederic Crozat
2012-05-21main: rename a few fix to follow general naming styleLennart Poettering
2012-05-21switch-root: move switch_root() call into its own .c fileLennart Poettering
2012-05-21main: do_switch_root() do not recursively remove across device boundariesHarald Hoyer
2012-05-21core/main.c: handle the initrd timestamp differently, if in the initrdHarald Hoyer
2012-05-21core/main.c: do_switch_root(): do not remove the old root if not in initrdHarald Hoyer
2012-05-21core/main.c: add "--switchedroot" parameterHarald Hoyer