| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering | 2015-10-25 | 1 | -0/+1 |
* | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering | 2015-10-24 | 1 | -10/+11 |
* | basic: rework virtualization detection API | Lennart Poettering | 2015-09-07 | 1 | -1/+1 |
* | tree-wide: fix write_string_file() user that should not create files | Daniel Mack | 2015-07-06 | 1 | -2/+2 |
* | fileio: consolidate write_string_file*() | Daniel Mack | 2015-07-06 | 1 | -2/+2 |
* | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering | 2015-06-10 | 1 | -0/+9 |
* | shared: add terminal-util.[ch] | Ronny Chevalier | 2015-04-11 | 1 | -0/+1 |
* | shared: add process-util.[ch] | Ronny Chevalier | 2015-04-10 | 1 | -0/+1 |
* | vconsole: some modernizations, indentation fixes | Lennart Poettering | 2015-04-09 | 1 | -9/+10 |
* | vconsole: stick to kernel-style function error handling | Lennart Poettering | 2015-04-09 | 1 | -18/+24 |
* | vconsole-setup: check error of child process | Lucas De Marchi | 2015-03-15 | 1 | -44/+24 |
* | vconsole: match on vtcon events, not fbcon ones | Jan Engelhardt | 2015-03-06 | 1 | -4/+3 |
* | remove unused includes | Thomas Hindoe Paaboel Andersen | 2015-02-23 | 1 | -5/+0 |
* | treewide: sanitize loop_write | Zbigniew Jędrzejewski-Szmek | 2014-12-09 | 1 | -4/+6 |
* | vconsole: don't hard-code systemd-vconsole-setup binary path | Michael Biebl | 2014-12-04 | 2 | -1/+2 |
* | delta: diff returns 1 when files differ, ignore this | Zbigniew Jędrzejewski-Szmek | 2014-11-29 | 1 | -2/+2 |
* | treewide: another round of simplifications | Michal Schmidt | 2014-11-28 | 1 | -8/+6 |
* | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt | 2014-11-28 | 1 | -3/+3 |
* | treewide: no need to negate errno for log_*_errno() | Michal Schmidt | 2014-11-28 | 1 | -6/+6 |
* | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt | 2014-11-28 | 1 | -6/+6 |
* | login: rerun vconsole-setup when switching from vgacon to fbcon | Ray Strode | 2014-11-06 | 1 | -0/+11 |
* | vconsole: silence coverity | Thomas Hindoe Paaboel Andersen | 2014-09-30 | 1 | -5/+5 |
* | vconsole-setup: fix inverted error messages | Zbigniew Jędrzejewski-Szmek | 2014-07-07 | 1 | -2/+2 |
* | vconsole-setup: run setfont before loadkeys | Zbigniew Jędrzejewski-Szmek | 2014-07-06 | 1 | -25/+23 |
* | vconsole: also copy character maps (not just fonts) from vt1 to vt2, vt3, ... | Carl Schaefer | 2014-06-23 | 1 | -0/+24 |
* | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering | 2014-03-18 | 1 | -2/+1 |
* | move _cleanup_ attribute in front of the type | Harald Hoyer | 2013-04-18 | 1 | -1/+1 |
* | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek | 2013-04-05 | 1 | -6/+3 |
* | vconsole-setup: fix vconsole.conf vs. cmdline overriding logic | Michal Schmidt | 2013-04-05 | 1 | -17/+12 |
* | util: rename write_one_line_file() to write_string_file() | Lennart Poettering | 2013-04-03 | 1 | -2/+2 |
* | Modernization | Zbigniew Jędrzejewski-Szmek | 2013-03-31 | 1 | -3/+1 |
* | honor SELinux labels, when creating and writing config files | Harald Hoyer | 2013-02-14 | 1 | -0/+1 |
* | vconsole-setup: don't set the kbd mode to unicode if is is currently in raw/o... | Lennart Poettering | 2013-02-09 | 1 | -3/+16 |
* | vconsole: use /dev/vcsa1-15 to check for allocated VTs | Kay Sievers | 2013-01-15 | 1 | -3/+4 |
* | vconsole: copy font to tty1-15 | Kay Sievers | 2013-01-15 | 1 | -29/+29 |
* | vconsole: upload font to /dev/tty1 and copy it to all allocated VTs | Kay Sievers | 2013-01-15 | 1 | -14/+60 |
* | core: drop support for old per-distro configuration files for console, hostna... | Lennart Poettering | 2013-01-04 | 1 | -135/+0 |
* | drop Arch Linux support for reading /etc/rc.conf | Dave Reisner | 2012-11-03 | 1 | -9/+0 |
* | vconsole: remove Frugalware legacy file support | Miklos Vajna | 2012-11-03 | 1 | -13/+0 |
* | util: add is_locale_utf8() | Michal Schmidt | 2012-11-02 | 1 | -15/+0 |
* | remove Fedora hostname, locale, vconsole legacy file support | Kay Sievers | 2012-10-24 | 1 | -30/+1 |
* | vconsole: default to the kernel compiled-in keymap | Tom Gundersen | 2012-10-03 | 1 | -7/+0 |
* | vconsole: default to the kernel compiled-in font | Tom Gundersen | 2012-10-03 | 1 | -3/+2 |
* | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden | 2012-07-26 | 1 | -3/+3 |
* | MeeGo: Remove build support for MeeGo distribution. | Auke Kok | 2012-07-09 | 1 | -1/+1 |
* | vconsole-setup: enable utf-8 mode explicitly | Tom Gundersen | 2012-06-19 | 1 | -1/+23 |
* | vconsole: fix some error messages | Lennart Poettering | 2012-05-03 | 1 | -150/+135 |
* | vconsole: fix error messages | Lennart Poettering | 2012-05-03 | 1 | -3/+3 |
* | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | 2012-04-12 | 1 | -4/+4 |
* | build-sys: add stub makefiles to subdirs | Lennart Poettering | 2012-01-05 | 1 | -0/+1 |