summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared: fix log_emergency_errno macroMichal Schmidt2014-11-281-1/+1
* update TODOLennart Poettering2014-11-281-3/+4
* 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
* update TODOLennart Poettering2014-11-281-2/+4
* networkd: remove duplicate macro definitionsLennart Poettering2014-11-281-17/+0
* Update TODODavid Herrmann2014-11-281-1/+0
* sysv-generator: advertise the man pageZbigniew Jędrzejewski-Szmek2014-11-271-0/+1
* man: add systemd-sysv-generator(8)Zbigniew Jędrzejewski-Szmek2014-11-272-0/+109
* 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
* update TODOLennart Poettering2014-11-271-1/+2
* bus-proxy: check passed parameter signature of all driver method callsLennart Poettering2014-11-273-8/+59
* networkd: fix kernel rtnl receive buffer overrun errorAlin Rauta2014-11-273-0/+12
* resolve: reject empty TXT recordsStanisław Pitucha2014-11-271-0/+7
* resolve: set error code on failureStanisław Pitucha2014-11-271-1/+3
* resolve: fix redirection loops in compressed RRStanisław Pitucha2014-11-271-2/+5
* core: fix transaction destructiveness check once moreMichal Schmidt2014-11-271-1/+1
* resolve: fix NULL deref on strv comparisonDavid Herrmann2014-11-273-8/+15
* bus: prefix custom endpoints with "$UID-"David Herrmann2014-11-271-10/+10
* hwdb: add a new db for the DPI/frequency settings of micePeter Hutterer2014-11-273-1/+110
* unit-name: fix escaping logic in unit_name_mangle_with_suffix()Ivan Shapovalov2014-11-271-25/+26
* coredump: use openatZbigniew Jędrzejewski-Szmek2014-11-271-19/+18
* journalctl: print all possible lines immediately with --follow + --sinceAndrej Manduch2014-11-271-1/+1
* coredump: collect all /proc data useful for bug reportingJakub Filak2014-11-271-2/+150
* util: add function getting proc environJakub Filak2014-11-273-57/+103
* networkd: route - allow routes without a gatewayGavin Li2014-11-271-14/+18
* build-sys: do not install tmpfiles and sysusers files by defaultŁukasz Stelmach2014-11-271-3/+11
* timesyncd: do not keep listening socket open foreverSean Young2014-11-271-7/+13
* logind: Support logind.conf.d directories in the usual search pathsJosh Triplett2014-11-265-7/+74