summaryrefslogtreecommitdiff
path: root/src/vconsole
Commit message (Expand)AuthorAgeFilesLines
...
* vconsole-setup: skip setting fonts when setfont returns EX_OSERRZbigniew Jędrzejewski-Szmek2017-05-241-7/+12
* vconsole-setup: add more log messagesZbigniew Jędrzejewski-Szmek2017-05-241-0/+9
* tree-wide: use SET_FLAG in more places (#5892)Zbigniew Jędrzejewski-Szmek2017-05-071-4/+1
* meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-1/+1
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-8/+6
* meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-231-0/+10
* Merge pull request #4448 from msoltyspl/vcfixZbigniew Jędrzejewski-Szmek2016-10-262-20/+40
|\
| * vconsole: setup_remaining_vcs() - more sanity checksMichal Soltys2016-10-261-19/+40
| * vconsole: skip unnecessary udev call for dummy deviceMichal Soltys2016-10-211-1/+1
|/
* treewide: fix typos (#4217)Torstein Husebø2016-09-261-1/+1
* vconsole-setup: add lots of debug messagesZbigniew Jędrzejewski-Szmek2016-07-311-14/+24
* vconsole: correct kernel command line namespaceMichal Soltys2016-07-271-1/+5
* vconsole: add copyright lineMichal Soltys2016-07-271-0/+1
* vconsole: use KD_FONT_OP_GET/SET to handle copyingMichal Soltys2016-07-271-27/+66
* vconsole: updates of keyboard/font loading functionsMichal Soltys2016-07-271-21/+14
* vconsole: Add generic is_*() functionsMichal Soltys2016-07-271-0/+41
* vconsole: add two new toggle functions, remove old enable/disable onesMichal Soltys2016-07-271-46/+27
* vconsole: copy font to 63 consoles instead of 15Michal Soltys2016-07-271-1/+1
* vconsole: don't do GIO_SCRNMAP / GIO_UNISCRNMAPMichal Soltys2016-07-271-10/+0
* vconsole: add log_oom() where appropriateLennart Poettering2016-05-171-2/+2
* vconsole-setup: Store fonts on heap (#3268)Kyle Russell2016-05-161-1/+7
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-2/+3
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-10/+11
* basic: rework virtualization detection APILennart Poettering2015-09-071-1/+1
* tree-wide: fix write_string_file() user that should not create filesDaniel Mack2015-07-061-2/+2
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-2/+2
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-0/+9
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* vconsole: some modernizations, indentation fixesLennart Poettering2015-04-091-9/+10
* vconsole: stick to kernel-style function error handlingLennart Poettering2015-04-091-18/+24
* vconsole-setup: check error of child processLucas De Marchi2015-03-151-44/+24
* vconsole: match on vtcon events, not fbcon onesJan Engelhardt2015-03-061-4/+3
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-091-4/+6
* vconsole: don't hard-code systemd-vconsole-setup binary pathMichael Biebl2014-12-042-1/+2
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-291-2/+2
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+6
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-3/+3
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-6/+6
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-6/+6
* login: rerun vconsole-setup when switching from vgacon to fbconRay Strode2014-11-061-0/+11
* vconsole: silence coverityThomas Hindoe Paaboel Andersen2014-09-301-5/+5
* vconsole-setup: fix inverted error messagesZbigniew Jędrzejewski-Szmek2014-07-071-2/+2