summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* resolve: remove unused variableRonny Chevalier2014-11-301-2/+0
* systemctl: remove unused variableThomas Hindoe Paaboel Andersen2014-11-301-1/+0
* udev: strings in C are NUL-terminated anyway, no need to add a second NUL...Lennart Poettering2014-11-301-1/+1
* journald-remote,journal-upload: Support .d directories in the usual search pathsJosh Triplett2014-11-292-8/+8
* timesyncd: Support timesyncd.conf.d directories in the usual search pathsJosh Triplett2014-11-292-4/+8
* resolved: Support resolved.conf.d directories in the usual search pathsJosh Triplett2014-11-292-4/+8
* coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett2014-11-292-4/+8
* bootchart: Support bootchart.conf.d directories in the usual search pathsJosh Triplett2014-11-292-4/+6
* systemd-sleep: Support sleep.conf.d directories in the usual search pathsJosh Triplett2014-11-291-3/+4
* journald: Support journald.conf.d directories in the usual search pathsJosh Triplett2014-11-292-4/+8
* core: Support system.conf.d and user.conf.d directories in the usual search p...Josh Triplett2014-11-293-5/+10
* systemctl: add edit verbRonny Chevalier2014-11-291-3/+519
* nspawn: fix unused variable warningZbigniew Jędrzejewski-Szmek2014-11-291-1/+8
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-298-19/+21
* shared: install - report error if mask symlink can not be marked for removalTom Gundersen2014-11-291-10/+5
* shared: time-dst - ensure nulstr is null terminatedTom Gundersen2014-11-291-0/+2
* mount: use DEFINE_TRIVIAL_CLEANUP_FUNCZbigniew Jędrzejewski-Szmek2014-11-281-10/+5
* udev: rules - ignore the lack of trailing newlineTom Gundersen2014-11-281-1/+1
* udev: rules - print the first invalid characterTom Gundersen2014-11-281-2/+2
* udev: rules - modernise add_rule a bitTom Gundersen2014-11-281-4/+4
* sd-bus: move packet header definition to bus-protocol.hLennart Poettering2014-11-282-14/+16
* treewide: convert some left-over (usec_t) -1 to USEC_INFINITYLennart Poettering2014-11-282-2/+2
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-2818-65/+69
* udevadm hwdb: discard extra leading whitespaces in hwdbPeter Hutterer2014-11-281-0/+4
* 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
* coredump: simplify a few things by allocating small fields on the stack rathe...Lennart Poettering2014-11-281-46/+46
* coredump: rework compose_open_fds()Lennart Poettering2014-11-281-15/+24
* sd-bus: add support for matches against arrays of strings in messagesLennart Poettering2014-11-284-35/+105
* sd-bus: if a NULL signatures is passed to sd_bus_message_skip(), make it skip...Lennart Poettering2014-11-281-3/+22
* sd-bus: add arrays of strings in the bloom filterLennart Poettering2014-11-282-46/+82
* sd-bus: make more connection properties readableLennart Poettering2014-11-282-5/+58
* sd-bus: add new sd_bus_get_address() for querying the current bus addressLennart Poettering2014-11-283-7/+26
* sd-bus: rename sd_bus_get_owner_id() → sd_bus_get_bus_id()Lennart Poettering2014-11-286-6/+11
* treewide: another round of simplificationsMichal Schmidt2014-11-2865-854/+433
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28139-728/+741
* core: fix return value in error path after sd_event_add_io() failureMichal Schmidt2014-11-281-4/+2
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-288-24/+12
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-2844-947/+476
* Revert "systemctl: append default suffix only if none present"Zbigniew Jędrzejewski-Szmek2014-11-281-1/+4
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-2843-658/+331
* systemctl: append default suffix only if none presentZbigniew Jędrzejewski-Szmek2014-11-283-34/+13
* udevd: don't set receive buffer size when socket activatedTom Gundersen2014-11-281-2/+2