1854ec0 Backports from upstream v187+

Authored and Committed by michich 11 years ago
62 files changed. 4863 lines added. 3 lines removed.
0439-core-make-systemd.confirm_spawn-1-actually-work.patch
file added
+506
0440-modules-load-parse-driver-rd.driver-kernel-command-l.patch
file added
+255
0441-modules-load-don-t-fail-on-builtin-modules-better-pr.patch
file added
+81
0442-modules-load-fix-return-value.patch
file added
+23
0443-modules-load-use-correct-va_list-logging-function.patch
file added
+38
0444-mount-split-adding-of-extras-from-mount_load.patch
file added
+164
0445-mount-load-only-if-we-there-s-mountinfo-or-fragment.patch
file added
+50
0446-remount-fs-also-remount-usr-according-to-fstab.patch
file added
+47
0447-manager-serialize-deserialize-job-counters-across-re.patch
file added
+47
0448-timedated-replace-systemd-timedated-ntp.target-logic.patch
file added
+521
0449-timedate-fix-ntp-units-comment.patch
file added
+20
0450-units-rename-systemd-debug-shell.service-to-debug-sh.patch
file added
+57
0451-modules-load-rename-kernel-command-line-option-to-rd.patch
file added
+33
0452-timedated-replace-ntp-units-file-with-an-ntp-units.d.patch
file added
+141
0453-journal-fix-iteration-through-journal-if-one-file-is.patch
file added
+31
0454-journald-handle-proc-kmsg-reads-returning-0-more-nic.patch
file added
+26
0455-timedate-uniq-ify-ntp-units-list.patch
file added
+25
0456-load-fragment-a-few-modernizations.patch
file added
+252
0457-hashmap-make-hashmap_clear-work-on-NULL-hashmaps.patch
file added
+35
0458-mount-setup-don-t-complain-if-we-try-to-fix-the-labe.patch
file added
+119
0459-man-explain-StartLimitRate-in-conjunction-with-Resta.patch
file added
+34
0460-man-clarify-that-StartLimitInterval-also-applies-to-.patch
file added
+34
0461-service-flush-the-start-counter-in-systemctl-reset-f.patch
file added
+65
0462-man-document-Restart-a-bit-more.patch
file added
+43
0463-man-update-man-pages-to-reflect-the-driver-to-load-m.patch
file added
+49
0464-paranoia-refuse-rm_rf.patch
file added
+47
0465-unit-Move-UnitType-definitions-from-core-unit.c-to-s.patch
file added
+99
0466-systemctl-check-the-argument-to-t-for-invalid-values.patch
file added
+27
0467-unit-name-remove-unit_name_is_valid_no_type-and-move.patch
file added
+227
0468-unit-get-rid-of-UnitVTable.suffix-which-is-now-unuse.patch
file added
+154
0469-unit-Move-UnitLoadState-definitions-from-core-unit.c.patch
file added
+132
0470-systemctl-filter-shown-units-by-their-load-state.patch
file added
+103
0471-mount-fix-for-complex-automounts.patch
file added
+32
0472-util-add-extra-safety-check-to-in_initrd.patch
file added
+54
0473-journal-fix-interleaving-of-files-with-different-tim.patch
file added
+33
0474-journal-fix-bisection-logic-for-first-entry.patch
file added
+37
0475-journal-fix-bad-memory-access.patch
file added
+23
0476-journal-fix-seeking-by-realtime-seqnum.patch
file added
+38
0477-journal-check-fields-we-search-for-more-carefully.patch
file added
+59
0478-util-temporarily-ignore-SIGHUP-while-we-are-issuing-.patch
file added
+54
0479-container-when-shutting-down-in-a-container-don-t-de.patch
file added
+24
0480-unit-rename-BindTo-to-BindsTo.patch
file added
+308
0481-journal-align-byte-buffer-that-gets-cased-to-an-obje.patch
file added
+43
0482-aquire_terminal-fix-uninitialized-variable.patch
file added
+24
0483-core-fix-name-of-dbus-call-parameter.patch
file added
+23
0484-journald-don-t-enforce-monotonicity-of-realtime-cloc.patch
file added
+28
0485-journal-use-tail-head-timestamps-from-header-for-cut.patch
file added
+49
0486-journal-actually-set-archived-files-to-archived-stat.patch
file added
+25
0487-service-make-start-jobs-wait-not-fail-when-an-automa.patch
file added
+57
0488-service-don-t-print-a-warning-if-we-are-in-autoresta.patch
file added
+32
0489-journald-don-t-choke-on-journal-files-with-no-cutoff.patch
file added
+35
0490-journal-rotate-busy-files-away-when-we-try-to-write-.patch
file added
+35
0491-journalctl-fix-assertion-failure-in-ellipsize_mem.patch
file added
+32
0492-logind-fix-operation-precedence-mix-up.patch
file added
+26
0493-systemctl-use-color-specification-understood-by-dot.patch
file added
+27
0494-rules-avoid-mounting-raid-devices-too-early.patch
file added
+30
0495-conf-files-continue-searching-if-one-dir-fails.patch
file added
+54
0496-F17-restore-device-units-for-dev-ttyX.patch
file added
+28
0497-systemd-return-error-when-asked-to-stop-unknown-unit.patch
file added
+34
0498-modules-load-fix-kernel-cmdline-parsing.patch
file added
+31
0499-units-add-the-modules-load-cmdline-parameters-to-the.patch
file added
+28
systemd.spec
file modified
+75 -3
    Backports from upstream v187+
    
    - rework the handling of ntp services in timedated (#821813)
    - rename systemd-debug-shell.service to debug-shell.service
    - support modules-load= boot parameter
    - "systemctl reset-failed" now resets the start rate limit
    - systemctl can filter by load state
    - parse BindsTo=
    - bring back error reporting when stopping unknown units (#732874)
    - many bugfixes (#817760, #835848, #767561, #839736, #841822, ...)
    
        
file modified
+75 -3