systemd 219
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJU4nViAAoJELY7IYecNIWwdWIP/3CEMUvUXjBjolLmmb9ntmKE
v//+84sdog4PB5FNiYDGdWDHfZqcY5mzqkmovNpUga60ADrBL1uvTiC0pHCkkJBx
DzRmFAwUZ1+5zZWuI2MALVgbugomhwIr2zFlMq4M5r1qR4qf38SGcuVo1x/GDP6z
pcUWq64Zr+zAkB5yw5n7RgF5g+hnNyLaQwTa9ycp3n/G8cwsvzHpULk7KA7a0RdQ
oHNYuOLGwLQneMaqygbqfyIvpTA65IJmP9wx8LrzP6G54/EtVjuxqaBVNsYs3MZ0
vbGb3oMSyT9SuMQHoef6fCwx8C/Fg1sogi98pnHbxLYu2TIrCU5RL3JsNSUvjqlX
rl4izzw9SBWsLxa8OfKWMUauBZEnpRMGQv/Pa7rCbfs1y+N5dJ7y49RY3jzc42gK
cedy58FjBrnB6abHVjW5OWGZiZ0i4ygs6b0pnerAnfgVxHPdK7CYrmuvLpGOwJnH
Bh5Jr9tYHxASg9CRrYki5mDp7sM5nvhEd1rkq2IjFGw2vdR+4qXw84/RPl4hZMRt
xDPVOC/AZKTLGkuArzJqNNer6G3o2cecEr3auQz1qg7TyylU/Uv4RICGO+hMUCs9
mBGd2i0gkc5ugI77ZtLrtTazmIKEr+sWjA35LjhFWt5avWKu1ejPGPHOsKa7Y/XE
7rruSJCzE5Yxliw7HvmB
=2XLj
-----END PGP SIGNATURE-----
  1. 3757489 Revert "build-sys: re-add old symbols for abi compat" by Michal Schmidt · 10 years ago
  2. 2404701 Transpose args in strv_fnmatch() to be more oo by Zbigniew Jędrzejewski-Szmek · 10 years ago
  3. d49dc81 test-network: fix segfault with NULL dev_path/driver/type/name by Zbigniew Jędrzejewski-Szmek · 10 years ago
  4. 6ecb6ce analyze: change behaviour of combined --to/from--pattern by Zbigniew Jędrzejewski-Szmek · 10 years ago
  5. ee5de57 network-internal: chain matches with AND in net_match_config() by Zbigniew Jędrzejewski-Szmek · 10 years ago
  6. bceccd5 Add helper for fnmatch over strv by Zbigniew Jędrzejewski-Szmek · 10 years ago
  7. 625b3b7 timesync: Use UINT64_C for OFFSET_1900_1970 by Cristian Rodríguez · 10 years ago
  8. 93a1e66 build-sys: re-add old symbols for abi compat by Zbigniew Jędrzejewski-Szmek · 10 years ago
  9. 83e4433 sd-bus: add missing format attribute by Cristian Rodríguez · 10 years ago
  10. b267a6d sd-bus: make sure we always serialize the reply cookie as 64bit on dbus2, and 32bit on dbus1 by Lennart Poettering · 10 years ago
  11. 2ac7c17 Revert "Revert "sd-bus: change serialization of kdbus messages to qualify in their entirety as gvariant objects"" by Lennart Poettering · 10 years ago
  12. ca905b2 core: make RuntimeDirectory honor SELinux labels by Zbigniew Jędrzejewski-Szmek · 10 years ago
  13. e285693 bus-proxy: be more verbose if messages cannot be forwarded by David Herrmann · 10 years ago
  14. 749806b bootchart: display each CPU utilization/wait by WaLyong Cho · 10 years ago
  15. d90c154 bus-proxy: don't fake data we don't have by David Herrmann · 10 years ago
  16. 9cad100 util: use a shared lookup function for string tables by Bruno Bottazzini · 10 years ago
  17. 60c3556 networkd: network - rename ipv6token parser by Tom Gundersen · 10 years ago
  18. 56fd6bf networkd: .network - rename LinkLocal to LinkLocalAddressing by Tom Gundersen · 10 years ago
  19. 84dd59b sd-rtnl: add missing IFLA_INET6_ADDR_GEN_MODE definition by Djalal Harouni · 10 years ago
  20. c74f883 bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on every step by Lennart Poettering · 10 years ago
  21. 5569b33 bus-proxy: a few simplifications by Lennart Poettering · 10 years ago
  22. e044970 sd-bus: initialize a few structs at time or declaration by Lennart Poettering · 10 years ago
  23. 95eb099 bus-proxy: close each connection fd only once by Lennart Poettering · 10 years ago
  24. 557b5d4 bus-proxy: also consider ENOTCONN a clean termination condition by Lennart Poettering · 10 years ago
  25. a8ba6cd exit-on-idle: only exit if actually idle by Tom Gundersen · 10 years ago
  26. 5f6cb09 bus-proxy: whenever we cannot forward a message, report this back to caller, but don't exit by Lennart Poettering · 10 years ago
  27. 1433efd bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_return_strv() by Lennart Poettering · 10 years ago
  28. 418e4cb bus-proxy: minor simplifications by Lennart Poettering · 10 years ago
  29. 07a0d22 sd-bus: export sd_bus_error_set_errnofv() by Lennart Poettering · 10 years ago
  30. 61adca5 bus-proxy: no need to negate error codes, log_error_errno() already does it by Lennart Poettering · 10 years ago
  31. 1140e15 bus-proxy: tell Coverity we don't care about these return values by Lennart Poettering · 10 years ago
  32. d27efd9 bus-proxy: we don't pointlessly abbreviate function names by Lennart Poettering · 10 years ago
  33. 403193f sd-bus: sync kdbus.h (ABI break) by Daniel Mack · 10 years ago
  34. 0a6f50c include <poll.h> instead of <sys/poll.h> by Thomas Hindoe Paaboel Andersen · 10 years ago
  35. c1ff557 Add missing includes in header files by Thomas Hindoe Paaboel Andersen · 10 years ago
  36. 76f282c test-util: remove superfluous const by Thomas Hindoe Paaboel Andersen · 10 years ago
  37. 8744505 remove unused variable by Thomas Hindoe Paaboel Andersen · 10 years ago
  38. cf1d030 exec: also evaluate working_directory_missing_ok when not applying chroots by Lennart Poettering · 10 years ago
  39. 5c3072e networkd: explicitly enable/disable ipv6ll addresses by Tom Gundersen · 10 years ago
  40. 424d110 hwdb: adjust --help text to be more like other --help texts by Lennart Poettering · 10 years ago
  41. c2cc6b9 core: disarm shutdown watchdog if we fail to set timeout by Lennart Poettering · 10 years ago
  42. 4c08c82 core: don't fail to run services in --user instances if $HOME is missing by Lennart Poettering · 10 years ago
  43. a38d994 Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC" by Lennart Poettering · 10 years ago
  44. d01efa0 missing: add __NR_getrandom for powerpc architecture by Marcel Holtmann · 10 years ago
  45. d54ddab core: don't watch for socket events when service is in SERVICE_STOP by Lennart Poettering · 10 years ago
  46. c31c432 systemctl: don't update the reboot parameter if none is given by Michael Olbrich · 10 years ago
  47. 418761f core: correct a log message by Lennart Poettering · 10 years ago
  48. eef46c3 tree-wide: whenever we include libgen.h, immediately undefine basename() by Lennart Poettering · 10 years ago
  49. e89fe48 core: remove unneeded <libgen.h> include by Cristian Rodríguez · 10 years ago
  50. e203dc1 ata_id: remove unused header files by Robert Milasan · 10 years ago
  51. 910889b network-internal: fix inverted matching by Tom Gundersen · 10 years ago
  52. a245ced networkd: fdb - fix const warning by Tom Gundersen · 10 years ago
  53. f806f64 networkd: don't do exit-on-idle if there is something wrong with the dbus connection by Tom Gundersen · 10 years ago
  54. f4f01ec sysv-generator: Skip init scripts for existing native services by Martin Pitt · 11 years ago
  55. 8043193 networkd DHCPv4 logging endian fix by Paul Martin · 10 years ago
  56. 5256e00 net: support globbing and disjunction in Match logic by Tom Gundersen · 10 years ago
  57. ea6ec09 networkd: fdb - refactor a bit by Tom Gundersen · 10 years ago
  58. 9198e12 networkd: bus - expose MatchMAC by Tom Gundersen · 10 years ago
  59. f6f8d46 networkd: network-bus - use sd_bus_path_{en,de}code by Tom Gundersen · 10 years ago
  60. d6d810f tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC by Cristian Rodríguez · 10 years ago
  61. 3325607 test-lldp: fix minor OOM by Lennart Poettering · 10 years ago
  62. 804138a test-lldp: initialize structs when we define them by Lennart Poettering · 10 years ago
  63. b762fbd test-lldp: use strndup() where possible by Lennart Poettering · 10 years ago
  64. 2e1a569 libsystemd-network: Avoid potential NULL dereference in test-lldp by Philippe De Swert · 10 years ago
  65. df3efc3 bus-proxyd: initialize ioctl structure only once by Lennart Poettering · 10 years ago
  66. 2a56033 journald: don't specify inline in local functions by Lennart Poettering · 10 years ago
  67. 5b99bc5 shared: untabify by Lennart Poettering · 10 years ago
  68. a9c67ea logind: tell Coverity that we knowingly ignore mkdir()'s return value by Lennart Poettering · 10 years ago
  69. 1c11181 networkd: link_object_find - don't accept invalid input by Tom Gundersen · 10 years ago
  70. 769b56a networkd: support route scopes by Tom Gundersen · 10 years ago
  71. e2acdb6 treewide: correct typos and use consistent "MAC" spelling by Torstein Husebø · 10 years ago
  72. c8f5ede networkd: bus - switch to properly escaped object paths by Tom Gundersen · 10 years ago
  73. 7f77697 networkd: add support for IPv6 tokens by Tom Gundersen · 10 years ago
  74. d0d6a4c networkd: generalize IPv4LL to LinkLocal by Tom Gundersen · 10 years ago
  75. 73cb1c1 sd-rtnl: fix typesystem for IFLA_AF_SPEC by Tom Gundersen · 10 years ago
  76. a1166fe language fallback: it_CH (Italian, Swiss) -> it_IT (Italian, Italy) by Daniele Medri · 10 years ago
  77. 3175fcd networkd: add basic org.freedesktop.network1.Network interface by Tom Gundersen · 10 years ago
  78. dbffab8 networkd: add network_get_by_name by Tom Gundersen · 10 years ago
  79. c149ae0 sd-rtnl: add support for IFLA_INET6_* by Tom Gundersen · 10 years ago
  80. 4af7b60 sd-rtnl: extend type system to allow address-family to decide the union members by Tom Gundersen · 10 years ago
  81. 02f5005 networkd: use valid bus paths by Mantas Mikulėnas · 10 years ago
  82. b8719eb sd-rtnl: don't treat 0-length messages specially by Tom Gundersen · 10 years ago
  83. b99802f sysctl: consider --prefix while parsing the files by Umut Tezduyar Lindskog · 10 years ago
  84. 2a7e23f Add Silesian and Kashubian to language fallback map by Piotr Drąg · 10 years ago
  85. cfcc160 bus-proxyd: fix 'ListQueuedOwners' call by Lukasz Skalski · 10 years ago
  86. 4e829d2 localed: add LANGUAGE= fallback when LANG= is specified by Zbigniew Jędrzejewski-Szmek · 10 years ago
  87. 757b23a Add language fallback map by Naveen Kumar · 10 years ago
  88. da53c55 sd-rtnl: don't fall over when receiving 0 bytes from the socket by Tom Gundersen · 10 years ago
  89. b621bfd sd-rtnl: fix creation of synthetic error replies by Tom Gundersen · 10 years ago
  90. 1c25683 udev: net_setup - clarify reason for failure of persistent mac address policy by Tom Gundersen · 10 years ago
  91. ee46e55 shared/log: read /proc/cmdline only in daemons by Zbigniew Jędrzejewski-Szmek · 10 years ago
  92. 8f203c1 networkd: move the connection to the bus out of manager_new (again) by Tom Gundersen · 10 years ago
  93. 4852e15 networkd: gracefully handle failure to emit signals when dbus is not connected by Tom Gundersen · 10 years ago
  94. b2086f6 bus: sync with kdbus (ABI break) by David Herrmann · 10 years ago
  95. a97dcc1 networkd: exit on idle by Tom Gundersen · 10 years ago
  96. 3f171ca networkd: don't unlink state files on exit by Tom Gundersen · 10 years ago
  97. e331e24 networkd: add basic dbus API by Tom Gundersen · 10 years ago
  98. 6a24f14 networkd: don't warn about missing links unnecessarily by Tom Gundersen · 10 years ago
  99. 73432d6 networkd: log when finished enumerating links and addresses by Tom Gundersen · 10 years ago
  100. dab2bce systemctl: unit_find_paths(): unify error handling in two code pathes by Ivan Shapovalov · 10 years ago