nospam3089
nospam3089
For what it is worth, this function is very prototypical code to detect whether a directory is on nfs or not. It seems to reliably succeed in detecting nfs filesystems...
Thanks for your involved response and for actively maintaining this crate! It seems we agree the best fix would be to adapt the methods to be gentle with unknown bits....
I've pushed the two branches [fix/disable_tcsetattr_illumos](https://git.netizen.se/nix/commit/?h=fix/disable_tcsetattr_illumos) and [fix/safe_termios](https://git.netizen.se/nix/commit/?h=fix/safe_termios), but they are not at all tested. The test suites seem to pass without adding any new failures, but I have no...
Quoting the very first sentence from [README.md](https://github.com/dcuddeback/termios-rs/blob/5ca00db/README.md): > The termios crate provides safe bindings for the Rust programming language to the terminal I/O interface implemented by Unix operating systems. I...
It would be great if this could be merged. It seems it was blocked due to a failing test, but [the build log](https://dev.azure.com/gonzalobg88/ctest/_build/results?buildId=52) seems to have vanished as the page...
Thank you @pfmooney! Learning about [ctest2](https://lib.rs/crates/ctest2) was helpful.
For what it's worth, the addition of `getgrouplist` was mentioned in the [Release Notes for r151038](https://github.com/omniosorg/omnios-build/blob/r151038/doc/ReleaseNotes.md).