systemd 9
  1. f73d93a service: calculate sysv startup priority only in start runlevels by Lennart Poettering · 15 years ago
  2. c68364b service: make sure we properly figure out whether a sysv service is enabled before creating $foo wants links by Lennart Poettering · 15 years ago
  3. 5ed9f5d unit: don't retroactively start units if we failed to shutdown a unit by Lennart Poettering · 15 years ago
  4. 53c6a35 dbus: don't send cgroup agent messages directly to system bus to avoid dbus activation loop by Lennart Poettering · 15 years ago
  5. 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
  6. 7f97f0f service: properly handle if the main process is down and we wait for the cgroup to die, too by Lennart Poettering · 15 years ago
  7. 5d452f9 dbus: make sure to flush bus connection before disconnecting, so that no messages are lost by Lennart Poettering · 15 years ago
  8. 18ffdfd unit: unify some code by Lennart Poettering · 15 years ago
  9. 8f6df3f dbus: don't accept activation requests anymore if we are going down anyway by Lennart Poettering · 15 years ago
  10. aabd9b1 systemctl: make sure daemon-reexec and friends return a correct error code by Lennart Poettering · 15 years ago
  11. 706900b systemctl: fix return value of systemctl start and friends by Lennart Poettering · 15 years ago
  12. 28708d8 service: recheck PID status when a cgroup runs empty by Lennart Poettering · 15 years ago
  13. f5a5011 service: wait for process exit only if we actually killed somebody by Lennart Poettering · 15 years ago
  14. fe71c02 manager: reword some error messages regarding "logs" by Lennart Poettering · 15 years ago
  15. eed1d0e util: leave locked terminal attributes untouched so that we don't interfere with plymouth by Lennart Poettering · 15 years ago
  16. 7b2603e service: properly pass dbus error structure by Michal Schmidt · 15 years ago
  17. 60dc72b manager: make sure we free the dbus error only if we actually use one by Lennart Poettering · 15 years ago
  18. ca949c9 service: rework killing logic so that we always kill the main process, even if it left our service cgroup by Lennart Poettering · 15 years ago
  19. 22f4096 systemctl: rework exit codes for all utility programs to follow LSB or other standards by Lennart Poettering · 15 years ago
  20. f73e33d systemctl: avoid wrapping of headers/footers by Lennart Poettering · 15 years ago
  21. 9ed95f4 util: look at STDOUT, not STDIN, when determining tty columns by Lennart Poettering · 15 years ago
  22. dd6c17b exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface by Lennart Poettering · 15 years ago
  23. fdf20a3 manager: add missing second part of s/maintenance/failed/ by Matthew Miller · 15 years ago
  24. 74ac3cb manager: rename 'maintenance' state to 'failed' to avoid user confusion by Matthew Miller · 15 years ago
  25. c88e7f4 manager: don't try to minimize transaction when using isolate by Lennart Poettering · 15 years ago
  26. da726a4 exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERR by Lennart Poettering · 15 years ago
  27. 2528a7a unit: introduce AllowIsolate= switch by Lennart Poettering · 15 years ago
  28. b2bb3db console: rework automatic getty on kernel console logic again by Lennart Poettering · 15 years ago
  29. 3177a49 service: properly handle Fedora's broken MTA meta-service name by Lennart Poettering · 15 years ago
  30. 43a3754 service: reword warnings a little by Lennart Poettering · 15 years ago
  31. 42a097a service: if we cannot add an alias to a sysv service, ignore this and go on by Lennart Poettering · 15 years ago
  32. eb9e50d device: allow aliases on devices by Lennart Poettering · 15 years ago
  33. cc8a7a6 systemctl: very very trivial typo patch :) by Matthew Miller · 15 years ago
  34. 81bf310 mount: imply noauto for mount points configured with native mount files by Lennart Poettering · 15 years ago
  35. 173a8d0 mount: rework automatic mounting to follow the 'nofail' option in fstab by Lennart Poettering · 15 years ago
  36. 4cf5d67 dbus: simplify some dbus error messages a bit by Lennart Poettering · 15 years ago
  37. 50f74de sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel fills this in anyway by Lennart Poettering · 15 years ago
  38. 77d5f10 cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup by Lennart Poettering · 15 years ago
  39. ee2083d utmp: document that the order of preference for runlevel numbers might be something to change in other distributions by Lennart Poettering · 15 years ago
  40. 3006982 utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S instead of 1 by Lennart Poettering · 15 years ago
  41. f3d4101 systemctl: rename a few status lines by Lennart Poettering · 15 years ago
  42. 584be56 systemctl: show timestamps for state changes by Lennart Poettering · 15 years ago
  43. f1e36d6 systemctl: add --sysv-compat by Lennart Poettering · 15 years ago
  44. 44bcea6 log: SCM_CREDENTIALS will be added by the kernel anyway, so there's no need to write them manually by Lennart Poettering · 15 years ago
  45. d368916 mount: add global configuration options for handling of auto mounts by Lennart Poettering · 15 years ago
  46. 93a45c5 serial: use seperate getty template for serial ttys by Lennart Poettering · 15 years ago
  47. addab13 syslog: add minimal syslog/kmsg bridge syslogd by Lennart Poettering · 15 years ago
  48. 8e4d105 mount: don't create depdency for device node of root fs, since it is always there by Lennart Poettering · 15 years ago
  49. 6309077 log: pass SCM_CREDENTIALS when logging to syslog by Lennart Poettering · 15 years ago
  50. 5845b46 device: handle properly if two devices want to have the same name by Lennart Poettering · 15 years ago
  51. 1afbdcb exit-status: add missing files src/exit-status.h src/exit-status.c by Lennart Poettering · 15 years ago
  52. 449ddb2 remount: add tool that applies /etc/fstab mount options to all api mounts by Lennart Poettering · 15 years ago
  53. 11ce342 mount: properly handle LABEL="" in fstab by Lennart Poettering · 15 years ago
  54. 049f864 selinux: properly query policy for FIFO files by Lennart Poettering · 15 years ago
  55. c4e2cea dbus: follow standardized fdo PropertiesChanged signal spec by Lennart Poettering · 15 years ago
  56. d06dacd service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and decode exit codes in systemctl by Lennart Poettering · 15 years ago
  57. 8a2b3c0 service: make sure sysv services marked as interactive in the LSB header get output on the TTY in all cases by Lennart Poettering · 15 years ago
  58. be11c12 kmod: downgrade modprobe log message for since ipv6 might be compiled as module for blacklisting by Lennart Poettering · 15 years ago
  59. 28695e0 hostname: if no hostname is configured use localhost by Lennart Poettering · 15 years ago
  60. e590770 hostname: on all distros make the name configured in /etc/hostname take precedence over distro-specific configuration by Lennart Poettering · 15 years ago
  61. 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
  62. 5948ee7 dbus: small typo in introspection data by Matthias Clasen · 15 years ago
  63. 26192df random-seed: honour kernel pool size when saving/restoring seed by Lennart Poettering · 15 years ago
  64. 2dc11f9 udev: dm has been fixed in the meantime by Lennart Poettering · 15 years ago
  65. 4252a5b udev: fix syntax by Lennart Poettering · 15 years ago
  66. a9c501a main: restore an accidentally removed 'else' by Tero Roponen · 15 years ago
  67. 9028d0e dbus: downgrade disconnection message by Lennart Poettering · 15 years ago
  68. 1c27d3f main: properly fallback to rescue.target if default.target is hosed by Lennart Poettering · 15 years ago
  69. 02ee865 service: rename ValidNoProcess= to RemainAfterExit= by Lennart Poettering · 15 years ago
  70. 4694836 service: prefix descriptions when they come from legacy sources by Lennart Poettering · 15 years ago
  71. 85ad5b1 systemctl: break output properly for 80ch terminals by Lennart Poettering · 15 years ago
  72. 1cba2c9 modprobe: kill support for nomodules by Lennart Poettering · 15 years ago
  73. f276a41 shutdown: drop -f/-F switches again, simply because we don't want to condone non-ro root dirs by Lennart Poettering · 15 years ago
  74. 888c621 nss: don't disable nscd anymore, since it doesn't make sense to socket-activate nscd anyway by Lennart Poettering · 15 years ago
  75. 03467c8 emacs: disable tabs in .h files, too by Lennart Poettering · 15 years ago
  76. 9499b23 log: print at to one target at max by Lennart Poettering · 15 years ago
  77. 8630d37 device: be more verbose of udev confuses us by Lennart Poettering · 15 years ago
  78. c0b3469 load-fragment: make parser more forgiving by Lennart Poettering · 15 years ago
  79. 5192bd1 auto-getty: rework auto console getty logic to work in conjunction with single user mode by Lennart Poettering · 15 years ago
  80. 16061c2 shutdownd: kill /etc/nologin file before we go down by Lennart Poettering · 15 years ago
  81. 08e4b1c shutdown: various fixes for handling of delayed shutdowns by Lennart Poettering · 15 years ago
  82. 2396fb0 log: properly open log target in the various utilities by Lennart Poettering · 15 years ago
  83. 618e02c util: properly detect ttyname_r() failing by Lennart Poettering · 15 years ago
  84. 1162059 util: use format_timestamp() instead of ctime() wherever possible by Lennart Poettering · 15 years ago
  85. a2a3a5b systemctl: sort case-insensitively by Lennart Poettering · 15 years ago
  86. 9be9828 systemctl: warn in intervals before going down when delayed shutdown is used by Lennart Poettering · 15 years ago
  87. 6b5ad00 shutdown: if now time argument is passed, imply +1 not +0 by Lennart Poettering · 15 years ago
  88. f614480 systemctl: add support for delayed shutdown, similar to sysv in style by Lennart Poettering · 15 years ago
  89. 6e200d5 random-seed: add missing random-seed.c file by Lennart Poettering · 15 years ago
  90. d6c9574 emacs: make sure nobody accidently adds tabs to our sources by Lennart Poettering · 15 years ago
  91. d90e1a3 systemctl: skip writing of utmp if we booted using systemd, under the assumption that systemd-update-utmp is used by Lennart Poettering · 15 years ago
  92. 36c32ba systemctl: sort 'list-units' output by Lennart Poettering · 15 years ago
  93. 2cf19a7 job: don't accidently access a job that doesn't exist anymore by Lennart Poettering · 15 years ago
  94. 34e9ba6 service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services by Lennart Poettering · 15 years ago
  95. fbc4392 systemctl: properly detect whether taling to systemd via D-Bus worked before falling back to upstart/initctl by Lennart Poettering · 15 years ago
  96. 75676b7 man: document new 'systemctl status PID' syntax by Lennart Poettering · 15 years ago
  97. 4455bcd cgroup: try harder to find a unit a PID belongs to by traversing through parent cgroups by Lennart Poettering · 15 years ago
  98. 598b557 systemctl: when calling 'status' accept a PID by Lennart Poettering · 15 years ago
  99. c31b442 systemctl: show sysv path if it is set if the fragment path isn't in systemctl status by Lennart Poettering · 15 years ago
  100. 3059b1c systemctl: at full stop after last message before shutting down by Lennart Poettering · 15 years ago