summaryrefslogtreecommitdiffstats
path: root/src/shared/reboot-util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-21systemctl: define main through macro and call ask_password_agent_close() from...Zbigniew Jędrzejewski-Szmek2-8/+8
2018-11-20portablectl: make "arg_host" constYu Watanabe1-1/+1
2018-11-20mount-tool: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-41/+27
2018-11-20modules-load: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-10/+11
2018-11-20machinectl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-21/+13
2018-11-20shared/main-func: also close the polkit agent automaticallyZbigniew Jędrzejewski-Szmek1-0/+2
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek67-286/+353
2018-11-20machine-id: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-11/+12
2018-11-20loginctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-20/+12
2018-11-20locale: make "arg_host" constYu Watanabe1-1/+1
2018-11-20hostnamed: use DEFINE_MAIN_FUNCTION() macroYu Watanabe1-30/+19
2018-11-20hibernate-resume-generator: use static destructor and DEFINE_MAIN_FUNCTION() ...Yu Watanabe1-11/+10
2018-11-20fstab-generator: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-13/+16
2018-11-20firstboot: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-28/+25
2018-11-20dissect: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-27/+20
2018-11-20bless-boot: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-12/+9
2018-11-20cryptsetup: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-43/+31
2018-11-20cgls: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-23/+17
2018-11-20cgls: add constYu Watanabe1-1/+1
2018-11-20busctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-12/+8
2018-11-20bootctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-9/+8
2018-11-20backlight: use DEFINE_MAIN_FUNCTION() macroYu Watanabe1-57/+37
2018-11-20ask-password: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-10/+10
2018-11-20analyze: use static destructorsYu Watanabe1-11/+9
2018-11-20binfmt: define main through macroZbigniew Jędrzejewski-Szmek1-12/+8
2018-11-20delta: define main through macroZbigniew Jędrzejewski-Szmek1-7/+6
2018-11-20networkctl: define main through macroZbigniew Jędrzejewski-Szmek1-8/+6
2018-11-20portablectl: define main through macroZbigniew Jędrzejewski-Szmek1-9/+6
2018-11-20localectl: define main through macroZbigniew Jędrzejewski-Szmek1-16/+9
2018-11-20coredumpctl: fix "leak" of bus connectionZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20coredumpctl: define main through macroZbigniew Jędrzejewski-Szmek1-6/+6
2018-11-20coredumpctl: open output file only before writingZbigniew Jędrzejewski-Szmek1-9/+11
2018-11-20basic/main-func: propagate all positive return valuesZbigniew Jędrzejewski-Szmek2-5/+5
2018-11-20timedatectl: define main through macroZbigniew Jędrzejewski-Szmek1-17/+9
2018-11-20basic/main-func: also close the pager automaticallyZbigniew Jędrzejewski-Szmek3-20/+12
2018-11-20basic/main-func: unify the two macrosZbigniew Jędrzejewski-Szmek1-10/+8
2018-11-20sysctl: use STATIC_DESTRUCTOR_REGISTER() to free arg_prefixesLennart Poettering1-2/+2
2018-11-20sysctl: use _cleanup_ in one more occasionLennart Poettering1-2/+1
2018-11-20sysctl: port to use DEFINE_MAIN_FUNCTION()Lennart Poettering1-2/+5
2018-11-20inhibit: fix return value in error pathZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20veritysetup-generator: treat '-' and '_' as equivalentZbigniew Jędrzejewski-Szmek2-10/+10
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering44-126/+54
2018-11-20generators: introduce a common implementation for the log setup boilerplateLennart Poettering13-44/+26
2018-11-20journal: fix sort order of header includesZbigniew Jędrzejewski-Szmek2-3/+4
2018-11-20CODING_STYLE: fix rules for STRLEN and recommend strjoina more stronglyZbigniew Jędrzejewski-Szmek1-6/+10
2018-11-20CODING_STYLE: clarify the rules for the src/basic & src/shared splitZbigniew Jędrzejewski-Szmek1-7/+10
2018-11-20meson: drop libblkid from libbasicZbigniew Jędrzejewski-Szmek1-1/+0
2018-11-20Move various files that don't need to be in basic/ to shared/Zbigniew Jędrzejewski-Szmek49-47/+47
2018-11-20libudev: coding style fixesYu Watanabe5-17/+17
2018-11-20libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe25-142/+114