systemd 21
  1. 6faa111 status: show status messages unconditionally if plymouth is around by Lennart Poettering · 14 years ago
  2. 871c44a taint: add missing cgroups taint flag by Lennart Poettering · 14 years ago
  3. d885ac6 locale: don't access misinitialized variable by Lennart Poettering · 14 years ago
  4. cb39ed3 quota: do not pull in quota tools for mounts that do not originate in neither /etc/fstab nor fragment files by Lennart Poettering · 14 years ago
  5. 72bc8d0 manager: fix taint check for /usr by Lennart Poettering · 14 years ago
  6. ea87ca5 unit: never apply /etc/rcN.d/ priority to native services by Lennart Poettering · 14 years ago
  7. efbac6d unit: fix parsing of condition-result by Lennart Poettering · 14 years ago
  8. d325ef2 unit: don't complain about failed units when deserializing by Lennart Poettering · 14 years ago
  9. cd25cce exec: drop process group kill mode since it has little use and confuses the user by Lennart Poettering · 14 years ago
  10. 1223504 cgroup: explain when we cannot initialize the cgroup stuff by Lennart Poettering · 14 years ago
  11. 34f0fd8 locale: full fledged /etc/default/locale support for debian by Florian Kriener · 14 years ago
  12. 964d124 systemctl: don't truncate description when using pager by Lennart Poettering · 14 years ago
  13. 441dfe0 ask-password: also accept Backspace as first keypress as silent mode switch by Lennart Poettering · 14 years ago
  14. e6402d1 unit: when deserializing jobs, don't pull in dependencies by Lennart Poettering · 14 years ago
  15. e30b45b udev: tty - re-add accidentially removed hvc* match by Kay Sievers · 14 years ago
  16. 08a67ac locale: fix LC_MESSAGES variable name by Lennart Poettering · 14 years ago
  17. 1f7f38f udev: systemd-tag all ttys by Kay Sievers · 14 years ago
  18. 6edef9c udev: expose some more tty's for various embedded hardware by Michael Olbrich · 14 years ago
  19. 58fc840 ask-password: use TAB instead of backspace to disable asterisk password echo by Lennart Poettering · 14 years ago
  20. d167623 crypto: to show stars or not to show them by Jan Engelhardt · 14 years ago
  21. 3731f1e conf-parser: fix remaining parser functions according to new prototype by Lennart Poettering · 14 years ago
  22. 03b4471 execute: socket isn't abstract anymore by Lennart Poettering · 14 years ago
  23. 2b583ce use /run instead of /dev/.run by Kay Sievers · 14 years ago
  24. 37f85e6 util: detect page size runtime. by cee1 · 14 years ago
  25. 65c9e46 tainted: don't check if /usr is a mount point, only if it's not already mounted at startup by Kay Sievers · 14 years ago
  26. 0c38010 mount: pull in quota services from local mountpoints with usr/grpquota options by Andrey Borzenkov · 14 years ago
  27. 9700edb service: pull in sysv facility targets from the sysv units, not the other way round by Lennart Poettering · 14 years ago
  28. 28cf382 man: document pidns containers by Lennart Poettering · 14 years ago
  29. f1dd0c3 syslog: rework syslog detection so that we need no compile-time option what the name of the syslog implementation is by Lennart Poettering · 14 years ago
  30. 177b3ff special: get rid of dbus.target by Lennart Poettering · 14 years ago
  31. 260abb7 exec: properly apply capability bounding set, add inverted bounding sets by Lennart Poettering · 14 years ago
  32. 893844e dbus: add service D-Bus property "Sockets" by Andrey Borzenkov · 14 years ago
  33. cb7f699 dbus: consolidate service SysV conditionals by Andrey Borzenkov · 14 years ago
  34. 2791a8f unit: serialize condition test results by Lennart Poettering · 14 years ago
  35. d59d0a2 read-ahead: Fix broken systemd-readahead-collect on mips. by cee1 · 14 years ago
  36. f6a6225 def: centralize definition of default timeout in one place by Lennart Poettering · 14 years ago
  37. b74949b chkconfig: check against runlevel 5 instead of 3, since it is a superset of the latter by Lennart Poettering · 14 years ago
  38. a76f7be systemctl: accept condstop as alias for stop by Lennart Poettering · 14 years ago
  39. e677657 dbus: allow LoadUnit to unprivileged users by Lennart Poettering · 14 years ago
  40. d72238f umount: make sure skip_ro is always correctly initialized by Lennart Poettering · 14 years ago
  41. bba6cb4 main: revert recognition of "b" argument by Jan Engelhardt · 14 years ago
  42. d821e6d main: interpret all argv[] arguments unconditionally when run in a container by Lennart Poettering · 14 years ago
  43. a2c422c loopback: downgrade an error to warning by Lennart Poettering · 14 years ago
  44. 715ac17 nspawn: bind mount /etc/localtime by Lennart Poettering · 14 years ago
  45. fd14078 nspawn: make tty code more robust against closed/reopened /dev/console by Lennart Poettering · 14 years ago
  46. 14f3c82 util: make touched files non-writable by default by Lennart Poettering · 14 years ago
  47. a258bf2 nspawn: allocate a new pty instead of passing ours through to avoid terminal settings chaos by Lennart Poettering · 14 years ago
  48. 6ef1b05 main: parse the whole arv[] as kernel command line by Lennart Poettering · 14 years ago
  49. dfa7f7e main: check if we have a valid PID before getting the name of it by Lennart Poettering · 14 years ago
  50. f9b72cd ask-password: reset signal mask after we are done by Lennart Poettering · 14 years ago
  51. 0ac1082 cgroup: don't recheck all the time whether the systemd hierarchy is mounted, to make strace outputs nicer and save a few stat()s by Lennart Poettering · 14 years ago
  52. b9a8e63 cgls: don't strip user processes and kernel threads from default output by Lennart Poettering · 14 years ago
  53. f3accc0 umount: don't try to remount bind mounts ro during shutdown by Lennart Poettering · 14 years ago
  54. 2a79665 getty: move automatic serial getty logic into generator by Lennart Poettering · 14 years ago
  55. 2fc9784 container: skip a few things when we are run in a container such as accessing /proc/cmdline by Lennart Poettering · 14 years ago
  56. 1f16b4a cgls: by default start with group of PID 1 by Lennart Poettering · 14 years ago
  57. 1f73f0f pam: determine user cgroup tree from cgroup of PID 1 by Lennart Poettering · 14 years ago
  58. 04d391d nspawn: move container into its own name=systemd cgroup by Lennart Poettering · 14 years ago
  59. e03ae66 manager: don't show kernel boot-up time for containers by Lennart Poettering · 14 years ago
  60. 72fe22f manager: show who killed us by Lennart Poettering · 14 years ago
  61. 9bec0b1 hostname: don't override the hostname with localhost if it is already set and /etc/hostname unset by Lennart Poettering · 14 years ago
  62. 391ade8 audit: give up sending auditing messages when it failed due to EPERM by Lennart Poettering · 14 years ago
  63. 3bd66c0 nspawn: don't require selinux on if it is compiled in by Lennart Poettering · 14 years ago
  64. 6f79c57 main: remove AF_UNIX sockets before binding by Lennart Poettering · 14 years ago
  65. f41de95 shutdown: print a nice message when terminating a container by Lennart Poettering · 14 years ago
  66. 9b634ea nspawn: mount /selinux if needed by Lennart Poettering · 14 years ago
  67. 40e85d0 shutdown: just call exit() if we are in a container by Lennart Poettering · 14 years ago
  68. c4f8bd1 umount: assume that a non-existing /dev/loop device means it is already detached by Lennart Poettering · 14 years ago
  69. 973bcd3 socket: use 777 as default mode for sockets by Lennart Poettering · 14 years ago
  70. 64af1b6 nspawn: we don't want a network namespace by Lennart Poettering · 14 years ago
  71. 90df7e5 main: log to the console in a container by Lennart Poettering · 14 years ago
  72. b770165 main: don't parse /proc/cmdline in containers by Lennart Poettering · 14 years ago
  73. ef2df9f util: add detect_container() by Lennart Poettering · 14 years ago
  74. da5b3ba nspawn: reset environment and load login shell by Lennart Poettering · 14 years ago
  75. 124640f nspawn: reset umask if needed by Lennart Poettering · 14 years ago
  76. 94d8298 nspawn: define MS_MOVE manually if needed by Lennart Poettering · 14 years ago
  77. 6df6b93 nspawn: improve exit warning by Lennart Poettering · 14 years ago
  78. 91b22f2 core: move abstract namespace sockets to /dev/.run by Lennart Poettering · 14 years ago
  79. 8821347 nspawn: add simple chroot(1) like tool to execute commands in a namespace container by Lennart Poettering · 14 years ago
  80. f9b9232 util: detect CLONE_NEWPID namespaces, and cache results by Lennart Poettering · 14 years ago
  81. 224170d git: ignore generated policy file by Lennart Poettering · 14 years ago
  82. 0a27cf3 util: return exit status in wait_for_terminate_and_warn() by Lennart Poettering · 14 years ago
  83. 46824d0 util: properly identify pty devices by their major by Lennart Poettering · 14 years ago
  84. 2570558 polkit: autogenerate polkit policy with correct paths by Lennart Poettering · 14 years ago
  85. a8f1132 systemctl: support remote and privileged systemctl access via SSH and pkexec by Lennart Poettering · 14 years ago
  86. e75c058 gnome-ask-password-agent.vala: check for VALA_0_12 by Kay Sievers · 14 years ago
  87. 202df05 gnome-ask-password-agent: check for vala 0.10 instead of libnotify by Kay Sievers · 14 years ago
  88. e8bf3c8 gnome-ask-password-agent: restore removed libnotify0.6 support by Kay Sievers · 14 years ago
  89. 820fa96 gnome-ask-password-agent: fix path to watch by Lennart Poettering · 14 years ago
  90. 7d640cd units: move the last flag files to /dev/.run by Lennart Poettering · 14 years ago
  91. 720ce21 util: close all fds before freezing execution by Lennart Poettering · 14 years ago
  92. b997812 dbus: timeout connection setup by Lennart Poettering · 14 years ago
  93. 099663f main: properly handle -b boot option by Lennart Poettering · 14 years ago
  94. 90102b2 pam: do not leak file descriptor if flock fails by Andrey Borzenkov · 14 years ago
  95. fe783b0 main: refuse system to be started in a chroot by Lennart Poettering · 14 years ago
  96. b0c8757 main: don't check if /usr really is a mount point, since it is fine if it is passed pre-mounted to us from the initrd by Lennart Poettering · 14 years ago
  97. 90bbc94 condition: take a timestamp and store last result of conditions by Lennart Poettering · 14 years ago
  98. b925e72 dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemd by Lennart Poettering · 14 years ago
  99. 607df95 pkconfig: export full search path as .pc variable by Lennart Poettering · 14 years ago
  100. 2e60ecb selinux: bump up error level when in non-enforcing mode by Lennart Poettering · 14 years ago