1. bd40a2d clang: fix some issues found with clang-analyzer by Lennart Poettering · 14 years ago v17
  2. 0b17248 gcc: make gcc shut up by Lennart Poettering · 14 years ago
  3. 1b2700a build-sys: prep v17 by Lennart Poettering · 14 years ago
  4. 26ea64c update TODO by Lennart Poettering · 14 years ago
  5. db040a6 vala 0.10 seem to work fine by Kay Sievers · 14 years ago
  6. 63c862b cryptsetup: fix ordering loop when dealing with encrypted swap devices by Lennart Poettering · 14 years ago
  7. ed86ebc main: don't warn if /etc/mtab is a symlink to /proc/mounts by Lennart Poettering · 14 years ago
  8. cae18e2 socket: don't crash if the .service unit for a .socket unit is not found by Lennart Poettering · 14 years ago
  9. 0363153 update TODO: drop issues that cannot be reproduce or have been fixed otherwise by Lennart Poettering · 14 years ago
  10. ff2e0f0 mount: ignore if an fsck is requested for a bind mount, so that we don't wait for the bind 'device' to show up by Lennart Poettering · 14 years ago
  11. e0fa621 automount: fix segfault when shutting down by Lennart Poettering · 14 years ago
  12. 76e7bc8 man: give an example for vconsole.conf by Lennart Poettering · 14 years ago
  13. 3996fbe dbus: don't try to connect to the system bus before it is actually up by Lennart Poettering · 14 years ago
  14. 867b3b7 service: make chain of main commands and control commands independent of each other, so that both can be executed simultaneously and independently by Lennart Poettering · 14 years ago
  15. c06b7a1 service: don't allow reload operations for oneshot services by Lennart Poettering · 14 years ago
  16. 26742b3 vala: convert from dbus-glib to gdbus by Lennart Poettering · 14 years ago
  17. 9a57c62 systemctl: highlight failed processes in systemctl status by Lennart Poettering · 14 years ago
  18. 0129173 systemctl: show process type along process exit codes by Lennart Poettering · 14 years ago
  19. e2f3b44 service: when reloading a service fails don't fail the entire service but just the reload job by Lennart Poettering · 14 years ago
  20. f8d0ceb shutdown: use correct kexec options by Brett Witherspoon · 14 years ago
  21. c32e0c4 serial-getty: invoking /sbin/securetty is no longer necessary since pam_securetty can now look for console= in /proc/cmdline by Lennart Poettering · 14 years ago
  22. 4bc5f80 systemctl: before spawning pager cache number of columns by Lennart Poettering · 14 years ago
  23. 3add4d2 pam: optionally keep processes of root user around by Lennart Poettering · 14 years ago
  24. d8cfa08 service: if a reload operation fails, don't shut down the service by Lennart Poettering · 14 years ago
  25. ba035df execute: make sending of SIGKILL on shutdown optional by Lennart Poettering · 14 years ago
  26. 0058d7b mount: FAT uuids are uppercase by Lennart Poettering · 14 years ago
  27. 2292707 man: document missing KillSignal= and swap options by Lennart Poettering · 14 years ago
  28. b24a167 update TODO by Lennart Poettering · 14 years ago
  29. dda9be8 arch: remove rc-local.service by Tom Gundersen · 14 years ago
  30. 521e05c arch: remove support for legacy daemons by Tom Gundersen · 14 years ago
  31. c292c49 build-sys: prepare v16 by Lennart Poettering · 14 years ago v16
  32. 47ae6e6 device: don't warn if we cannot bump the socket buffer by Lennart Poettering · 14 years ago
  33. 487a15b update TODO by Lennart Poettering · 14 years ago
  34. 2d011a7 logger: when passing on PID info, fall back to our own if originating process is already gone by Lennart Poettering · 14 years ago
  35. e83c7c0 service: don't hit an assert if information in LSB headers is incorrectly formatted by Lennart Poettering · 14 years ago
  36. 86a3475 execute,util: fix two small memory leaks by Lennart Poettering · 14 years ago
  37. 2c4b304 specifier: at minimal test by Lennart Poettering · 14 years ago
  38. 1640944 getty: unset locale before execution by Lennart Poettering · 14 years ago
  39. a6ff950 execute: drop empty assignments from env blocks on execution but keep them around otherwise to make them visible by Lennart Poettering · 14 years ago
  40. 7fc942b umount: don't try to detach the dm device the root dir is on, to minimize warning messages by Lennart Poettering · 14 years ago
  41. 35f10fc update TODO by Lennart Poettering · 14 years ago
  42. e624abf locale: fix variable names by Lennart Poettering · 14 years ago
  43. afe4bfe fragment: allow prefixing of the EnvironmentFile= path with - to ignore errors by Lennart Poettering · 14 years ago
  44. 06ac173 update TODO by Lennart Poettering · 14 years ago
  45. c4731d1 util: don't pass invalid fd to fdopendir() on error to avoid corruption of errno by Lennart Poettering · 14 years ago
  46. 022707d tmpfiles: nicer message when two or more conflicting lines are configured for the same file by Lennart Poettering · 14 years ago
  47. 5f7c426 fragment: properly handle quotes in assignments in EnvironmentFile= files by Lennart Poettering · 14 years ago
  48. 3875282 update TODO by Lennart Poettering · 14 years ago
  49. fb8161a update TODO by Lennart Poettering · 14 years ago
  50. 5707631 sysctl: don't warn if sysctls are gone by Lennart Poettering · 14 years ago
  51. a78899f readahead: ignore if files are removed during collection or before replay by Lennart Poettering · 14 years ago
  52. 60b4f27 serial: use TERM=vt100 instead of TERM=vt100-nav by Lennart Poettering · 14 years ago
  53. 75d12d5 systemctl: Don't use Debian's 'sensible-pager', use 'pager' instead by Lennart Poettering · 14 years ago
  54. a05ea46 fix help message for --with-tty-gid configure option by Michael Biebl · 14 years ago
  55. 1d3399e cryptsetup: call mkswap on dm device, not on source device by Lennart Poettering · 14 years ago
  56. bef2733 mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID overridable via configure switch by Lennart Poettering · 14 years ago
  57. 4c00bf2 systemctl: drop redundant getenv('LESS') check by Lennart Poettering · 14 years ago
  58. ec14911 systemctl: spawn pager only for commands that generates long output by Lennart Poettering · 14 years ago
  59. 1888c90 systemctl: make the child the pager, leave systemctl as parent by Lennart Poettering · 14 years ago
  60. 611efaa systemctl: try harder to find a suitable pager by Lennart Poettering · 14 years ago
  61. 0736af9 systemctl: implement auto-pager a la git by Miklos Vajna · 14 years ago
  62. 7165679 arch: remove welcome message by Tom Gundersen · 14 years ago
  63. 5471472 man: remaining spelling fixes by Miklos Vajna · 14 years ago
  64. abd41c8 shutdown: drop redundant sync() invocation by Lennart Poettering · 14 years ago
  65. c29597a util: invoke sync() implicitly on freeze() by Lennart Poettering · 14 years ago
  66. fc84026 update TODO by Kay Sievers · 14 years ago
  67. bf5bb53 update TODO by Kay Sievers · 14 years ago
  68. a247755 tmpfiles: ensure we do no follow symlinks when cleaning up dirs by Lennart Poettering · 14 years ago
  69. 5b81919 service: ifdef (more) distro-specific compat logic by Michael Biebl · 14 years ago
  70. ccbbc0f update TODO by Lennart Poettering · 14 years ago
  71. 5e4ef5e pam: do not sort user sessions into their own cgroups in the 'cpu' hierarchy by default by Lennart Poettering · 14 years ago
  72. 501c875 mount-setup: drop noexec flag from default mount options for /dev/shm by Lennart Poettering · 14 years ago
  73. c8bffa4 util: properly handle OOM when allocating Debian version string by Lennart Poettering · 14 years ago
  74. 22927a3 debian: Prefix welcome string with "Debian " by Michael Biebl · 14 years ago
  75. 01c3a63 Fix misspellings in os-release manpage and hwclock-load.service by Miklos Vajna · 14 years ago
  76. 6279e1f Frugalware: start gettys after local.service by Miklos Vajna · 14 years ago
  77. e199285 service: ifdef distro-specific compat logic by Kay Sievers · 14 years ago
  78. 6553063 service: drop rc. prefix on frugalware linux by Miklos Vajna · 14 years ago
  79. 2dddca4 man: daemon - fix misspellings by Miklos Vajna · 14 years ago
  80. dd04863 update TODO by Kay Sievers · 14 years ago
  81. 8a9ef77 systemd.pc: change 'session' to 'user' by Jesse Zhang · 14 years ago
  82. 0b603b4 suse: add 'smtp' LSB facility by Kay Sievers · 14 years ago
  83. ae92f42 man: modules-load.d - fix misspellings by Miklos Vajna · 14 years ago
  84. fc00b89 update README by Kay Sievers · 14 years ago
  85. da2400b update TODO by Kay Sievers · 14 years ago
  86. 67575ee path: fix watching the root directory by Michal Schmidt · 14 years ago
  87. 550c4dc src/quotacheck.c: Fix typo by Ozan Çağlayan · 14 years ago
  88. 9bee76e man: systemctl - clarify condrestart, force-reload by Ran Benita · 14 years ago
  89. f5c88ec build-sys: frugalware linux support by Miklos Vajna · 14 years ago
  90. 3d42811 man: systemctl - spelling fixes by Ran Benita · 14 years ago
  91. ab85c22 Ensure LIBNOTIFY07 conditional is always set by Michael Biebl · 14 years ago
  92. c1c8ca8 update README by Kay Sievers · 14 years ago
  93. 2f6a1ab Create convenience library libsystemd_daemon.la for sd-daemon.c by Michael Biebl · 14 years ago
  94. d0ef220 gnome-ask-password-agent: also support libnotify < 0.7 for now by Kay Sievers · 14 years ago
  95. 0c8744c update TODO by Kay Sievers · 14 years ago
  96. 2e6081f udev: make sure we aleways read from netlink, if there is data by Kay Sievers · 14 years ago
  97. 99448c1 udev: increase event buffer size, handle -ENOBUFS, handle filtered-out devices by Kay Sievers · 14 years ago
  98. 3d84d05 update TODO by Lennart Poettering · 14 years ago
  99. 85f6a86 update TODO by Lennart Poettering · 14 years ago
  100. 351c7e7 update TODO by Kay Sievers · 14 years ago