Deleted Added
full compact
NOTES (130296) NOTES (130344)
1# $FreeBSD: head/sys/conf/NOTES 130296 2004-06-10 05:43:36Z scottl $
1# $FreeBSD: head/sys/conf/NOTES 130344 2004-06-11 11:16:26Z phk $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 195 unchanged lines hidden (view full) ---

205# FreeBSD. You probably do NOT want to remove this as much current code
206# still relies on the 4.3 emulation. Note that some architectures that
207# are supported by FreeBSD do not include support for certain important
208# aspects of this compatibility option, namely those related to the
209# signal delivery mechanism.
210#
211options COMPAT_43
212
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 195 unchanged lines hidden (view full) ---

205# FreeBSD. You probably do NOT want to remove this as much current code
206# still relies on the 4.3 emulation. Note that some architectures that
207# are supported by FreeBSD do not include support for certain important
208# aspects of this compatibility option, namely those related to the
209# signal delivery mechanism.
210#
211options COMPAT_43
212
213#
214# Be compatible with SunOS. The COMPAT_43 option above pulls in most
215# (all?) of the changes that this option turns on.
216#
217options COMPAT_SUNOS
218
219# Enable FreeBSD4 compatibility syscalls
220options COMPAT_FREEBSD4
221
222#
223# These three options provide support for System V Interface
224# Definition-style interprocess communication, in the form of shared
225# memory, semaphores, and message queues, respectively.
226#

--- 2184 unchanged lines hidden ---
213# Enable FreeBSD4 compatibility syscalls
214options COMPAT_FREEBSD4
215
216#
217# These three options provide support for System V Interface
218# Definition-style interprocess communication, in the form of shared
219# memory, semaphores, and message queues, respectively.
220#

--- 2184 unchanged lines hidden ---