uvtd: add new Virtual Terminal daemon
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 14:11:30 +0000 (15:11 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 14:11:30 +0000 (15:11 +0100)
commit176a0e8be5f3d0ebfd1c501c7335eae24d71d8a5
treee8a137a4f453a33139bd2af23407adc25415f7ba
parent9c2375b6d4e725f0757d7df83473177234425dc4
uvtd: add new Virtual Terminal daemon

This introduces uvtd which replaces kmscon sessions as an external helper
program. It's still a dummy program but it will get extended soon. After
that, kmscon sessions will get removed and limited to a single seat. This
will simplify kmscon itself heavily and move rarely used features out of
kmscon into helpers.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
.gitignore
Makefile.am
configure.ac
src/uvtd_main.c [new file with mode: 0644]
src/uvtd_seat.c [new file with mode: 0644]
src/uvtd_seat.h [new file with mode: 0644]