summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek2014-08-031-4/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-032-13/+6
* switch-root: umount the old root correctlyDan Dedrick2014-08-031-2/+2
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* systemd-analyze verify: improve error messageZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* core/load-fragment.c: correct argument sign and split up long linesZbigniew Jędrzejewski-Szmek2014-07-311-59/+85
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-313-5/+64
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-313-84/+80
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-297-14/+14
* drop_duplicates: copy full BindMount structAnsgar Burchardt2014-07-271-2/+1
* core: only set the kernel's timezone when the RTC runs in local timeKay Sievers2014-07-271-8/+15
* Print kdbus path when opening failsZbigniew Jędrzejewski-Szmek2014-07-261-2/+7
* Always check asprintf return codeKarel Zak2014-07-261-4/+4
* busname: CLD_KILLED was used twiceLukas Nykryn2014-07-251-1/+1
* systemd-verify: a simple tool for offline unit verificationZbigniew Jędrzejewski-Szmek2014-07-202-6/+5
* path-lookup: make SYSTEMD_UNIT_PATH more flexibleZbigniew Jędrzejewski-Szmek2014-07-201-4/+1
* systemd: return the first error from manager_startup()Zbigniew Jędrzejewski-Szmek2014-07-201-8/+7
* test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek2014-07-204-35/+60
* systemd: use pager for --test and --helpZbigniew Jędrzejewski-Szmek2014-07-201-0/+25
* core: show timeouts when watchdog howlsZbigniew Jędrzejewski-Szmek2014-07-181-1/+5
* Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek2014-07-181-1/+1
* core: nicer message when inotify watches are exhaustedZbigniew Jędrzejewski-Szmek2014-07-161-1/+2
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-163-19/+11
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-153-3/+3
* core: fix oneshot service resource controlUmut Tezduyar Lindskog2014-07-151-1/+2
* load-fragment: ConditionFirstBoot wants a bool string, not a pathMichal Schmidt2014-07-081-1/+1
* firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering2014-07-076-12/+39
* service: flush status text and errno values each time a service is startedLennart Poettering2014-07-071-0/+4
* service: don't accept negative ERRNO= notification messagesLennart Poettering2014-07-071-1/+1
* service: minor modernizationLennart Poettering2014-07-071-8/+3
* core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status...Miguel Angel Ajo2014-07-073-0/+19
* firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering2014-07-075-3/+15
* main: explain our /etc empty check a bit in a commentLennart Poettering2014-07-071-0/+8
* main: change check whether /etc is unpopulated to look for /etc/machine-idLennart Poettering2014-07-041-1/+1
* machinectl: show /etc/os-release information of container in status outputLennart Poettering2014-07-031-1/+1
* namespace: make sure /tmp, /var/tmp and /dev are writable in namespaces we se...Lennart Poettering2014-07-031-1/+1
* namespace: fix uninitialized memory accessLennart Poettering2014-07-031-1/+2
* core: introduce exit_status_set_is_empty() to make things a bit easier to readLennart Poettering2014-07-031-1/+1
* exit-status: rename ExitStatusSet's "code" field to "status"Lennart Poettering2014-07-032-12/+8
* core: introduce new RestartForceExitStatus= service settingLennart Poettering2014-07-033-23/+21
* cryptsetup: allow x-systemd.device-timeoutZbigniew Jędrzejewski-Szmek2014-06-301-2/+2
* Move x-systemd-device.timeout handling from core to fstab-generatorZbigniew Jędrzejewski-Szmek2014-06-302-96/+29
* pc: no longer expose exec_prefix in .pc fileLennart Poettering2014-06-301-1/+0
* pc: expose more drop-in dirs in the .pc fileLennart Poettering2014-06-301-0/+7
* pc: export $libdir in the .pc fileLennart Poettering2014-06-301-0/+1
* doc: grammatical correctionsJan Engelhardt2014-06-281-2/+2
* main: uid_to_name() might fail due to OOM, protect against thatLennart Poettering2014-06-271-3/+4
* timer: name the stamp file consistentlyMichał Bartoszkiewicz2014-06-261-1/+1
* core/transaction: fix cycle break attempts outside transactionUoti Urpala2014-06-261-1/+1
* core: Don't require cgroups xattr supportTom Hirst2014-06-261-1/+1