summaryrefslogtreecommitdiff
path: root/src/shared/main-func.h
Commit message (Expand)AuthorAgeFilesLines
* notify: Add EXIT_STATUS fieldDaan De Meyer2023-04-121-0/+1
* basic: move a bunch of cmdline-related funcs to new argv-util.c+hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* core: check argc/argv uncoditionallyFrantisek Sumsal2022-01-311-1/+1
* shared: be extra paranoid and check if argc > 0Frantisek Sumsal2022-01-301-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* main-func: send main exit code to parent via sd_notify() on exitLennart Poettering2019-12-041-0/+4
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* main-func: make sure we destruct memory and stuff lastLennart Poettering2019-03-211-2/+2
* main-func: implicitly save argc/argv in DEFINE_MAIN_FUNCTION() functionsLennart Poettering2019-03-211-0/+2
* generators: define custom main func definer and use it where applicableZbigniew Jędrzejewski-Szmek2018-12-121-4/+5
* Call mac_selinux_close() from main func macros, convert user-sessions and tes...Zbigniew Jędrzejewski-Szmek2018-11-211-0/+2
* systemctl: define main through macro and call ask_password_agent_close() from...Zbigniew Jędrzejewski-Szmek2018-11-211-0/+2
* 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-201-0/+27