summaryrefslogtreecommitdiff
path: root/src/vt.c
Commit message (Expand)AuthorAgeFilesLines
* Retry VT_WAITACTIVE if we get EINTlightdm-1-18Robert Ancell2019-07-291-2/+11
* Use /dev/tty0 instead of /dev/console.Robert Ancell2016-04-051-24/+20
* Remove trailing whitespaceRobert Ancell2014-09-191-4/+4
* If we aren't in a multi-seat environment, pass logind XDG_VTNR=0 instead of 1Michael Terry2013-09-241-0/+14
* fixing 999718Matthew Fischer2012-06-041-1/+1
* Wait for the VT to become active when switching to avoid a suspected race con...Robert Ancell2012-01-311-0/+8
* Fix whitespaceRobert Ancell2011-09-281-1/+1
* Fix bug trying to reuse Plymouth VT on switchRobert Ancell2011-07-251-4/+8
* Fix VT releasingRobert Ancell2011-07-241-1/+3
* Add Plymouth testsRobert Ancell2011-07-161-3/+8
* Fix autologinRobert Ancell2011-07-151-0/+3
* Introduce a seat objectRobert Ancell2011-07-151-11/+1
* Only try and switch VTs when running as rootRobert Ancell2011-07-141-1/+6
* Reorder vt.cRobert Ancell2011-07-061-19/+19
* Don't replace Plymouth if it isn't running on a valid VTYves-Alexis Perez2011-07-061-1/+10
* Fix usage of VT_ACTIVATElightdm-0.4.2Robert Ancell2011-07-051-4/+6
* Make user switching workRobert Ancell2011-07-041-12/+37
* Maintain own list of available VTsRobert Ancell2011-07-041-16/+37
* Move vt code into it's own moduleRobert Ancell2011-07-041-0/+78