]> sigrok.org Git - libserialport.git/history - linux.c
change type of result variables to ssize_t
[libserialport.git] / linux.c
2020-01-04 Martin Linglinux: Fix compile warning on gcc 6+ for readlink(...
2020-01-04 Christian SeilerUse O_CLOEXEC where available
2016-10-14 Aurelien Jacobsuse readdir() instead of the deprecated readir_r()
2016-02-28 Wolfram Sanglinux: freebsd: do check on proper pointer libserialport-unreleased
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
2015-05-31 Martin LingUpdate copyright notices.
2015-05-27 silverbuddyHandle the case when /sys/class/tty/ entries are not...
2015-03-26 Uwe HermannVarious cosmetic and consistency fixes.
2015-02-20 Uwe HermannFix misleading snprintf() arguments.
2015-02-20 Uffe JakobsenIf present, add usb_serial to description for better...
2014-09-04 Aurelien Jacobslinux: remove readlinkat() dependency
2014-08-24 Martin Linglinux: Fix warning by marking vid, pid variables unsigned.
2014-08-24 Martin LingRevise debug macros to work in strict C99.
2014-07-06 Marcus ComstedtAvoid use of struct serial_struct on systems which...
2014-07-06 Marcus ComstedtDon't use readlinkat if it does not exist
2014-07-02 Aurelien JacobsIntroduce SP_API/SP_PRIV to mark visibility of functions.
2014-06-13 Aurelien JacobsMove list_ports() implementations to OS-specific files.
2014-06-11 Martin LingTidy up and split most OS-specific code to separate...