summaryrefslogtreecommitdiff
path: root/src/vconsole/vconsole-setup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-091-4/+6
* 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
* vconsole: silence coverityThomas Hindoe Paaboel Andersen2014-09-301-5/+5
* vconsole-setup: fix inverted error messagesZbigniew Jędrzejewski-Szmek2014-07-071-2/+2
* vconsole-setup: run setfont before loadkeysZbigniew Jędrzejewski-Szmek2014-07-061-25/+23
* vconsole: also copy character maps (not just fonts) from vt1 to vt2, vt3, ...Carl Schaefer2014-06-231-0/+24
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-2/+1
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-6/+3
* vconsole-setup: fix vconsole.conf vs. cmdline overriding logicMichal Schmidt2013-04-051-17/+12
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-2/+2
* ModernizationZbigniew Jędrzejewski-Szmek2013-03-311-3/+1
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* vconsole-setup: don't set the kbd mode to unicode if is is currently in raw/o...Lennart Poettering2013-02-091-3/+16
* vconsole: use /dev/vcsa1-15 to check for allocated VTsKay Sievers2013-01-151-3/+4
* vconsole: copy font to tty1-15Kay Sievers2013-01-151-29/+29
* vconsole: upload font to /dev/tty1 and copy it to all allocated VTsKay Sievers2013-01-151-14/+60
* core: drop support for old per-distro configuration files for console, hostna...Lennart Poettering2013-01-041-135/+0
* drop Arch Linux support for reading /etc/rc.confDave Reisner2012-11-031-9/+0
* vconsole: remove Frugalware legacy file supportMiklos Vajna2012-11-031-13/+0
* util: add is_locale_utf8()Michal Schmidt2012-11-021-15/+0
* remove Fedora hostname, locale, vconsole legacy file supportKay Sievers2012-10-241-30/+1
* vconsole: default to the kernel compiled-in keymapTom Gundersen2012-10-031-7/+0
* vconsole: default to the kernel compiled-in fontTom Gundersen2012-10-031-3/+2
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-3/+3
* MeeGo: Remove build support for MeeGo distribution.Auke Kok2012-07-091-1/+1