systemd 27
  1. 74bc3bd util: use open_terminal() in chvt() too by Lennart Poettering · 14 years ago
  2. ec6370a socket: expose SO_BROADCAST by Lennart Poettering · 14 years ago
  3. beaccad exec: expose tty reset options in dbus introspection data by Lennart Poettering · 14 years ago
  4. 6b6d2de socket: expose IP_TRANSPARENT by Lennart Poettering · 14 years ago
  5. 6ea832a exec: hangup/reset/deallocate VTs in gettys by Lennart Poettering · 14 years ago
  6. 9131f66 socket: use 666 socket mode by default since neither fifos, nor sockets, nor mqueues need to be executable by Lennart Poettering · 14 years ago
  7. 916abb2 socket: add POSIX mqueue support by Lennart Poettering · 14 years ago
  8. c2a14cf hostnamed: check that nss-myhostname is installed by Lennart Poettering · 14 years ago
  9. cb80401 sysctl: apply /etc/sysctl.conf last by Ludwig Nussel · 14 years ago
  10. 84bccb4 systemd-analyze: print hostname, kernelversion and arch at the top of the plot by Koen Kooi · 14 years ago
  11. 53d5582 pam: downgrade a few log msgs by Lennart Poettering · 14 years ago
  12. 88a0767 hostnamed: SetPrettyHostname() should check PK action org.freedesktop.hostname1.set-static-hostname by Lennart Poettering · 14 years ago
  13. bd118f8 user-sessions: ignore EROFS when unlinking /etc/nologin if the file doesn't exist anyway by Lennart Poettering · 14 years ago
  14. ec2002f util: include `stdarg.h` by Paul Menzel · 14 years ago
  15. 1bd8b81 build-sys: Angstrom support by Koen Kooi · 14 years ago
  16. 7a6000a unit: make ignoring in snapshots a per unit property, instead of a per unit type property by Lennart Poettering · 14 years ago
  17. a96257a vconsole: use open_terminal() instead of open() by Lennart Poettering · 14 years ago
  18. 40013eb sysctl: correct /usr/local/lib path by Kay Sievers · 14 years ago
  19. adf70c5 binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty= by Kay Sievers · 14 years ago
  20. 223a355 binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropriate /lib directories by Kay Sievers · 14 years ago
  21. ec195f5 util: don't AND cx with cx by Lennart Poettering · 14 years ago
  22. 4414330 util: conf_files_list() return list as parameter by Kay Sievers · 14 years ago
  23. b23de6a dbus: make daemon reexecution synchronous by Lennart Poettering · 14 years ago
  24. b4bd514 label: don't print warning when we try ro relabel an non-existing file by Lennart Poettering · 14 years ago
  25. 6dfa549 service: properly notice when services with a main process that isn't a child of init die by Lennart Poettering · 14 years ago
  26. a9dd208 lookup: drop empty directories from search paths by Lennart Poettering · 14 years ago
  27. ac3f50c path: simplify recheck logic by Lennart Poettering · 14 years ago
  28. 796ba55 unit: fix assert when trying to load unit instances for uninstanciable types by Lennart Poettering · 14 years ago
  29. e190aa0 systemctl: whitelist /etc instead of blacklisting /lib to figure out if [Install] is needed by Lennart Poettering · 14 years ago
  30. ecb963c def: lower default timeout to 90s by Lennart Poettering · 14 years ago
  31. 2121dcd manager: fix serialization counter by Lennart Poettering · 14 years ago
  32. a133bf1 dbus: don't hit assert when dumping properties by Lennart Poettering · 14 years ago
  33. 2d74545 cryptsetup: fix keyfile size option processing by Milan Broz · 14 years ago
  34. 641e01d socket: improve warning message when we get POLLHUP by Lennart Poettering · 14 years ago
  35. aa4355f strv: Fix gcc unitialized variable warning by Zbigniew Jędrzejewski-Szmek · 14 years ago
  36. 016e984 mount: failure to mount cgroup hierarchies should not be fatal by Lennart Poettering · 14 years ago
  37. 772f837 tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run by Kay Sievers · 14 years ago
  38. db1413d sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /etc, /run by Kay Sievers · 14 years ago
  39. 3a90ae0 manager: mkdir /run/systemd/system when starting up by Tollef Fog Heen · 14 years ago
  40. 373c23b missing: Fix broken syscall(__NR_fanotify_mark... on o32 mips. by cee1 · 14 years ago
  41. 1c1890b Revert "cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()" by Lennart Poettering · 14 years ago
  42. af49ec2 mount: Allow creating mount units for /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd. by Wulf C. Krueger · 14 years ago
  43. 9402841 cryptsetup: pass 0 as key size to crypt_activate_by_keyfile() by Lennart Poettering · 14 years ago
  44. b0a3f2b socket: support ListeSpecial= sockets by Lennart Poettering · 14 years ago
  45. 944d4c9 vconsole: don't set console font/keymap if settings are empty by Lennart Poettering · 14 years ago
  46. 0c749d5 nspawn: don't fail when we receive SIGCHLD by Lennart Poettering · 14 years ago
  47. 38c52d4 cgroup: don't accidentaly trim on reload by Lennart Poettering · 14 years ago
  48. ec8b119 socket: log more information about invalid poll events by Lennart Poettering · 14 years ago
  49. 54e4fde MeeGo support by Chris E Ferron · 14 years ago
  50. 155da45 mount,crypto: rework meaning of noauto/nofail by Lennart Poettering · 14 years ago
  51. a08dab5 manager: when running in test mode, do not write generated unit files to /run/systemd/generator by Lennart Poettering · 14 years ago
  52. f4c0514 mount: properly parse timeouts options in the middle of the string by Lennart Poettering · 14 years ago
  53. 4f34ed5 hostnamed: improve error logging by Lennart Poettering · 14 years ago
  54. 73090dc execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by default. Get that temporarily when dropping capabilities for good by Lennart Poettering · 14 years ago
  55. 8024c3a mount: make device timeout configurable by Lennart Poettering · 14 years ago
  56. 4aa7c05 cryptsetup: do not order crypto DM devices against the cryptsetup service by Lennart Poettering · 14 years ago
  57. 94bc273 socket: reuse existing FIFOs by Lennart Poettering · 14 years ago
  58. 49f9104 socket: guarantee order in which sockets are passed to be the one of the configuration file by Lennart Poettering · 14 years ago
  59. 3d3961f systemctl: always consider unit files with no [Install] section but stored in /lib enabled by Lennart Poettering · 14 years ago
  60. e02cd6f job: also print status messages when we successfully started a unit by Lennart Poettering · 14 years ago
  61. 41550d4 hostnamed: add reference to SMBIOS specs by Lennart Poettering · 14 years ago
  62. 0b4ebf0 polkit: follow the usual syntax for polkit actions by Lennart Poettering · 14 years ago
  63. 7640a5d hostnamed: introduce systemd-hostnamed by Lennart Poettering · 14 years ago
  64. 9beb3f4 hostname: split out hostname validation into util.c by Lennart Poettering · 14 years ago
  65. f653f68 cryptsetup: simplifications by Lennart Poettering · 14 years ago
  66. bfebab7 dbus: split out object management code into dbus-common, and simplify it by Lennart Poettering · 14 years ago
  67. e1830b1 strv: properly override settings in env_append() by Lennart Poettering · 14 years ago
  68. 5d6ab90 strv: detect non-assignments in env blocks properly in env_append() by Lennart Poettering · 14 years ago
  69. ede27aa strv: handle empty lists in strv_copy() properly by Lennart Poettering · 14 years ago
  70. 6f9a471 util: truncate newline inside of read_one_line_file() already by Lennart Poettering · 14 years ago
  71. 8480e78 util: modernize get_parent_of_pid() a bit by Lennart Poettering · 14 years ago
  72. 9072492 crypto: let the cryptsetup binary handles its own configurable timeouts by Lennart Poettering · 14 years ago
  73. ef9eb0a logger,initctl: use global exit timeout by Lennart Poettering · 14 years ago
  74. 7f434cf ask-password: use default timeout by Lennart Poettering · 14 years ago
  75. 4fe6015 manager: drop all pending jobs when isolating by Lennart Poettering · 14 years ago
  76. c8f4d76 manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger around when isolating by Lennart Poettering · 14 years ago
  77. 5010903 cryptsetup: add trailing \n by Lennart Poettering · 14 years ago
  78. d718bbb manager: downgrade a few log messages by Lennart Poettering · 14 years ago
  79. ded8033 ask-password: use kill(PID, 0) before querying a password by Lennart Poettering · 14 years ago
  80. 7dcda35 ask-password: support passwords without timeouts by Lennart Poettering · 14 years ago
  81. d55f4f3 ask-password: always send final NUL char by Lennart Poettering · 14 years ago
  82. 8254a47 ask-password: properly accept empty passwords from agent by Lennart Poettering · 14 years ago
  83. df18d8c unit: skip default cgroup setup if we have no hierarchy to work on by Lennart Poettering · 14 years ago
  84. d893269 mount: don't pull in stdio logger for root mount unit by Lennart Poettering · 14 years ago
  85. e5a53dc cgroup: be nice to Ingo Molnar by Lennart Poettering · 14 years ago
  86. 81481c9 pam: use /proc/self/sessionid only if CAP_AUDIT_CONTROL is set by Lennart Poettering · 14 years ago
  87. ac12344 pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROL by Lennart Poettering · 14 years ago
  88. a7444ed socket: try creating a socket under our own identity if we have no perms to consult the selinux database by Lennart Poettering · 14 years ago
  89. 5a2b80c socket: fix check for SEQPACKET by Lennart Poettering · 14 years ago
  90. 90a5f6e execute: don't fail if we cannot fix OOM in a container by Lennart Poettering · 14 years ago
  91. c59c76c analyze: fix typo by Lennart Poettering · 14 years ago
  92. cc93c1b unit: fix dump output by Lennart Poettering · 14 years ago
  93. 4ac9236 socket: be a bit more verbose when refusing to start a socket unit by Lennart Poettering · 14 years ago
  94. 7a22745 socket: support netlink sockets by Lennart Poettering · 14 years ago
  95. 0e456f9 path: optionally, create watched directories in .path units by Lennart Poettering · 14 years ago
  96. bfe95f3 tmpfiles: don't warn if two identical lines are configured by Lennart Poettering · 14 years ago
  97. 2dcd4d2 bash: fix typo by Brendan Jones · 14 years ago
  98. b21a0ef dbus: expose monotonic timestamps on the bus by Lennart Poettering · 14 years ago
  99. f1d19aa manager: no need to use randomized generator dir when running as system manager by Lennart Poettering · 14 years ago
  100. 20c03b7 don't make up buffer sizes, use standard LINE_MAX instead by Lennart Poettering · 14 years ago