HomeFreeBSD

In order to maximize the re-usability of kernel code in user space this
rS225617Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

In order to maximize the re-usability of kernel code in user space this
patch modifies makesyscalls.sh to prefix all of the non-compatibility
calls (e.g. not linux_, freebsd32_) with sys_ and updates the kernel
entry points and all places in the code that use them. It also
fixes an additional name space collision between the kernel function
psignal and the libc function of the same name by renaming the kernel
psignal kern_psignal(). By introducing this change now we will ease future
MFCs that change syscalls.

Reviewed by: rwatson
Approved by: re (bz)

Details

Provenance
kmacyAuthored on
Parents
rS225616: - Extract duplicated macro into a function to avoid duplication
Branches
Unknown
Tags
Unknown