summaryrefslogtreecommitdiffstats
path: root/man/systemd-fstab-generator.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-20veritysetup-generator: treat '-' and '_' as equivalentZbigniew Jędrzejewski-Szmek2-10/+10
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering44-126/+54
2018-11-20generators: introduce a common implementation for the log setup boilerplateLennart Poettering13-44/+26
2018-11-20journal: fix sort order of header includesZbigniew Jędrzejewski-Szmek2-3/+4
2018-11-20CODING_STYLE: fix rules for STRLEN and recommend strjoina more stronglyZbigniew Jędrzejewski-Szmek1-6/+10
2018-11-20CODING_STYLE: clarify the rules for the src/basic & src/shared splitZbigniew Jędrzejewski-Szmek1-7/+10
2018-11-20meson: drop libblkid from libbasicZbigniew Jędrzejewski-Szmek1-1/+0
2018-11-20Move various files that don't need to be in basic/ to shared/Zbigniew Jędrzejewski-Szmek49-47/+47
2018-11-20libudev: coding style fixesYu Watanabe5-17/+17
2018-11-20libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe25-142/+114
2018-11-20libudev: drop prototypes for nonexistent functionsYu Watanabe1-2/+0
2018-11-20libudev-monitor: drop unused private functionsYu Watanabe2-63/+25
2018-11-20libudev-device: drop unused private functionsYu Watanabe3-410/+0
2018-11-20udev: move definition of READ_END and WRITE_END from libudev-private.h to udev.hYu Watanabe2-4/+4
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