Jonathan Perkin
Jonathan Perkin
Fill in the missing ioctlReadTermios/ioctlWriteTermios, and switch to syscall.Syscall as Syscall6 is not available. Probably makes this work on AIX too as a bonus.
This is a set of commits that add support for SmartOS. - 63bcfc2 changes `file_t` to `myfile_t`, `file_t` is exposed from `sys/file.h` on SmartOS. - 7c4d34a changes `lock_t` to `mylock_t`,...
Hi! This completes the removal of solaris support, and ensure that those of us on illumos can continue to build projects such as minio that depend on this module. Tested...
This supercedes #68. It's mostly the same, but updates images to 24.4.1 instead, and bumps dates to 2025. I also incorporated @bahamat feedback from last time about retaining `[email protected]` auth....
This adds stubs for unsupported Unix systems to allow this module to at least build. Obviously it would be better to actually support them, and I hope to do that...