systemd 8
  1. 77d5f10 cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup by Lennart Poettering · 14 years ago
  2. 93a45c5 serial: use seperate getty template for serial ttys by Lennart Poettering · 14 years ago
  3. addab13 syslog: add minimal syslog/kmsg bridge syslogd by Lennart Poettering · 14 years ago
  4. 90685f7 units: add service file that remounts the root file system by Lennart Poettering · 14 years ago
  5. 449ddb2 remount: add tool that applies /etc/fstab mount options to all api mounts by Lennart Poettering · 14 years ago
  6. 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
  7. e590770 hostname: on all distros make the name configured in /etc/hostname take precedence over distro-specific configuration by Lennart Poettering · 14 years ago
  8. 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
  9. 5481ab2 units: add hwclock-load service by Lennart Poettering · 14 years ago
  10. f556ea4 units: add generic sysctl/hwclock-save service by Lennart Poettering · 14 years ago
  11. b54dd8b units: add tmp.mount by Kay Sievers · 14 years ago
  12. 1cba2c9 modprobe: kill support for nomodules by Lennart Poettering · 14 years ago
  13. 3c268bd units: add var-run.service var-lock.service by Kay Sievers · 14 years ago
  14. 5192bd1 auto-getty: rework auto console getty logic to work in conjunction with single user mode by Lennart Poettering · 14 years ago
  15. 9be9828 systemctl: warn in intervals before going down when delayed shutdown is used by Lennart Poettering · 14 years ago
  16. a145090 shutdownd: enable by default by Lennart Poettering · 14 years ago
  17. f614480 systemctl: add support for delayed shutdown, similar to sysv in style by Lennart Poettering · 14 years ago
  18. 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
  19. 3cc144e units: move plymouth services from /etc to /lib since fedora does not support plymouth-less boots by Lennart Poettering · 14 years ago
  20. 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
  21. 0278dfe unit: create three seperate plymouth service for halt/poweroff/reboot by Lennart Poettering · 14 years ago
  22. 302e27c main: log build time features on startup by Lennart Poettering · 14 years ago
  23. e51bc1a selinux: split off selinux calls into seperate file label.c by Lennart Poettering · 14 years ago
  24. cd6d0a4 utmp: enable systemd-update-utmp by default by Lennart Poettering · 14 years ago
  25. 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
  26. 1310609 unit: hook plymouth into the boot by Lennart Poettering · 14 years ago
  27. 3c661fa cgroup: if the system bus cannot be found, send cgroup empty msg directly to init proces by Lennart Poettering · 14 years ago
  28. 922cc00 units: split fsck.target from sysinit.target for suse compat by Lennart Poettering · 14 years ago
  29. ee5762e systemctl: fold systemd-install into systemctl by Lennart Poettering · 14 years ago
  30. 7a58bfa socket: SELinux support for socket creation. by Daniel J Walsh · 14 years ago
  31. c24eb49 exec: extend variable substitution to support splitting variable values into seperate arguments by Lennart Poettering · 14 years ago
  32. ceda54d units: wire smartcard.target into Makefile by Lennart Poettering · 14 years ago
  33. d04247c cgls: rename source file to cgls.c, since we have no prefix for any of the other files either by Lennart Poettering · 14 years ago
  34. da78e1b units: introduce bluetooth.target/printer.target which are activated if the right hardware is plugged in by Lennart Poettering · 14 years ago
  35. f057408 units: introduce emergency.target by Lennart Poettering · 14 years ago
  36. 35d2e7e cgroup: reimplement the last bit of libcgroup functionality natively by Lennart Poettering · 14 years ago
  37. c6c18be cgroup: kill processes, not tasks and other cgroup changes by Lennart Poettering · 14 years ago
  38. 4e67ddd units: introduce umount.target for unmounting all file systems by Lennart Poettering · 14 years ago
  39. 83bda35 build-sys: drop special name hack for dbus.service since a native service file is now shipped upstream dbus by Lennart Poettering · 14 years ago
  40. a45f61d build-sys: add make upload target by Lennart Poettering · 14 years ago v2
  41. 4627d39 build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection files by Lennart Poettering · 14 years ago
  42. b4f10a5 install: various improvements by Lennart Poettering · 14 years ago
  43. fa776d8 cgls: beef up control group dumping and introduce cgls tool by Lennart Poettering · 14 years ago
  44. ab35fb1 systemctl: filter and sort member pid of cgroup by Lennart Poettering · 14 years ago
  45. 83698d6 units: properly create prefdm symlink by Lennart Poettering · 14 years ago
  46. 398ef8b dbus: make errors reported via D-Bus more useful by Lennart Poettering · 14 years ago
  47. a822056 initctl: check peer credentials after connection by Lennart Poettering · 14 years ago
  48. f3e219a update man pages for recent changes by Lennart Poettering · 14 years ago
  49. 487393e main: implement manager configuration file by Lennart Poettering · 14 years ago
  50. fa0f4d8 main: add a native implementation of the 'nomodules' kernel option understood by fedora init scripts by Lennart Poettering · 14 years ago
  51. 9335c44 build-sys: fix EXTRA_DIST by Kay Sievers · 14 years ago
  52. 9a1ac7b install: implement --start option by Lennart Poettering · 14 years ago
  53. af65a09 units: update shipped unit files for DefaultDependencies= by Lennart Poettering · 14 years ago
  54. dd1eb43 man: document execution context related settings by Lennart Poettering · 14 years ago
  55. b2c20dd man: document snapshot units by Lennart Poettering · 14 years ago
  56. eec575d man: document device units by Lennart Poettering · 14 years ago
  57. da49e9a man: document target units by Lennart Poettering · 14 years ago
  58. b36b082 man: document path units by Lennart Poettering · 14 years ago
  59. 11fcc3a man: document timer units by Lennart Poettering · 14 years ago
  60. e0cabd4 man: document swap units by Lennart Poettering · 14 years ago
  61. 65232ea man: document automount units by Lennart Poettering · 14 years ago
  62. cdb788e man: document mount units by Lennart Poettering · 14 years ago
  63. 1f812fe man: document socket units by Lennart Poettering · 14 years ago
  64. c5abba0 man: document systemd-notify by Lennart Poettering · 14 years ago
  65. 6f6083d man: rework man page generation in makefile by Lennart Poettering · 14 years ago
  66. 7874bcd man: extend manual page documentation by Lennart Poettering · 14 years ago
  67. 160cd5c man: add more man pages by Lennart Poettering · 14 years ago
  68. c636591 man: generate ANSI prototypes in HTML man pages by Lennart Poettering · 14 years ago
  69. 359957e man: document runlevel and systemd-install by Lennart Poettering · 14 years ago
  70. f937842 man: document sd-daemon.[ch] by Lennart Poettering · 14 years ago
  71. a3723b9 build-sys: fix directory creation of a few dirs by Lennart Poettering · 14 years ago
  72. 795750c build-sys: install more docs by Lennart Poettering · 14 years ago
  73. 64aba79 man: add initial version of daemon(7) by Lennart Poettering · 14 years ago
  74. 64ca679e build-sys: fix make distcheck by Lennart Poettering · 14 years ago
  75. 8c6db83 pam: implement systemd PAM module and generelize cgroup API for that a bit by Lennart Poettering · 14 years ago
  76. 2cb1a60 init: call telinit in case we are run as init and not pid1 by Lennart Poettering · 14 years ago
  77. 514f4ef systemctl: add verbs for special units by Lennart Poettering · 14 years ago
  78. 139be57 build-sys: speed up build via convenience library by Lennart Poettering · 14 years ago
  79. 634826b fix --nonet calls to xsltproc by Pavol Rusnak · 14 years ago
  80. 240a3a8 doc: install sd-daemon.[ch] as docs by Lennart Poettering · 14 years ago
  81. e4b6134 systemctl: provide compatibility implementations for various sysv utilities by Lennart Poettering · 14 years ago
  82. 4a2a8b5 notify: add systemd-notify command line tool by Lennart Poettering · 14 years ago
  83. 1ebdf2d units: make Arch boot by Tom Gundersen · 14 years ago
  84. 5b6319d service: optionally call into PAM when dropping priviliges by Lennart Poettering · 14 years ago
  85. 0213c3f socket: add optional libwrap support by Lennart Poettering · 14 years ago
  86. 8c47c73 notify: add minimal readiness/status protocol for spawned daemons by Lennart Poettering · 14 years ago
  87. 10e87ee install: add systemd-install tool for managing alias/wants symlinks by Lennart Poettering · 14 years ago
  88. 84e3543 manager: split off path lookup logic into own .c file by Lennart Poettering · 14 years ago
  89. 7e4249b systemctl: reimplement systemctl in pure C without Vala/GObject by Lennart Poettering · 14 years ago
  90. d2d12cd build-sys: make make distcheck work again by Lennart Poettering · 14 years ago
  91. d122948 dbus: install bus activation file by Lennart Poettering · 14 years ago
  92. f92a18f units: introduce and explain sysinit.target by Lennart Poettering · 14 years ago
  93. e1d680a tests: build the right tests by Lennart Poettering · 14 years ago
  94. 1136a37 untis: fix path to helper services by Lennart Poettering · 14 years ago
  95. 65b0095 units: add SUSE service files by Kay Sievers · 14 years ago
  96. 134dc48 build-sys: add missing backslash by Lennart Poettering · 14 years ago
  97. f401faf build-sys: move systemd from /sbin to /bin since it should be used by normal users too, for session handling by Lennart Poettering · 14 years ago
  98. 8c4a307 build-sys: install stuff intended for / into ${rootdir} which is configurable with --with-rootdir= by Lennart Poettering · 14 years ago
  99. 5c546cb units: drop fuse fs from automount, since this is now done by udev internally by Lennart Poettering · 14 years ago
  100. f306f4c units: fix Gentoo services by Marc-Antoine Perennou · 15 years ago