A lightweight mechanism to provide an *instant kickstart* to a Go web server instance upon changing any Go source files under the project directory (and its subdirectories).

zsysctl_openbsd.go 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. // mksysctl_openbsd.pl
  2. // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
  3. package unix
  4. type mibentry struct {
  5. ctlname string
  6. ctloid []_C_int
  7. }
  8. var sysctlMib = []mibentry{
  9. {"ddb.console", []_C_int{9, 6}},
  10. {"ddb.log", []_C_int{9, 7}},
  11. {"ddb.max_line", []_C_int{9, 3}},
  12. {"ddb.max_width", []_C_int{9, 2}},
  13. {"ddb.panic", []_C_int{9, 5}},
  14. {"ddb.radix", []_C_int{9, 1}},
  15. {"ddb.tab_stop_width", []_C_int{9, 4}},
  16. {"ddb.trigger", []_C_int{9, 8}},
  17. {"fs.posix.setuid", []_C_int{3, 1, 1}},
  18. {"hw.allowpowerdown", []_C_int{6, 22}},
  19. {"hw.byteorder", []_C_int{6, 4}},
  20. {"hw.cpuspeed", []_C_int{6, 12}},
  21. {"hw.diskcount", []_C_int{6, 10}},
  22. {"hw.disknames", []_C_int{6, 8}},
  23. {"hw.diskstats", []_C_int{6, 9}},
  24. {"hw.machine", []_C_int{6, 1}},
  25. {"hw.model", []_C_int{6, 2}},
  26. {"hw.ncpu", []_C_int{6, 3}},
  27. {"hw.ncpufound", []_C_int{6, 21}},
  28. {"hw.pagesize", []_C_int{6, 7}},
  29. {"hw.physmem", []_C_int{6, 19}},
  30. {"hw.product", []_C_int{6, 15}},
  31. {"hw.serialno", []_C_int{6, 17}},
  32. {"hw.setperf", []_C_int{6, 13}},
  33. {"hw.usermem", []_C_int{6, 20}},
  34. {"hw.uuid", []_C_int{6, 18}},
  35. {"hw.vendor", []_C_int{6, 14}},
  36. {"hw.version", []_C_int{6, 16}},
  37. {"kern.arandom", []_C_int{1, 37}},
  38. {"kern.argmax", []_C_int{1, 8}},
  39. {"kern.boottime", []_C_int{1, 21}},
  40. {"kern.bufcachepercent", []_C_int{1, 72}},
  41. {"kern.ccpu", []_C_int{1, 45}},
  42. {"kern.clockrate", []_C_int{1, 12}},
  43. {"kern.consdev", []_C_int{1, 75}},
  44. {"kern.cp_time", []_C_int{1, 40}},
  45. {"kern.cp_time2", []_C_int{1, 71}},
  46. {"kern.cryptodevallowsoft", []_C_int{1, 53}},
  47. {"kern.domainname", []_C_int{1, 22}},
  48. {"kern.file", []_C_int{1, 73}},
  49. {"kern.forkstat", []_C_int{1, 42}},
  50. {"kern.fscale", []_C_int{1, 46}},
  51. {"kern.fsync", []_C_int{1, 33}},
  52. {"kern.hostid", []_C_int{1, 11}},
  53. {"kern.hostname", []_C_int{1, 10}},
  54. {"kern.intrcnt.nintrcnt", []_C_int{1, 63, 1}},
  55. {"kern.job_control", []_C_int{1, 19}},
  56. {"kern.malloc.buckets", []_C_int{1, 39, 1}},
  57. {"kern.malloc.kmemnames", []_C_int{1, 39, 3}},
  58. {"kern.maxclusters", []_C_int{1, 67}},
  59. {"kern.maxfiles", []_C_int{1, 7}},
  60. {"kern.maxlocksperuid", []_C_int{1, 70}},
  61. {"kern.maxpartitions", []_C_int{1, 23}},
  62. {"kern.maxproc", []_C_int{1, 6}},
  63. {"kern.maxthread", []_C_int{1, 25}},
  64. {"kern.maxvnodes", []_C_int{1, 5}},
  65. {"kern.mbstat", []_C_int{1, 59}},
  66. {"kern.msgbuf", []_C_int{1, 48}},
  67. {"kern.msgbufsize", []_C_int{1, 38}},
  68. {"kern.nchstats", []_C_int{1, 41}},
  69. {"kern.netlivelocks", []_C_int{1, 76}},
  70. {"kern.nfiles", []_C_int{1, 56}},
  71. {"kern.ngroups", []_C_int{1, 18}},
  72. {"kern.nosuidcoredump", []_C_int{1, 32}},
  73. {"kern.nprocs", []_C_int{1, 47}},
  74. {"kern.nselcoll", []_C_int{1, 43}},
  75. {"kern.nthreads", []_C_int{1, 26}},
  76. {"kern.numvnodes", []_C_int{1, 58}},
  77. {"kern.osrelease", []_C_int{1, 2}},
  78. {"kern.osrevision", []_C_int{1, 3}},
  79. {"kern.ostype", []_C_int{1, 1}},
  80. {"kern.osversion", []_C_int{1, 27}},
  81. {"kern.pool_debug", []_C_int{1, 77}},
  82. {"kern.posix1version", []_C_int{1, 17}},
  83. {"kern.proc", []_C_int{1, 66}},
  84. {"kern.random", []_C_int{1, 31}},
  85. {"kern.rawpartition", []_C_int{1, 24}},
  86. {"kern.saved_ids", []_C_int{1, 20}},
  87. {"kern.securelevel", []_C_int{1, 9}},
  88. {"kern.seminfo", []_C_int{1, 61}},
  89. {"kern.shminfo", []_C_int{1, 62}},
  90. {"kern.somaxconn", []_C_int{1, 28}},
  91. {"kern.sominconn", []_C_int{1, 29}},
  92. {"kern.splassert", []_C_int{1, 54}},
  93. {"kern.stackgap_random", []_C_int{1, 50}},
  94. {"kern.sysvipc_info", []_C_int{1, 51}},
  95. {"kern.sysvmsg", []_C_int{1, 34}},
  96. {"kern.sysvsem", []_C_int{1, 35}},
  97. {"kern.sysvshm", []_C_int{1, 36}},
  98. {"kern.timecounter.choice", []_C_int{1, 69, 4}},
  99. {"kern.timecounter.hardware", []_C_int{1, 69, 3}},
  100. {"kern.timecounter.tick", []_C_int{1, 69, 1}},
  101. {"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}},
  102. {"kern.tty.maxptys", []_C_int{1, 44, 6}},
  103. {"kern.tty.nptys", []_C_int{1, 44, 7}},
  104. {"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
  105. {"kern.tty.tk_nin", []_C_int{1, 44, 1}},
  106. {"kern.tty.tk_nout", []_C_int{1, 44, 2}},
  107. {"kern.tty.tk_rawcc", []_C_int{1, 44, 3}},
  108. {"kern.tty.ttyinfo", []_C_int{1, 44, 5}},
  109. {"kern.ttycount", []_C_int{1, 57}},
  110. {"kern.userasymcrypto", []_C_int{1, 60}},
  111. {"kern.usercrypto", []_C_int{1, 52}},
  112. {"kern.usermount", []_C_int{1, 30}},
  113. {"kern.version", []_C_int{1, 4}},
  114. {"kern.vnode", []_C_int{1, 13}},
  115. {"kern.watchdog.auto", []_C_int{1, 64, 2}},
  116. {"kern.watchdog.period", []_C_int{1, 64, 1}},
  117. {"net.bpf.bufsize", []_C_int{4, 31, 1}},
  118. {"net.bpf.maxbufsize", []_C_int{4, 31, 2}},
  119. {"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
  120. {"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
  121. {"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
  122. {"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
  123. {"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
  124. {"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
  125. {"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
  126. {"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
  127. {"net.inet.divert.stats", []_C_int{4, 2, 258, 3}},
  128. {"net.inet.esp.enable", []_C_int{4, 2, 50, 1}},
  129. {"net.inet.esp.stats", []_C_int{4, 2, 50, 4}},
  130. {"net.inet.esp.udpencap", []_C_int{4, 2, 50, 2}},
  131. {"net.inet.esp.udpencap_port", []_C_int{4, 2, 50, 3}},
  132. {"net.inet.etherip.allow", []_C_int{4, 2, 97, 1}},
  133. {"net.inet.etherip.stats", []_C_int{4, 2, 97, 2}},
  134. {"net.inet.gre.allow", []_C_int{4, 2, 47, 1}},
  135. {"net.inet.gre.wccp", []_C_int{4, 2, 47, 2}},
  136. {"net.inet.icmp.bmcastecho", []_C_int{4, 2, 1, 2}},
  137. {"net.inet.icmp.errppslimit", []_C_int{4, 2, 1, 3}},
  138. {"net.inet.icmp.maskrepl", []_C_int{4, 2, 1, 1}},
  139. {"net.inet.icmp.rediraccept", []_C_int{4, 2, 1, 4}},
  140. {"net.inet.icmp.redirtimeout", []_C_int{4, 2, 1, 5}},
  141. {"net.inet.icmp.stats", []_C_int{4, 2, 1, 7}},
  142. {"net.inet.icmp.tstamprepl", []_C_int{4, 2, 1, 6}},
  143. {"net.inet.igmp.stats", []_C_int{4, 2, 2, 1}},
  144. {"net.inet.ip.arpqueued", []_C_int{4, 2, 0, 36}},
  145. {"net.inet.ip.encdebug", []_C_int{4, 2, 0, 12}},
  146. {"net.inet.ip.forwarding", []_C_int{4, 2, 0, 1}},
  147. {"net.inet.ip.ifq.congestion", []_C_int{4, 2, 0, 30, 4}},
  148. {"net.inet.ip.ifq.drops", []_C_int{4, 2, 0, 30, 3}},
  149. {"net.inet.ip.ifq.len", []_C_int{4, 2, 0, 30, 1}},
  150. {"net.inet.ip.ifq.maxlen", []_C_int{4, 2, 0, 30, 2}},
  151. {"net.inet.ip.maxqueue", []_C_int{4, 2, 0, 11}},
  152. {"net.inet.ip.mforwarding", []_C_int{4, 2, 0, 31}},
  153. {"net.inet.ip.mrtproto", []_C_int{4, 2, 0, 34}},
  154. {"net.inet.ip.mrtstats", []_C_int{4, 2, 0, 35}},
  155. {"net.inet.ip.mtu", []_C_int{4, 2, 0, 4}},
  156. {"net.inet.ip.mtudisc", []_C_int{4, 2, 0, 27}},
  157. {"net.inet.ip.mtudisctimeout", []_C_int{4, 2, 0, 28}},
  158. {"net.inet.ip.multipath", []_C_int{4, 2, 0, 32}},
  159. {"net.inet.ip.portfirst", []_C_int{4, 2, 0, 7}},
  160. {"net.inet.ip.porthifirst", []_C_int{4, 2, 0, 9}},
  161. {"net.inet.ip.porthilast", []_C_int{4, 2, 0, 10}},
  162. {"net.inet.ip.portlast", []_C_int{4, 2, 0, 8}},
  163. {"net.inet.ip.redirect", []_C_int{4, 2, 0, 2}},
  164. {"net.inet.ip.sourceroute", []_C_int{4, 2, 0, 5}},
  165. {"net.inet.ip.stats", []_C_int{4, 2, 0, 33}},
  166. {"net.inet.ip.ttl", []_C_int{4, 2, 0, 3}},
  167. {"net.inet.ipcomp.enable", []_C_int{4, 2, 108, 1}},
  168. {"net.inet.ipcomp.stats", []_C_int{4, 2, 108, 2}},
  169. {"net.inet.ipip.allow", []_C_int{4, 2, 4, 1}},
  170. {"net.inet.ipip.stats", []_C_int{4, 2, 4, 2}},
  171. {"net.inet.mobileip.allow", []_C_int{4, 2, 55, 1}},
  172. {"net.inet.pfsync.stats", []_C_int{4, 2, 240, 1}},
  173. {"net.inet.pim.stats", []_C_int{4, 2, 103, 1}},
  174. {"net.inet.tcp.ackonpush", []_C_int{4, 2, 6, 13}},
  175. {"net.inet.tcp.always_keepalive", []_C_int{4, 2, 6, 22}},
  176. {"net.inet.tcp.baddynamic", []_C_int{4, 2, 6, 6}},
  177. {"net.inet.tcp.drop", []_C_int{4, 2, 6, 19}},
  178. {"net.inet.tcp.ecn", []_C_int{4, 2, 6, 14}},
  179. {"net.inet.tcp.ident", []_C_int{4, 2, 6, 9}},
  180. {"net.inet.tcp.keepidle", []_C_int{4, 2, 6, 3}},
  181. {"net.inet.tcp.keepinittime", []_C_int{4, 2, 6, 2}},
  182. {"net.inet.tcp.keepintvl", []_C_int{4, 2, 6, 4}},
  183. {"net.inet.tcp.mssdflt", []_C_int{4, 2, 6, 11}},
  184. {"net.inet.tcp.reasslimit", []_C_int{4, 2, 6, 18}},
  185. {"net.inet.tcp.rfc1323", []_C_int{4, 2, 6, 1}},
  186. {"net.inet.tcp.rfc3390", []_C_int{4, 2, 6, 17}},
  187. {"net.inet.tcp.rstppslimit", []_C_int{4, 2, 6, 12}},
  188. {"net.inet.tcp.sack", []_C_int{4, 2, 6, 10}},
  189. {"net.inet.tcp.sackholelimit", []_C_int{4, 2, 6, 20}},
  190. {"net.inet.tcp.slowhz", []_C_int{4, 2, 6, 5}},
  191. {"net.inet.tcp.stats", []_C_int{4, 2, 6, 21}},
  192. {"net.inet.tcp.synbucketlimit", []_C_int{4, 2, 6, 16}},
  193. {"net.inet.tcp.syncachelimit", []_C_int{4, 2, 6, 15}},
  194. {"net.inet.udp.baddynamic", []_C_int{4, 2, 17, 2}},
  195. {"net.inet.udp.checksum", []_C_int{4, 2, 17, 1}},
  196. {"net.inet.udp.recvspace", []_C_int{4, 2, 17, 3}},
  197. {"net.inet.udp.sendspace", []_C_int{4, 2, 17, 4}},
  198. {"net.inet.udp.stats", []_C_int{4, 2, 17, 5}},
  199. {"net.inet6.divert.recvspace", []_C_int{4, 24, 86, 1}},
  200. {"net.inet6.divert.sendspace", []_C_int{4, 24, 86, 2}},
  201. {"net.inet6.divert.stats", []_C_int{4, 24, 86, 3}},
  202. {"net.inet6.icmp6.errppslimit", []_C_int{4, 24, 30, 14}},
  203. {"net.inet6.icmp6.mtudisc_hiwat", []_C_int{4, 24, 30, 16}},
  204. {"net.inet6.icmp6.mtudisc_lowat", []_C_int{4, 24, 30, 17}},
  205. {"net.inet6.icmp6.nd6_debug", []_C_int{4, 24, 30, 18}},
  206. {"net.inet6.icmp6.nd6_delay", []_C_int{4, 24, 30, 8}},
  207. {"net.inet6.icmp6.nd6_maxnudhint", []_C_int{4, 24, 30, 15}},
  208. {"net.inet6.icmp6.nd6_mmaxtries", []_C_int{4, 24, 30, 10}},
  209. {"net.inet6.icmp6.nd6_prune", []_C_int{4, 24, 30, 6}},
  210. {"net.inet6.icmp6.nd6_umaxtries", []_C_int{4, 24, 30, 9}},
  211. {"net.inet6.icmp6.nd6_useloopback", []_C_int{4, 24, 30, 11}},
  212. {"net.inet6.icmp6.nodeinfo", []_C_int{4, 24, 30, 13}},
  213. {"net.inet6.icmp6.rediraccept", []_C_int{4, 24, 30, 2}},
  214. {"net.inet6.icmp6.redirtimeout", []_C_int{4, 24, 30, 3}},
  215. {"net.inet6.ip6.accept_rtadv", []_C_int{4, 24, 17, 12}},
  216. {"net.inet6.ip6.auto_flowlabel", []_C_int{4, 24, 17, 17}},
  217. {"net.inet6.ip6.dad_count", []_C_int{4, 24, 17, 16}},
  218. {"net.inet6.ip6.dad_pending", []_C_int{4, 24, 17, 49}},
  219. {"net.inet6.ip6.defmcasthlim", []_C_int{4, 24, 17, 18}},
  220. {"net.inet6.ip6.forwarding", []_C_int{4, 24, 17, 1}},
  221. {"net.inet6.ip6.forwsrcrt", []_C_int{4, 24, 17, 5}},
  222. {"net.inet6.ip6.hdrnestlimit", []_C_int{4, 24, 17, 15}},
  223. {"net.inet6.ip6.hlim", []_C_int{4, 24, 17, 3}},
  224. {"net.inet6.ip6.log_interval", []_C_int{4, 24, 17, 14}},
  225. {"net.inet6.ip6.maxdynroutes", []_C_int{4, 24, 17, 48}},
  226. {"net.inet6.ip6.maxfragpackets", []_C_int{4, 24, 17, 9}},
  227. {"net.inet6.ip6.maxfrags", []_C_int{4, 24, 17, 41}},
  228. {"net.inet6.ip6.maxifdefrouters", []_C_int{4, 24, 17, 47}},
  229. {"net.inet6.ip6.maxifprefixes", []_C_int{4, 24, 17, 46}},
  230. {"net.inet6.ip6.mforwarding", []_C_int{4, 24, 17, 42}},
  231. {"net.inet6.ip6.mrtproto", []_C_int{4, 24, 17, 8}},
  232. {"net.inet6.ip6.mtudisctimeout", []_C_int{4, 24, 17, 50}},
  233. {"net.inet6.ip6.multicast_mtudisc", []_C_int{4, 24, 17, 44}},
  234. {"net.inet6.ip6.multipath", []_C_int{4, 24, 17, 43}},
  235. {"net.inet6.ip6.neighborgcthresh", []_C_int{4, 24, 17, 45}},
  236. {"net.inet6.ip6.redirect", []_C_int{4, 24, 17, 2}},
  237. {"net.inet6.ip6.rr_prune", []_C_int{4, 24, 17, 22}},
  238. {"net.inet6.ip6.sourcecheck", []_C_int{4, 24, 17, 10}},
  239. {"net.inet6.ip6.sourcecheck_logint", []_C_int{4, 24, 17, 11}},
  240. {"net.inet6.ip6.use_deprecated", []_C_int{4, 24, 17, 21}},
  241. {"net.inet6.ip6.v6only", []_C_int{4, 24, 17, 24}},
  242. {"net.key.sadb_dump", []_C_int{4, 30, 1}},
  243. {"net.key.spd_dump", []_C_int{4, 30, 2}},
  244. {"net.mpls.ifq.congestion", []_C_int{4, 33, 3, 4}},
  245. {"net.mpls.ifq.drops", []_C_int{4, 33, 3, 3}},
  246. {"net.mpls.ifq.len", []_C_int{4, 33, 3, 1}},
  247. {"net.mpls.ifq.maxlen", []_C_int{4, 33, 3, 2}},
  248. {"net.mpls.mapttl_ip", []_C_int{4, 33, 5}},
  249. {"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}},
  250. {"net.mpls.maxloop_inkernel", []_C_int{4, 33, 4}},
  251. {"net.mpls.ttl", []_C_int{4, 33, 2}},
  252. {"net.pflow.stats", []_C_int{4, 34, 1}},
  253. {"net.pipex.enable", []_C_int{4, 35, 1}},
  254. {"vm.anonmin", []_C_int{2, 7}},
  255. {"vm.loadavg", []_C_int{2, 2}},
  256. {"vm.maxslp", []_C_int{2, 10}},
  257. {"vm.nkmempages", []_C_int{2, 6}},
  258. {"vm.psstrings", []_C_int{2, 3}},
  259. {"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
  260. {"vm.swapencrypt.keyscreated", []_C_int{2, 5, 1}},
  261. {"vm.swapencrypt.keysdeleted", []_C_int{2, 5, 2}},
  262. {"vm.uspace", []_C_int{2, 11}},
  263. {"vm.uvmexp", []_C_int{2, 4}},
  264. {"vm.vmmeter", []_C_int{2, 1}},
  265. {"vm.vnodemin", []_C_int{2, 9}},
  266. {"vm.vtextmin", []_C_int{2, 8}},
  267. }