summaryrefslogtreecommitdiffstats
path: root/shell-completion (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-20zsh-completion: Add support for set-property (#10322)Xuanwo1-1/+2
2018-11-20bootspec: introduce SYSTEMD_ESP_PATH for overriding where to look for the ESP...Lennart Poettering2-0/+19
2018-11-20process-util: check for correct kill return value (#10841)David Leeds1-2/+2
2018-11-20tree-wide: use __ prefixed gcc attributes (#10843)Lennart Poettering9-49/+51
2018-11-20tests: always use the right vtable wrapper callsLennart Poettering2-10/+10
2018-11-20tests: add a fuzzer for journald streamsEvgeny Vereshchagin6-5/+60
2018-11-19test-execute: fix killing of unit processesLennart Poettering1-1/+1
2018-11-19doc: document the boot menu entry identifier vocabularyLennart Poettering1-0/+38
2018-11-19meson: order source files alphabeticallyLennart Poettering1-2/+2
2018-11-19debug-generator: port over to using static destructorsLennart Poettering1-13/+7
2018-11-19debug-generator: port over to DEFINE_MAIN_FUNCTION()Lennart Poettering1-3/+5
2018-11-19main-func: automatically call static destructors from main-func.h macrosLennart Poettering1-0/+4
2018-11-19util: add set of macros for declaring _cleanup_-style destructors for static ...Lennart Poettering2-0/+52
2018-11-19util-lib: move main() definition macros to its own header fileLennart Poettering35-23/+60
2018-11-19pam_systemd: suppress LOG_DEBUG log messages if debugging is offLennart Poettering1-2/+4
2018-11-19main: when reloading PID 1 let's reset the default environmentLennart Poettering3-3/+6
2018-11-19manager: log on two OOM occasionsLennart Poettering1-2/+2
2018-11-19test: kill all processes launched by test-execute before exitingEvgeny Vereshchagin1-0/+3
2018-11-19catalog: update Polish translationPiotr Drąg1-20/+52
2018-11-19test: let the shell find "touch" instead of hard-coded "/bin/touch"Xi Ruoyao1-1/+1
2018-11-18basic/missing: drop _ETHTOOL_LINK_MODE_MAXZbigniew Jędrzejewski-Szmek2-8/+1
2018-11-18udev: use an "inline" array instead of allocating for advertise modeZbigniew Jędrzejewski-Szmek3-23/+12
2018-11-18basic/util: import memeqzero from casyncZbigniew Jędrzejewski-Szmek3-0/+41
2018-11-18cgroup v2: DefaultCPUAccounting=yes if CPU controller isn't requiredChris Down2-5/+14
2018-11-18cgtop: Still try to get CPU statistics if controller-freeChris Down1-1/+1
2018-11-18cgroup v2: Don't require CPU controller for CPU accounting in 4.15+Chris Down6-32/+105
2018-11-18test-util: modernizeZbigniew Jędrzejewski-Szmek1-2/+28
2018-11-18ethtool: drop NetDevAdvertiseYu Watanabe4-52/+81
2018-11-18missing: add ETHTOOL_LINK_MODE_* and struct ethtool_link_settingsYu Watanabe2-26/+159
2018-11-17test: also tests enumerating subsystemsYu Watanabe1-41/+57
2018-11-17udevd: replace udev_device in struct event by sd_deviceYu Watanabe1-66/+130
2018-11-17udevd: update several log messagesYu Watanabe1-50/+49
2018-11-17udevd: decrease indentationYu Watanabe1-10/+6
2018-11-17udevd: rename event sources in struct eventYu Watanabe1-6/+7
2018-11-17udevd: capitalize log messages in on_sigchld()Yu Watanabe1-9/+13
2018-11-17udevd: also use sd_device_monitor_start() in worker_main()Yu Watanabe1-67/+53
2018-11-17udevd: use sd_device_monitor_start() in manager_new()Yu Watanabe1-16/+9
2018-11-17udevd: replace udev_monitor by sd_device_monitorYu Watanabe1-51/+62
2018-11-17udevd: use safe_fork() to spawn worker processYu Watanabe1-27/+20
2018-11-17udevd: make worker_process_device() take sd_device instead of udev_deviceYu Watanabe1-8/+17
2018-11-17udevd: make worker_lock_block_device() take sd_device instead of udev_deviceYu Watanabe1-16/+38
2018-11-17udevd: split worker_spawn() and manager_free() in small piecesYu Watanabe1-171/+187
2018-11-17tests: introduce dummy_server_init and use it in all journald fuzzersEvgeny Vereshchagin5-40/+32
2018-11-17travis: make the ASan & UBsan job a little bit stricterEvgeny Vereshchagin2-1/+7
2018-11-17journald: check whether sscanf has changed the value corresponding to %nEvgeny Vereshchagin2-1/+3
2018-11-17volatile-root: define main through macroZbigniew Jędrzejewski-Szmek1-22/+12
2018-11-17tty-ask-password-agent: define main through macroZbigniew Jędrzejewski-Szmek1-21/+18
2018-11-17sysv-generator: configure logging before use and define main through macroZbigniew Jędrzejewski-Szmek1-21/+16
2018-11-17stdio-bridge: define main through macroZbigniew Jędrzejewski-Szmek1-94/+48
2018-11-17sleep: define main through macroZbigniew Jędrzejewski-Szmek1-9/+8