1. 4d92e07 update contributors list by Lennart Poettering · 12 years ago v195
  2. 603cd8f update TODO by Lennart Poettering · 12 years ago
  3. bcbd540 mount: make sure m->where is set before unit_add_exec_dependencies() by Will Woods · 12 years ago
  4. 5411ae4 units: use numerig signal for killing systemd, to avoid incompatibilities with procps/util-linux kill by Lennart Poettering · 12 years ago
  5. 4474d8a units: also add journalctl suggestion to emergency.service by Lennart Poettering · 12 years ago
  6. 74dc2b1 units: suggest journalctl -b in rescue.service so that only messages from the current boot are shown by Lennart Poettering · 12 years ago
  7. 2609659 systemctl: refer to systemctl -n, to not overwhelm the admin by Lennart Poettering · 12 years ago
  8. 139ee8c build-sys: prepare 195 by Lennart Poettering · 12 years ago
  9. 06bf461 update TODO by Lennart Poettering · 12 years ago
  10. c4b996b readahead: fix fd validity check by Michal Schmidt · 12 years ago
  11. f1c0ece shared: strbuf - add descriprion by Kay Sievers · 12 years ago
  12. 3c62146 shared: move sparse-endian.h from journal by Kay Sievers · 12 years ago
  13. 5b4882b build-sys: fix distcheck by Kay Sievers · 12 years ago
  14. 4693cfb shared: strbuf - add description by Kay Sievers · 12 years ago
  15. 915bf0f udev: use strbuf to store rules strings by Kay Sievers · 12 years ago
  16. 955bd50 shared: strbuf - add string de-duplication facility by Kay Sievers · 12 years ago
  17. b87377f update .gitignore by Kay Sievers · 12 years ago
  18. a9e1247 util: add (x)bsearch_r(), the missing counterpart of qsort_r() by Kay Sievers · 12 years ago
  19. 1d870ac bash-completion: update journalctl for recently added flags by Dave Reisner · 12 years ago
  20. c1c02e0 configure.ac: fix typo in fallback value for KILL by Dave Reisner · 12 years ago
  21. fe29f9d hostnamectl: add more really basic system info to the status output by Lennart Poettering · 12 years ago
  22. 7cd28a8 man: add man page for localectl by Lennart Poettering · 12 years ago
  23. e8c61d7 journal: use le64_t instead of uint64_t where this is appropriate by Lennart Poettering · 12 years ago
  24. 0dd1795 bash-completion: avoid appending space after field competion by Dave Reisner · 12 years ago
  25. a632a03 bash-completion: ensure iterators are locally scoped by Dave Reisner · 12 years ago
  26. 26be51d bash-completion: add completions for hostnamectl by Dave Reisner · 12 years ago
  27. 0962e09 journal: link up documentation with the file structure header by Lennart Poettering · 12 years ago
  28. 936d6fc update TODO by Lennart Poettering · 12 years ago
  29. 44e2f73 bash-completion: add completions for localectl by Dave Reisner · 12 years ago
  30. 5c840a2 bash-completion: add completions for timedatectl by Dave Reisner · 12 years ago
  31. 20f59e4 shared/install: fix typo in comment by Christian Hesse · 12 years ago
  32. df77cdf systemctl: fix return code in chroot by Christian Hesse · 12 years ago
  33. f527b6b make sure __NR_name_to_handle_at is correctly defined by Michael Olbrich · 12 years ago
  34. 2a7cccf random-seed: fix error message typo by Umut Tezduyar · 12 years ago
  35. 5de0409 journal: add tool to extract coredumps by Zbigniew Jędrzejewski-Szmek · 12 years ago
  36. accfdb7 keymap: Tolerate invalid entries in keymaps by Martin Pitt · 12 years ago
  37. 3bb9434 keymap: Fix parsing of hex scan codes in tables by Martin Pitt · 12 years ago
  38. 6e303b2 README.keymap.txt: Drop fdi2rules.py documentation by Martin Pitt · 12 years ago
  39. 2087a7a locale: add client tool localectl similar to hostnamectl/timedatectl by Lennart Poettering · 12 years ago
  40. 31e767f systemctl: modernization by Lennart Poettering · 12 years ago
  41. 8c7c140 util: change endswith() to return a pointer to the suffix by Lennart Poettering · 12 years ago
  42. 857a493 set: introduce strv_sort() by Lennart Poettering · 12 years ago
  43. 9590dfe set: introduce set_get_strv() by Lennart Poettering · 12 years ago
  44. 7591abd timedatectl,hostnamectl: rework --help text by Lennart Poettering · 12 years ago
  45. 3ce51eb Update TODO by Lennart Poettering · 12 years ago
  46. 6d90821 journald.conf: remove MinSize= settings by Lennart Poettering · 12 years ago
  47. aae9a96 systemctl: remove --follow option by Lennart Poettering · 12 years ago
  48. ed757c0 util: unify line caching and column caching by Lennart Poettering · 12 years ago
  49. 8481248 util: unify usage of on_tty() in util.c by Lennart Poettering · 12 years ago
  50. 28917d7 util: simplify column caching logic by Lennart Poettering · 12 years ago
  51. 774471b man: fix compilation warning in sd_journal_query_unique example by Zbigniew Jędrzejewski-Szmek · 12 years ago
  52. ad57912 bash-completion: complete values for journal fields by Dave Reisner · 12 years ago
  53. f89a3b6 journalctl: unify ellipsation handling between journalctl and systemctl by Lennart Poettering · 12 years ago
  54. cd4b13e journalctl: don't ellipsize unless on a tty by Lennart Poettering · 12 years ago
  55. fd6e887 journalctl: honour -n if -F is used by Lennart Poettering · 12 years ago
  56. 0902aa1 man: ensure example of sd_journal_query_unique() compiles cleanly by Lennart Poettering · 12 years ago
  57. 9536e0e journalctl.xml: fix shortopt for --field by Dave Reisner · 12 years ago
  58. b5cff06 journal: fix symbol versioning file by Lennart Poettering · 12 years ago
  59. bdc0292 journal: typo fix by Lennart Poettering · 12 years ago
  60. 1cd8a00 journal: implement filtering in browse.html by Lennart Poettering · 12 years ago
  61. 082d0180 journal: add high-level match option to filter by current boot id by Lennart Poettering · 12 years ago
  62. 240a5fe journal: add ability to list unique fields to gatewayd by Lennart Poettering · 12 years ago
  63. d5c4ed6 journal: validate field name in sd_journal_query_unique() by Lennart Poettering · 12 years ago
  64. 23635a8 systemd: use structured logging for unit changes by Zbigniew Jędrzejewski-Szmek · 12 years ago
  65. b66871d core/execute: use cleanup_strv_free by Zbigniew Jędrzejewski-Szmek · 12 years ago
  66. 115646c libsystemd-journal: export sd_journal_restart_unique by Zbigniew Jędrzejewski-Szmek · 12 years ago
  67. 1a2be33 man: add missing man page by Lennart Poettering · 12 years ago
  68. 0598fd4 journal: suggest rotation when fields are not indexed by Lennart Poettering · 12 years ago
  69. 15804ce journalctl: move access check before the first access to the journal files by Lennart Poettering · 12 years ago
  70. ea117d4 update TODO by Lennart Poettering · 12 years ago
  71. 15119c1 journalctl: implement quering field values with new -F switch by Lennart Poettering · 12 years ago
  72. 3c1668d journal: add ability to list values a specified field can take in all entries of the journal by Lennart Poettering · 12 years ago
  73. 86b2e20 units: rework systemd-exit.service to terminate systemd via signal rather than bus by Lennart Poettering · 12 years ago
  74. 600b704 manager: connect SIGRTMIN+24 to terminating --user instances by Lennart Poettering · 12 years ago
  75. 97ae63e service: when invoking service processes in --user mode set MANAGERPID to PID of systemd by Lennart Poettering · 12 years ago
  76. c978343 timedatectl: rename --fix-system to --adjust-system-clock by Lennart Poettering · 12 years ago
  77. 935fb72 update TODO by Lennart Poettering · 12 years ago
  78. f75cb30 timedatectl: ensure n_zones is initialized by Dave Reisner · 12 years ago
  79. 5996598 timedatectl: properly initialize struct before decoding bus messages by Lennart Poettering · 12 years ago
  80. 01539d6 hostnamed: allow UTF8 chars in pretty hostname again by Lennart Poettering · 12 years ago
  81. 4fa25d6 journal: fix potential integer overflow by Lennart Poettering · 12 years ago
  82. dbc4fba hostname: add new hostnamectl tool as text client for hostnamed by Lennart Poettering · 12 years ago
  83. 0ce8860 docs: install README files into /var/log and 7etc/rc.d/init.d by Lennart Poettering · 12 years ago
  84. c846716 loginctl: show pager also for status command by Lennart Poettering · 12 years ago
  85. 6d0274f timedatectl: introduce new command line client for timedated by Lennart Poettering · 12 years ago
  86. 22349ce Properly handle device aliases used as dependencies by Eelco Dolstra · 12 years ago
  87. 5e6870e journalctl: properly track rotated journals in follow mode by Lennart Poettering · 12 years ago
  88. 44a5fa3 sd-journal: fix bad memory access by Lennart Poettering · 12 years ago
  89. 4b69bfd update TODO by Lennart Poettering · 12 years ago
  90. fb0951b journal: implement time-based rotation/vacuuming by Lennart Poettering · 12 years ago
  91. 1f2da9e journal: sort data items of entries by offset by Lennart Poettering · 12 years ago
  92. b87705c mount: don't try to initialize extra deps for mount units before initializing their basic fields by Lennart Poettering · 12 years ago
  93. 7708588 logind: only release logind session from the PAM module if the same module instance actually created it by Lennart Poettering · 12 years ago
  94. 183de6d id128: introduce new SD_ID128_CONST_STR() macro by Lennart Poettering · 12 years ago
  95. 706911f journal: don't export MESSAGE_ID() macro by Lennart Poettering · 12 years ago
  96. 37e2941 service: Heuristically determine whether SysV scripts support reload by Michael Stapelberg · 12 years ago
  97. a2ab7ee journal: Set the last_unused pointer correctly when attaching an unused window by Colin Guthrie · 12 years ago
  98. 89de694 journal: Properly track the number of allocated windows. by Colin Guthrie · 12 years ago
  99. 696c245 systemctl: append .service when unit does not have valid suffix by Lukas Nykryn · 12 years ago
  100. c3f60ec journalctl: add --unit=/-u to match by unit name by Lennart Poettering · 12 years ago