Files
pip/libs/main/io_devices
andrey 9cd56ab66c fix(PIEthernet): check open() return value with >= 0 instead of != 0
open() returns -1 on error. The check fd != 0 treated -1 as a
valid fd (since -1 != 0 is true), causing devctl(-1, ...) and
close(-1) on QNX. Fixed to fd >= 0.
2026-08-05 17:39:36 +03:00
..
2026-03-20 16:31:30 +03:00
2024-11-20 20:01:47 +03:00
2026-03-12 14:46:57 +03:00
2025-08-13 18:48:01 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2025-09-05 21:46:44 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-03-20 16:31:30 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2025-09-23 21:16:54 +03:00
2026-03-12 14:46:57 +03:00
2025-09-23 21:16:54 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2025-09-23 21:16:54 +03:00
2026-03-12 14:46:57 +03:00
2022-12-14 14:13:52 +03:00
2026-03-12 14:46:57 +03:00