systemd 203
  1. 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
  2. d9abd14 core: escape unit name from udev by MUNEDA Takahiro · 12 years ago
  3. 19adb8a systemd-sleep: add support for freeze and standby by Zbigniew Jędrzejewski-Szmek · 12 years ago
  4. b4bc041 fileio: split write_one_line_file into two by Zbigniew Jędrzejewski-Szmek · 12 years ago
  5. d956ac2 core: unit_inactive_or_pending() should actually do as it claims by Lennart Poettering · 12 years ago
  6. 80f53eb condition, man: Add support for ConditionSecurity=apparmor by Nirbheek Chauhan · 12 years ago
  7. 8337416 quota: use QUOTACHECK path correctly as tested in configure.ac by Lennart Poettering · 12 years ago
  8. f896423 nspawn: explain that we look for /etc/os-release in the container directory by Lennart Poettering · 12 years ago
  9. 8f51399 kernel-install: add default install scripts by Harald Hoyer · 12 years ago
  10. c95686c keymap/findkeyboards: avoid throwaway attribute-walk by Ville Skyttä · 12 years ago
  11. d2bbca6 Spelling fixes by Ville Skyttä · 12 years ago
  12. e9dd036 systemctl: use GREEDY_REALLOC in one more place by Zbigniew Jędrzejewski-Szmek · 12 years ago
  13. 47838ab journal: as a µ-opt, use sizeof instead of strlen by Zbigniew Jędrzejewski-Szmek · 12 years ago
  14. a0ab566 cgroup: when escaping a cgroup object name, also escape names that start with a dot by Lennart Poettering · 12 years ago
  15. 5d0c05e systemctl: add --plain option to list-dependencies by Lukas Nykryn · 12 years ago
  16. 8621b11 journal: Set the default keep free value to 15% (up from 5%) by Colin Guthrie · 12 years ago
  17. 417b1a6 core: bump simultaneous bus connection limit to 512 by Lennart Poettering · 12 years ago
  18. 2b68185 cryptsetup: downgrade world-writable warning again by Lennart Poettering · 12 years ago
  19. 11f2286 time-dst: use _cleanup_ by Zbigniew Jędrzejewski-Szmek · 12 years ago
  20. 44a6b1b Add __attribute__((const, pure, format)) in various places by Zbigniew Jędrzejewski-Szmek · 12 years ago
  21. 2f79c10 hashmap.h: fix coding style issue by Daniel Buch · 12 years ago
  22. 9341a4a test-hashmap.c: add unit-test for hashmap by Daniel Buch · 12 years ago
  23. febfd50 kdbus: update kdbus.h from upstream by Kay Sievers · 12 years ago
  24. 184d2ed bootchart: cleanup unused structs and globals by Auke Kok · 12 years ago
  25. 8dfb6e7 Dynamically allocate bootchart logs by Nathaniel Chen · 12 years ago
  26. 799e7ea kdbus: update kdbus.h from upstream by Kay Sievers · 12 years ago
  27. a5f5f8a nspawn: inherit the exit status of container by Dave Reisner · 12 years ago
  28. bcb92f4 Annotate some functions as _const_ by Cristian Rodríguez · 12 years ago
  29. 92dd363 dbus-execute: fix introspection by Ronny Chevalier · 12 years ago
  30. 38158b9 cgls: add --machine/-M by Zbigniew Jędrzejewski-Szmek · 12 years ago
  31. 96de7c0 zsh-completion: add s-a critical-chain by Zbigniew Jędrzejewski-Szmek · 12 years ago
  32. a432cb6 util: Add _sentinel_ to strextend() by Colin Walters · 12 years ago
  33. 27eda16 kdbus: update kdbus.h from upstream by Kay Sievers · 12 years ago
  34. 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
  35. c12d1ee build-sys: add makefile stub link to nss-myhostname/ by Lennart Poettering · 12 years ago
  36. 8af8afd cgroup: make cg_pid_get_path() work properly for co-mounted controllers and normalized named hierarchies by Lennart Poettering · 12 years ago
  37. 5f1dac6 cryptsetup: warn if keyfiles are world-readable by Lennart Poettering · 12 years ago
  38. 8973790 cryptsetup: warn if /etc/crypttab is world-readable by Lennart Poettering · 12 years ago
  39. 5954c07 cgroup: do not allow manipulating the cgroup path of units within the systemd:/system subtree by Lennart Poettering · 12 years ago
  40. aa96c6c id128: when taking user input for a 128bit ID, validate syntax by Lennart Poettering · 12 years ago
  41. 6886b04 kernel-install: Clean up by Mantas Mikulėnas · 12 years ago
  42. a827e37 man: clarify what Restart= means by Zbigniew Jędrzejewski-Szmek · 12 years ago
  43. d7e011e nspawn: add -M option to optstring by Evangelos Foutras · 12 years ago
  44. bb15096 systemd-analyse: add "critical-chain" command by Harald Hoyer · 12 years ago
  45. 17f5e45 dbus-manager.c: log error, why switch-root is refused by Harald Hoyer · 12 years ago
  46. 910003d coredump: use realloc() loop instead of malloc(768M) by Colin Walters · 12 years ago
  47. fcf8c44 core: remove duplicate MESSAGE= from log message by Mirco Tischler · 12 years ago
  48. 2a37100 Use attribute(unused) in PROTECT_ERRNO by Zbigniew Jędrzejewski-Szmek · 12 years ago
  49. e0a974b bus: avoid gcc warning about casting a pointer to int of different size by Zbigniew Jędrzejewski-Szmek · 12 years ago
  50. 406e86f readahead: fix format string issue by Zbigniew Jędrzejewski-Szmek · 12 years ago
  51. e4d2bfd Add printf attributes in exported headers by Zbigniew Jędrzejewski-Szmek · 12 years ago
  52. b1e2b33 Add some extra __attribute__ ((format)) s by Cristian Rodríguez · 12 years ago
  53. 750ef27 Make up for attribute malloc with alloc_size by Zbigniew Jędrzejewski-Szmek · 12 years ago
  54. b231b54 Remove erroneous attribute((malloc)) annotations by Zbigniew Jędrzejewski-Szmek · 12 years ago
  55. b5edbff systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIER by Zbigniew Jędrzejewski-Szmek · 12 years ago
  56. 31afa0a unit: rework stop pending logic by Lennart Poettering · 12 years ago
  57. 67fb448 always unconditionally create /dev/rtc and use it internally by Kay Sievers · 12 years ago
  58. c3a170f systemd: record the timestamps as early as possible by Harald Hoyer · 12 years ago
  59. d6dd604 util: rework safe_atod() to be locale-independent by Lennart Poettering · 12 years ago
  60. db5c012 conf-parser: restrict .include usage by Lennart Poettering · 12 years ago
  61. 60b6991 kdbus: update kdbus.h from upstream by Kay Sievers · 12 years ago
  62. e7ff4e7 journal: remove build warning when SELinux is disabled by Greg Kroah-Hartman · 12 years ago
  63. 78edb35 cgroup: always validate cgroup controller names by Lennart Poettering · 12 years ago
  64. e10375f login: allow watching virtual machines with sd_get_machine_names() by Lennart Poettering · 12 years ago
  65. a20affe login: add new call sd_get_machine_names() to get a list of current virtual machines and containers by Lennart Poettering · 12 years ago
  66. e8a7a31 nss-myhostname: resolve 'localhost' so that /etc/hosts becomes optional by Lennart Poettering · 12 years ago
  67. 2b77f67 fileio: unify how we chop off whitespace from key and value in parse_env_file_internal() by Lennart Poettering · 12 years ago
  68. 8428653 logind: don't busy loop if a job is still running but the delay timeout expires by Lennart Poettering · 12 years ago
  69. 391a4f7 inhbit: show comm field of inhibiting processes by Lennart Poettering · 12 years ago
  70. 1f84979 bus: add monitoring facility to busctl by Lennart Poettering · 12 years ago
  71. 2b3c81b do not create /dev/rtc symlink, let systemd search for it if needed by Kay Sievers · 12 years ago
  72. 4470d84 logind: properly enumerate user/session cgroups under their new suffixed names by Lennart Poettering · 12 years ago
  73. afba419 systemctl: show reverse dependencies or before/after ordering by Zbigniew Jędrzejewski-Szmek · 12 years ago
  74. a6b26d9 Small cleanup by Zbigniew Jędrzejewski-Szmek · 12 years ago
  75. 90ae6c0 readahead: be more verbose about creation failures by Zbigniew Jędrzejewski-Szmek · 12 years ago
  76. ef42202 Add set_consume which always takes ownership by Zbigniew Jędrzejewski-Szmek · 12 years ago
  77. c79bb9e Standarize on one spelling of symlink error message by Zbigniew Jędrzejewski-Szmek · 12 years ago
  78. 0ee6795 systemd: fall back to mounting /sys/fs/cgroup sans xattr by Zbigniew Jędrzejewski-Szmek · 12 years ago
  79. 2e3ffaf kdbus: update kdbus.h from upstream by Kay Sievers · 12 years ago
  80. e41e194 timer: make sure we restart timers even if units are still running or if one of their conditions fails by Lennart Poettering · 12 years ago
  81. 3ecaa09 unit: rework trigger dependency logic by Lennart Poettering · 12 years ago
  82. 7066618 bus: add cal to determine machine id of an owner of a service by Lennart Poettering · 12 years ago
  83. 102ea8e bus: parse capability kdbus meta data of messages by Lennart Poettering · 12 years ago
  84. 120f919 bus: parse audit metadata from kdbus messages by Lennart Poettering · 12 years ago
  85. bc7f3be bus: parse owner uid from cgroup path, too by Lennart Poettering · 12 years ago
  86. ae018d9 cgroup: make sure all our cgroup objects have a suffix and are properly escaped by Lennart Poettering · 12 years ago
  87. cd8f53a core: there's no point to complain so loudly about non-isolatable boot targets by Lennart Poettering · 12 years ago
  88. aff38e7 nspawn: suffix the nspawn cgroups with ".nspawn" by Lennart Poettering · 12 years ago
  89. dc2c756 nspawn: always use cg_get_path() to determine fs path for a cgroup by Lennart Poettering · 12 years ago
  90. a383724 systemd,nspawn: use extended attributes to store metadata by Zbigniew Jędrzejewski-Szmek · 12 years ago
  91. 9097fe2 bus: implement client logic for fd passing by Lennart Poettering · 12 years ago
  92. 1e335af nss-myhostname: ensure that glibc's assert is used by Dave Reisner · 12 years ago
  93. 7f64379 logind-dbus: initialize result variable by Lukas Nykryn · 12 years ago
  94. 5a8e217 crypt-setup-generator: correctly check return of strdup by Lukas Nykryn · 12 years ago
  95. 31885cd core/killall: use procfs_file_alloca by Zbigniew Jędrzejewski-Szmek · 12 years ago
  96. bdd2924 Reintroduce f_type comparison macro by Harald Hoyer · 12 years ago
  97. 7f876bc systemd-python: wrap sd_journal_add_conjunction by Zbigniew Jędrzejewski-Szmek · 12 years ago
  98. f333fbb nspawn: create empty /etc/resolv.conf if necessary by Zbigniew Jędrzejewski-Szmek · 12 years ago
  99. a3e6f05 journal: when iterating through a file we might lose messages when changing direction. by Marius Vollmer · 12 years ago
  100. 8d768d9 cryptsetup: ask for password, if key file cannot be accessed by Harald Hoyer · 12 years ago