Eric

Results 4 comments of Eric

Hey, just a note in case it would change your definition for os.ptrace - On Linux, it seems the fourth argument to ptrace is a pointer-sized type, as it can...

Not sure that I understand the build failure (non-determinism introduced?)

Sorry for the late comment. The current signature of from_abstract_name in nightly is: ```rust fn from_abstract_name(name: &N) -> Result where N: AsRef; ``` but, I think it should be: ```rust...

Looking into this. It seems winapi defines PhysicalAddress as [u8; 8] (8, instead of 6). The current linux code in your crate can also handle mac addresses of any size....