1. af67487 sysv-generator: fix incorect ordering of Wants by Thomas Hindoe Paaboel Andersen · 11 years ago v214-stable
  2. 6b62023 sysv-generator: rename PidFile to PIDFile by Thomas Hindoe Paaboel Andersen · 11 years ago
  3. 2acc158 cryptsetup: don't add unit dependency on /dev/null devices when it is listed as password file by Lennart Poettering · 11 years ago
  4. d943627 core: You can not put the cached result of use_smack fct, as we are not sure the "/sys" is mounted. So we should mount "sys" before "/proc" by Ronan Le Martret · 11 years ago
  5. 4af1100 core: make sure Environment fields passed in for transient units are properly written to unit files by Hristo Venev · 11 years ago
  6. 41d8361 vconsole: also copy character maps (not just fonts) from vt1 to vt2, vt3, ... by Carl Schaefer · 11 years ago
  7. e7c2e47 core/snapshot: log info when snapshots are created and removed by Zbigniew Jędrzejewski-Szmek · 11 years ago
  8. 54791e4 core/transaction: avoid misleading error message when unit not found by Zbigniew Jędrzejewski-Szmek · 11 years ago
  9. 51b5c54 core/transaction: reindent and split very long lines by Zbigniew Jędrzejewski-Szmek · 11 years ago
  10. 7da3a02 util: treat fuse.sshfs as a network filesystem by Zbigniew Jędrzejewski-Szmek · 11 years ago
  11. 2e7e020 missing.h: add various network enums by Zbigniew Jędrzejewski-Szmek · 11 years ago
  12. 82d568e util: do not strip /dev prefix twice by Zbigniew Jędrzejewski-Szmek · 11 years ago
  13. 695c855 shared: fix search_and_fopen with alternate roots by Michael Marineau · 11 years ago
  14. 3db5dba conf-files: include root in returned file paths by Michael Marineau · 11 years ago
  15. a1a4a02 shared: rename path_strv_canonicalize_absolute functions by Michael Marineau · 11 years ago
  16. d767124 getty-generator: properly escape instance names by Zbigniew Jędrzejewski-Szmek · 11 years ago
  17. 29d5bac socket: check return from exec_spawn by Thomas Hindoe Paaboel Andersen · 11 years ago
  18. ed56789 cryptsetup: introduce new cryptsetup-pre.traget unit so that services can make sure they are started before and stopped after any LUKS setup by Lennart Poettering · 11 years ago
  19. 2254916 tmpfiles: create directories already with the right label, instead of creating them first, and relabeling them afterwards by Lennart Poettering · 11 years ago
  20. 415796b namespace: properly label device nodes we create by Lennart Poettering · 11 years ago
  21. 985c32b bootchart: set white background by Frederic Crozat · 11 years ago
  22. 90df11b conf-files: fix when for --root= logic by Lennart Poettering · 11 years ago
  23. 7e1db29 install: simplify symlink --root= logic by Lennart Poettering · 11 years ago
  24. 09fcc5c log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cmdline by Lennart Poettering · 11 years ago
  25. c88a943 install: make sure that --root= mode doesn't make us consider all units outside of search path by Lennart Poettering · 11 years ago
  26. 90d1640 install: make sure "systemctl disable foobar@.service" actually removes all instances by Lennart Poettering · 11 years ago
  27. acefb01 install: when looking for a unit file for enabling, search for templates only after traversing all search directories by Lennart Poettering · 11 years ago
  28. b533ed3 install: use symlink_atomic() instead of unlink()+symlink() when force creating a symlink by Lennart Poettering · 11 years ago
  29. f906059 install: various modernizations by Lennart Poettering · 11 years ago
  30. bf16076 install: simplify and clarify disabling logic for instanced units by Lennart Poettering · 11 years ago
  31. 06cd279 install: various modernizations by Lennart Poettering · 11 years ago
  32. 3e59dbf unit-name: fix detection of unit templates/instances by Lennart Poettering · 11 years ago
  33. 84d1cd0 journal-remote: fix memleak by Thomas Hindoe Paaboel Andersen · 11 years ago
  34. 1d4d5cd core: clean-up signal reset logic when reexec by Lennart Poettering · 11 years ago
  35. ab25a48 Reset signal-mask on re-exec to init=.. by Ruediger Oertel · 11 years ago
  36. 5aef997 tmpfiles: set up selinux label proeprly when creating fifos by Lennart Poettering · 11 years ago
  37. 0da8468 Fix spelling mistake, scirpt --> script by Colin Ian King · 11 years ago
  38. 3c96e9e rpm: don't hardcode the binary paths in the macros, rely on $PATH by Lennart Poettering · 11 years ago
  39. 0922071 install: fix invalid free() in unit_file_mask() by Andreas Henriksson · 11 years ago
  40. e6e0462 udev: fix invalid free() in enable_name_policy() by Andreas Henriksson · 11 years ago
  41. 3f4dbb2 core: fix invalid free() in killall() by Andreas Henriksson · 11 years ago
  42. 89053af cryptsetup: check that password is not null by Thomas Hindoe Paaboel Andersen · 11 years ago
  43. 42a04ee build-sys: update library versions by Lennart Poettering · 11 years ago
  44. fc1d70a journald: create /run/log/journal with the correct access modes by Lennart Poettering · 11 years ago
  45. abef3f9 tmpfiles: add ability to mask access mode by pre-existing access mode on files/directories by Lennart Poettering · 11 years ago
  46. 9855d6c tmpfiles: remove unnecessary function by Lennart Poettering · 11 years ago
  47. 1910cd0 tmpfiles: when processing lines, always process prefixes before suffixes by Lennart Poettering · 11 years ago
  48. 7bc040f tmpfiles: static variables populated immediately from the command line should be prefixed with arg_ by Lennart Poettering · 11 years ago
  49. 06c17c3 nspawn: add new --tmpfs= option to mount a tmpfs on specific directories, such as /var by Lennart Poettering · 11 years ago
  50. 9339db7 tmpfiles: always recreate the most basic directory structure in /var by Lennart Poettering · 11 years ago
  51. e73a03e tmpfiles: get rid of "m" lines, make them redundant by "z" by Lennart Poettering · 11 years ago
  52. 849958d tmpfiles: add new "C" line for copying files or directories by Lennart Poettering · 11 years ago
  53. cde684a tmpfiles: various modernizations by Lennart Poettering · 11 years ago
  54. 874f194 label: when clearing selinux context, don't mangle errno by Lennart Poettering · 11 years ago
  55. 34f750b machine-id-setup: fix array size of parameters by Lennart Poettering · 11 years ago
  56. e683212 log: honour the kernel's quiet cmdline argument by Ronny Chevalier · 11 years ago
  57. 47a3fa0 udev: check the return value from udev_enumerate_scan_devices by Thomas Hindoe Paaboel Andersen · 11 years ago
  58. 4cd2b2c backlight: Do not clamp brightness for LEDs by Denis Tikhomirov · 11 years ago
  59. 3728758 systemd-detect-virt: only discover Xen domU by Thomas Blume · 11 years ago
  60. 13f8b8c bus-proxy: properly index policy by uid/gid when parsing by Lennart Poettering · 11 years ago
  61. 2e2b360 bus-proxy: read the right policy when running in user mode by Lennart Poettering · 11 years ago
  62. 638ca89 udev: really exclude device-mapper from block device ownership event locking by Christian Hesse · 11 years ago
  63. e76ae7e bus-policy.c: use draw_special_char(DRAW_ARROW) by Daniel Buch · 11 years ago
  64. 2ba5d84 Fix spelling mistake, proces -> process by Colin Ian King · 11 years ago
  65. 45f1386 nspawn: split long message into two lines by Zbigniew Jędrzejewski-Szmek · 11 years ago
  66. 0c34725 bus-proxyd: do not free NULL items by Kay Sievers · 11 years ago
  67. 817e224 Remove sysv parser from service.c by Thomas Hindoe Paaboel Andersen · 11 years ago
  68. 95ed329 Move handling of sysv initscripts to a generator by Thomas Hindoe Paaboel Andersen · 11 years ago
  69. 0e252f6 core: allow transient mount units by Tom Gundersen · 11 years ago
  70. e5a1c18 fix warnings by Thomas Hindoe Paaboel Andersen · 11 years ago
  71. 4457430 bus-proxy: properly read user/group policy items by Lennart Poettering · 11 years ago
  72. bcf3295 bus: add basic dbus1 policy parser by Lennart Poettering · 11 years ago
  73. 2a0958d sd-bus: don't allow creating message objects that are not attached to a bus by Lennart Poettering · 11 years ago
  74. 051be1f namespace: cover /boot with ProtectSystem= again by Lennart Poettering · 11 years ago
  75. d6797c9 namespace: beef up read-only bind mount logic by Lennart Poettering · 11 years ago
  76. c883599 namespace: also include /root in ProtectHome= by Lennart Poettering · 11 years ago
  77. 6d31336 namespace: when setting up an inaccessible mount point, unmounting everything below by Lennart Poettering · 11 years ago
  78. c3544e8 umount: modernizations by Lennart Poettering · 11 years ago
  79. 34b42c9 util: fix fd_cloexec(), fd_nonblock() by Lennart Poettering · 11 years ago
  80. 6cfe2fd core: introduce new Restart=on-abnormal setting by Lennart Poettering · 11 years ago
  81. be8f4e9 sd-daemon: introduce sd_pid_notify() and sd_pid_notifyf() by Lennart Poettering · 11 years ago
  82. fb69d70 socket-proxyd: port to asynchronous name resolution using sd-resolve by Lennart Poettering · 11 years ago
  83. b27adf3 bus: make use of sd_bus_try_close() in exit-on-idle services by Lennart Poettering · 11 years ago
  84. eec6022 sd-event: restore correct timeout behaviour by Lennart Poettering · 11 years ago
  85. a4152e3 kdbus: when uploading bus name policy, resolve users/groups out-of-process by Lennart Poettering · 11 years ago
  86. 5331194 core: don't include /boot in effect of ProtectSystem= by Lennart Poettering · 11 years ago
  87. 3900e5f socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file system by Lennart Poettering · 11 years ago
  88. a8330cd core: make sure we properly parse ProtectHome= and ProtectSystem= by Lennart Poettering · 11 years ago
  89. 512922f networkd: link - intialize mac address by Tom Gundersen · 11 years ago
  90. 1b8689f core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also mounting /etc read-only by Lennart Poettering · 11 years ago
  91. e06b647 core: provide /dev/ptmx as symlink in PrivateDevices= execution environments by Lennart Poettering · 11 years ago
  92. 82d2524 core: make sure PrivateDevices= makes /dev/log available by Lennart Poettering · 11 years ago
  93. 03ee5c3 journald: move /dev/log socket to /run by Lennart Poettering · 11 years ago
  94. 02ba8fb udev: guard REREADPT by exclusive lock instead of O_EXCL by Kay Sievers · 11 years ago
  95. 811ba7a socket: add new Symlinks= option for socket units by Lennart Poettering · 11 years ago
  96. e9fc29f udev: make sure we always get "change" for the disk by Kay Sievers · 11 years ago
  97. 10fab50 udev: guard REREADP logic with open(O_ECXL) by Kay Sievers · 11 years ago
  98. ede3444 udev: try first re-reading the partition table by Kay Sievers · 11 years ago
  99. bd1fe7c socket: optionally remove sockets/FIFOs in the file system after use by Lennart Poettering · 11 years ago
  100. edf029b udev: link-config - fix mem leak by Tom Gundersen · 11 years ago