Nick Mathewson

Results 23 comments of Nick Mathewson

The branch topic/pthread_atfork_v2 now has some sketched-out work here, but I don't much care for it. It uses both an atfork-based implementation and a getpid-based implementation, but doing both of...

oops. Should be there now.

I agree with your comment; it should be a bitmask including BEV_EVENT_READING or BEV_EVENT_WRITING. It would also be good to have a unit test for this case.

(There seems to be an unrelated CI failure related to MSRV violations elsewhere in the codebase)

FWIW, I expect that the formats may change over the coming year, so it might be best to expose them for now as a (version, string) tuple rather than parsing...

Hi! No rush, but do you think you might have a chance to look at this some time this month? We need it in Arti to check the age of...

We've had to [make a fork](https://crates.io/crates/fslock-arti-fork) (hopefully a temporary one!) to get this feature for now. In case you're curious, [here's how we're using it](https://gitlab.torproject.org/tpo/core/arti/-/blob/main/crates/fslock-guard/src/lib.rs?ref_type=heads#L210).

Hello! Just checking in. Please let me know if there's anything I answer, change, or do in order to make this easier to review.

Weird that it compiled in the first place. Are you sure there isn't some error before the linker?