1. 252ff40 build-sys: bump package and library versions by Lennart Poettering · 10 years ago v215
  2. c7435cc NEWS: prepare for release by Lennart Poettering · 10 years ago
  3. db6d9e8 man: document that systemctl's -H may now be used to connect directly to a container on a remote host by Lennart Poettering · 10 years ago
  4. 8d90c8a machine: properly distuingish created and registered machines by Lennart Poettering · 10 years ago
  5. 8225488 update TODO by Lennart Poettering · 10 years ago
  6. a12b0cc sysusers: add new line type "m" to add users as members to groups by Lennart Poettering · 10 years ago
  7. aaf86f9 update TODO by Lennart Poettering · 10 years ago
  8. 717603e machinectl: show /etc/os-release information of container in status output by Lennart Poettering · 10 years ago
  9. 98be1a7 hwdb: update by Kay Sievers · 10 years ago
  10. 664064d namespace: make sure /tmp, /var/tmp and /dev are writable in namespaces we set up by Lennart Poettering · 10 years ago
  11. 002b226 namespace: fix uninitialized memory access by Lennart Poettering · 10 years ago
  12. 063e36d hwdb: Update database of Bluetooth company identifiers by Marcel Holtmann · 10 years ago
  13. 579af51 architecture: also add tuples for old ARM BE ABI by Lennart Poettering · 10 years ago
  14. 2a9899d architecture: add tuple for old arm abi by Zbigniew Jędrzejewski-Szmek · 10 years ago
  15. c3a07d9 test: print library tuple in test by Lennart Poettering · 10 years ago
  16. 0881d7a shared: add LIB_ARCH tuples for BE ARM archs by Lennart Poettering · 10 years ago
  17. 55ebf98 core: introduce exit_status_set_is_empty() to make things a bit easier to read by Lennart Poettering · 10 years ago
  18. ce4a52a update TODO by Lennart Poettering · 10 years ago
  19. 613e3a2 shared: rename ARCH_TUPLE to LIB_ARCH_TUPLE by Lennart Poettering · 10 years ago
  20. 3e2d435 exit-status: rename ExitStatusSet's "code" field to "status" by Lennart Poettering · 10 years ago
  21. ab016c4 man: reference RestartForceExitStatus= from the Restart= description by Lennart Poettering · 10 years ago
  22. fd3b401 architecture: add tuples for arm by Zbigniew Jędrzejewski-Szmek · 10 years ago
  23. 9b3a0ba arch: add crisv32 to uname check by Umut Tezduyar Lindskog · 10 years ago
  24. ce38dbc nspawn: when running in a service unit, use systemd for restarts by Lennart Poettering · 10 years ago
  25. 206e7a5 machined: don't force terminate registered machines by Lennart Poettering · 10 years ago
  26. 37520c1 core: introduce new RestartForceExitStatus= service setting by Lennart Poettering · 10 years ago
  27. ffd488e networkd: tuntap - default to no packet information by Tom Gundersen · 10 years ago
  28. 853284a networkd vxlan: Pass correct type by Susant Sahani · 10 years ago
  29. 72d33d9 networkd: tuntap - manpage fixes by Tom Gundersen · 10 years ago
  30. 63dadd9 networkd: tuntap - enable PacketInfo by default by Tom Gundersen · 10 years ago
  31. 6ef892f networkd: netdev - move tunnel address parsing to networkd-tunnel.c by Tom Gundersen · 10 years ago
  32. 4826dd6 networkd: tunnels - make tunnel address parsing generic by Tom Gundersen · 10 years ago
  33. 30ae9df networkd: Introduce tun/tap device by Susant Sahani · 10 years ago
  34. 866ee36 udev: net_setup_link - add a bit more logging by Tom Gundersen · 10 years ago
  35. ad0774e networkd: netdev - drop the link callbacks after calling them once by Tom Gundersen · 10 years ago
  36. 563c69c networkd: netdev - take ref immediately after calling out by Tom Gundersen · 10 years ago
  37. 0372cb2 networkd: split out vlan and macvlan handling by Tom Gundersen · 10 years ago
  38. 620a687 sd-login: use the same code for verfiying machine names everywhere by Lennart Poettering · 10 years ago
  39. db9bb83 bus: close a bus that failed to connect by Lennart Poettering · 10 years ago
  40. 7f0d207 sd-bus: support connecting to remote hosts, directly into containers by Lennart Poettering · 10 years ago
  41. 8f6e22a man: /usr/bin may contain binaries in any compatible arch, not just the primary one by Lennart Poettering · 10 years ago
  42. 4ee4264 man: fix links to systemd-efi-boot-generator(8) by Lennart Poettering · 10 years ago
  43. 7bb4d37 sd-bus: when an event loop terminates, explicitly close the bus by Lennart Poettering · 10 years ago
  44. b5eca3a bus: drop bus/message GC logic by Lennart Poettering · 10 years ago
  45. 62bb05f bus-proxy: restore operation in non-kdbus mode by Lennart Poettering · 10 years ago
  46. 387066c localed: consider an unset model as a wildcard by Michal Sekletar · 10 years ago
  47. 5e91345 sd-dhcp6-client: initialize variable by Tom Gundersen · 10 years ago
  48. 01d4590 udev: net_setup_link builtin should print the reason why something fails by Lennart Poettering · 10 years ago
  49. e0a33e7 util: when unescaping strings, don't allow smuggling in of additional NUL bytes by Lennart Poettering · 10 years ago
  50. fecc80c util: generalize is_localhost() and use it everywhere where applicable by Lennart Poettering · 10 years ago
  51. 9a00f57 path: add new "systemd-path" utility for querying paths described in file-hierarchy(7) by Lennart Poettering · 10 years ago
  52. cd4ba18 coredump: vacuum - fix calculation of 10% of fs size for MaxUse by Thomas Hindoe Paaboel Andersen · 10 years ago
  53. 926695f sd-dhcp6-client: check return value by Thomas Hindoe Paaboel Andersen · 10 years ago
  54. 72165d6 networkd: fix alignment of gperf source by Filipe Brandenburger · 10 years ago
  55. 9e35885 networkd: netdev - add dummy support by Tom Gundersen · 10 years ago
  56. 4cc7a82 networkd: send hostname to dhcp server by Eugene Yakubovich · 10 years ago
  57. 0a8a0fa man: bring systemd.network(5) up-to-date by Tom Gundersen · 10 years ago
  58. b35a290 man: bring systemd.netdev(5) up-to-date by Tom Gundersen · 10 years ago
  59. ce1dde2 typo fixes by Thomas Hindoe Paaboel Andersen · 10 years ago
  60. 8900367 networkd: netdev - take ref when creating netdevs by Tom Gundersen · 10 years ago
  61. eafbd4d man: file-hierarchy - emphasize /usr/lib/$arch-id instead of $libdir by Kay Sievers · 10 years ago
  62. 02ea24c man/sd_journal_get_data: fix variable naming in example by Christian Hesse · 10 years ago
  63. 8959ae0 man/sd_journal_next: fix argument in example by Christian Hesse · 10 years ago
  64. 793c098 update TODO by Lennart Poettering · 10 years ago
  65. f841a15 parse_uid: return -ENXIO for -1 uids by Kay Sievers · 10 years ago
  66. 3058e01 Use dev_port for the ID of a network device. by Thadeu Lima de Souza Cascardo · 10 years ago
  67. 2834ffe update TODO by Lennart Poettering · 10 years ago
  68. 959ddb4 man: document directories in $HOME, too, in file-hierarchy(7) by Lennart Poettering · 10 years ago
  69. 856f962 networkd: link - don't fail if master netdev already exists by Tom Gundersen · 10 years ago
  70. d5b3d84 networkd: tunnel - ensure that enslave callback is always invoked by Tom Gundersen · 10 years ago
  71. 1a941ac networkd: link - ignore missing MAC address by Tom Gundersen · 10 years ago
  72. afc3f9c base-filesystem: avoid all searching if the link already exists by Kay Sievers · 10 years ago
  73. 3fd165e base-filesystem: explicitely check existence of the platform's ABI dynamic loader by Kay Sievers · 10 years ago
  74. e1ae975 base-filesystem: create /lib64 symlink to libdir /usr directory by Kay Sievers · 10 years ago
  75. 0099bc1 networkd: address_acquire use cleanup macro by Susant Sahani · 10 years ago
  76. 8469c1d networkd: netdev add one separate line by Susant Sahani · 10 years ago
  77. 28aeb07 networkd: link - drop assert from _free() by Tom Gundersen · 10 years ago
  78. 54d61de sd-dhcp6-client: fix free before use by Tom Gundersen · 10 years ago
  79. 5da8149 networkd: link - improve refcounting by Tom Gundersen · 10 years ago
  80. 3a53fda update TODO by Lennart Poettering · 10 years ago
  81. 24a2bf4 TODO: start documenting changes for 215 by Lennart Poettering · 10 years ago
  82. cdf0c7a man: document ConditionNeedsUpdate= by Lennart Poettering · 10 years ago
  83. 82a30aa man: extend a bit what to expect from the various places apps can store data by Lennart Poettering · 10 years ago
  84. c65b503 man: add sections about file node types and write access to file-hierarchy(7) by Lennart Poettering · 10 years ago
  85. ee43f49 man: mention x-initrd.mount option in fstab options list by Zbigniew Jędrzejewski-Szmek · 10 years ago
  86. 63b03c0 man: mention that x-systemd.device-timeout is only for fstab by Zbigniew Jędrzejewski-Szmek · 10 years ago
  87. a17f2dc man: beef up systemd-fsck description by Zbigniew Jędrzejewski-Szmek · 10 years ago
  88. 8eea868 cryptsetup: allow x-systemd.device-timeout by Zbigniew Jędrzejewski-Szmek · 10 years ago
  89. b3208b6 fstab-generator: allow x-systemd.device-timeout for swap units by Zbigniew Jędrzejewski-Szmek · 10 years ago
  90. 2968644 Move x-systemd-device.timeout handling from core to fstab-generator by Zbigniew Jędrzejewski-Szmek · 10 years ago
  91. 6e81b5b man: reference $TMPDIR, not $TMP in file-hierarchy(7) by Lennart Poettering · 10 years ago
  92. 48fda39 update TODO by Lennart Poettering · 10 years ago
  93. 7caa86a man: document systemd-update-done.service by Lennart Poettering · 10 years ago
  94. dc7f577 man: file-hierarchy - minor fixes by Tom Gundersen · 10 years ago
  95. cd48031 man: document how to query $libdir for the primary architecture using pkg-config by Lennart Poettering · 10 years ago
  96. ded21b6 pc: no longer expose exec_prefix in .pc file by Lennart Poettering · 10 years ago
  97. d4e85aa pc: expose more drop-in dirs in the .pc file by Lennart Poettering · 10 years ago
  98. eb39a62 pc: export $libdir in the .pc file by Lennart Poettering · 10 years ago
  99. fcba63a man: file-hierarchy - typo fixes by Thomas Hindoe Paaboel Andersen · 10 years ago
  100. 2f3d398 man: deemphesize Fedora-specific "lib64", only mention the more generic $libdir by Lennart Poettering · 10 years ago