sortix-mirror/login
Jonas 'Sortie' Termansen 6ef5a5cee3 Detect whether the terminal has a display and a keyboard layout.
A new ioctl TIOCGDISPLAYS allow detecting which displays the terminal
has associated. The ability to set a keyboard layout can be detected
with tcgetblob kblayout.

Improve the user-space multi-monitor support while here.

The kernel now sets TERM rather than init(8).

This is a compatible ABI change riding on the previous commit's bump.
2016-11-23 22:31:04 +01:00
..
.gitignore Add login(8). 2016-02-06 00:52:52 +01:00
Makefile Add login(8). 2016-02-06 00:52:52 +01:00
arrow.rgb Add login(8). 2016-02-06 00:52:52 +01:00
framebuffer.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
framebuffer.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
graphical.c Detect whether the terminal has a display and a keyboard layout. 2016-11-23 22:31:04 +01:00
login.8 Add passwd(1). 2016-02-06 17:12:30 +01:00
login.c Fix login(8) reopen of /dev/tty as stdout. 2016-11-19 16:48:54 +01:00
login.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
pixel.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
pixel.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
vgafont.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
vgafont.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00