systemd 8
  1. ca2937c update fixme by Lennart Poettering · 14 years ago
  2. 173a8d0 mount: rework automatic mounting to follow the 'nofail' option in fstab by Lennart Poettering · 14 years ago
  3. 9d22054 update fixme by Lennart Poettering · 14 years ago
  4. 50f74de sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel fills this in anyway by Lennart Poettering · 14 years ago
  5. 20604eb man: minor updates by Lennart Poettering · 14 years ago
  6. 6309077 log: pass SCM_CREDENTIALS when logging to syslog by Lennart Poettering · 14 years ago
  7. 449ddb2 remount: add tool that applies /etc/fstab mount options to all api mounts by Lennart Poettering · 14 years ago
  8. 11ce342 mount: properly handle LABEL="" in fstab by Lennart Poettering · 14 years ago
  9. c4e2cea dbus: follow standardized fdo PropertiesChanged signal spec by Lennart Poettering · 14 years ago
  10. d06dacd service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and decode exit codes in systemctl by Lennart Poettering · 14 years ago
  11. 8a2b3c0 service: make sure sysv services marked as interactive in the LSB header get output on the TTY in all cases by Lennart Poettering · 14 years ago
  12. 71e4012 update fixme by Kay Sievers · 14 years ago
  13. e590770 hostname: on all distros make the name configured in /etc/hostname take precedence over distro-specific configuration by Lennart Poettering · 14 years ago
  14. 490ebb0 update fixme by Lennart Poettering · 14 years ago
  15. 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 · 14 years ago
  16. 9f24a81 units: make sure getty@xxx.service is always run before gettys.target by Lennart Poettering · 14 years ago
  17. 26192df random-seed: honour kernel pool size when saving/restoring seed by Lennart Poettering · 14 years ago
  18. d51d2d3 update fixme by Lennart Poettering · 14 years ago
  19. f556ea4 units: add generic sysctl/hwclock-save service by Lennart Poettering · 14 years ago
  20. 40b3203 update fixme by Lennart Poettering · 14 years ago
  21. 1c27d3f main: properly fallback to rescue.target if default.target is hosed by Lennart Poettering · 14 years ago
  22. 02ee865 service: rename ValidNoProcess= to RemainAfterExit= by Lennart Poettering · 14 years ago
  23. 85ad5b1 systemctl: break output properly for 80ch terminals by Lennart Poettering · 14 years ago
  24. 8acb3d8 update fixme by Kay Sievers · 14 years ago
  25. 21c57e1 update fixme by Kay Sievers · 14 years ago
  26. 20d9100 update fixme by Kay Sievers · 14 years ago
  27. ee70614 update fixme by Lennart Poettering · 14 years ago
  28. 03467c8 emacs: disable tabs in .h files, too by Lennart Poettering · 14 years ago
  29. 3aef3ae update fixme by Lennart Poettering · 14 years ago
  30. 5192bd1 auto-getty: rework auto console getty logic to work in conjunction with single user mode by Lennart Poettering · 14 years ago
  31. ca2cab5 random-seed: add little tool for saving/loading random seed on shutdown/boot, but don't enable it by default by Lennart Poettering · 14 years ago
  32. d90e1a3 systemctl: skip writing of utmp if we booted using systemd, under the assumption that systemd-update-utmp is used by Lennart Poettering · 14 years ago
  33. 36c32ba systemctl: sort 'list-units' output by Lennart Poettering · 14 years ago
  34. c88f64b units: move runlevel[2-5] links to /lib because they are legacy and hence should not be as obviously in sight. The user may still override them by placing links in /etc by Lennart Poettering · 14 years ago
  35. 34e9ba6 service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services by Lennart Poettering · 14 years ago
  36. 00b07cb update fixme by Lennart Poettering · 14 years ago
  37. 0278dfe unit: create three seperate plymouth service for halt/poweroff/reboot by Lennart Poettering · 14 years ago
  38. 598b557 systemctl: when calling 'status' accept a PID by Lennart Poettering · 14 years ago
  39. 20c5e44 update fixme by Lennart Poettering · 14 years ago
  40. c31b442 systemctl: show sysv path if it is set if the fragment path isn't in systemctl status by Lennart Poettering · 14 years ago
  41. 3059b1c systemctl: at full stop after last message before shutting down by Lennart Poettering · 14 years ago
  42. 8821a00 unit: don't show ENOENT configuration file warnings for units that are not essential by Lennart Poettering · 14 years ago
  43. afea26a main: disable nscd properly, if possible by Lennart Poettering · 14 years ago
  44. 444a79d dbus: properly pass capabilities by Lennart Poettering · 14 years ago
  45. e51bc1a selinux: split off selinux calls into seperate file label.c by Lennart Poettering · 14 years ago
  46. cd6d0a4 utmp: enable systemd-update-utmp by default by Lennart Poettering · 14 years ago
  47. 4927fca audit,utmp: implement audit logic and rip utmp stuff out of the main daemon and into a helper binary by Lennart Poettering · 14 years ago
  48. b95cf36 util: when replacing env vars replace unset envvars by nothing by Lennart Poettering · 14 years ago
  49. b5e9dba unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManualStop= by Lennart Poettering · 14 years ago
  50. 77d98d6 update fixme by Kay Sievers · 14 years ago
  51. 33b8d91 update fixme by Lennart Poettering · 14 years ago
  52. 4734232 main: fix auto restarting of units after a configuration reload by Lennart Poettering · 14 years ago
  53. 69dd285 manager: when two pending jobs conflict, keep the one that "conflicts", remove the one that is "conflicted" by Lennart Poettering · 14 years ago
  54. 6e98720 service: hide output of sysv scripts if quiet is passed on the kernel cmdline by Lennart Poettering · 14 years ago
  55. 00bfd42 update fixme by Kay Sievers · 14 years ago
  56. c593cfe sd-daemon: fix compilation on old systems lacking SOCK_CLOEXEC by Lennart Poettering · 14 years ago
  57. b9911f4 update fixme by Kay Sievers · 14 years ago
  58. 2e81c8a manager: downgrade a few log msgs regarding conflicting but fixable jobs by Lennart Poettering · 14 years ago
  59. 75d287d automount: order automount units after fsck, too by Lennart Poettering · 14 years ago
  60. 183ae5f reboot: don't wait for input tty by Lennart Poettering · 14 years ago
  61. 8b33e5c update fixme by Lennart Poettering · 14 years ago
  62. 0742404 update fixme by Lennart Poettering · 14 years ago
  63. 2ab7076 fixme update by Kay Sievers · 14 years ago
  64. ea4a240 systemctl: accept -p more than once by Lennart Poettering · 14 years ago
  65. 5e5c6cd update fixme by Lennart Poettering · 14 years ago
  66. 50f2a90 update fixme by Lennart Poettering · 14 years ago
  67. 294d81f load: make sure that unit files in /etc/ always take precedence, even over link targets, to make them easily overrdiable by Lennart Poettering · 14 years ago
  68. 8f05424 unit: allow symlinking unit files to /dev/null by Lennart Poettering · 14 years ago
  69. c24eb49 exec: extend variable substitution to support splitting variable values into seperate arguments by Lennart Poettering · 14 years ago
  70. 9d25f5e sysv: do not add sysv services that are not enabled in /etc/rcN.d/ to network.target or other LSB-style Provides: targets by Lennart Poettering · 14 years ago
  71. 84b0096 hostname: properly deal with unset hostname in fedora configuration by Lennart Poettering · 14 years ago
  72. 2cc59db systemctl: always disable color when output goes into a file by Lennart Poettering · 14 years ago
  73. d8d5ab9 manager: write serialization to /dev/.systemd/ instead of /dev/shm by Lennart Poettering · 14 years ago
  74. 8fe914e device: do not merge devices by Lennart Poettering · 14 years ago
  75. 5632e37 systemctl: introduce reset-maintenance command by Lennart Poettering · 14 years ago
  76. b997562 man: extend man pages a little by Lennart Poettering · 14 years ago
  77. 246756c install: optionally remove all symlinks from configuration tree recursively by Lennart Poettering · 14 years ago
  78. 92abbef execute: bump up log level of executed processes that failed by Lennart Poettering · 14 years ago
  79. faf919f job: timeout every job independently of the unit by Lennart Poettering · 14 years ago
  80. 064f51f unit: consider only_by_dependency setting when clients ask whether a unit is startable by Lennart Poettering · 14 years ago
  81. 45fb069 systemctl: warn when operating on service files that changed on disk but haven't been reloaded by Lennart Poettering · 14 years ago
  82. 0ff3dea systemctl: always show units with active jobs in list-units output by Lennart Poettering · 14 years ago
  83. cac6f7c service: refuse to start services that are configured for per-connection instantiation to start without a socket by Lennart Poettering · 14 years ago
  84. 6c155fe path,timer: order units after sysinit by default by Lennart Poettering · 14 years ago
  85. 772a599 target: if the user configured a manual ordering between target units and the unit they require don't contradict that automatically by Lennart Poettering · 14 years ago
  86. ad780f1 main: disable nscd if we can to avoid deadlock, just in case by Lennart Poettering · 14 years ago
  87. 4445a87 systemctl: add to command for virtualizing the dependency tree with graphviz by Lennart Poettering · 14 years ago
  88. 14bd37f fixme: refer to rhbz bugs that need fixing by Lennart Poettering · 14 years ago
  89. 70cd22f update fixme by Lennart Poettering · 14 years ago
  90. ab861dd update fixme by Lennart Poettering · 14 years ago
  91. 3b6fdb5 unit: introduce IgnoreDependencyFailure= by Lennart Poettering · 14 years ago
  92. b708e7c execute: optionally ignore return status of invoked commands by Lennart Poettering · 14 years ago
  93. 582a507 systemctl: show exec status of all exited programs by Lennart Poettering · 14 years ago
  94. 2e22afe execute: add ability to configure the kill signal by Lennart Poettering · 14 years ago
  95. 4e67ddd units: introduce umount.target for unmounting all file systems by Lennart Poettering · 14 years ago
  96. b8131a8 systemctl: show connection counters only for Accept=yes sockets by Lennart Poettering · 14 years ago
  97. 828f33e man: update daemon man page a little by Lennart Poettering · 14 years ago
  98. ab5506a update fixme by Lennart Poettering · 14 years ago
  99. 3796721 update fixme by Lennart Poettering · 14 years ago
  100. 9a1ac7b install: implement --start option by Lennart Poettering · 14 years ago