Commit Graph

13 Commits

Author SHA1 Message Date
NishiOwO
50e77917d5 Fix for NetBSD 2025-03-23 00:42:51 +09:00
OBattler
e0ff6a1da7 More NetBSD fixes, by Randrianasulu. 2024-11-20 01:36:29 +01:00
Alexander Babikov
0a1e92e239 clang-format modem and serial passthrough related files 2024-04-01 21:08:55 +05:00
rilysh
6b435088f9 unix_serial_passthrough.c: check errno for EWOULDBLOCK
plat_serpt_write_vcon(): write() returns how much data it has written
to the file descriptor, and in case an error, it returns -1. So the
EWOULDBLOCK never really triggers, as in the following condition we're
not checking the errno, but the return value of the write() function.
2024-02-24 13:59:14 +05:30
Aleš Hakl
6eaf274c33 remove debug printf() 2023-09-15 16:55:24 +02:00
Aleš Hakl
129950b5af fix flags for serial passthrough on unix 2023-09-15 16:49:33 +02:00
Jasmine Iwanek
98bfebc223 More linting in src/unix 2023-08-23 04:15:58 -04:00
cold-brewed
99cdd3a16a Various warning cleanups 2023-08-12 11:42:11 -04:00
Cacodemon345
bff479fc0f unix_serial_passthrough: Define cleanups and changes 2023-06-12 20:35:45 +06:00
Mike Swanson
c848642845 Add some defines to build succesfully on FreeBSD
Tested on FreeBSD 13.2 only.  FreeBSD is more similar to Mac OS X in
system-level library support than it is to Linux.
2023-06-10 16:06:32 -07:00
Jasmine Iwanek
ed1b369abd Yet more sonarlint fixes 2023-05-29 06:21:17 -04:00
Jasmine Iwanek
610401de7a Yet more clang-formatting 2023-02-28 23:53:57 -05:00
Jasmine Iwanek
f643391975 Serial Passthrough 2023-02-14 20:53:59 -05:00