summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2012-04-12rename machine-id-main.c tomacht the binary and move main.c to core/Kay Sievers
2012-04-12main: pass original environment block to shutdown binary so that it can detec...Lennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11main: disarm watchdog when preparing for reexecutionLennart Poettering
2012-04-11main: unset some bash specific environment variables that might get leaked to usLennart Poettering
2012-04-11main: drop container/initrd env vars from inherited setLennart Poettering
2012-04-11main: add URL to cgroups check messageLennart Poettering
2012-04-05systemd: add hardware watchdog supportLennart Poettering
2012-03-22main: added support for loading IMA custom policiesRoberto Sassu
2012-02-08systemd: Add systemd.setenv for /proc/cmdline parsing.William Douglas
2012-02-07main: use a shorter default $PATH if /usr is mergedLennart Poettering
2012-02-02manager: tell correctly if the manager is bootingMichal Schmidt
2012-02-01exec: include path name of binary we are about to execute when renaming forke...Lennart Poettering
2012-01-29main: don't force text mode in console_setup()Michal Schmidt
2012-01-16unit: remove union UnitMichal Schmidt
2012-01-12core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering
2012-01-07main: fix spellingLennart Poettering
2012-01-06journal: introduce log target 'journal' for executed processesLennart Poettering
2011-09-23util: move virtualization detection into its own files, and extend return codesLennart Poettering
2011-09-01fsck: show progress while fscking at bootLennart Poettering
2011-08-30service: change default stdout/stderr to syslogLennart Poettering
2011-08-23cgroup: optionally mount a specific cgroup controllers together, and add cpu+...Lennart Poettering
2011-08-01main: fix reexecLennart Poettering
2011-08-01load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering
2011-07-31main: show load profiling in test mode, tooLennart Poettering
2011-07-28selinux: use setcon() instead of reexec to apply selinux policyLennart Poettering
2011-07-28main: redirection to telinit is unnecessary if sysv compat is disabledLennart Poettering
2011-07-28main: profile unit file loadingLennart Poettering
2011-07-25selinux: log how much time it takes to load the SELinux policy and databaseLennart Poettering
2011-07-21fix hwclock_apply_localtime_delta() to properly handle negative TZ offsetKay Sievers
2011-07-11clarify separate-/usr messageKay Sievers
2011-07-06manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering
2011-07-01log: log to syslog unless connected to a tty in user modeLennart Poettering
2011-06-30util: try harder to rename the processLennart Poettering
2011-06-21timedated: sync clock down to RTC where necessaryLennart Poettering
2011-06-20main: Fix a typo emergency shall->emergency shellMichal Vyskocil
2011-05-24rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)Kay Sievers
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering
2011-03-30status: show status messages unconditionally if plymouth is aroundLennart Poettering
2011-03-30taint: add missing cgroups taint flagLennart Poettering
2011-03-28conf-parser: fix remaining parser functions according to new prototypeLennart Poettering
2011-03-28use /run instead of /dev/.runKay Sievers
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering
2011-03-16main: revert recognition of "b" argumentJan Engelhardt
2011-03-16main: interpret all argv[] arguments unconditionally when run in a containerLennart Poettering
2011-03-16main: parse the whole arv[] as kernel command lineLennart Poettering
2011-03-14main: log to the console in a containerLennart Poettering
2011-03-14main: don't parse /proc/cmdline in containersLennart Poettering
2011-03-11units: move the last flag files to /dev/.runLennart Poettering
2011-03-11main: properly handle -b boot optionLennart Poettering