plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

status1.js (419B)


      1 logging = "on"
      2 loggingchoices = new Array("off", "on")
      3 
      4 stats = "on"
      5 statschoices = new Array("off", "on")
      6 
      7 compress = "whack"
      8 compresschoices1 = new Array("none", 
      9 	"flate1", "flate2", "flate3", "flate4", "flate5",
     10 	"flate6", "flate7", "flate8", "flate9")
     11 compresschoices2 = new Array("smack1", "smack2", "smack3", "whack")
     12 
     13 logs = new Array("all", "libventi/server", "disk", "lump", "block", "proc", "quiet", "rpc")
     14