1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-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 fix: Add sys permission kinds for node compat (#24242) 2024-07-10 15:15:43 +02:00
priority.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00