Module Name: src Committed By: skrll Date: Fri May 19 06:50:07 UTC 2023
Modified Files: src/lib/libc/compat/arch/riscv: Makefile.inc Added Files: src/lib/libc/compat/arch/riscv/sys: Makefile.inc compat_Ovfork.S compat_msgctl.S compat_quotactl.S compat_shmctl.S compat_sigaction.S compat_sigpending.S compat_sigprocmask.S compat_sigreturn.S compat_sigsuspend.S Log Message: Add the compat calls for renamed symbols so that configure scripts can find them. sigprocmask being the most problematic. RISC-V doesn't need the compat syscalls, but seeing them fail in ktrace is helpful. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/compat/arch/riscv/Makefile.inc cvs rdiff -u -r0 -r1.1 src/lib/libc/compat/arch/riscv/sys/Makefile.inc \ src/lib/libc/compat/arch/riscv/sys/compat_Ovfork.S \ src/lib/libc/compat/arch/riscv/sys/compat_msgctl.S \ src/lib/libc/compat/arch/riscv/sys/compat_quotactl.S \ src/lib/libc/compat/arch/riscv/sys/compat_shmctl.S \ src/lib/libc/compat/arch/riscv/sys/compat_sigaction.S \ src/lib/libc/compat/arch/riscv/sys/compat_sigpending.S \ src/lib/libc/compat/arch/riscv/sys/compat_sigprocmask.S \ src/lib/libc/compat/arch/riscv/sys/compat_sigreturn.S \ src/lib/libc/compat/arch/riscv/sys/compat_sigsuspend.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.