systemd 11
  1. f3c1578 units: make sure we run all early boot units before entering basic.target by Lennart Poettering · 15 years ago
  2. 273f54c unit: continue boot when exiting emergency/resuce shell by Lennart Poettering · 15 years ago
  3. 525ee6f service: rename settings for Restart= from 'restart-always' to 'always' and similar by Lennart Poettering · 15 years ago
  4. cf895f3 units: getty.target is pulled in via /lib these days by Lennart Poettering · 15 years ago
  5. c7b5085 units: properly terminate readahead collection 10s after boot by Lennart Poettering · 15 years ago
  6. 93ca971 units: get rid of special setup services for /var/run, /var/lock and /tmp, and rely on tmpfiles.d/ instead by Lennart Poettering · 15 years ago
  7. afbf835 units: ship unit file for systemd-tmpfiles by default by Lennart Poettering · 15 years ago
  8. 34acc27 units: schedule tmpwatch on idle class by Lennart Poettering · 15 years ago
  9. 4bb2357 units: add readahead unit files by Lennart Poettering · 15 years ago
  10. c0a1b6e units: enable mount units by default and hook binary units into base.target instead of sysinit.target, leaving the latter for sysv compatibility by Lennart Poettering · 15 years ago
  11. 8a7702c units: add optional tmp.service by Kay Sievers · 15 years ago
  12. 6ebf598 units: hwclock support for non-UTC must not be in the default by Kay Sievers · 15 years ago
  13. 65ae382 units: enable var-run + var-lock service by default by Kay Sievers · 15 years ago
  14. f9ccc72 units: enable sysctl by default by Kay Sievers · 15 years ago
  15. 7376cff units: enable hwclock by default by Kay Sievers · 15 years ago
  16. d3f09cf units: always enable random-seed, module-load, vconsole by Kay Sievers · 15 years ago
  17. c2a4755 tmpwatch: fix typo and remove [Install] by Kay Sievers · 15 years ago
  18. f0a73e2 units: add default tmpwatch units by Lennart Poettering · 15 years ago
  19. 97c4a07 vconsole: add new utility to initialize the virtual console by Lennart Poettering · 15 years ago
  20. 11ffbaf prefdm: make sure we start prefdm only after the getty is killed by Lennart Poettering · 15 years ago
  21. 3c4e3e1 units: make sure the file system is writable before we write utmp data by Lennart Poettering · 15 years ago
  22. a2ff477 units: add generic description for http-daemon.target by Lennart Poettering · 15 years ago
  23. 51cfda2 fedora: don't quit plymouth too early by Michal Schmidt · 15 years ago
  24. 88ac58d units: pull in syslog.target for synchronization purposes by systemd-logger.service by Lennart Poettering · 15 years ago
  25. 5a5582b units: start logger only after syslog is up by Lennart Poettering · 15 years ago
  26. 1ff5e88 units: we should be able to reach syslog.target even if no logger is enabled at all by Lennart Poettering · 15 years ago
  27. 1fd116f units: set working directory to /root for sulogin, since sulogin is crazy by Lennart Poettering · 15 years ago
  28. 739848d units: set HOME=/root when running shells by Lennart Poettering · 15 years ago
  29. e082d6c units: On Debian Runlevel 2, 3, 4 and 5 are multi-user by Michael Biebl · 15 years ago
  30. a5dc0a4 units: add umount unit files for Debian by Michael Biebl · 15 years ago
  31. d3f929f units: make sure we always fully write the utmp data by Lennart Poettering · 15 years ago
  32. f10814d units: Provide separate fsck.target for Debian by Michael Biebl · 15 years ago
  33. ad206af units: Add halt, killall, poweroff and reboot unit files for Debian by Michael Biebl · 15 years ago
  34. 8f78c3a units: don't add shutdown conflicts dep to umount.target by Lennart Poettering · 15 years ago
  35. b401e1f target: implicitly shutdown targets on shutdown, so that they are pulled into the final transaction and may be used for synchronization by Lennart Poettering · 15 years ago
  36. 71916d3 units: fix a typo in arch's rc-local.service unit file by Lennart Poettering · 15 years ago
  37. 2528a7a unit: introduce AllowIsolate= switch by Lennart Poettering · 15 years ago
  38. b2bb3db console: rework automatic getty on kernel console logic again by Lennart Poettering · 15 years ago
  39. 165e1b1 var-run: make sure /var/run/user is properly created and labelled by Lennart Poettering · 15 years ago
  40. 1740dc8 units: don't install runlevel links anymore, since thsoe are maintained in /lib now by Lennart Poettering · 15 years ago
  41. e0973af systemd-remount-api-vfs.service: fix typo by Kay Sievers · 15 years ago
  42. b574fa0 units: fix auto-serial unit by Lennart Poettering · 15 years ago
  43. 1a7fdca units: make sure prefdm is automatically respawned by Lennart Poettering · 15 years ago
  44. ddad680 units: invoke sulogin instead of /bin/sh by Lennart Poettering · 15 years ago
  45. 93a45c5 serial: use seperate getty template for serial ttys by Lennart Poettering · 15 years ago
  46. addab13 syslog: add minimal syslog/kmsg bridge syslogd by Lennart Poettering · 15 years ago
  47. 90685f7 units: add service file that remounts the root file system by Lennart Poettering · 15 years ago
  48. 449ddb2 remount: add tool that applies /etc/fstab mount options to all api mounts by Lennart Poettering · 15 years ago
  49. 867c288 units: fix After= setting in var-lock.service by Lennart Poettering · 15 years ago
  50. b2423f1 modules-load: add systemd-modules-load tool that can load a configured list of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this by Lennart Poettering · 15 years ago
  51. 9f24a81 units: make sure getty@xxx.service is always run before gettys.target by Lennart Poettering · 15 years ago
  52. 5481ab2 units: add hwclock-load service by Lennart Poettering · 15 years ago
  53. f556ea4 units: add generic sysctl/hwclock-save service by Lennart Poettering · 15 years ago
  54. 7f17ef2 units: fix conflicts between random seed services by Lennart Poettering · 15 years ago
  55. b54dd8b units: add tmp.mount by Kay Sievers · 15 years ago
  56. 02ee865 service: rename ValidNoProcess= to RemainAfterExit= by Lennart Poettering · 15 years ago
  57. 3221980 units: add missing After= for var-run.service, var-lock.service by Kay Sievers · 15 years ago
  58. 3c268bd units: add var-run.service var-lock.service by Kay Sievers · 15 years ago
  59. c0b3469 load-fragment: make parser more forgiving by Lennart Poettering · 15 years ago
  60. 5192bd1 auto-getty: rework auto console getty logic to work in conjunction with single user mode by Lennart Poettering · 15 years ago
  61. 7774cdc shutdown: fix socket type in .socket file by Lennart Poettering · 15 years ago
  62. d8fa940 units: enable notify interface for internals services by Lennart Poettering · 15 years ago
  63. f614480 systemctl: add support for delayed shutdown, similar to sysv in style by Lennart Poettering · 15 years ago
  64. 6e200d5 random-seed: add missing random-seed.c file by Lennart Poettering · 15 years ago
  65. 8f53c0a units: don't require tty in rc-local.service by Lennart Poettering · 15 years ago
  66. 0dcc785 units: write utmp record before we kill all processes by Lennart Poettering · 15 years ago
  67. 2a2387d units: X 1.8 doesn't need HAL anymore, so avoid synchronization on that by Lennart Poettering · 15 years ago
  68. 86b846b units: make sure plymouth shutdown screen is shown before we kill all processes/shut down by Lennart Poettering · 15 years ago
  69. ca2cab5 random-seed: add little tool for saving/loading random seed on shutdown/boot, but don't enable it by default by Lennart Poettering · 15 years ago
  70. 34e9ba6 service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services by Lennart Poettering · 15 years ago
  71. 0278dfe unit: create three seperate plymouth service for halt/poweroff/reboot by Lennart Poettering · 15 years ago
  72. 145b66a unit: move prefdm after livesys by Lennart Poettering · 15 years ago
  73. 8e1e105 plymouth: call plymouth quit before running the getty, not after by Lennart Poettering · 15 years ago
  74. cd6d0a4 utmp: enable systemd-update-utmp by default by Lennart Poettering · 15 years ago
  75. b5e9dba unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManualStop= by Lennart Poettering · 15 years ago
  76. 1310609 unit: hook plymouth into the boot by Lennart Poettering · 15 years ago
  77. 1f31e8d units: ignore exit codes of killall scripts by Lennart Poettering · 15 years ago
  78. 61bec80 getty: properly synchronize of tty devices being plugged in by Lennart Poettering · 15 years ago
  79. 1e532d1 units: make sure that killall does not wait for the tty by Lennart Poettering · 15 years ago
  80. 69dd285 manager: when two pending jobs conflict, keep the one that "conflicts", remove the one that is "conflicted" by Lennart Poettering · 15 years ago
  81. 8519e86 units: add missing fsck.target file by Lennart Poettering · 15 years ago
  82. 922cc00 units: split fsck.target from sysinit.target for suse compat by Lennart Poettering · 15 years ago
  83. 30609d9 units: always send HUP when dealing with shells/gettys/logins by Lennart Poettering · 15 years ago
  84. 7d49c54 units: getty - suse: login wants SIGHUP by Kay Sievers · 15 years ago
  85. 00a11ba units: suse - reboot: do not wait for tty by Kay Sievers · 15 years ago
  86. 183ae5f reboot: don't wait for input tty by Lennart Poettering · 15 years ago
  87. ccbe77e units: remove redundant ordering dependency by Lennart Poettering · 15 years ago
  88. 14a35a8 units: make sure that prefdm wins over the getty if both are pulled in by Lennart Poettering · 15 years ago
  89. a48bcc4 units: add conflicts between prefdm and getty@tty1 to avoid race for tty1 by Lennart Poettering · 15 years ago
  90. 218362d units: add [Install] section to getty.target and remote-fs.target by Lennart Poettering · 15 years ago
  91. c24eb49 exec: extend variable substitution to support splitting variable values into seperate arguments by Lennart Poettering · 15 years ago
  92. 36adffe fedora: make sure the gettys are run before X starts up by Lennart Poettering · 15 years ago
  93. 2d3b2c0 units: introduce smartcard.target by Lennart Poettering · 15 years ago
  94. bb4f237 units: fix default mode of /var/run and /var/lock by Lennart Poettering · 15 years ago
  95. 172f647 units: update other distro units to recent fedora changes by Lennart Poettering · 15 years ago
  96. eee4b05 units: add missing target files by Lennart Poettering · 15 years ago
  97. 13fe456 units: fix minor typo by Lennart Poettering · 15 years ago
  98. 201e673 units: fix ordering problem by Lennart Poettering · 15 years ago
  99. a974d58 units: rely only on isolate to remove running services when entering rescue/emergency modes by Lennart Poettering · 15 years ago
  100. 0667db8 units: add missing units by Lennart Poettering · 15 years ago