1. a45f61d build-sys: add make upload target by Lennart Poettering · 14 years ago v2
  2. 39280fe build-sys: bump version by Lennart Poettering · 14 years ago
  3. 27765df build-sys: disable inline warnings by Lennart Poettering · 14 years ago
  4. 3796721 update fixme by Lennart Poettering · 14 years ago
  5. 455bb5a units: connect shutdown scripts explicitly with the tty, because native units now default to /dev/null stdout otherwise by Lennart Poettering · 14 years ago
  6. 4627d39 build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection files by Lennart Poettering · 14 years ago
  7. ca326f6 main: introduce $SYSTEMD_SKIP_API_MOUNTS to disable mounting of API FS by Lennart Poettering · 14 years ago
  8. 085b94e man: fix minor ambuigity by Lennart Poettering · 14 years ago
  9. dccb260 man: Minor typographic fixes to systemd.xml by Ozan Çağlayan · 14 years ago
  10. 58c16a1 man: Fix minor issues in systemd.unit.xml by Ozan Çağlayan · 14 years ago
  11. b4f10a5 install: various improvements by Lennart Poettering · 14 years ago
  12. bc8c2f5 systemctl: short cut things if we aren't root and the user requested a reboot to suppress unnecessary wall message by Lennart Poettering · 14 years ago
  13. d47b555 systemctl: don't actually reboot/poweroff/halt if only a wtmp update is requested by Kay Sievers · 14 years ago
  14. e34b615 cgls: fix missing initialization by Lennart Poettering · 14 years ago
  15. fa776d8 cgls: beef up control group dumping and introduce cgls tool by Lennart Poettering · 14 years ago
  16. ab35fb1 systemctl: filter and sort member pid of cgroup by Lennart Poettering · 14 years ago
  17. f8820b6 service: don't enable native services via legacy sysv symlinks anymore by Lennart Poettering · 14 years ago
  18. 83698d6 units: properly create prefdm symlink by Lennart Poettering · 14 years ago
  19. 301056b util: fix missing memory initialization by Lennart Poettering · 14 years ago
  20. c368608 mount: fix confirm spawn setting by Lennart Poettering · 14 years ago
  21. 4c90c12 dbus: add missing dbus-errors.h header by Lennart Poettering · 14 years ago
  22. 3193466 units: kill the emergency shell with SIGHUP by Lennart Poettering · 14 years ago
  23. 420a016 man: document variable substitution by Lennart Poettering · 14 years ago
  24. fab56fc execute: support minimal environment variable replacement when executing processes by Lennart Poettering · 14 years ago
  25. 1e3ad08 execute: if the main process of a service already owns the TTY, don't wait for acquiring it again in the reload/stop step by Lennart Poettering · 14 years ago
  26. 398ef8b dbus: make errors reported via D-Bus more useful by Lennart Poettering · 14 years ago
  27. 2105e76 service: set env var for stop/reload commands by Lennart Poettering · 14 years ago
  28. 9c2d9ca job: when converting restart jobs, move them to WAITING state by Lennart Poettering · 14 years ago
  29. 46d95c0 dbus: log received message only once, in filter function by Lennart Poettering · 14 years ago
  30. 07405e9 units: in order to make the default services parseable by GKeyFile, merge repeated lines by Lennart Poettering · 14 years ago
  31. e167fb8 util: handle \s escape as defined in the XDG spec properly in cunescape() by Lennart Poettering · 14 years ago
  32. 923f8d7 dbus: shut down bus connection cleanly and fully when a direct client disconnects by Lennart Poettering · 14 years ago
  33. b3eaa62 man: update man pages for recent syntax changes by Lennart Poettering · 14 years ago
  34. 61e5d8e service: allow configuration of more than one Exec command in one line by Lennart Poettering · 14 years ago
  35. f60f22d util: use quoted word parsing where applicable by Lennart Poettering · 14 years ago
  36. 6febfd0 util: introduce cunescape_length() by Lennart Poettering · 14 years ago
  37. 0bab36f util: properly handle escaped quotes in words in split_quoted() by Lennart Poettering · 14 years ago
  38. f3d4cc0 util: fix handling of unknown escapes in cunescape() by Lennart Poettering · 14 years ago
  39. 3dab294 conf-parser: support continuation lines with trailing backslashes in lines by Lennart Poettering · 14 years ago
  40. 54165a3 log: bump up a number of log messages so that they are shown even if debug logging is disabled, for diagnostic purposes by Lennart Poettering · 14 years ago
  41. e015090 main: always log when we reexecute or reload by Lennart Poettering · 14 years ago
  42. af2ab1f service: fix parsing word size functions by Lennart Poettering · 14 years ago
  43. 8f75a60 util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word size by Lennart Poettering · 14 years ago
  44. afe1be4 build-sys: prepare release 1 by Lennart Poettering · 14 years ago v1
  45. acb591e execute: change stdout inherit logic, when run as PID 1 use /dev/null by Lennart Poettering · 14 years ago
  46. ecdbca4 service: serialize exec status by Lennart Poettering · 14 years ago
  47. 7c70671 main: lower default log level to INFO by Lennart Poettering · 14 years ago
  48. 2e54424 util: minor simplification when printing welcome text by Lennart Poettering · 14 years ago
  49. e0376b1 systemctl: minor beautifications by Lennart Poettering · 14 years ago
  50. a822056 initctl: check peer credentials after connection by Lennart Poettering · 14 years ago
  51. f4579ce dbus: don't try to run AddMatch when connected to a private bus by Lennart Poettering · 14 years ago
  52. ad678a0 man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, systemd.exec, systemd, and systemd.timer pages by Conrad Meyer · 14 years ago
  53. 7b97f47 dbus: send reload completion message on right connection by Lennart Poettering · 14 years ago
  54. ed4c1cc unit: when reading description from LSB prefer short over long description by Lennart Poettering · 14 years ago
  55. 9aab5a7 unit: don't cancel dependent jobs if a stopped daemon returned an error code by Lennart Poettering · 14 years ago
  56. 7e61bf2 systemctl: minor cosmetic fixes by Lennart Poettering · 14 years ago
  57. 455d8dc main: show welcome string only when asked for by Lennart Poettering · 14 years ago
  58. fd8bccf sd-daemon: Fix path check in sd_is_fifo() by Martin Mikkelsen · 14 years ago
  59. f3e219a update man pages for recent changes by Lennart Poettering · 14 years ago
  60. 487393e main: implement manager configuration file by Lennart Poettering · 14 years ago
  61. c846ff4 main: show welcome message on boot by Lennart Poettering · 14 years ago
  62. 9e58ff9 manager: optionally print status updates to console on boot by Lennart Poettering · 14 years ago
  63. fa0f4d8 main: add a native implementation of the 'nomodules' kernel option understood by fedora init scripts by Lennart Poettering · 14 years ago
  64. 057fbb5 util: fix space calculation in get_process_cmdline() by Lennart Poettering · 14 years ago
  65. ed2d7a4 systemctl: when we cannot load a unit, retry with getting it by Lennart Poettering · 14 years ago
  66. 894ba51 dbus: fix segfault with direct local connections by Lennart Poettering · 14 years ago
  67. 9335c44 build-sys: fix EXTRA_DIST by Kay Sievers · 14 years ago
  68. fc6071b systemctl: don't use UTF directly by Lennart Poettering · 14 years ago
  69. 5f75059 systemctl: fix parsing of cgroup contents by Lennart Poettering · 14 years ago
  70. 72f9570 man: document new systemd-install --start option by Lennart Poettering · 14 years ago
  71. 9a1ac7b install: implement --start option by Lennart Poettering · 14 years ago
  72. 59a3e1b man: more blurbs by Lennart Poettering · 14 years ago
  73. 99ffae4 man: add missing parts to man pages by Lennart Poettering · 14 years ago
  74. c59760e systemctl: show cgroup contents in status by Lennart Poettering · 14 years ago
  75. 61cbdc4 systemctl: implement 'status' command by Lennart Poettering · 14 years ago
  76. 7492290 turn negative options into positive options by Lennart Poettering · 14 years ago
  77. a567261 dbus: send signals about jobs to the clients having created them unconditionally, and thus get rid of broadcast signals in most cases by Lennart Poettering · 14 years ago
  78. 552e433 systemctl: use format_timespan() where applicable by Lennart Poettering · 14 years ago
  79. fae20b1 dbus: fix unclean shut-down by Lennart Poettering · 14 years ago
  80. 03fae01 uniformly suffix time span properties with their unit by Lennart Poettering · 14 years ago
  81. 393a2f9 man: update systemctl man page by Lennart Poettering · 14 years ago
  82. fe68089 dbus: complete exec command coverage by Lennart Poettering · 14 years ago
  83. b58b411 dbus: complete exec status coverage by Lennart Poettering · 14 years ago
  84. 14ad1d1 dbus: include NextElapse field in timer properties by Lennart Poettering · 14 years ago
  85. 82c121a dbus: complete exec coverage by Lennart Poettering · 14 years ago
  86. d264aa3 dbus: complete coverage of service units by Lennart Poettering · 14 years ago
  87. 4e1e43c dbus: complete socket unit coverage by Lennart Poettering · 14 years ago
  88. 6681ad4 dbus: complete target unit coverage by Lennart Poettering · 14 years ago
  89. 5bd0707 dbus: complete automount and mount unit coverage by Lennart Poettering · 14 years ago
  90. f295f5c dbus: complete coverage of manager interface by Lennart Poettering · 14 years ago
  91. 707e5e5 dbus: complete coverage of timer units by Lennart Poettering · 14 years ago
  92. e87d181 systemctl: load unit when introspecting by Lennart Poettering · 14 years ago
  93. a68c7a7 dbus: complete coverage for unit interface by Lennart Poettering · 14 years ago
  94. ebf57b8 dbus: complete coverage for path units by Lennart Poettering · 14 years ago
  95. 4822059 systemctl: implement 'show' command by Lennart Poettering · 14 years ago
  96. 09c6619 dbus: implement GetAll() with empty interface string properly by Lennart Poettering · 14 years ago
  97. 0442c13 dbus: properly name StartupTimestamp property by Lennart Poettering · 14 years ago
  98. 62adf22 man: various man page updates by Lennart Poettering · 14 years ago
  99. af65a09 units: update shipped unit files for DefaultDependencies= by Lennart Poettering · 14 years ago
  100. daf32cc snapshot: downgrade automatic dependencies from Requires to Wants by Lennart Poettering · 14 years ago