Deleted Added
full compact
NOTES (50555) NOTES (50616)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $FreeBSD: head/sys/i386/conf/NOTES 50555 1999-08-29 10:14:59Z bde $
5# $FreeBSD: head/sys/i386/conf/NOTES 50616 1999-08-30 07:08:04Z bde $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

597# directories are exempt and X bits are cleared. The suid bit must be
598# set on the directory as well; see chmod(1) PC owners can't see/set
599# ownerships so they keep getting their toes trodden on. This saves
600# you all the support calls as the filesystem it's used on will act as
601# they expect: "It's my dir so it must be my file".
602#
603options SUIDDIR
604
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

597# directories are exempt and X bits are cleared. The suid bit must be
598# set on the directory as well; see chmod(1) PC owners can't see/set
599# ownerships so they keep getting their toes trodden on. This saves
600# you all the support calls as the filesystem it's used on will act as
601# they expect: "It's my dir so it must be my file".
602#
603options SUIDDIR
604
605
606# Add some error checking code to the null_bypass routine
607# in the NULL filesystem
608#options SAFETY
609
610
611# NFS options:
612options NFS_MINATTRTIMO=3 # VREG attrib cache timeout in sec
613options NFS_MAXATTRTIMO=60
614options NFS_MINDIRATTRTIMO=30 # VDIR attrib cache timeout in sec
615options NFS_MAXDIRATTRTIMO=60
616options NFS_GATHERDELAY=10 # Default write gather delay (msec)
617options NFS_UIDHASHSIZ=29 # Tune the size of nfssvc_sock with this
618options NFS_WDELAYHASHSIZ=16 # and with this

--- 1606 unchanged lines hidden ---
605# NFS options:
606options NFS_MINATTRTIMO=3 # VREG attrib cache timeout in sec
607options NFS_MAXATTRTIMO=60
608options NFS_MINDIRATTRTIMO=30 # VDIR attrib cache timeout in sec
609options NFS_MAXDIRATTRTIMO=60
610options NFS_GATHERDELAY=10 # Default write gather delay (msec)
611options NFS_UIDHASHSIZ=29 # Tune the size of nfssvc_sock with this
612options NFS_WDELAYHASHSIZ=16 # and with this

--- 1606 unchanged lines hidden ---