summaryrefslogtreecommitdiff
path: root/src/vconsole
AgeCommit message (Expand)AuthorFilesLines
2018-11-14fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering1-2/+1
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering1-1/+1
2018-11-14tree-wide: replace all remaining uses of parse_env_file() for parsing /proc/c...Lennart Poettering1-15/+14
2018-11-06tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe1-1/+1
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-1/+0
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-2/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering2-3/+3
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-24fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering1-2/+2
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2-26/+0
2018-03-22vconsole: minor modernizationsLennart Poettering1-13/+20
2018-03-22vconsole-setup: don't concat strv if we don't need to (i.e. not in debug log ...Lennart Poettering1-6/+12
2018-03-22macro: introduce new TAKE_FD() macroLennart Poettering1-9/+5
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-2/+1
2018-03-02coccinelle: similar to reallocarray() let's also systematically use malloc_mu...Lennart Poettering1-1/+1
2018-01-04process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering1-2/+2
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-4/+4
2018-01-04vconsole-setup: add some void castsLennart Poettering1-2/+2
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-16/+10
2017-12-11tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering1-2/+2
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek1-0/+17
2017-11-19Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek1-0/+2
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-1/+1
2017-07-18build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek1-1/+0
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-07-03vconsole: search for usable source console (#6180)Michal Soltys1-71/+128
2017-05-24vconsole-setup: skip setting fonts when setfont returns EX_OSERRZbigniew Jędrzejewski-Szmek1-7/+12
2017-05-24vconsole-setup: add more log messagesZbigniew Jędrzejewski-Szmek1-0/+9
2017-05-07tree-wide: use SET_FLAG in more places (#5892)Zbigniew Jędrzejewski-Szmek1-4/+1
2017-05-02meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek1-1/+1
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek1-8/+6
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek1-0/+10
2016-10-26Merge pull request #4448 from msoltyspl/vcfixZbigniew Jędrzejewski-Szmek2-20/+40
2016-10-26vconsole: setup_remaining_vcs() - more sanity checksMichal Soltys1-19/+40
2016-10-21vconsole: skip unnecessary udev call for dummy deviceMichal Soltys1-1/+1
2016-09-26treewide: fix typos (#4217)Torstein Husebø1-1/+1
2016-07-31vconsole-setup: add lots of debug messagesZbigniew Jędrzejewski-Szmek1-14/+24
2016-07-27vconsole: correct kernel command line namespaceMichal Soltys1-1/+5
2016-07-27vconsole: add copyright lineMichal Soltys1-0/+1
2016-07-27vconsole: use KD_FONT_OP_GET/SET to handle copyingMichal Soltys1-27/+66
2016-07-27vconsole: updates of keyboard/font loading functionsMichal Soltys1-21/+14
2016-07-27vconsole: Add generic is_*() functionsMichal Soltys1-0/+41
2016-07-27vconsole: add two new toggle functions, remove old enable/disable onesMichal Soltys1-46/+27
2016-07-27vconsole: copy font to 63 consoles instead of 15Michal Soltys1-1/+1
2016-07-27vconsole: don't do GIO_SCRNMAP / GIO_UNISCRNMAPMichal Soltys1-10/+0
2016-05-17vconsole: add log_oom() where appropriateLennart Poettering1-2/+2
2016-05-16vconsole-setup: Store fonts on heap (#3268)Kyle Russell1-1/+7
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack1-2/+3