platform/upstream/systemd.git
2018-09-25 Zbigniew Jędrzejewsk... sd-event: remove dead code and use _cleanup_
2018-09-25 Zbigniew Jędrzejewsk... DHCPv6: use unsigned for flags
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)
2018-09-24 Yu Watanabefs-util: make symlink_idempotent() optionally create...
2018-09-24 Zbigniew Jędrzejewsk... Merge pull request #9989 from yuwata/sd-device-enoent
2018-09-24 Zbigniew Jędrzejewsk... Merge pull request #10087 from keszybz/xnox/fix-test...
2018-09-24 Zbigniew Jędrzejewsk... Merge pull request #10082 from porrided/udev-ipoib
2018-09-24 Zbigniew Jędrzejewsk... Merge pull request #9981 from pfl/dhcp6_pd_other_inform...
2018-09-23 Yu Watanabetree-wide: drop unnecessary initializations
2018-09-23 Yu Watanabetree-wide: do not assign unused return values
2018-09-23 Yu Watanabelogind-acl: replace strdup()+set_consume() by set_put_s...
2018-09-23 Yu Watanabegpt-auto-generator: do not assign '*ret' on error
2018-09-23 Yu Watanabetree-wide: use streq() instead of streq_ptr()
2018-09-23 Yu Watanabesd-device: make sd_device_get_*() return -ENOENT if...
2018-09-22 Yu Watanabetest-udev: use LOG_REALM_UDEV
2018-09-21 Yu Watanabeudevadm: show only version number for '--version' option
2018-09-20 Zbigniew Jędrzejewsk... Merge pull request #10135 from yuwata/log-skipped-tests
2018-09-20 Yu Watanabetest-seccomp: add log messages when skipping tests
2018-09-20 Yu Watanabetest-process-util: logs something when skipping tests
2018-09-20 Yu Watanabesd-hwdb: initialize variable
2018-09-20 João Paulo... tmpfiles: Order tmpfiles-setup after journald
2018-09-20 Zbigniew Jędrzejewsk... meson: fix dirname/basename confusion in meson-and...
2018-09-19 Patrik Flyktnetworkd-manager: Fix route removals on shutdown
2018-09-19 Patrik Flyktnetworkd-manager: Update logging of route additions...
2018-09-19 Patrik Flyktsd-dhcp6-client: Reference and unreference a stored...
2018-09-19 Patrik Flyktnetworkd-dhcp6: Remove functions whose output is not...
2018-09-19 Patrik Flyktnetworkd-dhcp6: Set one unreachable route per DHCPv6...
2018-09-19 Patrik Flyktdhcp6-client: Store lease timeouts T1 and T1 in client...
2018-09-19 Patrik Flyktdhcp6-client: Select T1 and T2 timeouts from IA_NA...
2018-09-19 Patrik Flyktdhcp6-lease: Add function to fetch the IAID for the...
2018-09-19 Patrik Flyktnetworkd-network: Introduce DHCPv6 PD knob for RFC...
2018-09-19 Patrik Flyktdhcp6-client: Add tests for address, information and...
2018-09-19 Patrik Flyktdhcp6-client: Function for enabling/disabling IA_NA...
2018-09-19 Patrik Flyktdhcp6_client: Add helper for fetching Prefix Delegation...
2018-09-19 Zbigniew Jędrzejewsk... Merge pull request #10113 from yuwata/unify-hwdb
2018-09-19 Yu Watanabehwdb,udevadm: also unify hwdb_query() and hwdb_test()
2018-09-19 Yu Watanabesd-hwdb: use structured initializers
2018-09-19 Yu Watanabehwdb: unify duplicated code and move it to hwdb-util.c
2018-09-19 Yu Watanabesd-hwdb: adjust included headers
2018-09-19 Yu Watanabehwdb: use _cleanup_ attribute at one more place
2018-09-19 Yu Watanabehwdb: make trie_node_cleanup() can take NULL
2018-09-19 javitoomRemove trailing space
2018-09-19 javitoomhwdb: Add accelerometer orientation quirk for the Tecla...
2018-09-19 Yu Watanabenspawn: suppress one more log message when --quiet...
2018-09-19 Tony NovakSupport for Kensington Expert Mouse in hwdb
2018-09-19 Zbigniew Jędrzejewsk... Merge pull request #10112 from yuwata/typesafe-qsort
2018-09-18 Yu Watanabebusctl,sd-lldp: explicitly specify type of argument...
2018-09-18 Yu Watanabetree-wide: use typesafe_bsearch() or typesafe_bsearch_r()
2018-09-18 Yu Watanabeutil: introduce typesafe_bsearch() and typesafe_bsearch_r()
2018-09-18 Yu Watanabetree-wide: use typesafe_qsort_r()
2018-09-18 Yu Watanabeutil: introduce typesafe_qsort_r()
2018-09-18 Yu Watanabetree-wide: use typesafe_qsort()
2018-09-18 Arseny Maslennikovudev: Fix "strtol" -> "strtoul" for unsigned source...
2018-09-18 Arseny Maslennikovudev: Provide a fallback for IPoIB device port numbers
2018-09-18 Arseny Maslennikovudev: Disable HW-address-based naming for IB NICs
2018-09-18 Arseny Maslennikovudev: Introduce predictable naming for InfiniBand NICs
2018-09-18 Zbigniew Jędrzejewsk... detect-virt: do not try to read all of /proc/cpuinfo
2018-09-18 Yu Watanabeverbs: reset optind (#10116)
2018-09-18 Alexander Filippovcore: fix the check if CONFIG_CGROUP_BPF is on
2018-09-18 Zbigniew Jędrzejewsk... Merge pull request #10114 from yuwata/namespace-logs
2018-09-18 Yu Watanabecore/execute: do not use the negative errno when setup_...
2018-09-18 Yu Watanabecore/namespace: add more log messages
2018-09-18 Jon Ringledoc: Fix link to CONTRIBUTING.md (#10109)
2018-09-16 Evgeny Vereshchagintests: make UBSan print full backtraces
2018-09-16 Yu Watanabesd-device: use qsort_safe() (#10099)
2018-09-15 Zbigniew Jędrzejewsk... Merge pull request #9928 from yuwata/libudev-cleanups
2018-09-15 Zbigniew Jędrzejewsk... Merge pull request #9958 from yuwata/sd-device-enum-set
2018-09-15 Zbigniew Jędrzejewsk... test/test-functions: adjust to Exec*= paths not being...
2018-09-15 Dimitri John... test/test-functions: drop all prefixes
2018-09-15 Yu WatanabeMerge pull request #10070 from keszybz/test-reporting
2018-09-15 Evgeny VereshchaginMerge pull request #10089 from yuwata/fix-oss-fuzz...
2018-09-14 Yu Watanabetest-catalog: drop unused variable
2018-09-14 Yu Watanabebus-util: use _printf_ attribute
2018-09-14 Franck Buisocket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE...
2018-09-14 Zbigniew Jędrzejewsk... Merge pull request #9920 from yuwata/udev-cleanup-4
2018-09-14 Zbigniew Jędrzejewsk... tests: add a helper function to skip with errno
2018-09-14 Zbigniew Jędrzejewsk... tests: use a helper function to parse environment and...
2018-09-14 Zbigniew Jędrzejewsk... test-condition: make function return void
2018-09-14 Zbigniew Jędrzejewsk... tests: add helper to unify skipping a test and exiting
2018-09-14 Harshit Jainman: fix typo (#10084)
2018-09-14 Alan Jenkinsuser-runtime-dir@.service: don't stop on runlevel switc...
2018-09-13 killermoehrereplace https://github.com/systemd/systemd/blob/master...
2018-09-13 Thomas Blumeuser@.service: don't kill user manager at runlevel...
2018-09-13 Yu Watanabetest: unset $XDG_{CONFIG,DATA}_DIRS
2018-09-13 Zbigniew Jędrzejewsk... meson: drop some unneeded parens
2018-09-13 Zbigniew Jędrzejewsk... meson: always allow compilation of tests binaries
2018-09-13 Zbigniew Jędrzejewsk... NEWS: remove repeated "slightly"
2018-09-13 Yu Watanabemeson: do not build tests by default when '-Dtests...
2018-09-13 Yu Watanabetest: log when skipping tests in more cases
2018-09-13 Zbigniew Jędrzejewsk... test: when skipping tests, always print something
2018-09-13 Zbigniew Jędrzejewsk... meson: disable _all_ tests when -Dtests=false
2018-09-13 Zbigniew Jędrzejewsk... meson: disable "slow tests" too when tests are generall...
2018-09-13 Zbigniew Jędrzejewsk... test-barrier: just make this a slow test
2018-09-13 Zbigniew Jędrzejewsk... tests: centralize check for slow tests
2018-09-12 Lennart Poetteringupdate TODO
2018-09-12 afgnspawn: use copy-static if systemd-resolved is up and...
2018-09-12 Lennart PoetteringMerge pull request #10061 from xnox/fix-logindless...
2018-09-12 Lennart PoetteringMerge pull request #10060 from yuwata/property-take...
next