tdecacqu / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

a1c89c5 Pick lots of fixes from upstream up to v36.

Authored and Committed by michich 12 years ago
35 files changed. 2099 lines added. 1 lines removed.
0001-Don-t-show-a-warning-message-in-non-enforcing-mode.patch
file added
+34
0001-condition-fix-reversed-tests-if-path-does-not-exist-.patch
file added
+26
0001-condition-opt-out-of-proc-cmdline-parsing-only-when-.patch
file added
+26
0001-coverity-fix-a-couple-of-bugs-found-by-coverity.patch
file added
+108
0001-cryptsetup-accept-none-option.patch
file added
+25
0001-cryptsetup-generator-block-boot-when-querying-passph.patch
file added
+28
0001-dropin-don-t-fail-if-random-files-are-stored-in-.wan.patch
file added
+59
0001-execute-fix-bus-serialization-for-commands.patch
file added
+44
0001-fsck-show-progress-while-fscking-at-boot.patch
file added
+333
0001-getty-automatically-add-getty-on-hvsi0-virtualizer-c.patch
file added
+151
0001-getty-generator-ignore-if-symlinks-already-exist.patch
file added
+56
0001-getty-simplify-things-a-bit.patch
file added
+108
0001-job-after-converting-a-job-from-restart-to-start-rea.patch
file added
+40
0001-llvm-analyze-fix-some-bugs-found-by-llvm-analyze.patch
file added
+32
0001-locale-support-LANGUAGE-too.patch
file added
+101
0001-manager-add-log-control-via-RT-signals.patch
file added
+117
0001-manager-fix-job-mode-for-SIGRTMIN-1-2.patch
file added
+29
0001-modules-load-filter-out-double-modules.patch
file added
+24
0001-mount-fix-parsing-of-prio-value.patch
file added
+26
0001-mount-pull-in-quota-tools-from-fstab-lines-with-quot.patch
file added
+33
0001-service-fix-up-std-output-error-before-we-add-depend.patch
file added
+35
0001-service-handle-forking-services-that-move-to-a-new-P.patch
file added
+59
0001-service-if-StandardInput-socket-and-StandardOutput-i.patch
file added
+74
0001-service-minor-change-in-service_load_pid_file-return.patch
file added
+39
0001-specifier-drop-misplaced-assert.patch
file added
+24
0001-stdout-bridge-set-facility-of-messages-with-no-facil.patch
file added
+29
0001-stdout-syslog-bridge-properly-handle-overly-long-log.patch
file added
+69
0001-strv-fix-counting-in-strv_env_delete.patch
file added
+68
0001-systemctl-if-we-managed-to-reexec-the-init-system-vi.patch
file added
+28
0001-tmpfiles-Remove-X11-lock-files-for-displays-10-and-h.patch
file added
+23
0001-unit-don-t-recheck-conditions-when-a-unit-is-already.patch
file added
+44
0001-unit-fix-complementing-of-requirement-deps-with-Afte.patch
file added
+33
0001-units-direct-stdout-stderr-of-rescue-shells-to-tty.patch
file added
+60
0001-units-fix-rescue.service-race-with-plymouth.patch
file added
+33
systemd.spec
file modified
+81 -1
    Pick lots of fixes from upstream up to v36.
    
    A few features added too:
    - support more types of virtual serial consoles in getty-generator
    - log control via RT signals
    - support for LANGUAGE in environment
    - show fsck progress on the console
    Fixes: BZ#735013, BZ#722803, BZ#736360, BZ#698198, BZ#710487
    Fixes: fdo39957, fdo39818, fdo40510
    
        
file modified
+81 -1