[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amd64 / 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/amd64/conf/GENERIC between version 1.566 and 1.567

version 1.566, 2020/04/25 15:26:16 version 1.567, 2020/05/02 16:44:35
Line 121  options  DDB_HISTORY_SIZE=512 # enable h
Line 121  options  DDB_HISTORY_SIZE=512 # enable h
 #options        KGDB            # remote debugger  #options        KGDB            # remote debugger
 #options        KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600  #options        KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions     DEBUG="-g"      # compile full symbol table for CTF  makeoptions     DEBUG="-g"      # compile full symbol table for CTF
   options DDB_COMMANDONENTER="trace;show registers"
 #options        KUBSAN          # Kernel Undefined Behavior Sanitizer (kUBSan)  #options        KUBSAN          # Kernel Undefined Behavior Sanitizer (kUBSan)
 #options        UBSAN_ALWAYS_FATAL      # (optional) Panic on all kUBSan reports  #options        UBSAN_ALWAYS_FATAL      # (optional) Panic on all kUBSan reports
 #options        SYSCALL_STATS   # per syscall counts  #options        SYSCALL_STATS   # per syscall counts

Legend:
Removed from v.1.566  
changed lines
  Added in v.1.567

CVSweb <webmaster@jp.NetBSD.org>