summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* ima-setup: simplifyZbigniew Jędrzejewski-Szmek2014-12-091-42/+17
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-092-13/+9
* util: introduce our own gperf based capability listLennart Poettering2014-12-102-13/+8
* mount: clarify that we really need to replace the utab inotify code with the ...Lennart Poettering2014-12-101-0/+4
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-102-42/+38
* mount: use bools where appropriateLennart Poettering2014-12-101-2/+2
* unit: update unit dropin paths and time when dropin file is written.WaLyong Cho2014-12-091-2/+19
* run: introduce timer support optionWaLyong Cho2014-12-091-3/+5
* core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...Lennart Poettering2014-12-094-5/+4
* cgroup: Handle error when destroying cgroupRoss Lagerwall2014-12-091-1/+3
* load-fragment: remove wrong ifdef guardZbigniew Jędrzejewski-Szmek2014-12-081-2/+0
* timer: timer can be a transient unitWaLyong Cho2014-12-083-0/+150
* bus: StartTransientUnit can have aux unitWaLyong Cho2014-12-081-12/+86
* selinux: figure out selinux context applied on exec() before closing all fdsMichal Sekletar2014-12-041-17/+14
* machine-id-setup: add a machine_id_commit call to commit on disk a transient ...Didier Roche2014-12-032-0/+80
* machine-id-setup: casting const away is ugly, let's not do it if there's no r...Lennart Poettering2014-12-031-4/+6
* machine-id-setup: Factorize some machine-id-setup functions to be reusedDidier Roche2014-12-031-10/+34
* systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering2014-12-023-2/+40
* manager: log deserialization errors only at LOG_DEBUG levelLennart Poettering2014-12-021-6/+6
* core: OOM really shouldn't be considered a deserialization parse failureLennart Poettering2014-12-022-4/+16
* core: warn and ignore SysVStartPriority=Zbigniew Jędrzejewski-Szmek2014-11-305-13/+6
* When warning about unsupported options, be more detailedZbigniew Jędrzejewski-Szmek2014-11-303-17/+31
* core: remove unused variablesRonny Chevalier2014-11-302-6/+3
* core: Support system.conf.d and user.conf.d directories in the usual search p...Josh Triplett2014-11-293-5/+10
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-291-1/+1
* mount: use DEFINE_TRIVIAL_CLEANUP_FUNCZbigniew Jędrzejewski-Szmek2014-11-281-10/+5
* treewide: convert some left-over (usec_t) -1 to USEC_INFINITYLennart Poettering2014-11-281-1/+1
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-283-7/+7
* mount: constify MountParametersZbigniew Jędrzejewski-Szmek2014-11-281-4/+4
* mount: deal with inotify queue overflowZbigniew Jędrzejewski-Szmek2014-11-281-5/+5
* mount: create directory before adding watches on itZbigniew Jędrzejewski-Szmek2014-11-281-0/+2
* mount: be more careful about errors when parsing mtabZbigniew Jędrzejewski-Szmek2014-11-281-4/+11
* mount: simplify mount_needs_network checkZbigniew Jędrzejewski-Szmek2014-11-281-9/+5
* mount: check options as well as fstype for network mountsChris Leech2014-11-281-7/+10
* mount: add remote-fs dependencies if needed after changeChris Leech2014-11-281-0/+13
* mount: monitor for utab changes with inotifyChris Leech2014-11-283-3/+51
* mount: use libmount to enumerate /proc/self/mountinfoChris Leech2014-11-281-35/+30
* treewide: another round of simplificationsMichal Schmidt2014-11-2812-92/+46
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-2820-92/+91
* core: fix return value in error path after sd_event_add_io() failureMichal Schmidt2014-11-281-4/+2
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-2811-146/+72
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-281-4/+2
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-284-14/+9
* treewide: more log_*_errno() conversionsMichal Schmidt2014-11-282-2/+2
* core: two more log_unit_*_errno() conversionsMichal Schmidt2014-11-282-2/+5
* core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt2014-11-288-44/+44
* core: add log_unit_*_errno() macrosMichal Schmidt2014-11-281-0/+7
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-2823-112/+112
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-2823-112/+112
* core: only override kdbus attach mask when running as PID 1Lennart Poettering2014-11-281-1/+2