Age | Commit message (Expand) | Author |
2016-07-31 | vconsole-setup: add lots of debug messages | Zbigniew Jędrzejewski-Szmek |
2016-07-27 | vconsole: correct kernel command line namespace | Michal Soltys |
2016-07-27 | vconsole: add copyright line | Michal Soltys |
2016-07-27 | vconsole: use KD_FONT_OP_GET/SET to handle copying | Michal Soltys |
2016-07-27 | vconsole: updates of keyboard/font loading functions | Michal Soltys |
2016-07-27 | vconsole: Add generic is_*() functions | Michal Soltys |
2016-07-27 | vconsole: add two new toggle functions, remove old enable/disable ones | Michal Soltys |
2016-07-27 | vconsole: copy font to 63 consoles instead of 15 | Michal Soltys |
2016-07-27 | vconsole: don't do GIO_SCRNMAP / GIO_UNISCRNMAP | Michal Soltys |
2016-05-17 | vconsole: add log_oom() where appropriate | Lennart Poettering |
2016-05-16 | vconsole-setup: Store fonts on heap (#3268) | Kyle Russell |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack |
2015-11-05 | treewide: use the negative error codes returned by our functions | Michal Schmidt |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more locale-related calls to locale-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-09-07 | basic: rework virtualization detection API | Lennart Poettering |
2015-07-06 | tree-wide: fix write_string_file() user that should not create files | Daniel Mack |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-09 | vconsole: some modernizations, indentation fixes | Lennart Poettering |
2015-04-09 | vconsole: stick to kernel-style function error handling | Lennart Poettering |
2015-03-15 | vconsole-setup: check error of child process | Lucas De Marchi |
2015-03-06 | vconsole: match on vtcon events, not fbcon ones | Jan Engelhardt |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2014-12-09 | treewide: sanitize loop_write | Zbigniew Jędrzejewski-Szmek |
2014-12-04 | vconsole: don't hard-code systemd-vconsole-setup binary path | Michael Biebl |
2014-11-29 | delta: diff returns 1 when files differ, ignore this | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-06 | login: rerun vconsole-setup when switching from vgacon to fbcon | Ray Strode |
2014-09-30 | vconsole: silence coverity | Thomas Hindoe Paaboel Andersen |
2014-07-07 | vconsole-setup: fix inverted error messages | Zbigniew Jędrzejewski-Szmek |
2014-07-06 | vconsole-setup: run setfont before loadkeys | Zbigniew Jędrzejewski-Szmek |
2014-06-23 | vconsole: also copy character maps (not just fonts) from vt1 to vt2, vt3, ... | Carl Schaefer |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | vconsole-setup: fix vconsole.conf vs. cmdline overriding logic | Michal Schmidt |
2013-04-03 | util: rename write_one_line_file() to write_string_file() | Lennart Poettering |
2013-03-31 | Modernization | Zbigniew Jędrzejewski-Szmek |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2013-02-09 | vconsole-setup: don't set the kbd mode to unicode if is is currently in raw/o... | Lennart Poettering |