Age | Commit message (Expand) | Author |
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 |
2013-01-15 | vconsole: use /dev/vcsa1-15 to check for allocated VTs | Kay Sievers |
2013-01-15 | vconsole: copy font to tty1-15 | Kay Sievers |
2013-01-15 | vconsole: upload font to /dev/tty1 and copy it to all allocated VTs | Kay Sievers |
2013-01-04 | core: drop support for old per-distro configuration files for console, hostna... | Lennart Poettering |
2012-11-03 | drop Arch Linux support for reading /etc/rc.conf | Dave Reisner |
2012-11-03 | vconsole: remove Frugalware legacy file support | Miklos Vajna |
2012-11-02 | util: add is_locale_utf8() | Michal Schmidt |
2012-10-24 | remove Fedora hostname, locale, vconsole legacy file support | Kay Sievers |
2012-10-03 | vconsole: default to the kernel compiled-in keymap | Tom Gundersen |
2012-10-03 | vconsole: default to the kernel compiled-in font | Tom Gundersen |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden |
2012-07-09 | MeeGo: Remove build support for MeeGo distribution. | Auke Kok |
2012-06-19 | vconsole-setup: enable utf-8 mode explicitly | Tom Gundersen |
2012-05-03 | vconsole: fix some error messages | Lennart Poettering |