summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28core: fix return value in error path after sd_event_add_io() failureMichal Schmidt
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28Revert "systemctl: append default suffix only if none present"Zbigniew Jędrzejewski-Szmek
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28systemctl: append default suffix only if none presentZbigniew Jędrzejewski-Szmek
2014-11-28udevd: don't set receive buffer size when socket activatedTom Gundersen
2014-11-28treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28hostnamectl: Exit with zero on successMartin Pitt
2014-11-28udev,update-done: more log_xyz_errno() conversionsLennart Poettering
2014-11-28sd-bus: make sure %m resolves to the specified error in bus_error_set_errnofv()Lennart Poettering
2014-11-28update TODOLennart Poettering
2014-11-28bus-proxy: automatically detect scope of bus and derive which XML snippets to...Lennart Poettering
2014-11-28sd-bus: rename default bus address constants, they aren't "paths" but "addres...Lennart Poettering
2014-11-28sd-bus: add new call sd_bus_get_scope() for querying whether one is connected...Lennart Poettering
2014-11-28sd-bus: rework credential query logicLennart Poettering
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt
2014-11-28treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt
2014-11-28core: two more log_unit_*_errno() conversionsMichal Schmidt
2014-11-28core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt
2014-11-28core: add log_unit_*_errno() macrosMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28shared: fix log_emergency_errno macroMichal Schmidt
2014-11-28update TODOLennart Poettering
2014-11-28kdbus: when running in a container, don't complain that we cannot write to /sysLennart Poettering
2014-11-28log: change log_xyz_errno() calls to always return the negative errorLennart Poettering
2014-11-28log: make socket address structs static constLennart Poettering
2014-11-28log: also set errno to the passed error code before processing format string ...Lennart Poettering
2014-11-28core: only override kdbus attach mask when running as PID 1Lennart Poettering
2014-11-28sd-bus: the attach_mask kernel module parameter is 64bit now, hence initializ...Lennart Poettering
2014-11-28log: allow negative errno valuesLennart Poettering
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-28networkd: update logging macros for parameter order, and errno, to match rest...Lennart Poettering
2014-11-28update TODOLennart Poettering
2014-11-28networkd: remove duplicate macro definitionsLennart Poettering
2014-11-28Update TODODavid Herrmann
2014-11-27sysv-generator: advertise the man pageZbigniew Jędrzejewski-Szmek
2014-11-27man: add systemd-sysv-generator(8)Zbigniew Jędrzejewski-Szmek
2014-11-27fix build with --enable-terminalThomas Hindoe Paaboel Andersen
2014-11-27kmod-setup: simplify kernel command line parsingLennart Poettering
2014-11-27kdbus: set kernel attach mask before creating the first busLennart Poettering
2014-11-27selinux: log selinux log messages with LOG_AUTH facilityLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27log: be a bit less wasteful when allocating buffersLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-27sd-bus: set creds info for "org.freedesktop.DBus.Local" generated messages, tooLennart Poettering
2014-11-27sd-bus: when we get the list of well-known names back from kdbus we shouldn't...Lennart Poettering