summaryrefslogtreecommitdiffstats
path: root/src/shared/resolve-util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-22basic/log: add concept of "synthethic errnos"Zbigniew Jędrzejewski-Szmek3-66/+51
2018-11-22vconsole: Don't skip udev call for dummy deviceTim Ruffing1-1/+1
2018-11-22basic/user-util: properly protect use of gshadowYann E. MORIN1-0/+2
2018-11-21Revert 5fdf2d51c244288ac41443d1bd81365fab7b7b81Zbigniew Jędrzejewski-Szmek2-92/+1
2018-11-21logind: stop managing VT switches if no sessions are registered on that VTFranck Bui1-1/+24
2018-11-21terminal-util: introduce vt_release() helperFranck Bui3-2/+19
2018-11-21logind: become the controlling terminal process before restoring VTFranck Bui1-15/+43
2018-11-21terminal-util: introduce vt_restore() helperFranck Bui3-12/+39
2018-11-21logind: make session_restore_vt() staticFranck Bui2-2/+2
2018-11-21generators: drop umask callsZbigniew Jędrzejewski-Szmek11-22/+0
2018-11-21core: Detect initial timer state from serialized dataMichal Koutný1-9/+10
2018-11-21test: add tests for util_resolve_subsys_kernel()Yu Watanabe1-0/+30
2018-11-21libudev: make util_resolve_subsys_kernel() return negative errnoYu Watanabe4-34/+31
2018-11-21udev/scsi_id: fix buffer lengthYu Watanabe1-6/+6
2018-11-21test: add tests for util_replace_whitespace()Yu Watanabe1-1/+48
2018-11-21libudev-util: make util_replace_whitespace() not count leading white spacesYu Watanabe1-20/+17
2018-11-21udevd: define main through macroZbigniew Jędrzejewski-Szmek1-37/+22
2018-11-21udevadm: define main through macroZbigniew Jędrzejewski-Szmek1-10/+7
2018-11-21Call mac_selinux_close() from main func macros, convert user-sessions and tes...Zbigniew Jędrzejewski-Szmek3-24/+26
2018-11-21systemctl: define main through macro and call ask_password_agent_close() from...Zbigniew Jędrzejewski-Szmek2-8/+8
2018-11-21libudev-util: make util_replace_*() return size_tYu Watanabe2-6/+5
2018-11-21libudev-util: add assertionsYu Watanabe1-0/+8
2018-11-20core: run env generators with non-zero umaskLennart Poettering1-1/+5
2018-11-20tests: skip test_exec_ambientcapabilities on Travis CI under ASanEvgeny Vereshchagin4-0/+16
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-20main: don't freeze PID 1 in containers, exit with non-zero insteadLennart Poettering1-4/+11
2018-11-20main: use EXIT_EXCEPTION instead of EXIT_FAILURE at two more exceptional placesLennart Poettering1-2/+2
2018-11-20nspawn: use EXIT_EXCEPTION where appropriateLennart Poettering1-2/+3
2018-11-20exit-status: introduce EXIT_EXCEPTION mapping to 255Lennart Poettering2-3/+9
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