From: Lennart Poettering Date: Fri, 10 Jan 2025 14:40:48 +0000 (+0100) Subject: varlink: send linux errno name along with errno number in generic system error replie... X-Git-Tag: v258-rc1~1641 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4ed594a1aaff489b7097e744f4d0394a4436fc9;p=thirdparty%2Fsystemd.git varlink: send linux errno name along with errno number in generic system error replies (#35912) Let's make things a bit less Linux specific, and more debuggable, by including not just the error number but also the error name in the generic io.systemd.System errors we generate when all we have is an "errno". --- d4ed594a1aaff489b7097e744f4d0394a4436fc9