Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-13 | FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-09-13 | FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-09-13 | FSDG: 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-13 | TODO: remove duplicated item | Zbigniew Jędrzejewski-Szmek | |
2016-09-13 | Always use unicode ellipsis when ellipsizing | Zbigniew 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-13 | TODO: remove strerror entry | Zbigniew Jędrzejewski-Szmek | |
I believe the remaining call sites are legitimate uses which cannot be easily replaced with %m. | |||
2016-09-13 | tests: get rid of strerror | Zbigniew Jędrzejewski-Szmek | |
2016-09-13 | tree-wide: use %m in calls to sd_bus_error_set_errnof | Zbigniew Jędrzejewski-Szmek | |
sd_bus_error_set_errnof supports %m, so there's no need to call strerror manually. | |||
2016-09-13 | journal-verify: get rid of strerror | Zbigniew Jędrzejewski-Szmek | |
2016-09-13 | microhttpd-util: add the trailing newline automatically | Zbigniew 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-13 | journal-remote: implement %m support in mhd_respondf | Zbigniew 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-13 | udev: use get_proc_cmdline_key instead of FOREACH_WORD_QUOTED | Zbigniew Jędrzejewski-Szmek | |
2016-09-13 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2016-09-13 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-09-13 | ./tools/notsd-move | Luke Shumaker | |
2016-09-13 | more | Luke Shumaker | |
2016-09-13 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-09-13 | ./tools/notsd-move | Luke Shumaker | |
2016-09-13 | more | Luke Shumaker | |
2016-09-13 | tidy | Luke Shumaker | |
2016-09-13 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-09-13 | ./tools/notsd-move | Luke Shumaker | |
2016-09-13 | more | Luke Shumaker | |
2016-09-13 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-09-13 | ./tools/notsd-move | Luke Shumaker | |
2016-09-13 | Makefile.am: add missing grp Makefiles | Luke Shumaker | |
2016-09-13 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-09-13 | ./tools/notsd-move | Luke Shumaker | |
2016-09-13 | I'm having issues with these directories when switching branches. | Luke Shumaker | |
So create them to always be there. | |||
2016-09-13 | whoops, don't create a file named 'all' | Luke Shumaker | |
2016-09-13 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-09-13 | ./tools/notsd-move | Luke Shumaker | |
2016-09-13 | tools/notsd-move: don't require putting something in each file | Luke Shumaker | |
2016-09-13 | man: "disabled on" does not sound right | Zbigniew Jędrzejewski-Szmek | |
2016-09-13 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-09-13 | ./tools/notsd-move | Luke Shumaker | |
2016-09-13 | work on Makefile.am | Luke Shumaker | |
2016-09-13 | mv build-aux/Makefile.each.tail/70-{sd,man}.mk | Luke Shumaker | |
2016-09-13 | fileio: 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-13 | Relicense 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-13 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-09-13 | ./tools/notsd-move | Luke Shumaker | |
2016-09-13 | tools/: pull changes from master | Luke Shumaker | |
2016-09-13 | tools/notsd-move: add symlinks to make includes more similar | Luke Shumaker | |
2016-09-13 | remove unnecessary gcrypt-util dups | Luke Shumaker | |
2016-09-12 | ./tools/notsd-fixup **/Makefile | Luke Shumaker | |
2016-09-12 | tools/: whitespace | Luke Shumaker | |
2016-09-12 | tools/notsd-fixup: normalize nested.subdirs | Luke Shumaker | |
2016-09-12 | tools/notsd-fixup--includes: add a comment | Luke Shumaker | |
2016-09-12 | hwdb: 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> |