Clear up that COMPAT_43 may not do the same thing on every architecture
and clear up that COMPAT_SUNOS is similarly MI, and does something relatively similar. Approved by: re/rwatson
This commit is contained in:
parent
0865cf03b8
commit
7bbf05a2c3
@ -208,10 +208,19 @@ options MUTEX_PROFILING
|
||||
#
|
||||
# Implement system calls compatible with 4.3BSD and older versions of
|
||||
# FreeBSD. You probably do NOT want to remove this as much current code
|
||||
# still relies on the 4.3 emulation.
|
||||
# still relies on the 4.3 emulation. Note that some architectures that
|
||||
# are supported by FreeBSD do not include support for certain important
|
||||
# aspects of this compatibility option, namely those related to the
|
||||
# signal delivery mechanism.
|
||||
#
|
||||
options COMPAT_43
|
||||
|
||||
#
|
||||
# Be compatible with SunOS. The COMPAT_43 option above pulls in most
|
||||
# (all?) of the changes that this option turns on.
|
||||
#
|
||||
options COMPAT_SUNOS
|
||||
|
||||
# Enable FreeBSD4 compatibility syscalls
|
||||
options COMPAT_FREEBSD4
|
||||
|
||||
|
@ -1091,6 +1091,3 @@ options TIMER_FREQ=((14318182+6)/12)
|
||||
options VM_KMEM_SIZE
|
||||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
# Yet more undocumented options for linting.
|
||||
options COMPAT_SUNOS
|
||||
|
@ -940,9 +940,6 @@ options VM_KMEM_SIZE
|
||||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
# Yet more undocumented options for linting.
|
||||
options COMPAT_SUNOS
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Devices we don't want to deal with
|
||||
|
Loading…
x
Reference in New Issue
Block a user