summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-2810-252/+137
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-2840-278/+232
* hostnamectl: Exit with zero on successMartin Pitt2014-11-281-1/+1
* udev,update-done: more log_xyz_errno() conversionsLennart Poettering2014-11-283-36/+20
* sd-bus: make sure %m resolves to the specified error in bus_error_set_errnofv()Lennart Poettering2014-11-281-1/+3
* bus-proxy: automatically detect scope of bus and derive which XML snippets to...Lennart Poettering2014-11-281-25/+36
* sd-bus: rename default bus address constants, they aren't "paths" but "addres...Lennart Poettering2014-11-286-18/+17
* sd-bus: add new call sd_bus_get_scope() for querying whether one is connected...Lennart Poettering2014-11-286-4/+98
* sd-bus: rework credential query logicLennart Poettering2014-11-284-73/+98
* treewide: more log_*_errno() conversionsMichal Schmidt2014-11-287-15/+15
* treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt2014-11-2812-56/+56
* core: two more log_unit_*_errno() conversionsMichal Schmidt2014-11-282-2/+5
* core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt2014-11-289-45/+45
* core: add log_unit_*_errno() macrosMichal Schmidt2014-11-281-0/+7
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28174-1002/+1002
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28173-1001/+1001
* shared: fix log_emergency_errno macroMichal Schmidt2014-11-281-1/+1
* kdbus: when running in a container, don't complain that we cannot write to /sysLennart Poettering2014-11-281-8/+6
* log: change log_xyz_errno() calls to always return the negative errorLennart Poettering2014-11-282-69/+69
* log: make socket address structs static constLennart Poettering2014-11-281-7/+11
* log: also set errno to the passed error code before processing format string ...Lennart Poettering2014-11-281-0/+6
* core: only override kdbus attach mask when running as PID 1Lennart Poettering2014-11-281-1/+2
* sd-bus: the attach_mask kernel module parameter is 64bit now, hence initializ...Lennart Poettering2014-11-281-1/+6
* log: allow negative errno valuesLennart Poettering2014-11-282-3/+9
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-2817-144/+153
* networkd: update logging macros for parameter order, and errno, to match rest...Lennart Poettering2014-11-283-57/+31
* networkd: remove duplicate macro definitionsLennart Poettering2014-11-281-17/+0
* sysv-generator: advertise the man pageZbigniew Jędrzejewski-Szmek2014-11-271-0/+1
* fix build with --enable-terminalThomas Hindoe Paaboel Andersen2014-11-271-1/+1
* kmod-setup: simplify kernel command line parsingLennart Poettering2014-11-271-19/+1
* kdbus: set kernel attach mask before creating the first busLennart Poettering2014-11-276-29/+103
* selinux: log selinux log messages with LOG_AUTH facilityLennart Poettering2014-11-271-1/+1
* log: rearrange log function namingLennart Poettering2014-11-2751-665/+671
* log: be a bit less wasteful when allocating buffersLennart Poettering2014-11-271-2/+2
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-2721-153/+209
* sd-bus: set creds info for "org.freedesktop.DBus.Local" generated messages, tooLennart Poettering2014-11-273-2/+22
* sd-bus: when we get the list of well-known names back from kdbus we shouldn't...Lennart Poettering2014-11-272-0/+15
* sd-bus: deal with whitespace in matchesLennart Poettering2014-11-271-0/+3
* sd-bus: unify logic how we patch the message source of driver messagesLennart Poettering2014-11-271-11/+14
* sd-bus: fake valid well-known-names metadata for faked bus messagesLennart Poettering2014-11-273-2/+21
* sd-bus: optimize how we generate the well-known-names lists in messages from ...Lennart Poettering2014-11-272-5/+29
* sd-bus: be stricter with mismatches between dbus1 and kdbus message headersLennart Poettering2014-11-272-5/+35
* bus-proxy: beef up policy enforcementLennart Poettering2014-11-274-284/+452