Deleted Added
full compact
NOTES (37144) NOTES (37272)
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# $Id: LINT,v 1.438 1998/06/21 13:36:53 bde Exp $
5# $Id: LINT,v 1.439 1998/06/24 22:01:32 msmith Exp $
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

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

528#
529options SUIDDIR
530
531
532# Add some error checking code to the null_bypass routine
533# in the NULL filesystem
534#options SAFETY
535
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

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

528#
529options SUIDDIR
530
531
532# Add some error checking code to the null_bypass routine
533# in the NULL filesystem
534#options SAFETY
535
536
537# NFS options:
538options "NFS_MINATTRTIMO=3" # VREG attrib cache timeout in sec
539options "NFS_MAXATTRTIMO=60"
540options "NFS_MINDIRATTRTIMO=30" # VDIR attrib cache timeout in sec
541options "NFS_MAXDIRATTRTIMO=60"
542options "NFS_GATHERDELAY=10" # Default write gather delay (msec)
543options "NFS_UIDHASHSIZ=29" # Tune the size of nfssvc_sock with this
544options "NFS_WDELAYHASHSIZ=16" # and with this
545options "NFS_MUIDHASHSIZ=63" # Tune the size of nfsmount with this
546options NFS_DEBUG # Enable NFS Debugging
547
536
537#####################################################################
538# POSIX P1003.1B
539
540# Real time extensions added int the 1993 Posix
541# P1003_1B: Infrastructure
542# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
543# _KPOSIX_VERSION: Version kernel is built for

--- 1026 unchanged lines hidden ---
548
549#####################################################################
550# POSIX P1003.1B
551
552# Real time extensions added int the 1993 Posix
553# P1003_1B: Infrastructure
554# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
555# _KPOSIX_VERSION: Version kernel is built for

--- 1026 unchanged lines hidden ---