1. 606c24e build-sys: prepare 204 by Lennart Poettering · 12 years ago v204
  2. 2aba426 man: document that the kernel's audit subsystem is currently incompatible with nspawn containers by Lennart Poettering · 12 years ago
  3. b62ee52 condition, man: Add support for ConditionSecurity=smack by Karol Lewandowski · 12 years ago
  4. 539e0a4 systemd-python: add wrappers for easy functions in sd-login by Zbigniew Jędrzejewski-Szmek · 12 years ago
  5. 5afbe71 systemd-python: add __version__ strings by Zbigniew Jędrzejewski-Szmek · 12 years ago
  6. 6866780 Rearrange a few fields to reduce holes by Zbigniew Jędrzejewski-Szmek · 12 years ago
  7. fa13e4a man: add permalinks to subsection titles too by Zbigniew Jędrzejewski-Szmek · 12 years ago
  8. cdf1733 update TODO by Lennart Poettering · 12 years ago
  9. c0b21b9 hostnamectl: suppress outputting of pretty hostname field in status if empty by Lennart Poettering · 12 years ago
  10. e724b06 hostname: only suppress setting of pretty hostname if it is non-equal to the static hostname and if the static hostname is set, too by Lennart Poettering · 12 years ago
  11. 0b95a21 build-sys: properly mkdir for GENERAL_ALIASES by Zbigniew Jędrzejewski-Szmek · 12 years ago
  12. 20d4087 build-sys: properly mkdir with DESTDIR set by Zbigniew Jędrzejewski-Szmek · 12 years ago
  13. 11ec7ce journald: don't recalculate the ACL mask by Lennart Poettering · 12 years ago
  14. b00ad20 build-sys: support builds without EAs again by Lennart Poettering · 12 years ago
  15. 1210bc6 hashmap: document trivial_hash_func() by Lennart Poettering · 12 years ago
  16. b4b8796 kmod-setup: properly iterate through module table by Lennart Poettering · 12 years ago
  17. 0ee8d63 systemd-sleep: it is not an error if the config file is missing by Zbigniew Jędrzejewski-Szmek · 12 years ago
  18. 4d5fb96 login: add missing _public_ to sd_get_machine_names() by Lennart Poettering · 12 years ago
  19. 815ac0f update TODO by Lennart Poettering · 12 years ago
  20. 253f59d journald: be more careful when we try to flush the runtime journal to disk and the disk is close to being full by Lennart Poettering · 12 years ago v203
  21. b82eed9 NEWS: typo fix by Lennart Poettering · 12 years ago
  22. 2f3fcf8 build-sys: prepare new release by Lennart Poettering · 12 years ago
  23. d9abd14 core: escape unit name from udev by MUNEDA Takahiro · 12 years ago
  24. 19adb8a systemd-sleep: add support for freeze and standby by Zbigniew Jędrzejewski-Szmek · 12 years ago
  25. b4bc041 fileio: split write_one_line_file into two by Zbigniew Jędrzejewski-Szmek · 12 years ago
  26. 9494131 zsh_completion: complete only pids for systemd-coredumpctl by Daniel Wallace · 12 years ago
  27. ab75ca9 man: fix typos in systemd.special by Ross Lagerwall · 12 years ago
  28. a7be37a man: clarify behaviour of Also= in unit files by Lennart Poettering · 12 years ago
  29. e943ecc man: correct SIGUSR1 semantics for journald by Lennart Poettering · 12 years ago
  30. d956ac2 core: unit_inactive_or_pending() should actually do as it claims by Lennart Poettering · 12 years ago
  31. d686f034 update TODO by Lennart Poettering · 12 years ago
  32. 80f53eb condition, man: Add support for ConditionSecurity=apparmor by Nirbheek Chauhan · 12 years ago
  33. 8337416 quota: use QUOTACHECK path correctly as tested in configure.ac by Lennart Poettering · 12 years ago
  34. f896423 nspawn: explain that we look for /etc/os-release in the container directory by Lennart Poettering · 12 years ago
  35. 07125a9 hwdb: update by Kay Sievers · 12 years ago
  36. b4763d9 TODO: update by Kay Sievers · 12 years ago
  37. 8f51399 kernel-install: add default install scripts by Harald Hoyer · 12 years ago
  38. c95686c keymap/findkeyboards: avoid throwaway attribute-walk by Ville Skyttä · 12 years ago
  39. d2bbca6 Spelling fixes by Ville Skyttä · 12 years ago
  40. 20089f9 man: provide "permalinks" to sections and terms by Zbigniew Jędrzejewski-Szmek · 12 years ago
  41. e9dd036 systemctl: use GREEDY_REALLOC in one more place by Zbigniew Jędrzejewski-Szmek · 12 years ago
  42. 47838ab journal: as a µ-opt, use sizeof instead of strlen by Zbigniew Jędrzejewski-Szmek · 12 years ago
  43. a0ab566 cgroup: when escaping a cgroup object name, also escape names that start with a dot by Lennart Poettering · 12 years ago
  44. 4641a16 update TODO by Lennart Poettering · 12 years ago
  45. 5d0c05e systemctl: add --plain option to list-dependencies by Lukas Nykryn · 12 years ago
  46. 8621b11 journal: Set the default keep free value to 15% (up from 5%) by Colin Guthrie · 12 years ago
  47. 417b1a6 core: bump simultaneous bus connection limit to 512 by Lennart Poettering · 12 years ago
  48. 2b68185 cryptsetup: downgrade world-writable warning again by Lennart Poettering · 12 years ago
  49. 19aa7c4 update TODO by Lennart Poettering · 12 years ago
  50. 845c532 man: add various filenames to the index by Zbigniew Jędrzejewski-Szmek · 12 years ago
  51. 202288b build-sys: tell rsync no to tranfer times and permissions by Zbigniew Jędrzejewski-Szmek · 12 years ago
  52. 7d61711 man: link to socket activation blog entries by Zbigniew Jędrzejewski-Szmek · 12 years ago
  53. b5fafdf build-sys: "link" python _reader and pam_systemd against libsd-daemon-internal by Zbigniew Jędrzejewski-Szmek · 12 years ago
  54. 11f2286 time-dst: use _cleanup_ by Zbigniew Jędrzejewski-Szmek · 12 years ago
  55. 44a6b1b Add __attribute__((const, pure, format)) in various places by Zbigniew Jędrzejewski-Szmek · 12 years ago
  56. 2f79c10 hashmap.h: fix coding style issue by Daniel Buch · 12 years ago
  57. 9341a4a test-hashmap.c: add unit-test for hashmap by Daniel Buch · 12 years ago
  58. febfd50 kdbus: update kdbus.h from upstream by Kay Sievers · 12 years ago
  59. 184d2ed bootchart: cleanup unused structs and globals by Auke Kok · 12 years ago
  60. 8dfb6e7 Dynamically allocate bootchart logs by Nathaniel Chen · 12 years ago
  61. 8368868 Add help option to bootchart man page by Nathaniel Chen · 12 years ago
  62. 799e7ea kdbus: update kdbus.h from upstream by Kay Sievers · 12 years ago
  63. a5f5f8a nspawn: inherit the exit status of container by Dave Reisner · 12 years ago
  64. bcb92f4 Annotate some functions as _const_ by Cristian Rodríguez · 12 years ago
  65. 92dd363 dbus-execute: fix introspection by Ronny Chevalier · 12 years ago
  66. 38158b9 cgls: add --machine/-M by Zbigniew Jędrzejewski-Szmek · 12 years ago
  67. 57277cb zsh_completion: fix udevadm monitor flags by Daniel Wallace · 12 years ago
  68. 96de7c0 zsh-completion: add s-a critical-chain by Zbigniew Jędrzejewski-Szmek · 12 years ago
  69. a432cb6 util: Add _sentinel_ to strextend() by Colin Walters · 12 years ago
  70. 27eda16 kdbus: update kdbus.h from upstream by Kay Sievers · 12 years ago
  71. 0f0cf8d hwdb: update by Kay Sievers · 12 years ago
  72. 675aae2 update TODO by Lennart Poettering · 12 years ago
  73. 05947be units: add an easy-to-use unit template file systemd-nspawn@.service for running containers as system services by Lennart Poettering · 12 years ago
  74. 0df2d38 man: improve documentation for specifiers by Lennart Poettering · 12 years ago
  75. c12d1ee build-sys: add makefile stub link to nss-myhostname/ by Lennart Poettering · 12 years ago
  76. 00d1818 man: we need to be more careful with the unit search paths we document by Lennart Poettering · 12 years ago
  77. 8af8afd cgroup: make cg_pid_get_path() work properly for co-mounted controllers and normalized named hierarchies by Lennart Poettering · 12 years ago
  78. 5f1dac6 cryptsetup: warn if keyfiles are world-readable by Lennart Poettering · 12 years ago
  79. 8973790 cryptsetup: warn if /etc/crypttab is world-readable by Lennart Poettering · 12 years ago
  80. 5954c07 cgroup: do not allow manipulating the cgroup path of units within the systemd:/system subtree by Lennart Poettering · 12 years ago
  81. aa96c6c id128: when taking user input for a 128bit ID, validate syntax by Lennart Poettering · 12 years ago
  82. 6886b04 kernel-install: Clean up by Mantas Mikulėnas · 12 years ago
  83. a827e37 man: clarify what Restart= means by Zbigniew Jędrzejewski-Szmek · 12 years ago
  84. d7e011e nspawn: add -M option to optstring by Evangelos Foutras · 12 years ago
  85. e29380e Makefile-man.am: update by Kay Sievers · 12 years ago
  86. bb15096 systemd-analyse: add "critical-chain" command by Harald Hoyer · 12 years ago
  87. 17f5e45 dbus-manager.c: log error, why switch-root is refused by Harald Hoyer · 12 years ago
  88. 910003d coredump: use realloc() loop instead of malloc(768M) by Colin Walters · 12 years ago
  89. 45df1f2 build-sys: add --with-debug-shell=PATH by Cristian Rodríguez · 12 years ago
  90. fcf8c44 core: remove duplicate MESSAGE= from log message by Mirco Tischler · 12 years ago
  91. 2a37100 Use attribute(unused) in PROTECT_ERRNO by Zbigniew Jędrzejewski-Szmek · 12 years ago
  92. e0a974b bus: avoid gcc warning about casting a pointer to int of different size by Zbigniew Jędrzejewski-Szmek · 12 years ago
  93. 406e86f readahead: fix format string issue by Zbigniew Jędrzejewski-Szmek · 12 years ago
  94. e4d2bfd Add printf attributes in exported headers by Zbigniew Jędrzejewski-Szmek · 12 years ago
  95. b1e2b33 Add some extra __attribute__ ((format)) s by Cristian Rodríguez · 12 years ago
  96. 750ef27 Make up for attribute malloc with alloc_size by Zbigniew Jędrzejewski-Szmek · 12 years ago
  97. b231b54 Remove erroneous attribute((malloc)) annotations by Zbigniew Jędrzejewski-Szmek · 12 years ago
  98. b5edbff systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIER by Zbigniew Jędrzejewski-Szmek · 12 years ago
  99. 31afa0a unit: rework stop pending logic by Lennart Poettering · 12 years ago
  100. 67fb448 always unconditionally create /dev/rtc and use it internally by Kay Sievers · 12 years ago