summaryrefslogtreecommitdiffstats
path: root/po (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-12basic/selinux: work around mallinfo deprecationZbigniew Jędrzejewski-Szmek3-8/+27
Latest glibc has deprecated mallinfo(), so it might become unavailable at some point in the future. There is malloc_info(), but it returns XML, ffs. I think the information that we get from mallinfo() is quite useful, so let's use mallinfo() if available, and not otherwise.
2020-10-12update TODOLennart Poettering1-3/+5
2020-10-12xdg-autostart: Lower most info messages to debug levelBenjamin Berg1-7/+7
It is expected for numerous autostart files to not be convertible to corresponding units. The information is only useful for someone debugging why a file might not be started, but it is not generally useful for users in most situations. As such, lower the warnings. Anyone wondering why an application is not started will easily notice that the unit is not generated. From there it will be somewhat harder to figure out why, but the overall trade-off is still improved. Fixes: #17305
2020-10-12hwdb: Add accel orientation quirk for MPMAN Converter 9 2-in-1Hans de Goede1-0/+6
Add a quirk to fix the accelerometer orientation on the MPMAN Converter 9 2-in-1.
2020-10-12Add Lenovo USB touchscreens to 60-autosuspend.hwdbHans de Goede1-0/+10
Add Lenovo USB touchscreens which can safely autosuspend to hwdb, this helps the processor reach deaper PC# states when idle.
2020-10-10resolved: don't append RFC6975 data to stub repliesLennart Poettering4-6/+15
We previously checked the QR bit to decide whether the RFC6975 algorithm data in our packets. But that doesn't work in many cases, since we initialize the QR flags along with the other flags usually only after appending OPT (since success to do so propagates into flags). Hence, let's add an explicit parameter that controls whether to include RFC6975 data in DNS packets, and set it to false for stub reply, and on true for upstream queries. Fixes: #17217
2020-10-10docs: clarify that udev watches for IN_CLOSE_WRITE (and not IN_CLOSE)Lennart Poettering1-9/+20
Also, while we are at it, explain that udev won't reprobe if users just release the lock, they have to close the block device too.
2020-10-10logind: fix taking of inhibitorsZbigniew Jędrzejewski-Szmek1-0/+1
Ooops made in 0a9bf7fa593682326f1c5c2d7ec3d29a9d59e5cb.
2020-10-10logind: print what action is ignoredZbigniew Jędrzejewski-Szmek1-1/+3
My logs have lines like this: Oct 10 09:38:38 krowka systemd-logind[1889]: External (2) displays connected. Oct 10 09:38:38 krowka systemd-logind[1889]: Refusing operation, as it is turned off. Without some hint *what* operation is ignored, this is not very informative. (I remember this came up before, but I don't remember why we didn't change this log line back then...)
2020-10-09missing_syscall: fixup syscall numbers for x32 vs. amd64mirabilos1-11/+17
2020-10-09update TODOLennart Poettering1-1/+0
2020-10-09shared: make libidn/libdidn2 dependency a dlopen() oneLennart Poettering6-43/+190
2020-10-09tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal13-31/+14
2020-10-09tree-wide: assorted coccinelle fixesFrantisek Sumsal56-400/+352