systemd 11
  1. 0e098b1 util: never use sizeof(sa_family_t) when calculating sockaddr sizes by Lennart Poettering · 14 years ago
  2. e983b76 manager: notify plymouth about progress if it is running by Lennart Poettering · 14 years ago
  3. 71fad67 systemctl: require correctly formed unit names when enabling units by Lennart Poettering · 14 years ago
  4. 0b02142 timer: Add missing break in switch by Matthias Schiffer · 14 years ago
  5. 1ddff89 mount: Don't stop the mountinfo parser if one line can't be read by Fabiano Fidêncio · 14 years ago
  6. 1bc5d57 notify: fix include properly by Lennart Poettering · 14 years ago
  7. c899f8c fix typo: s/seperat/separat/g by Dave Reisner · 14 years ago
  8. 7607fea readahead: fix printf format string by Lennart Poettering · 14 years ago
  9. f031e85 notify: add missing include by Lennart Poettering · 14 years ago
  10. df37291 unit-name: fix unit name escaping by Mike Kelly · 14 years ago
  11. 525ee6f service: rename settings for Restart= from 'restart-always' to 'always' and similar by Lennart Poettering · 14 years ago
  12. d0b4880 sd-daemon: split off sd_readahead() since it is not a feature of systemd itself but of an auxiliary tool by Lennart Poettering · 14 years ago
  13. a55da3c mount: sort network mounts after network.target by default by Lennart Poettering · 14 years ago
  14. f976f3f socket: make sockets to pass to a service configurable by Lennart Poettering · 14 years ago
  15. d9ff321 socket: make service to start on incoming traffic configurable by Lennart Poettering · 14 years ago
  16. 0840ce2 readahead: ignore deleted files by Lennart Poettering · 14 years ago
  17. 5b61848 readahead: minor 32bit fixes by Lennart Poettering · 14 years ago
  18. 0100047 tmpfiles: fix typo in comment by Andreas Jaeger · 14 years ago
  19. bdb0e14 readahead: preload pack file by Lennart Poettering · 14 years ago
  20. 43be535 readahead: make sure /dev/.systemd/readahead exists by Lennart Poettering · 14 years ago
  21. dd36de4 parse_env_file() - return empty value strings like FOO="" as NULL value by Kay Sievers · 14 years ago
  22. 7fcde28 tmpfiles: move dir to /etc/tempfiles.d/ by Lennart Poettering · 14 years ago
  23. 4aa8b15 tmpfiles: return sensible error code by Lennart Poettering · 14 years ago
  24. bfaf42d tmpfiles: rename tempfiles to tmpfiles since this isn't windows by Lennart Poettering · 14 years ago
  25. 95e26a6 list: Fixing typo in LIST_FIND_HEAD by Fabiano Fidencio · 14 years ago
  26. d9c7a87 readahead: ignore replay events when collecting by Lennart Poettering · 14 years ago
  27. ee95669 service: first lookup LSB facility names in tables, only then suppress self-provides by Lennart Poettering · 14 years ago
  28. 55888fa readahead: fix SSD check by Lennart Poettering · 14 years ago
  29. 409db00 service: Don't crash because of double free when Arch services are disabled in rc.conf by Matthias Schiffer · 14 years ago
  30. 0b5d26f service: filter out empty LSB description strings by Lennart Poettering · 14 years ago
  31. a7d3cc2 service: when resolving sysv names drop leading $ by Lennart Poettering · 14 years ago
  32. 15917fb modules-load: use /etc/modules-load.d/?*.conf by Kay Sievers · 14 years ago
  33. fd5bf05 use .conf for new config files: locale, vconsole, modules.d by Kay Sievers · 14 years ago
  34. 915d22e vconsole-setup: ignore empty strings like FOO="", imported from config files by Kay Sievers · 14 years ago
  35. 5008d58 tempfiles: add little utility for creating volatile files/dirs in tmpfs hierarchies by Lennart Poettering · 14 years ago
  36. 5c78d8e mount: properly handle bind mounts by Lennart Poettering · 14 years ago
  37. caca31b service: shortcut sysv provides on ourselves by Lennart Poettering · 14 years ago
  38. cb33e40 service: ignore sysv $null service by Lennart Poettering · 14 years ago
  39. b4a16b7 fix spelling of 'unneeded' at various places by Lennart Poettering · 14 years ago
  40. 9f151f2 service: don't create sysv order deps on merged units by Lennart Poettering · 14 years ago
  41. 6ccb1b4 load-fragment: reset fragment_path if we couldn't find a unit file for it by Lennart Poettering · 14 years ago
  42. 2e7485f readahead: avoid collisions with the NULL pointer by Lennart Poettering · 14 years ago
  43. aed5e44 Revert "hashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST" by Lennart Poettering · 14 years ago
  44. f6943ca Need to use #elif defined(DEBIAN) here... by Michael Biebl · 14 years ago
  45. 7472744 debian: add locale compat support by Michael Biebl · 14 years ago
  46. 858209c readahead: properly initialize variable by Lennart Poettering · 14 years ago
  47. 07459bb sysv: optionally disable of SysV init/rcN.d support at compile time by Fabiano Fidencio · 14 years ago
  48. 66d9b3b hashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST by Harald Hoyer · 14 years ago
  49. 0ebd74d job: show failure message only for start jobs by Lennart Poettering · 14 years ago
  50. 334d006 mount: Remove double include of "mount.h" by Fabiano Fidencio · 14 years ago
  51. 82526d7 update fixme by Lennart Poettering · 14 years ago
  52. 6e66797 readahead-replay: use posix_fadvise instead of readahead by Harald Hoyer · 14 years ago
  53. efe5e8f readahead-collect: check for negative return codes of fs_on_ssd() by Harald Hoyer · 14 years ago
  54. 6624768 readahead: add interface to sd-daemon.[ch] to control readahead by Lennart Poettering · 14 years ago
  55. f0cf061 readahead-collect: typo, free the correct pointer by Harald Hoyer · 14 years ago
  56. 8260358 readahead: parse command line arguments by Lennart Poettering · 14 years ago
  57. 437dca8 readahead: never readahead temporary files since their names tend not to be stable by Lennart Poettering · 14 years ago
  58. 75a010e readahead: make candidate for early OOM kill by Lennart Poettering · 14 years ago
  59. 408b85d readahead: exit after a maximum runtime by Lennart Poettering · 14 years ago
  60. 902a339 readahead-replay: delay ready notification until we queued first read by Lennart Poettering · 14 years ago
  61. 41a598e readahead: disable on low memory machines by Lennart Poettering · 14 years ago
  62. 4030d7a readahead: take file system root on command line by Lennart Poettering · 14 years ago
  63. c1480da readahead: normalize logging by Lennart Poettering · 14 years ago
  64. 6e3eb5b readahead: put limit on files we read ahead by Lennart Poettering · 14 years ago
  65. 746f890 readahead: add btrfs defrag support by Lennart Poettering · 14 years ago
  66. 0511502 fanotify: use uint64_t instead of __u64 by Lennart Poettering · 14 years ago
  67. 76bf48b dbus: export number of total failed jobs on D-Bus interface by Lennart Poettering · 14 years ago
  68. 22be093 readahead: implement minimal readahead logic based on fanotify(), mincore() and readahead() by Lennart Poettering · 14 years ago
  69. fa70128 dbus: add Progress property to introspection by Gustavo Sverzut Barbieri · 14 years ago
  70. 03aeb5b suse: locale + vconsole compat support by Kay Sievers · 14 years ago
  71. 05d6a3b manager: calculate progress value while booting by Lennart Poettering · 14 years ago
  72. b0c918b manager: measure startup times by Lennart Poettering · 14 years ago
  73. e409f87 manager: count how many jobs we executed by Lennart Poettering · 14 years ago
  74. 653ab83 vconsole: make sure we don't merge configuration settings from different sources by Lennart Poettering · 14 years ago
  75. ce8a6aa locale: make sure we don't merge configuration settings from different sources by Lennart Poettering · 14 years ago
  76. 8780d48 locale: unset locale vars that are not set any longer by Lennart Poettering · 14 years ago
  77. 97e3d13 locale: never use LC_ALL. It's evil. by Lennart Poettering · 14 years ago
  78. 980900c service: start Arch daemons by Tom Gundersen · 14 years ago
  79. 5bfcc1c socket: Support IPv6-less systems with runtime check. by Fabiano Fidencio · 14 years ago
  80. 918f4c6 gentoo: locale-setup support by Gustavo Sverzut Barbieri · 14 years ago
  81. 9841e8e gentoo: vconsole-setup support. by Gustavo Sverzut Barbieri · 14 years ago
  82. 3e21c85 ask-password. Initializing socket_fd inside ask_agent. by Luis Felipe Strano Moraes · 14 years ago
  83. aa5939a systemctl: make condrestart equivalent to try-restart by Michal Schmidt · 14 years ago
  84. f2fcd59 locale: set LANG on Arch by Tom Gundersen · 14 years ago
  85. 4243135 vconsole: set keyboard mapping and font settings on Arch by Tom Gundersen · 14 years ago
  86. b56e574 random-seed: create parents of RANDOM_SEED if they do not exist. by Gustavo Sverzut Barbieri · 14 years ago
  87. a18fb48 vconsole: drop vconsole config file var prefix by Lennart Poettering · 14 years ago
  88. ae509ab vconsole: more completely cover fedora legacy vconsole configuration by Lennart Poettering · 14 years ago
  89. efb3237 ask-password: popup notification when we ask for a password by Lennart Poettering · 14 years ago
  90. ad6ab0a ask-password: extend help text a little by Lennart Poettering · 14 years ago
  91. 1b39d4b ask-password: optionally ask questions on tty by Lennart Poettering · 14 years ago
  92. 490aed5 ask-password: add minimal framework to allow services query SSL/harddisk passphrases from the user by Lennart Poettering · 14 years ago
  93. 1ebdf5b vconsole: fall back to fedora specific configuration by Lennart Poettering · 14 years ago
  94. e7db37d util: fix handling of quotes in parse_env_file() by Lennart Poettering · 14 years ago
  95. 72bca11 locale: initialize locale from /etc/locale by default by Lennart Poettering · 14 years ago
  96. 97c4a07 vconsole: add new utility to initialize the virtual console by Lennart Poettering · 14 years ago
  97. 8e12a6a util: use waitid() instead of waitpid() everywhere to avoid confusion due to SIGSTOP by Lennart Poettering · 14 years ago
  98. 2e78aa9 util: introduce waitpid_loop() by Lennart Poettering · 14 years ago
  99. b036fc0 systemctl: use sizeof() instead of strlen() on literal strings by Lennart Poettering · 14 years ago
  100. 9b2fcaf systemctl: split job list writing to a seperate function by Zbyszek Szmek · 14 years ago