summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-27./move.shLuke Shumaker
2016-07-27split libshared src and includeLuke Shumaker
2016-07-27fixLuke Shumaker
2016-07-27better autogen ruleLuke Shumaker
2016-07-27systemctl: be sure to be quiet with 'systemctl is-enabled --quiet' (#3819)Christian Rebischke
Fixes #3813.
2016-07-27Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
2016-07-27Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-07-27./move.shLuke Shumaker
2016-07-27oopsLuke Shumaker
2016-07-27Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
# Conflicts: # src/libbasic/Makefile
2016-07-27Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-07-27./move.shLuke Shumaker
2016-07-27oopsLuke Shumaker
2016-07-27Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-07-27./move.shLuke Shumaker
2016-07-27oopsLuke Shumaker
2016-07-27Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-07-27./move.shLuke Shumaker
2016-07-27split libbasic into src and includeLuke Shumaker
2016-07-27Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
# Conflicts: # src/libsystemd/src/sd-journal/Makefile
2016-07-27Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-07-27./move.shLuke Shumaker
2016-07-27oopsLuke Shumaker
2016-07-27Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
# Conflicts: # src/libshared/Makefile # src/libsystemd/src/Makefile # src/libsystemd/src/sd-journal/Makefile
2016-07-27Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-07-27./move.shLuke Shumaker
2016-07-27sd-journalLuke Shumaker
2016-07-27fix (mostly adjust #includes to have sd- prefix)Luke Shumaker
2016-07-27Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
# Conflicts: # src/libsystemd/src/Makefile
2016-07-27pre-mergeLuke Shumaker
2016-07-27Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-07-27./move.shLuke Shumaker
2016-07-27merge the two parts of libsystemdLuke Shumaker
2016-07-27get `make install` mostly workingLuke Shumaker
2016-07-27fixity (and work around bug in GNU Make)Luke Shumaker
The complexity around the install rules is to work around <https://savannah.gnu.org/bugs/?48643>
2016-07-27hwdb: add Lenovo X260 pointing stick speed fixDennis Wassenberg
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 X260 models.
2016-07-27hwdb: add Lenovo T560 pointing stick speed fixDennis Wassenberg
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 T560 models.
2016-07-27hwdb: add Lenovo T460s pointing stick speed fixDennis Wassenberg
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 T460s models.
2016-07-27hwdb: add Lenovo L460 pointing stick speed fixDennis Wassenberg
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 L460 models.
2016-07-27hwdb: add Lenovo X250 pointing stick speed fixDennis Wassenberg
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 X250 models.
2016-07-27hwdb: add Lenovo T450s pointing stick speed fixDennis Wassenberg
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 T450s models.
2016-07-27hwdb: add Lenovo L450 pointing stick speed fixDennis Wassenberg
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 L450 models.
2016-07-27hwdb: add Lenovo T440p pointing stick speed fixDennis Wassenberg
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 T440p models.
2016-07-26string-util: rework memory_erase() to not use GCC optimize attribute (#3812)Michael Biebl
"#pragma GCC optimize" is merely a convenience to decorate multiple functions with attribute optimize. And the manual has this to say about this attribute: This attribute should be used for debugging purposes only. It is not suitable in production code. Some versions of GCC also seem to have a problem with this pragma in combination with LTO, resulting in ICEs. So use a different approach (indirect the memset call via a volatile function pointer) as implemented in openssl's crypto/mem_clr.c. Closes: #3811
2016-07-27vconsole: update man pageMichal Soltys
- about namespace - about udev rules
2016-07-27vconsole: correct kernel command line namespaceMichal Soltys
2016-07-27vconsole: add copyright lineMichal Soltys
2016-07-27vconsole: Don't do static installation under sysinit.targetMichal Soltys
Udev rules cover all the necessary initializations. As the service now is neither installed, nor installable - we can remove explicit dependencies and RemainAfterExit=yes option.
2016-07-27vconsole: use KD_FONT_OP_GET/SET to handle copyingMichal Soltys
We now use KD_FONT_OP_GET & KD_FONT_OP_SET instead of problematic KD_FONT_OP_COPY.
2016-07-27vconsole: updates of keyboard/font loading functionsMichal Soltys
Change return convention to -errno/==0 and use isempty() instead of just pointer tests.