summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* veritysetup: use static destructors and define main through macroYu Watanabe2018-11-231-58/+33
* tests: add a fuzzer for catalog_import_fileEvgeny Vereshchagin2018-11-222-0/+31
* udev-rules: update log messagesYu Watanabe2018-11-231-63/+63
* meson: also add option for debugging siphashYu Watanabe2018-11-231-4/+4
* meson: add option for debugging udevYu Watanabe2018-11-231-2/+2
* udev-rules: trivial coding style cleanupsYu Watanabe2018-11-231-49/+48
* udev: rename udev_rules_unref() to udev_rules_free()Yu Watanabe2018-11-235-10/+10
* Merge pull request #10871 from keszybz/more-cleanup-2Yu Watanabe2018-11-22136-2419/+2008
|\
| * basic/log: add note about operator precendenceZbigniew Jędrzejewski-Szmek2018-11-221-0/+1
| * Also drop a few more unnecessary uses of synthethic errnoZbigniew Jędrzejewski-Szmek2018-11-223-7/+5
| * coccinelle: also mark previous synthetic errnos as suchZbigniew Jędrzejewski-Szmek2018-11-227-21/+40
| * coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-22128-2325/+1911
| * basic/log: add concept of "synthethic errnos"Zbigniew Jędrzejewski-Szmek2018-11-223-66/+51
* | sysctl: when debug logging about sysctl changes, truncate trailing newlineLennart Poettering2018-11-221-1/+1
|/
* vconsole: Don't skip udev call for dummy deviceTim Ruffing2018-11-221-1/+1
* basic/user-util: properly protect use of gshadowYann E. MORIN2018-11-221-0/+2
* Merge pull request #9961 from fbuihuu/logind-fix-vt-reinit-raceLennart Poettering2018-11-215-26/+121
|\
| * logind: stop managing VT switches if no sessions are registered on that VTFranck Bui2018-11-211-1/+24
| * terminal-util: introduce vt_release() helperFranck Bui2018-11-213-2/+19
| * logind: become the controlling terminal process before restoring VTFranck Bui2018-11-211-15/+43
| * terminal-util: introduce vt_restore() helperFranck Bui2018-11-213-12/+39
| * logind: make session_restore_vt() staticFranck Bui2018-11-212-2/+2
* | Revert 5fdf2d51c244288ac41443d1bd81365fab7b7b81Zbigniew Jędrzejewski-Szmek2018-11-212-92/+1
|/
* generators: drop umask callsZbigniew Jędrzejewski-Szmek2018-11-2111-22/+0
* core: Detect initial timer state from serialized dataMichal Koutný2018-11-211-9/+10
* Merge pull request #10866 from yuwata/libudev-util-cleanupsLennart Poettering2018-11-216-67/+145
|\
| * test: add tests for util_resolve_subsys_kernel()Yu Watanabe2018-11-211-0/+30
| * libudev: make util_resolve_subsys_kernel() return negative errnoYu Watanabe2018-11-214-34/+31
| * udev/scsi_id: fix buffer lengthYu Watanabe2018-11-211-6/+6
| * test: add tests for util_replace_whitespace()Yu Watanabe2018-11-211-1/+48
| * libudev-util: make util_replace_whitespace() not count leading white spacesYu Watanabe2018-11-211-20/+17
| * libudev-util: make util_replace_*() return size_tYu Watanabe2018-11-212-6/+5
| * libudev-util: add assertionsYu Watanabe2018-11-211-0/+8
* | Merge pull request #10860 from keszybz/more-cleanup-2Lennart Poettering2018-11-2177-897/+824
|\ \ | |/ |/|
| * udevd: define main through macroZbigniew Jędrzejewski-Szmek2018-11-211-37/+22
| * udevadm: define main through macroZbigniew Jędrzejewski-Szmek2018-11-211-10/+7
| * Call mac_selinux_close() from main func macros, convert user-sessions and tes...Zbigniew Jędrzejewski-Szmek2018-11-213-24/+26
| * systemctl: define main through macro and call ask_password_agent_close() from...Zbigniew Jędrzejewski-Szmek2018-11-212-8/+8
| * portablectl: make "arg_host" constYu Watanabe2018-11-201-1/+1
| * 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