platform/upstream/systemd.git
2018-10-02 Zbigniew Jędrzejewsk... bus-message: drop asserts in functions which are wrappe...
2018-10-02 Zbigniew Jędrzejewsk... bus-message: fix calculation of offsets table for arrays
2018-10-02 Zbigniew Jędrzejewsk... bus-message: remove duplicate assignment
2018-10-02 Zbigniew Jędrzejewsk... bus-message: fix calculation of offsets table
2018-10-02 Zbigniew Jędrzejewsk... bus: do not print (null) if the message has unknown...
2018-10-02 Zbigniew Jędrzejewsk... bus-message: use define
2018-10-02 Zbigniew Jędrzejewsk... bus-message: rename function for clarity
2018-10-02 Zbigniew Jędrzejewsk... bus-message: do not crash on message with a string...
2018-10-02 Zbigniew Jędrzejewsk... bus-message: let's always use -EBADMSG when the message...
2018-10-02 Zbigniew Jędrzejewsk... bus-message: avoid an infinite loop on empty structures
2018-10-02 Zbigniew Jędrzejewsk... sd-bus: unify three code-paths which free struct bus_co...
2018-10-02 Zbigniew Jędrzejewsk... bus-message: use structured initialization to avoid...
2018-10-02 Zbigniew Jędrzejewsk... Introduce free_and_strndup and use it in bus-message.c
2018-10-02 Zbigniew Jędrzejewsk... fuzz-bus-message: add fuzzer for message parsing
2018-10-02 Zbigniew Jędrzejewsk... meson: treat all fuzz cases as unit tests
2018-10-02 Zbigniew Jędrzejewsk... meson: use .source_root() in more places
2018-10-02 Zbigniew Jędrzejewsk... meson: add -Dlog-trace to set LOG_TRACE
2018-10-02 Zbigniew Jędrzejewsk... meson: drop duplicated condition
2018-10-02 Zbigniew Jędrzejewsk... test-bus-marshal: use cescaping instead of hexmem
2018-10-02 Zbigniew Jędrzejewsk... fuzz: unify the "fuzz-regressions" directory with the...
2018-10-02 Zbigniew Jędrzejewsk... fuzz: rename "fuzz-corpus" directory to just "fuzz"
2018-10-01 Muhammet Karapo: update Turkish translation
2018-10-01 Yu WatanabeMerge pull request #10218 from keszybz/export-sd-device...
2018-10-01 Zbigniew Jędrzejewsk... test-sd-hwdb: skip tests if hwdb cannot be opened
2018-10-01 Zbigniew Jędrzejewsk... Add a simple code of conduct based on ruby community...
2018-10-01 Yu Watanabetest: try system bus if user bus cannot be opened
2018-10-01 Zbigniew Jędrzejewsk... Merge pull request #10138 from yuwata/test-check-container
2018-10-01 Zbigniew Jędrzejewsk... Merge pull request #10220 from floppym/efi-cc
2018-10-01 Yu Watanabeimport: sparse_write() returns negative errno
2018-09-30 Mike Gilbertmeson: avoid calling the shell to resolve efi_libdir
2018-09-30 Mike Gilbertmeson: use an array option for efi-cc
2018-09-30 Thomas Hallertrivial: fix spelling in code comments
2018-09-30 Zbigniew Jędrzejewsk... libsystemd: export all functions in sd-hwdb.h
2018-09-30 Zbigniew Jędrzejewsk... test-sd-hwdb: add a simple test for export sd-hwdb...
2018-09-30 Zbigniew Jędrzejewsk... libsystemd: export all functions in sd-device.h
2018-09-30 Yu Watanabedhcp6: fix memleak about sd_event
2018-09-29 Susant Sahanitest: Add tests for networkd (#10147)
2018-09-29 Yu WatanabeMerge pull request #10200 from evverx/fuzz-dhcp6-client
2018-09-29 Evgeny Vereshchagintests: add a reproducer for the heap-buffer-overflow...
2018-09-29 Evgeny Vereshchagintests: add a reproducer for the heap-buffer-overflow...
2018-09-29 Evgeny Vereshchagindhcp6: fix an off-by-one error in dhcp6_option_parse_do...
2018-09-29 Evgeny Vereshchagintests: make fuzz-dhcp6-client work in containers provid...
2018-09-29 Evgeny Vereshchaginfuzz: add a fuzzer for dhcp6_client
2018-09-28 Jonas DORELman: add systemctl suspend-then-hibernate (#10194)
2018-09-28 Zbigniew Jędrzejewsk... Merge pull request #10190 from evverx/fuzz-ndisc-rs
2018-09-28 Helmut Grohnemeson: use the host architecture compiler/linker for...
2018-09-28 Zbigniew Jędrzejewsk... Merge pull request #10186 from yuwata/fix-10149
2018-09-27 Zbigniew Jędrzejewsk... networkd-routing-policy-rule.c: drop unnecessary check
2018-09-27 Yu Watanabedhcp6: fix memleak
2018-09-27 Lennart Poetteringuft8: add comment, requested by @keszybz
2018-09-27 Lennart Poetteringupdate TODO
2018-09-27 Yu Watanabedhcp6: fix buffer size checking
2018-09-27 Yu Watanabedhcp6: use offsetof instead of sizeof
2018-09-27 Yu Watanabesd-dhcp-lease: fix memleaks
2018-09-27 Yu Watanabesd-dhecp-lease: use free_and_replace() at one more
2018-09-27 Yu Watanabenetwork: fix memleak around Network.dhcp_vendor_class_i...
2018-09-27 Yu Watanabenetwork: fix alignment
2018-09-27 Yu Watanabenetwork: strdup iif and oif when creating RoutingPolicy...
2018-09-27 Yu Watanabenetwork: use TAKE_PTR() at one more place
2018-09-27 Yu Watanabenetwork: fix memleak about routing policy
2018-09-27 Yu Watanabenetwork: use structured initializer at one more place
2018-09-27 Zbigniew Jędrzejewsk... Merge pull request #10173 from poettering/sd-boot-utf
2018-09-26 Lennart Poetteringnspawn: when --quiet is passed, simply downgrade log...
2018-09-26 Susant Sahaniudev/net: add support for the equivalent of "ethtool...
2018-09-26 Evgeny Vereshchagintests: add a reproducer for another infinite loop in...
2018-09-26 Evgeny Vereshchagintests: add a reproducer for an infinite loop in ndisc_h...
2018-09-26 Yu Watanabendisc: fix two infinite loops
2018-09-26 Evgeny Vereshchagintests: add a fuzzer for sd-ndisc
2018-09-26 Franck Buiemergency: make sure console password agents don't...
2018-09-26 Evgeny Vereshchaginnspawn: chown() the legacy hierarchy when it's used...
2018-09-26 Anita ZhangMake Watchdog Signal Configurable
2018-09-26 Lennart PoetteringMerge pull request #10158 from keszybz/seccomp-log...
2018-09-26 Lennart PoetteringMerge pull request #10168 from keszybz/coverity-fixes
2018-09-26 Patrik Flyktnetworkd-dhcp6: Set initial value of route to NULL
2018-09-25 Yu Watanabelibsystemd: add missing 'global' specifier in libsystem...
2018-09-25 William DouglasRFC tmpfiles: Allow configuration to ignore execution...
2018-09-25 Zbigniew Jędrzejewsk... Merge pull request #10169 from poettering/putenv-error...
2018-09-25 Lennart Poetteringutf8: add utf8_to_utf16() helper
2018-09-25 Lennart Poetteringutf8: let's update utf16_to_utf8() a bit
2018-09-25 Lennart Poetteringutf8: change return type of utf8_encoded_expected_len...
2018-09-25 Lennart Poetteringutf8: modernize utf16 inline calls a bit
2018-09-25 Lennart Poetteringutf8: update utf8_is_valid() a bit
2018-09-25 Lennart PoetteringMerge pull request #10088 from keszybz/man-systemctl...
2018-09-25 Lennart PoetteringMerge pull request #10059 from yuwata/env-exec-directory
2018-09-25 Lennart Poetteringexec-util: add missing logging call
2018-09-25 Lennart Poetteringexec-util: handle putenv() errors
2018-09-25 Zbigniew Jędrzejewsk... test-journal-syslog: initialize variable
2018-09-25 Zbigniew Jędrzejewsk... udev-builtin-net_id: do not assume "type" attribute...
2018-09-25 Zbigniew Jędrzejewsk... journal-upload: fix off-by-one in assert()
2018-09-25 Zbigniew Jędrzejewsk... sd-event: use new cleanup function more
2018-09-25 Zbigniew Jędrzejewsk... sd-event: remove dead code and use _cleanup_
2018-09-25 Lennart Poetteringdocs: clarify controller mount logic in hybrid cgroups...
2018-09-25 Thiago MacieiraMake bzip2 an optional dependency for systemd-importd
2018-09-25 Lennart PoetteringMerge pull request #10163 from poettering/inhibit-forma...
2018-09-25 Zbigniew Jędrzejewsk... Merge pull request #10073 from xnox/execve
2018-09-25 Zbigniew Jędrzejewsk... DHCPv6: use unsigned for flags
2018-09-25 Zbigniew Jędrzejewsk... Merge pull request #10164 from poettering/btrfs-resize-fix
2018-09-25 Lennart Poetteringudev: fix some type sloppiness
2018-09-24 Lennart Poetteringlogind: fix blacklist/whitelist confusion in comment...
2018-09-24 Lennart Poetteringdocs: fix CONTRIBUTING path (#10160)
next