summaryrefslogtreecommitdiff
path: root/src/vconsole/vconsole-setup.c
Commit message (Expand)AuthorAgeFilesLines
* vconsole-setup: rename toggle_utf8() → toggle_utf8_vc()Lennart Poettering2019-07-181-3/+4
* Revert "Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()"Lennart Poettering2019-07-181-3/+20
* Revert "Add check to switch VTs only between K_XLATE or K_UNICODE"Lennart Poettering2019-07-181-7/+0
* Merge pull request #12378 from rbalint/vt-kbd-reset-checkLennart Poettering2019-05-161-20/+10
|\
| * Add check to switch VTs only between K_XLATE or K_UNICODEBalint Reczey2019-05-151-0/+7
| * Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()Balint Reczey2019-04-241-20/+3
* | codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|/
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* vconsole-setup: fonts copy will fail if the current terminal is in graphical ...Franck Bui2018-12-131-4/+18
* Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek2018-12-061-2/+2
|\
| * tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possibleLennart Poettering2018-12-011-2/+2
* | util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+1
|/
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-2/+1
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* tree-wide: replace all remaining uses of parse_env_file() for parsing /proc/c...Lennart Poettering2018-11-141-15/+14
* tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe2018-11-061-1/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-2/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* vconsole: minor modernizationsLennart Poettering2018-03-221-13/+20
* vconsole-setup: don't concat strv if we don't need to (i.e. not in debug log ...Lennart Poettering2018-03-221-6/+12
* macro: introduce new TAKE_FD() macroLennart Poettering2018-03-221-9/+5
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* coccinelle: similar to reallocarray() let's also systematically use malloc_mu...Lennart Poettering2018-03-021-1/+1
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-01-041-2/+2
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-4/+4
* vconsole-setup: add some void castsLennart Poettering2018-01-041-2/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-16/+10
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-111-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* vconsole: search for usable source console (#6180)Michal Soltys2017-07-031-71/+128
* 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
* Merge pull request #4448 from msoltyspl/vcfixZbigniew Jędrzejewski-Szmek2016-10-261-19/+39
|\
| * vconsole: setup_remaining_vcs() - more sanity checksMichal Soltys2016-10-261-19/+40
|/
* 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