[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / landisk / conf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/landisk/conf/GENERIC between version 1.48 and 1.48.2.2

version 1.48, 2016/03/19 23:21:03 version 1.48.2.2, 2017/03/20 06:57:15
Line 121  file-system TMPFS  # Efficient memory fi
Line 121  file-system TMPFS  # Efficient memory fi
 # File system options  # File system options
 options         QUOTA           # legacy UFS quotas  options         QUOTA           # legacy UFS quotas
 options         QUOTA2          # new, in-filesystem UFS quotas  options         QUOTA2          # new, in-filesystem UFS quotas
   #options        DISKLABEL_EI    # disklabel Endian Independent support
 #options        FFS_EI          # FFS Endian Independent support  #options        FFS_EI          # FFS Endian Independent support
 options         WAPBL           # File system journaling support  options         WAPBL           # File system journaling support
 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental  #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
Line 395  ugen* at uhub? port ?
Line 396  ugen* at uhub? port ?
 # Audio support  # Audio support
 audio*  at audiobus?  audio*  at audiobus?
   
   spkr*   at audio?               # PC speaker (synthesized)
   
 # MIDI support  # MIDI support
 midi*   at midibus?  midi*   at midibus?
   
Line 476  pseudo-device nsmb   # experimental - SM
Line 479  pseudo-device nsmb   # experimental - SM
 # wscons pseudo-devices  # wscons pseudo-devices
 pseudo-device   wsmux                   # mouse & keyboard multiplexor  pseudo-device   wsmux                   # mouse & keyboard multiplexor
 #pseudo-device  wsfont  #pseudo-device  wsfont
   
   options         FILEASSOC               # fileassoc(9) - required for Veriexec
                                           # and PAX_SEGVGUARD
   
   # Veriexec
   pseudo-device   veriexec
   #
   # Uncomment the fingerprint methods below that are desired. Note that
   # removing fingerprint methods will have almost no impact on the kernel
   # code size.
   #
   options         VERIFIED_EXEC_FP_RMD160
   options         VERIFIED_EXEC_FP_SHA256
   options         VERIFIED_EXEC_FP_SHA384
   options         VERIFIED_EXEC_FP_SHA512
   options         VERIFIED_EXEC_FP_SHA1
   options         VERIFIED_EXEC_FP_MD5
   
   options         PAX_ASLR_DEBUG=1        # PaX ASLR debug
   options         PAX_SEGVGUARD=0         # PaX Segmentation fault guard
   options         PAX_MPROTECT=1          # PaX mprotect(2) restrictions
   options         PAX_MPROTECT_DEBUG=1    # PaX mprotect debug
   options         PAX_ASLR=1              # PaX Address Space Layout Randomization

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.48.2.2

CVSweb <webmaster@jp.NetBSD.org>