]> sigrok.org Git - libserialport.git/history - linux_termios.c
change type of result variables to ssize_t
[libserialport.git] / linux_termios.c
2017-03-19 Martin LingLinux: fix for alpha where BOTHER is not defined.
2015-09-13 Daniel ElstnerBuild: Include config.h first in all source files
2015-08-26 Daniel ElstnerBuild: Clean up configure.ac and Makefile.am
2014-11-01 Martin Linglinux: Check for BOTHER macro at configure time.
2014-09-04 Aurelien Jacobslinux_termios: fix return types to actually match retur...
2014-07-02 Aurelien JacobsIntroduce SP_API/SP_PRIV to mark visibility of functions.
2014-01-03 Martin Linglinux_termios.c: fix check for termios speed fields.
2014-01-03 Martin Linglinux: Speed fields may not be present in kernel termio...
2014-01-03 Martin LingRemove need to include linux_termios.h on non-Linux.
2013-12-05 Martin LingFix building for Android.
2013-11-22 Uwe HermannMinor cosmetics.
2013-11-22 Uwe HermannFix the build on non-Linux platforms.
2013-11-21 Martin LingDocument this madness.
2013-11-21 Martin LingSupport non-standard flow control modes on Linux.
2013-11-21 Martin LingSupport custom baudrates on Linux.