summaryrefslogtreecommitdiffstats
path: root/.github (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-18terminal-util: introduce openpt_allocate()Franck Bui5-45/+55
2019-06-18nspawn: allocate the pty used for /dev/console within the containerFranck Bui2-91/+106
2019-06-18nspawn: use correct error variable when logging errors returned by send_one_fd()Franck Bui1-1/+1
2019-06-18namespace-util: make use of TAKE_FD()Franck Bui1-7/+5
2019-06-18fs-util: no need for fchmod_and_chown() to access /proc/self/fd directlyFranck Bui1-8/+5
2019-06-18docs: CGROUP_DELEGATION: fix a typo in "that"Jan Pokorný1-1/+1
2019-06-17travis: turn on all default UBSan checks except for pointer-overflow, object-...Evgeny Vereshchagin1-5/+4
2019-06-17core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAXLennart Poettering1-3/+3
2019-06-17udev: introduce NAMING_STABLE_VIRTUAL_MACS (retroactively)Zbigniew Jędrzejewski-Szmek7-8/+29
2019-06-17libsystemd-network: rename net_get_name() to net_get_name_persistent()Zbigniew Jędrzejewski-Szmek3-6/+6
2019-06-17man: clean up naming scheme description a bitZbigniew Jędrzejewski-Szmek2-29/+30
2019-06-17sleep: properly pass verb to sleep scriptLennart Poettering1-1/+5
2019-06-17fuzzit: sort UBSan checks alphabeticallyEvgeny Vereshchagin1-1/+1
2019-06-17meson: fix error messageYu Watanabe1-1/+1
2019-06-15travis: turn on nonnull-attribute on FuzzitEvgeny Vereshchagin3-2/+3
2019-06-15resolved: make no changes to OpenSSL BUF_MEM structIwan Timmer2-9/+14
2019-06-15Revert "resolved: Fix incorrect use of OpenSSL BUF_MEM"Iwan Timmer1-4/+1
2019-06-15network: read link specific sysctl valueYu Watanabe8-29/+27
2019-06-15travis: add more ASan optionsEvgeny Vereshchagin1-1/+3
2019-06-15travis: clean up bash variables a bitEvgeny Vereshchagin1-6/+8
2019-06-15travis: use UBSan checks from OSS-FuzzEvgeny Vereshchagin1-2/+9
2019-06-15travis: turn on UBSan on FuzzitEvgeny Vereshchagin1-1/+1
2019-06-14travis: add 5 more fuzz targetsEvgeny Vereshchagin1-2/+10
2019-06-14travis: always run the "Build & test" stage firstEvgeny Vereshchagin1-0/+3
2019-06-14travis: skip the Fuzzit-Sanity stage when it's run by cronEvgeny Vereshchagin1-0/+3
2019-06-14travis: run Coverity after Fuzzit-FuzzingEvgeny Vereshchagin1-3/+3
2019-06-14Continuous Fuzzing Integration with FuzzitJeka Pats4-2/+86
2019-06-14NEWS: add more hint about MACAddressPolicy= changeYu Watanabe1-0/+12
2019-06-14test-network: drop redundant operstate checkingYu Watanabe1-9/+0
2019-06-14test-network: replace check_link_exists() with wait_online()Yu Watanabe2-42/+28
2019-06-14test-network: explicitly set sleep timeYu Watanabe1-3/+2
2019-06-14test-network: suppress error message in cleanup processYu Watanabe1-3/+3
2019-06-13test-network: add test for ConfigureWithoutCarrier=Yu Watanabe2-2/+10
2019-06-13network: skip to check dynamic addresses when ConfigureWithoutCarrier=yesYu Watanabe1-14/+17
2019-06-13Document that gpt-auto-generator supports decrypting rootfsArian van Putten1-0/+6
2019-06-13networkctl: fix use of uninitialized valueYu Watanabe1-1/+1
2019-06-12journal: also disable memory tricks when hashing under msanZbigniew Jędrzejewski-Szmek1-3/+3
2019-06-12test-bus-marshall: add a hopefully helpful commentZbigniew Jędrzejewski-Szmek1-0/+1
2019-06-12zsh: add completion for systemctl preset-allZbigniew Jędrzejewski-Szmek1-0/+1
2019-06-12system-update-generator: do not emit bogus warning if no /system-update symlinkZbigniew Jędrzejewski-Szmek1-1/+2
2019-06-12libudev: hide definition of struct udev_deviceYu Watanabe3-32/+41
2019-06-12libudev: rescan devices when filter is updatedYu Watanabe1-9/+73
2019-06-12libudev: re-implement libudev-list with LIST and hashmapYu Watanabe1-193/+105
2019-06-12libudev: hide definition of struct udev_list from other libudev componentsYu Watanabe7-70/+116
2019-06-12service: Fix typo in warning messagePhilip Withnall1-1/+1
2019-06-12pam_systemd: Fix some option names in error messagesPhilip Withnall1-2/+2
2019-06-12man: Add missing <literal> tags in various man pagesPhilip Withnall9-23/+23
2019-06-12man: Fix typo in sd_notify man pagePhilip Withnall1-1/+1
2019-06-12libudev: drop unused variableYu Watanabe1-1/+0
2019-06-12resolved: Fix incorrect use of OpenSSL BUF_MEMTomas Mraz1-1/+4