summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-13FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux".Luke Shumaker
2016-09-13FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux".Luke Shumaker
2016-09-13FSDG: man/: Refer to the operating system as GNU/Linux.Luke Shumaker
This is not a blind replacement of "Linux" with "GNU/Linux". In some cases, "Linux" is (correctly) used to refer to just the kernel. In others, it is in a string for which code must also be adjusted; these instances are not included in this commit.
2016-09-13TODO: remove duplicated itemZbigniew Jędrzejewski-Szmek
2016-09-13Always use unicode ellipsis when ellipsizingZbigniew Jędrzejewski-Szmek
We were already unconditionally using the unicode character when the input string was not pure ASCII, leading to different behaviour in depending on the input string. systemd[1]: Starting printit.service. python3[19962]: foooooooooooooooooooooooooooooooooooo…oooo python3[19964]: fooąęoooooooooooooooooooooooooooooooo…oooo python3[19966]: fooąęoooooooooooooooooooooooooooooooo…ąęąę python3[19968]: fooąęoooooooooooooooooąęąęąęąęąęąęąęą…ąęąę systemd[1]: Started printit.service.
2016-09-13TODO: remove strerror entryZbigniew Jędrzejewski-Szmek
I believe the remaining call sites are legitimate uses which cannot be easily replaced with %m.
2016-09-13tests: get rid of strerrorZbigniew Jędrzejewski-Szmek
2016-09-13tree-wide: use %m in calls to sd_bus_error_set_errnofZbigniew Jędrzejewski-Szmek
sd_bus_error_set_errnof supports %m, so there's no need to call strerror manually.
2016-09-13journal-verify: get rid of strerrorZbigniew Jędrzejewski-Szmek
2016-09-13microhttpd-util: add the trailing newline automaticallyZbigniew Jędrzejewski-Szmek
It's prone to error and annoying to have to add it manually. It was missing from a few places.
2016-09-13journal-remote: implement %m support in mhd_respondfZbigniew Jędrzejewski-Szmek
errno value is not protected (it is undefined after this function returns). Various mhd_* functions are not documented to protect errno, so this could not guaranteed anyway.
2016-09-13udev: use get_proc_cmdline_key instead of FOREACH_WORD_QUOTEDZbigniew Jędrzejewski-Szmek
2016-09-13Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2016-09-13Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-09-13./tools/notsd-moveLuke Shumaker
2016-09-13moreLuke Shumaker
2016-09-13Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-09-13./tools/notsd-moveLuke Shumaker
2016-09-13moreLuke Shumaker
2016-09-13tidyLuke Shumaker
2016-09-13Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-09-13./tools/notsd-moveLuke Shumaker
2016-09-13moreLuke Shumaker
2016-09-13Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-09-13./tools/notsd-moveLuke Shumaker
2016-09-13Makefile.am: add missing grp MakefilesLuke Shumaker
2016-09-13Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-09-13./tools/notsd-moveLuke Shumaker
2016-09-13I'm having issues with these directories when switching branches.Luke Shumaker
So create them to always be there.
2016-09-13whoops, don't create a file named 'all'Luke Shumaker
2016-09-13Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-09-13./tools/notsd-moveLuke Shumaker
2016-09-13tools/notsd-move: don't require putting something in each fileLuke Shumaker
2016-09-13man: "disabled on" does not sound rightZbigniew Jędrzejewski-Szmek
2016-09-13Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-09-13./tools/notsd-moveLuke Shumaker
2016-09-13work on Makefile.amLuke Shumaker
2016-09-13mv build-aux/Makefile.each.tail/70-{sd,man}.mkLuke Shumaker
2016-09-13fileio: simplify mkostemp_safe() (#4090)Topi Miettinen
According to its manual page, flags given to mkostemp(3) shouldn't include O_RDWR, O_CREAT or O_EXCL flags as these are always included. Beyond those, the only flag that all callers (except a few tests where it probably doesn't matter) use is O_CLOEXEC, so set that unconditionally.
2016-09-13Relicense hwdb/parse_hwdb.py as MIT (#4129)Zbigniew Jędrzejewski-Szmek
This parser will also be used in libinput, which uses the MIT license, so relicense this file to the more permissive license to make bidirectional code flow easier. parse_hwdb.py is only useful during building of the project, and is not part of the installation, so effectively both licenses are very similar. In particular, the licensing of binary packages produced by systemd is not influenced in any way, because the MIT licensed part is not installed.
2016-09-13Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-09-13./tools/notsd-moveLuke Shumaker
2016-09-13tools/: pull changes from masterLuke Shumaker
2016-09-13tools/notsd-move: add symlinks to make includes more similarLuke Shumaker
2016-09-13remove unnecessary gcrypt-util dupsLuke Shumaker
2016-09-12./tools/notsd-fixup **/MakefileLuke Shumaker
2016-09-12tools/: whitespaceLuke Shumaker
2016-09-12tools/notsd-fixup: normalize nested.subdirsLuke Shumaker
2016-09-12tools/notsd-fixup--includes: add a commentLuke Shumaker
2016-09-12hwdb: add Lenovo X1 Tablet pointing stick speed fix (#4128)dwassenberg
Like many other recent thinkpads the factory default pointingstick sensitivity on these devices is quite low, making the pointingstick very slow in moving the cursor. This extends the existing hwdb rules for tweaking the sensitivity to also apply to the X1 Tablet models. Signed-off-by: Dennis Wassenberg <dennis.wassenberg@secunet.com>