summaryrefslogtreecommitdiffstats
path: root/util/qemu-openpty.c
Commit message (Expand)AuthorAgeFilesLines
* char: move qemu_openpty_raw from util/ to char/Marc-André Lureau2022-04-061-139/+0Star
* util: Remove redundant checks in the openpty()AlexChen2021-09-151-4/+3Star
* util/qemu-openpty.c: Don't assume pty.h is glibc-onlyDavid CARLIER2020-07-131-1/+1
* configure / util: Auto-detect the availability of openpty()Thomas Huth2020-07-061-1/+4
* util: Clean up includesPeter Maydell2016-02-041-1/+1
* util/qemu-openpty: fix build with musl libc by include termios.h as fallbackNatanael Copa2014-06-111-0/+2
* create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2013-06-141-0/+135