aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/openvt.c
AgeCommit message (Expand)Author
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
2016-03-08Add depends on TOYBOX_FORK for various commands that need nommu conversion.Rob Landley
2014-06-24Move deallocvt.c into openvt.c, cleanup both.Rob Landley
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...Rob Landley
2014-04-03openvt tries opening several devices to get an fd that points to the current ...Isaac Dunham
2014-03-09Please find the patches attached herewith for adding 3 new commands -Vivek Bhagat