summaryrefslogtreecommitdiff
path: root/src/core/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-09Reload manager defaults at daemon-reloadThomas Blume1-14/+28
2015-07-06fileio: consolidate write_string_file*()Daniel Mack1-1/+1
2015-06-30core: handle --log-target=null when calling systemd-shutdownIago López Galeiras1-0/+4
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-5/+4
2015-06-05core: Remove "old kernel" warning if PR_SET_CHILD_SUBREAPER failsCristian Rodríguez1-6/+2
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering1-3/+4
2015-05-27fix extraneous space in equality checkJonathan Boulle1-1/+1
2015-05-15core: Execute first boot presets in an enable-only preset-mode.Dimitri John Ledkov1-1/+1
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering1-20/+20
2015-05-11core,network: major per-object logging reworkLennart Poettering1-1/+1
2015-05-11treewide: Correct typos and spell plural of bus consistentTorstein Husebø1-1/+1
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-03-16core: Remove explicit Plymouth integrationJasper St. Pierre1-1/+1
2015-03-15Add (void) where we don't care about return valueZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-14core: do not use quotes around virt and archZbigniew Jędrzejewski-Szmek1-2/+2
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-5/+0
2015-02-18everywhere: remove configurability of sysv runlevel to target mappingLennart Poettering1-4/+4
2015-02-12core: disarm shutdown watchdog if we fail to set timeoutLennart Poettering1-2/+2
2015-02-04core: don't reset log level to NOTICE if we get quiet on the kernel cmdlineLennart Poettering1-2/+0
2015-02-03core: use some nice macros where appropriateLennart Poettering1-6/+6
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek1-4/+3
2015-01-30core: make setting the shutdown watchdog configuration via dbus workMaxim Mikityanskiy1-0/+2
2015-01-30Revert "core: make setting the shutdown watchdog configuration via dbus work"Kay Sievers1-1/+0
2015-01-29core: make setting the shutdown watchdog configuration via dbus workMaxim Mikityanskiy1-0/+1
2015-01-27core: explain why failing to set up the crash handler is not a real problemLennart Poettering1-3/+8
2015-01-05core: fix typo in log messageMichael Biebl1-1/+1
2014-12-30tree-wide: spelling fixesVeres Lajos1-1/+1
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering1-3/+4
2014-12-18core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek1-10/+15
2014-12-11core: correct spacing near eol in code commentsTorstein Husebø1-1/+1
2014-11-29core: Support system.conf.d and user.conf.d directories in the usual search p...Josh Triplett1-5/+4
2014-11-28treewide: another round of simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-13/+13
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-16/+8
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-2/+2
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt1-1/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-26/+26
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-26/+26
2014-11-27log: rearrange log function namingLennart Poettering1-1/+1
2014-11-26manager: print fatal errors on the console tooZbigniew Jędrzejewski-Szmek1-12/+49
2014-11-26manager: log some fatal errors at emergency levelZbigniew Jędrzejewski-Szmek1-19/+19
2014-11-23manager: let manager_free() handle NULLsZbigniew Jędrzejewski-Szmek1-4/+1
2014-11-14kmod: move #ifdef checks for kmod-setup out of main.c into kmod-setup.cLennart Poettering1-4/+2
2014-11-14mount-setup: remove mount_setup_late()Daniel Mack1-4/+5
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack1-0/+1
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering1-3/+5
2014-10-28mac: add mac_ prefix to distinguish origin security apisWaLyong Cho1-2/+2
2014-10-28core: remove system start timeout logic againLennart Poettering1-12/+0