summaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* main: disarm watchdog when preparing for reexecutionLennart Poettering2012-04-111-0/+5
* main: unset some bash specific environment variables that might get leaked to usLennart Poettering2012-04-111-0/+6
* main: drop container/initrd env vars from inherited setLennart Poettering2012-04-111-2/+3
* main: add URL to cgroups check messageLennart Poettering2012-04-111-3/+6
* systemd: add hardware watchdog supportLennart Poettering2012-04-051-7/+45
* main: added support for loading IMA custom policiesRoberto Sassu2012-03-221-1/+5
* systemd: Add systemd.setenv for /proc/cmdline parsing.William Douglas2012-02-081-0/+20
* main: use a shorter default $PATH if /usr is mergedLennart Poettering2012-02-071-0/+4
* manager: tell correctly if the manager is bootingMichal Schmidt2012-02-021-1/+4
* exec: include path name of binary we are about to execute when renaming forke...Lennart Poettering2012-02-011-2/+2
* main: don't force text mode in console_setup()Michal Schmidt2012-01-291-2/+6
* unit: remove union UnitMichal Schmidt2012-01-161-8/+8
* core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering2012-01-121-3/+3
* main: fix spellingLennart Poettering2012-01-071-8/+8
* journal: introduce log target 'journal' for executed processesLennart Poettering2012-01-061-3/+3
* util: move virtualization detection into its own files, and extend return codesLennart Poettering2011-09-231-0/+1
* fsck: show progress while fscking at bootLennart Poettering2011-09-011-1/+2
* service: change default stdout/stderr to syslogLennart Poettering2011-08-301-1/+1
* cgroup: optionally mount a specific cgroup controllers together, and add cpu+...Lennart Poettering2011-08-231-2/+143
* main: fix reexecLennart Poettering2011-08-011-1/+1
* load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering2011-08-011-29/+23
* main: show load profiling in test mode, tooLennart Poettering2011-07-311-4/+5
* selinux: use setcon() instead of reexec to apply selinux policyLennart Poettering2011-07-281-16/+30
* main: redirection to telinit is unnecessary if sysv compat is disabledLennart Poettering2011-07-281-0/+2
* main: profile unit file loadingLennart Poettering2011-07-281-0/+8
* selinux: log how much time it takes to load the SELinux policy and databaseLennart Poettering2011-07-251-0/+6
* fix hwclock_apply_localtime_delta() to properly handle negative TZ offsetKay Sievers2011-07-211-4/+4
* clarify separate-/usr messageKay Sievers2011-07-111-1/+1
* manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering2011-07-061-0/+3
* log: log to syslog unless connected to a tty in user modeLennart Poettering2011-07-011-1/+1
* util: try harder to rename the processLennart Poettering2011-06-301-0/+2
* timedated: sync clock down to RTC where necessaryLennart Poettering2011-06-211-2/+5
* main: Fix a typo emergency shall->emergency shellMichal Vyskocil2011-06-201-1/+1
* rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)Kay Sievers2011-05-241-0/+7
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-181-1/+1
* status: show status messages unconditionally if plymouth is aroundLennart Poettering2011-03-301-6/+1
* taint: add missing cgroups taint flagLennart Poettering2011-03-301-4/+21
* conf-parser: fix remaining parser functions according to new prototypeLennart Poettering2011-03-281-0/+5
* use /run instead of /dev/.runKay Sievers2011-03-281-17/+17
* def: centralize definition of default timeout in one placeLennart Poettering2011-03-171-0/+1
* main: revert recognition of "b" argumentJan Engelhardt2011-03-161-1/+0
* main: interpret all argv[] arguments unconditionally when run in a containerLennart Poettering2011-03-161-24/+22
* main: parse the whole arv[] as kernel command lineLennart Poettering2011-03-161-1/+1
* main: log to the console in a containerLennart Poettering2011-03-141-1/+1
* main: don't parse /proc/cmdline in containersLennart Poettering2011-03-141-7/+35
* units: move the last flag files to /dev/.runLennart Poettering2011-03-111-1/+1
* main: properly handle -b boot optionLennart Poettering2011-03-111-6/+18
* main: refuse system to be started in a chrootLennart Poettering2011-03-091-1/+8
* main: don't check if /usr really is a mount point, since it is fine if it is ...Lennart Poettering2011-03-091-15/+3