mirror of
https://github.com/opnsense/src.git
synced 2026-06-20 14:09:14 -04:00
Tested by: pho Reviewed by: olce Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D50482
22 lines
282 B
Text
22 lines
282 B
Text
FBSD_1.0 {
|
|
rfork_thread;
|
|
amd64_get_fsbase;
|
|
amd64_get_gsbase;
|
|
amd64_set_fsbase;
|
|
amd64_set_gsbase;
|
|
};
|
|
|
|
FBSD_1.6 {
|
|
x86_pkru_get_perm;
|
|
x86_pkru_set_perm;
|
|
x86_pkru_protect_range;
|
|
x86_pkru_unprotect_range;
|
|
};
|
|
|
|
FBSD_1.8 {
|
|
amd64_set_tlsbase;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
_vfork;
|
|
};
|