deno/ext/node/ops/os
Volker Schlecht 37cedefb4d
fix(ext/node): stub cpu_info() for OpenBSD (#25807)
Add an implementation of cpu_info() for OpenBSD, that returns a
correctly-sized array. Since Rust's libc bindings for OpenBSD do not
contain all symbols necessary for a full implementation and it is not
planned to add them, this solution at least avoids problems with code
that relies on cpu_info() purely for the size of the returned array to
derive the number of available CPUs.

This addresses https://github.com/denoland/deno/issues/25621
2024-09-23 09:08:16 +05:30
..
cpus.rs fix(ext/node): stub cpu_info() for OpenBSD (#25807) 2024-09-23 09:08:16 +05:30
mod.rs
priority.rs