systemd 37
  1. 822b185 units: forgot target units by Lennart Poettering · 14 years ago
  2. f84aea4 units: increase LimitNOFILE a bit by Lennart Poettering · 14 years ago
  3. 8266f98 units: remount root and API FS before all mount units are applied by Lennart Poettering · 14 years ago
  4. a966a50 readahead: opt out of bridge logging for readahead in order not to delay things unnecessarily by Lennart Poettering · 14 years ago
  5. 0fe9972 units: fix rescue.service race with plymouth by Michal Schmidt · 14 years ago
  6. 7ef5875 units: introduce unit file for FUSE fs by Lennart Poettering · 14 years ago
  7. d418f85 units: In MeeGo there was more than one ExecStart lines present that caused systemd to refuse the rescue.service by Marko Saukko · 14 years ago
  8. 4f38cd8 units: we don't need to check whether /sys/kernel/security is already mounted since we'll enumerate that fact anyway by Lennart Poettering · 14 years ago
  9. ac0a983 units: drop automount unit for /dev/hugepages by Lennart Poettering · 14 years ago
  10. 1f2c94a units: drop automount unit for /dev/mqueue by Lennart Poettering · 14 years ago
  11. 77f81d8 units: drop automount unit for /sys/kernel/security by Lennart Poettering · 14 years ago
  12. e124e7a units: drop automount unit for /sys/kernel/debug by Lennart Poettering · 14 years ago
  13. 0286cc1 units: drop /sys/kernel/config automount unit by Lennart Poettering · 14 years ago
  14. 0d60602 condition: add ConditionPathIsSymbolicLink by Michal Schmidt · 14 years ago
  15. b1db68f units: don't initialize automount point for securityfs if the initrd already mounted the directory by Lennart Poettering · 14 years ago
  16. cbe8269 units: direct stdout/stderr of rescue shells to tty by Michal Schmidt · 14 years ago
  17. d6bca18 units: Add support for automounting configfs, ala debugfs, etc. by Bill Nottingham · 14 years ago
  18. 07bceef locale: support $LANGUAGE too by Lennart Poettering · 14 years ago
  19. 4b7b2ef man: don't recommend After=syslog.target anymore since we don't support non-socket-activatable syslogs anymore where that was ncessary by Lennart Poettering · 14 years ago
  20. 346bce1 stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive by Lennart Poettering · 14 years ago
  21. 6b3fd98 untis: allow both console and plymouth ask password agents in boot transaction to allow dynamically disabled plymouth by Lennart Poettering · 14 years ago
  22. 8e4fb44 plymouth: don't enable ask-password agent of plymouth is disabled by Lennart Poettering · 14 years ago
  23. 1d6702e umask: set umask of a number of sockets by default, even though we check creds on connections by Lennart Poettering · 14 years ago
  24. 82e487c unit: introduce ConditionFileIsExecutable= and use it where we check for a binary we'll spawn by Lennart Poettering · 14 years ago
  25. a268a6a units: add units for boot.local/halt.local on SUSE distributions. by Frederic Crozat · 14 years ago
  26. 26b8e97 units: enable dev-hugepages.automount and dev-mqueue.automount only when enabled in kernel by Lennart Poettering · 14 years ago
  27. bde7f90 logind: temporarily hack right user bus address into unit file by Lennart Poettering · 14 years ago
  28. d42d27e logind: add service for per-user shared systemd daemon by Lennart Poettering · 14 years ago
  29. d0a522e logind: autospawn gettys when necessary by Lennart Poettering · 14 years ago
  30. 1616acb units: Use /etc/rc.d/rc.local as the path to rc.local in Fedora. by Bill Nottingham · 14 years ago
  31. 3084a7c logind: add more necessary caps to the service by Lennart Poettering · 14 years ago
  32. 0940629 logind: fix set of capabilities by Lennart Poettering · 14 years ago
  33. 91f9dca dbus: add dbus introspection extraction by Lennart Poettering · 14 years ago
  34. f401e48 mechanisms: add mechanisms to change system locale and clock by Lennart Poettering · 14 years ago
  35. 54763e1 remote-fs.target: do not order after network.target by Tom Gundersen · 14 years ago
  36. da26173 drop hwclock-save.service by Kay Sievers · 14 years ago
  37. 7948c4d rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8) by Kay Sievers · 14 years ago
  38. 6ea832a exec: hangup/reset/deallocate VTs in gettys by Lennart Poettering · 14 years ago
  39. 34a852e units: Enable plymouth for Frugalware by Miklos Vajna · 14 years ago
  40. 7ec75dc units: enable automount units only if the kernel supports them by Lennart Poettering · 14 years ago
  41. adf70c5 binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty= by Kay Sievers · 14 years ago
  42. 24a73f5 plymouth: introduce plymouth.enable=0 kernel command line switch by Lennart Poettering · 14 years ago
  43. 9534ce5 units: set capability bounding set for syslog services by Lennart Poettering · 14 years ago
  44. 54e4fde MeeGo support by Chris E Ferron · 14 years ago
  45. f67c572 fsck: don't fsck against basic.target in order to properly allow automount /home by Lennart Poettering · 14 years ago
  46. 2286fdf hostnamed: drop all caps but CAP_SYS_ADMIN by Lennart Poettering · 14 years ago
  47. 7640a5d hostnamed: introduce systemd-hostnamed by Lennart Poettering · 14 years ago
  48. 25e3655 units: wording fix by Lennart Poettering · 14 years ago
  49. 42549a5 units: order quotacheck after remount-rootfs by Lennart Poettering · 14 years ago
  50. c8f4d76 manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger around when isolating by Lennart Poettering · 14 years ago
  51. cfcab43 units: never pull in sysinit from utmp, so that we can shutdown from emergency mode without pulling in sysinit by Lennart Poettering · 14 years ago
  52. 57bd423 units: require syslog.socket from the logger because we simply fail if we don't have it by Lennart Poettering · 14 years ago
  53. 530add9 logger: adjust socket description to match service by Lennart Poettering · 14 years ago
  54. 1b5e669 units: set stdout of kmsg syslogd to /dev/null by Lennart Poettering · 14 years ago
  55. 7f62e37 units: add --no-block when starting normal service after shell exited by Lennart Poettering · 14 years ago
  56. 090bf7c units: isolate emergency.target instead of emergency.service when we fail to mount all file systems by Lennart Poettering · 14 years ago
  57. b9a2a36 local-fs: invoke emergency.service mounting at boot fails by Lennart Poettering · 14 years ago
  58. 0e456f9 path: optionally, create watched directories in .path units by Lennart Poettering · 14 years ago
  59. 4466194 units: rename rtc-set.target to time-sync.target and pull it in by hwclock-load.service by Lennart Poettering · 14 years ago
  60. 33bd08a units: call the logger a bridge too by Lennart Poettering · 14 years ago
  61. f1159d7 logger: name socket like service by Lennart Poettering · 14 years ago
  62. 30d6500 units: improve logger descriptions by Lennart Poettering · 14 years ago
  63. 151b190 binfmt: add binfmt tool to set up binfmt_misc at boot by Lennart Poettering · 14 years ago
  64. 99ee2e9 initctl: /dev/initctl is a named pipe, not a socket by Lennart Poettering · 14 years ago
  65. 9408a2d plymouth: use PID file to detect whether ply is running by Lennart Poettering · 14 years ago
  66. 39366ba plymouth: don't explicitly enable status message when plymouth is up by Lennart Poettering · 14 years ago v21
  67. cd25cce exec: drop process group kill mode since it has little use and confuses the user by Lennart Poettering · 14 years ago
  68. 1ead1ca man: really fix all LC_MESSAGE to LC_MESSAGES by Lennart Poettering · 14 years ago
  69. c20deda plymouth: Remove the calls to plymouth message by William Jon McCann · 14 years ago
  70. 2b583ce use /run instead of /dev/.run by Kay Sievers · 14 years ago
  71. 8c94438 units: replace Names=dm.service with symlink for mandriva prefdm by Andrey Borzenkov · 14 years ago
  72. 0c38010 mount: pull in quota services from local mountpoints with usr/grpquota options by Andrey Borzenkov · 14 years ago
  73. a0e155d units: pull in syslog.target from syslog.socket by Lennart Poettering · 14 years ago
  74. d94ac66 units: don't ever pull in SysV targets from other SysV targets by Lennart Poettering · 14 years ago
  75. 1c7c17e units: document that some targets exists only for compat with SysV by Lennart Poettering · 14 years ago
  76. 6699c85 units: we don't need to generate syslog.target with sed anymore by Lennart Poettering · 14 years ago
  77. db25d1d units: we no longer need m4 to build graphical.target or multi-user.taregt by Lennart Poettering · 14 years ago
  78. b1c66c4 units: on mandriva/fedora create single.service alias via symlink, not Names= by Lennart Poettering · 14 years ago
  79. 97df13c units: get rid of runlevel Names=, the symlinks in /lib/systemd/system are much more useful by Lennart Poettering · 14 years ago
  80. 997a624 units: get rid of empty units/suse/ subdir by Lennart Poettering · 14 years ago
  81. f1dd0c3 syslog: rework syslog detection so that we need no compile-time option what the name of the syslog implementation is by Lennart Poettering · 14 years ago
  82. 177b3ff special: get rid of dbus.target by Lennart Poettering · 14 years ago
  83. 196e3fa Add Frugalware display-manager service by Miklos Vajna · 14 years ago
  84. 1063dc3 units: add console-shell.service which can be used insted of the gettys to get a shell on /dev/console by Lennart Poettering · 14 years ago
  85. 91b22f2 core: move abstract namespace sockets to /dev/.run by Lennart Poettering · 14 years ago
  86. 7d640cd units: move the last flag files to /dev/.run by Lennart Poettering · 14 years ago
  87. b925e72 dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemd by Lennart Poettering · 14 years ago
  88. cc5524e mount: use /dev/.run as an early boot alias for /var/run by Lennart Poettering · 14 years ago
  89. 1de4d79 build-sys: add Mandriva distribution support by Andrey Borzenkov · 14 years ago v20
  90. 267632f unit: distuingish mandatory from triggering conditions by Lennart Poettering · 14 years ago
  91. c4b5a3d mount: make /media a tmpfs by Lennart Poettering · 14 years ago
  92. 53bdb7c build-sys: update ALTLinux support by Alexey Shabalin · 14 years ago
  93. aa2e211 units: synchronize gettys to plymouth even if plymouth is killed by gdm by Lennart Poettering · 14 years ago
  94. be12dd0 rescue: terminate plymouth entirely when going into rescue mode by Lennart Poettering · 14 years ago
  95. 3642d1c plymouth: don't wait forever for plymouth in case it is stuck by Lennart Poettering · 14 years ago
  96. b7ff1e4 plymouth: ensure we start not a single getty before plymouth is gone because we never know which ttys plymouth still controls by Lennart Poettering · 14 years ago
  97. 80f7378 unit: don't timeout fsck by Lennart Poettering · 14 years ago
  98. 783bd61 units: order fsck@.service before basic.target instead of local-fs.target to relax things a little by Lennart Poettering · 14 years ago
  99. 70db8e3 rescue: make 'systemctl default' fail if there is already something running when the shell exited by Lennart Poettering · 14 years ago
  100. 0a494f1 exec: introduce global defaults for the standard output of services by Lennart Poettering · 14 years ago