summaryrefslogtreecommitdiff
path: root/src/core/main.c
Commit message (Expand)AuthorAge
* Add (void) where we don't care about return valueZbigniew Jędrzejewski-Szmek2015-03-15
* core: do not use quotes around virt and archZbigniew Jędrzejewski-Szmek2015-03-14
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* everywhere: remove configurability of sysv runlevel to target mappingLennart Poettering2015-02-18
* core: disarm shutdown watchdog if we fail to set timeoutLennart Poettering2015-02-12
* core: don't reset log level to NOTICE if we get quiet on the kernel cmdlineLennart Poettering2015-02-04
* core: use some nice macros where appropriateLennart Poettering2015-02-03
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-01
* core: make setting the shutdown watchdog configuration via dbus workMaxim Mikityanskiy2015-01-30
* Revert "core: make setting the shutdown watchdog configuration via dbus work"Kay Sievers2015-01-30
* core: make setting the shutdown watchdog configuration via dbus workMaxim Mikityanskiy2015-01-29
* core: explain why failing to set up the crash handler is not a real problemLennart Poettering2015-01-27
* core: fix typo in log messageMichael Biebl2015-01-05
* tree-wide: spelling fixesVeres Lajos2014-12-30
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-28
* core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek2014-12-18
* core: correct spacing near eol in code commentsTorstein Husebø2014-12-11
* core: Support system.conf.d and user.conf.d directories in the usual search p...Josh Triplett2014-11-29
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversionsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: rearrange log function namingLennart Poettering2014-11-27
* manager: print fatal errors on the console tooZbigniew Jędrzejewski-Szmek2014-11-26
* manager: log some fatal errors at emergency levelZbigniew Jędrzejewski-Szmek2014-11-26
* manager: let manager_free() handle NULLsZbigniew Jędrzejewski-Szmek2014-11-23
* kmod: move #ifdef checks for kmod-setup out of main.c into kmod-setup.cLennart Poettering2014-11-14
* mount-setup: remove mount_setup_late()Daniel Mack2014-11-14
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-13
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-07
* mac: add mac_ prefix to distinguish origin security apisWaLyong Cho2014-10-28
* core: remove system start timeout logic againLennart Poettering2014-10-28
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-23
* systemd: continue switch-root even if umount failsZbigniew Jędrzejewski-Szmek2014-10-17
* core: map the 'rescue' argument to rescue.targetMantas Mikulėnas2014-10-08
* core: limit timestamp to sane precisionZbigniew Jędrzejewski-Szmek2014-10-01
* use the switch_root function in shutdownHarald Hoyer2014-08-28
* util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering2014-08-26
* core: introduce "poweroff" as new failure action typesLennart Poettering2014-08-22
* core: add support for a configurable system-wide start-up timeoutLennart Poettering2014-08-22
* main,log: parse the log related kernel command line parameters at one place o...Lennart Poettering2014-08-15
* main: minor code modernization for initializing the consoleLennart Poettering2014-08-15
* log: never ever log to syslog from PID 1, log to the journal againLennart Poettering2014-08-11
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-03
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-29