summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fsck: use %zu for size_tThomas Hindoe Paaboel Andersen2015-03-191-1/+1
* strv: return NULL from strv_free()David Herrmann2015-03-192-2/+3
* bootctl: drop redundant parse_argv()David Herrmann2015-03-191-4/+0
* libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen2015-03-184-21/+48
* core/namespace: fix path sortingMichal Schmidt2015-03-161-8/+4
* shared: add path_compare(), an ordering path comparisonMichal Schmidt2015-03-163-21/+53
* fsckd: check if plymouth is running before attempting connectionDidier Roche2015-03-161-1/+7
* fsckd: Don't use strjoina on gettext() callDidier Roche2015-03-161-2/+3
* shared - reinstate plymouth_running()Tom Gundersen2015-03-162-0/+6
* core: Remove explicit Plymouth integrationJasper St. Pierre2015-03-164-10/+2
* core: don't change removed devices to state "tentative"Martin Pitt2015-03-161-1/+1
* vconsole-setup: check error of child processLucas De Marchi2015-03-161-44/+24
* network: add UseNTP DHCP optionMichael Marineau2015-03-151-0/+1
* Add (void) where we don't care about return valueZbigniew Jędrzejewski-Szmek2015-03-153-4/+4
* journal-gatewayd: factor out opening of temp fileZbigniew Jędrzejewski-Szmek2015-03-151-16/+28
* logind: check return value of session_releaseZbigniew Jędrzejewski-Szmek2015-03-153-10/+14
* util: check asprintf return valueZbigniew Jędrzejewski-Szmek2015-03-151-21/+20
* core: remove useless debug messageZbigniew Jędrzejewski-Szmek2015-03-151-1/+2
* libudev-monitor: use initializationZbigniew Jędrzejewski-Szmek2015-03-151-17/+16
* journald: add syslog fields for audit messagesZbigniew Jędrzejewski-Szmek2015-03-151-1/+5
* sysctl: tweak debug messageZbigniew Jędrzejewski-Szmek2015-03-151-1/+1
* cryptsetup-generator: remove warning about crypttab access modeZbigniew Jędrzejewski-Szmek2015-03-151-7/+0
* udev: downgrade "has devpath" and "filled with db file" messagesZbigniew Jędrzejewski-Szmek2015-03-151-2/+2
* gpt-auto-generator: prefix messages with device nameZbigniew Jędrzejewski-Szmek2015-03-151-26/+26
* core: do not use quotes around virt and archZbigniew Jędrzejewski-Szmek2015-03-151-2/+2
* sysv-generator: initialize LookupPaths just onceZbigniew Jędrzejewski-Szmek2015-03-155-31/+53
* tmpfiles: remove redundant debug messageZbigniew Jędrzejewski-Szmek2015-03-151-2/+0
* util: remove redundant debug messageZbigniew Jędrzejewski-Szmek2015-03-151-2/+1
* core: remove left-over debug messageZbigniew Jędrzejewski-Szmek2015-03-141-2/+0
* service: don't add After= dependencies on .busname units if kdbus support is ...Michael Biebl2015-03-141-3/+5
* udev-ctrl: fix strict aliasing issuesShawn Landden2015-03-141-9/+10
* sd-dhcp-client: fix strict aliasing issueShawn Landden2015-03-141-4/+7
* sd-event: sd_event_run - only return 0 on timeoutTom Gundersen2015-03-141-6/+14
* sd-event: rename PASSIVE/PREPARED to INITIAL/ARMEDTom Gundersen2015-03-142-13/+13
* selinux: fix SEGV during switch-root if SELinux policy loadedWill Woods2015-03-141-0/+1
* sd-daemon: simplify sd_pid_notify_with_fdsZbigniew Jędrzejewski-Szmek2015-03-141-34/+27
* udev: properly calculate size of remaining dataZbigniew Jędrzejewski-Szmek2015-03-141-11/+13
* test-dhcp-option: conform to usual coding styleZbigniew Jędrzejewski-Szmek2015-03-141-20/+11
* test-dhcp-option: add assert to check index is nonnegativeZbigniew Jędrzejewski-Szmek2015-03-141-0/+2
* core: check asprintf return valueZbigniew Jędrzejewski-Szmek2015-03-141-2/+4
* core: print warning on invalid swap pri= fieldZbigniew Jędrzejewski-Szmek2015-03-141-2/+6
* core: one more (void)Zbigniew Jędrzejewski-Szmek2015-03-141-1/+1
* logind: explicitly ignore errors we can do nothing aboutZbigniew Jędrzejewski-Szmek2015-03-141-3/+3
* bus: explicitly ignore failure during error handlingZbigniew Jędrzejewski-Szmek2015-03-141-1/+1
* core: explicitly ignore failure during cleanupZbigniew Jędrzejewski-Szmek2015-03-141-1/+1
* core: don't wait for reply if writing to pipe failsZbigniew Jędrzejewski-Szmek2015-03-141-4/+4
* core: either ignore or handle mount failuresZbigniew Jędrzejewski-Szmek2015-03-141-4/+7
* Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek2015-03-1411-24/+24
* core: ignore any issues with setting time on jobs_in_progress_event_sourceZbigniew Jędrzejewski-Szmek2015-03-141-4/+6
* sd-resolve: use different element of union to make code more readableZbigniew Jędrzejewski-Szmek2015-03-141-1/+1