History log of /openbsd/gnu/usr.bin/perl/gen_syscall_emulator.pl (Results 1 – 1 of 1)
Revision Date Author Comments
# 312e26c8 03-Sep-2023 afresh1 <afresh1@openbsd.org>

Replace perl's use of syscall(2) with a dispatcher to libc

This removes the ability to do direct syscalls from perl, instead calling
the appropriate libc functions.

Currently we generate the dispat

Replace perl's use of syscall(2) with a dispatcher to libc

This removes the ability to do direct syscalls from perl, instead calling
the appropriate libc functions.

Currently we generate the dispatcher via a perl script duing build.

requested by deraadt@

nits from espie@
education from miod@
infrastructure fixes from sthen@
many improvements and ok gkoehler@
Please commit soon. OK bluhm@

show more ...