Results 165 comments of David CARLIER

> Looks like something changed in `std`, and `pthread_condattr_init` is now required to make it into `main`. Do I need to implement something in particular to fix the out-of-bounds issue...

cool with your suggestion changes vec tests pass now.

well ucontext could possibly be make common but not mcontext which is very architecture dependent.

I m sorry to say but in fact dirent* struct are in fact correct, I invite you to look at the man pages/headers for confirmation. Note that libc is not...

you can call it via syscall (the syscalls ids are present in libc) and map the linux_dirent* I think.

or you can copy the result into a sized buffer. I disagree removing readdir honestly.

Note that `unsafe` really means what it means, inside this block, rust safety and guarantees do not apply, it is the responsibility of code user to handle carefully possible side...

Getting this ` Measuring per-core preemption rate (this will take 1.00 sec)... Core #1: CAUTION (156%) Core #0: CAUTION (238%) Core #3: CAUTION (176%) Core #2: CAUTION (229%) ` As...

seems libc 0.2.154 not yet available (just the tag on the repo but not yet published maybe) ?