sortix-mirror/init
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 Move init to its own directory. 2014-12-26 21:48:15 +01:00
Makefile Convert init to C. 2016-03-03 23:02:24 +01:00
init.8 Seed kernel entropy with randomness from the previous boot. 2016-10-04 00:34:50 +02:00
init.c Detect whether the terminal has a display and a keyboard layout. 2016-11-23 22:31:04 +01:00