node/lib/internal/process
Abdirahim Musse 963b24e9a6
process: disable building execve on IBM i
The `execve` syscall does exist on IBM i but
it has caveats that make it not usable in Node.js context.

These changes disable building with `execve` like Windows does.

PR-URL: https://github.com/nodejs/node/pull/57883
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
2025-04-18 11:07:51 +00:00
..
execution.js module: improve typescript error message format 2025-04-01 11:16:48 +00:00
finalization.js lib: fix typos 2024-09-25 14:35:18 +00:00
per_thread.js process: disable building execve on IBM i 2025-04-18 11:07:51 +00:00
permission.js src,lib: stabilize permission model 2024-12-12 12:11:58 +00:00
pre_execution.js src: migrate from deprecated SnapshotCreator constructor 2025-04-14 12:11:43 -07:00
promises.js lib: rewrite AsyncLocalStorage without async_hooks 2024-08-02 19:44:20 +00:00
report.js src: add cli option to preserve env vars on dr 2024-11-08 17:49:43 +00:00
signal.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
task_queues.js lib: improve async_context_frame structure 2024-08-09 19:44:42 +00:00
warning.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
worker_thread_only.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00