summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* resolved: make TXT RR generation and parsing more in-line with RFC 6763, sect...Lennart Poettering2014-12-011-17/+28
* core: warn and ignore SysVStartPriority=Zbigniew Jędrzejewski-Szmek2014-11-306-16/+6
* When warning about unsupported options, be more detailedZbigniew Jędrzejewski-Szmek2014-11-303-17/+31
* cgroup-util: Don't send SIGCONT after SIGKILLRoss Lagerwall2014-11-301-1/+1
* timesyncd: minor simplificationLennart Poettering2014-11-301-10/+16
* journald: close passed fds we cannot make sense ofLennart Poettering2014-11-301-2/+10
* terminal/screen: fix GL/GR double-mappingDavid Herrmann2014-11-301-3/+1
* delta: Fix broken separator supportAlison Chaiken2014-11-301-1/+1
* core: remove unused variablesRonny Chevalier2014-11-302-6/+3
* network: remove unused variableRonny Chevalier2014-11-301-9/+0
* tests: use assert_se instead of assertRonny Chevalier2014-11-308-94/+94
* 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