tstatus1.js - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tstatus1.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