[BACK]Return to SLAB CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / next68k / 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/next68k/conf/SLAB between version 1.18.2.7 and 1.19

version 1.18.2.7, 2005/11/10 13:57:57 version 1.19, 2003/09/22 14:11:28
Line 16  options  KTRACE  # system call tracing
Line 16  options  KTRACE  # system call tracing
 options         SYSVMSG         # System V message queues  options         SYSVMSG         # System V message queues
 options         SYSVSEM         # System V semaphores  options         SYSVSEM         # System V semaphores
 options         SYSVSHM         # System V shared memory  options         SYSVSHM         # System V shared memory
 options         P1003_1B_SEMAPHORE      # POSIX semaphore support  
 #options        SHMMAXPGS=1024  # 1024 pages is the default  #options        SHMMAXPGS=1024  # 1024 pages is the default
   
 options         LKM             # loadable kernel modules  options         LKM             # loadable kernel modules
 options         INSECURE        # disable kernel security level  options         INSECURE        # disable kernel security level
 options         USERCONF        # userconf(4) support  options         USERCONF        # userconf(4) support
 #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)  #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 #options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel  
   
 options         DEBUG           # kernel debugging code  options         DEBUG           # kernel debugging code
 options         DIAGNOSTIC      # extra kernel sanity checking  options         DIAGNOSTIC      # extra kernel sanity checking
Line 56  options  SWAPDEBUG
Line 54  options  SWAPDEBUG
 options         COMPAT_14       # NetBSD 1.4  options         COMPAT_14       # NetBSD 1.4
 options         COMPAT_15       # NetBSD 1.5  options         COMPAT_15       # NetBSD 1.5
 options         COMPAT_16       # NetBSD 1.6  options         COMPAT_16       # NetBSD 1.6
 options         COMPAT_20       # NetBSD 2.0  
 options         COMPAT_30       # NetBSD 3.0 compatibility.  
   
 #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG  #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
   
Line 68  options  COMPAT_30 # NetBSD 3.0 compatib
Line 64  options  COMPAT_30 # NetBSD 3.0 compatib
 #options        COMPAT_LINUX    # can run Linux/m68k executables  #options        COMPAT_LINUX    # can run Linux/m68k executables
 options         COMPAT_AOUT_M68K # support for NetBSD a.out executables  options         COMPAT_AOUT_M68K # support for NetBSD a.out executables
 options         EXEC_AOUT       # support for a.out executables  options         EXEC_AOUT       # support for a.out executables
 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.  
   
 # File systems  # File systems
 #file-system    FFS             # UFS  #file-system    FFS             # UFS
Line 85  file-system  NULLFS  # loopback file sys
Line 80  file-system  NULLFS  # loopback file sys
 #file-system    PROCFS          # /proc  #file-system    PROCFS          # /proc
 #file-system    UMAPFS          # NULLFS + uid and gid remapping  #file-system    UMAPFS          # NULLFS + uid and gid remapping
 #file-system    UNION           # union file system  #file-system    UNION           # union file system
 file-system     PTYFS           # /dev/pts/N support  
   
 #options        NFSSERVER       # nfs server support  #options        NFSSERVER       # nfs server support
 #options        QUOTA           # FFS quotas  #options        QUOTA           # FFS quotas
Line 99  options  INET  # IP + ICMP + TCP + UDP
Line 93  options  INET  # IP + ICMP + TCP + UDP
 options         INET6           # IPV6  options         INET6           # IPV6
 #options        IPSEC           # IP security  #options        IPSEC           # IP security
 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)  #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)  
 #options        IPSEC_DEBUG     # debug for IP security  #options        IPSEC_DEBUG     # debug for IP security
 #options        MROUTING        # IP multicast routing  #options        MROUTING        # IP multicast routing
 #options        PIM             # Protocol Independent Multicast  
 #options        NS              # XNS  #options        NS              # XNS
 #options        NSIP            # XNS tunneling over IP  #options        NSIP            # XNS tunneling over IP
 #options        ISO,TPIP        # OSI  #options        ISO,TPIP        # OSI
Line 209  pseudo-device pty   # pseudo-terminals
Line 201  pseudo-device pty   # pseudo-terminals
 pseudo-device   vnd             4       # paging to files  pseudo-device   vnd             4       # paging to files
 #pseudo-device  raid            4       # RAIDframe disk driver  #pseudo-device  raid            4       # RAIDframe disk driver
 #options        RAID_AUTOCONFIG         # auto-configuration of RAID components  #options        RAID_AUTOCONFIG         # auto-configuration of RAID components
 #pseudo-device  fss             4       # file system snapshot device  
 pseudo-device   ccd             4       # concatenated disks  pseudo-device   ccd             4       # concatenated disks
 pseudo-device   clockctl                # user control of clock subsystem  pseudo-device   clockctl                # user control of clock subsystem

Legend:
Removed from v.1.18.2.7  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>