summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * mount-tool: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-41/+27
| * modules-load: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-10/+11
| * machinectl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-21/+13
| * shared/main-func: also close the polkit agent automaticallyZbigniew Jędrzejewski-Szmek2018-11-201-0/+2
| * Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-2067-286/+353
| * machine-id: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-11/+12
| * loginctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-20/+12
| * locale: make "arg_host" constYu Watanabe2018-11-201-1/+1
| * hostnamed: use DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-30/+19
| * hibernate-resume-generator: use static destructor and DEFINE_MAIN_FUNCTION() ...Yu Watanabe2018-11-201-11/+10
| * fstab-generator: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-13/+16
| * firstboot: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-28/+25
| * dissect: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-27/+20
| * bless-boot: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-12/+9
| * cryptsetup: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-43/+31
| * cgls: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-23/+17
| * cgls: add constYu Watanabe2018-11-201-1/+1
| * busctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-12/+8
| * bootctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-9/+8
| * backlight: use DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-57/+37
| * ask-password: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-10/+10
| * analyze: use static destructorsYu Watanabe2018-11-201-11/+9
| * binfmt: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-12/+8
| * delta: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-7/+6
| * networkctl: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-8/+6
| * portablectl: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-9/+6
| * localectl: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-16/+9
| * coredumpctl: fix "leak" of bus connectionZbigniew Jędrzejewski-Szmek2018-11-201-1/+1
| * coredumpctl: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-6/+6
| * coredumpctl: open output file only before writingZbigniew Jędrzejewski-Szmek2018-11-201-9/+11
| * basic/main-func: propagate all positive return valuesZbigniew Jędrzejewski-Szmek2018-11-202-5/+5
| * timedatectl: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-17/+9
| * basic/main-func: also close the pager automaticallyZbigniew Jędrzejewski-Szmek2018-11-203-20/+12
| * basic/main-func: unify the two macrosZbigniew Jędrzejewski-Szmek2018-11-201-10/+8
| * sysctl: use STATIC_DESTRUCTOR_REGISTER() to free arg_prefixesLennart Poettering2018-11-201-2/+2
| * sysctl: use _cleanup_ in one more occasionLennart Poettering2018-11-201-2/+1
| * sysctl: port to use DEFINE_MAIN_FUNCTION()Lennart Poettering2018-11-201-2/+5
| * inhibit: fix return value in error pathZbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* | core: run env generators with non-zero umaskLennart Poettering2018-11-201-1/+5
* | tests: skip test_exec_ambientcapabilities on Travis CI under ASanEvgeny Vereshchagin2018-11-203-0/+15
* | Merge pull request #10853 from poettering/thaw-containersLennart Poettering2018-11-204-11/+25
|\ \
| * | main: don't freeze PID 1 in containers, exit with non-zero insteadLennart Poettering2018-11-201-4/+11
| * | main: use EXIT_EXCEPTION instead of EXIT_FAILURE at two more exceptional placesLennart Poettering2018-11-201-2/+2
| * | nspawn: use EXIT_EXCEPTION where appropriateLennart Poettering2018-11-201-2/+3
| * | exit-status: introduce EXIT_EXCEPTION mapping to 255Lennart Poettering2018-11-202-3/+9
| |/
* | tmpfiles: also order glob child/parent relationshipsLennart Poettering2018-11-201-0/+2
* | tmpfiles: fix typoLennart Poettering2018-11-201-1/+1
* | tmpfiles: label phases explicitlyLennart Poettering2018-11-201-4/+9
* | tmpfiles: behind → below in log msgsLennart Poettering2018-11-201-2/+2
|/
* Merge pull request #10850 from poettering/log-setupZbigniew Jędrzejewski-Szmek2018-11-2056-167/+77
|\