Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1181)

Side by Side Diff: src/pkg/syscall/zsysctl_openbsd.go

Issue 13368046: code review 13368046: runtime, syscall: update for openbsd system ABI break (Closed)
Patch Set: diff -r 21fb28e644a1 https://go.googlecode.com/hg/ Created 10 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pkg/syscall/zsyscall_openbsd_amd64.go ('k') | src/pkg/syscall/zsysnum_openbsd_386.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // mksysctl_openbsd.pl 1 // mksysctl_openbsd.pl
2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
3 3
4 package syscall 4 package syscall
5 5
6 type mibentry struct { 6 type mibentry struct {
7 ctlname string 7 ctlname string
8 ctloid []_C_int 8 ctloid []_C_int
9 } 9 }
10 10
(...skipping 30 matching lines...) Expand all
41 {"kern.argmax", []_C_int{1, 8}}, 41 {"kern.argmax", []_C_int{1, 8}},
42 {"kern.boottime", []_C_int{1, 21}}, 42 {"kern.boottime", []_C_int{1, 21}},
43 {"kern.bufcachepercent", []_C_int{1, 72}}, 43 {"kern.bufcachepercent", []_C_int{1, 72}},
44 {"kern.ccpu", []_C_int{1, 45}}, 44 {"kern.ccpu", []_C_int{1, 45}},
45 {"kern.clockrate", []_C_int{1, 12}}, 45 {"kern.clockrate", []_C_int{1, 12}},
46 {"kern.consdev", []_C_int{1, 75}}, 46 {"kern.consdev", []_C_int{1, 75}},
47 {"kern.cp_time", []_C_int{1, 40}}, 47 {"kern.cp_time", []_C_int{1, 40}},
48 {"kern.cp_time2", []_C_int{1, 71}}, 48 {"kern.cp_time2", []_C_int{1, 71}},
49 {"kern.cryptodevallowsoft", []_C_int{1, 53}}, 49 {"kern.cryptodevallowsoft", []_C_int{1, 53}},
50 {"kern.domainname", []_C_int{1, 22}}, 50 {"kern.domainname", []_C_int{1, 22}},
51 » {"kern.file", []_C_int{1, 15}}, 51 » {"kern.file", []_C_int{1, 73}},
52 » {"kern.file2", []_C_int{1, 73}},
53 {"kern.forkstat", []_C_int{1, 42}}, 52 {"kern.forkstat", []_C_int{1, 42}},
54 {"kern.fscale", []_C_int{1, 46}}, 53 {"kern.fscale", []_C_int{1, 46}},
55 {"kern.fsync", []_C_int{1, 33}}, 54 {"kern.fsync", []_C_int{1, 33}},
56 {"kern.hostid", []_C_int{1, 11}}, 55 {"kern.hostid", []_C_int{1, 11}},
57 {"kern.hostname", []_C_int{1, 10}}, 56 {"kern.hostname", []_C_int{1, 10}},
58 {"kern.intrcnt.nintrcnt", []_C_int{1, 63, 1}}, 57 {"kern.intrcnt.nintrcnt", []_C_int{1, 63, 1}},
59 {"kern.job_control", []_C_int{1, 19}}, 58 {"kern.job_control", []_C_int{1, 19}},
60 {"kern.malloc.buckets", []_C_int{1, 39, 1}}, 59 {"kern.malloc.buckets", []_C_int{1, 39, 1}},
61 {"kern.malloc.kmemnames", []_C_int{1, 39, 3}}, 60 {"kern.malloc.kmemnames", []_C_int{1, 39, 3}},
62 {"kern.maxclusters", []_C_int{1, 67}}, 61 {"kern.maxclusters", []_C_int{1, 67}},
(...skipping 17 matching lines...) Expand all
80 {"kern.numvnodes", []_C_int{1, 58}}, 79 {"kern.numvnodes", []_C_int{1, 58}},
81 {"kern.osrelease", []_C_int{1, 2}}, 80 {"kern.osrelease", []_C_int{1, 2}},
82 {"kern.osrevision", []_C_int{1, 3}}, 81 {"kern.osrevision", []_C_int{1, 3}},
83 {"kern.ostype", []_C_int{1, 1}}, 82 {"kern.ostype", []_C_int{1, 1}},
84 {"kern.osversion", []_C_int{1, 27}}, 83 {"kern.osversion", []_C_int{1, 27}},
85 {"kern.pool_debug", []_C_int{1, 77}}, 84 {"kern.pool_debug", []_C_int{1, 77}},
86 {"kern.posix1version", []_C_int{1, 17}}, 85 {"kern.posix1version", []_C_int{1, 17}},
87 {"kern.proc", []_C_int{1, 66}}, 86 {"kern.proc", []_C_int{1, 66}},
88 {"kern.random", []_C_int{1, 31}}, 87 {"kern.random", []_C_int{1, 31}},
89 {"kern.rawpartition", []_C_int{1, 24}}, 88 {"kern.rawpartition", []_C_int{1, 24}},
90 {"kern.rthreads", []_C_int{1, 74}},
91 {"kern.saved_ids", []_C_int{1, 20}}, 89 {"kern.saved_ids", []_C_int{1, 20}},
92 {"kern.securelevel", []_C_int{1, 9}}, 90 {"kern.securelevel", []_C_int{1, 9}},
93 {"kern.seminfo", []_C_int{1, 61}}, 91 {"kern.seminfo", []_C_int{1, 61}},
94 {"kern.shminfo", []_C_int{1, 62}}, 92 {"kern.shminfo", []_C_int{1, 62}},
95 {"kern.somaxconn", []_C_int{1, 28}}, 93 {"kern.somaxconn", []_C_int{1, 28}},
96 {"kern.sominconn", []_C_int{1, 29}}, 94 {"kern.sominconn", []_C_int{1, 29}},
97 {"kern.splassert", []_C_int{1, 54}}, 95 {"kern.splassert", []_C_int{1, 54}},
98 {"kern.stackgap_random", []_C_int{1, 50}}, 96 {"kern.stackgap_random", []_C_int{1, 50}},
99 {"kern.sysvipc_info", []_C_int{1, 51}}, 97 {"kern.sysvipc_info", []_C_int{1, 51}},
100 {"kern.sysvmsg", []_C_int{1, 34}}, 98 {"kern.sysvmsg", []_C_int{1, 34}},
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 {"net.inet6.icmp6.redirtimeout", []_C_int{4, 24, 30, 3}}, 217 {"net.inet6.icmp6.redirtimeout", []_C_int{4, 24, 30, 3}},
220 {"net.inet6.ip6.accept_rtadv", []_C_int{4, 24, 17, 12}}, 218 {"net.inet6.ip6.accept_rtadv", []_C_int{4, 24, 17, 12}},
221 {"net.inet6.ip6.auto_flowlabel", []_C_int{4, 24, 17, 17}}, 219 {"net.inet6.ip6.auto_flowlabel", []_C_int{4, 24, 17, 17}},
222 {"net.inet6.ip6.dad_count", []_C_int{4, 24, 17, 16}}, 220 {"net.inet6.ip6.dad_count", []_C_int{4, 24, 17, 16}},
223 {"net.inet6.ip6.dad_pending", []_C_int{4, 24, 17, 49}}, 221 {"net.inet6.ip6.dad_pending", []_C_int{4, 24, 17, 49}},
224 {"net.inet6.ip6.defmcasthlim", []_C_int{4, 24, 17, 18}}, 222 {"net.inet6.ip6.defmcasthlim", []_C_int{4, 24, 17, 18}},
225 {"net.inet6.ip6.forwarding", []_C_int{4, 24, 17, 1}}, 223 {"net.inet6.ip6.forwarding", []_C_int{4, 24, 17, 1}},
226 {"net.inet6.ip6.forwsrcrt", []_C_int{4, 24, 17, 5}}, 224 {"net.inet6.ip6.forwsrcrt", []_C_int{4, 24, 17, 5}},
227 {"net.inet6.ip6.hdrnestlimit", []_C_int{4, 24, 17, 15}}, 225 {"net.inet6.ip6.hdrnestlimit", []_C_int{4, 24, 17, 15}},
228 {"net.inet6.ip6.hlim", []_C_int{4, 24, 17, 3}}, 226 {"net.inet6.ip6.hlim", []_C_int{4, 24, 17, 3}},
229 {"net.inet6.ip6.kame_version", []_C_int{4, 24, 17, 20}},
230 {"net.inet6.ip6.keepfaith", []_C_int{4, 24, 17, 13}},
231 {"net.inet6.ip6.log_interval", []_C_int{4, 24, 17, 14}}, 227 {"net.inet6.ip6.log_interval", []_C_int{4, 24, 17, 14}},
232 {"net.inet6.ip6.maxdynroutes", []_C_int{4, 24, 17, 48}}, 228 {"net.inet6.ip6.maxdynroutes", []_C_int{4, 24, 17, 48}},
233 {"net.inet6.ip6.maxfragpackets", []_C_int{4, 24, 17, 9}}, 229 {"net.inet6.ip6.maxfragpackets", []_C_int{4, 24, 17, 9}},
234 {"net.inet6.ip6.maxfrags", []_C_int{4, 24, 17, 41}}, 230 {"net.inet6.ip6.maxfrags", []_C_int{4, 24, 17, 41}},
235 {"net.inet6.ip6.maxifdefrouters", []_C_int{4, 24, 17, 47}}, 231 {"net.inet6.ip6.maxifdefrouters", []_C_int{4, 24, 17, 47}},
236 {"net.inet6.ip6.maxifprefixes", []_C_int{4, 24, 17, 46}}, 232 {"net.inet6.ip6.maxifprefixes", []_C_int{4, 24, 17, 46}},
237 {"net.inet6.ip6.mforwarding", []_C_int{4, 24, 17, 42}}, 233 {"net.inet6.ip6.mforwarding", []_C_int{4, 24, 17, 42}},
238 {"net.inet6.ip6.mrtproto", []_C_int{4, 24, 17, 8}}, 234 {"net.inet6.ip6.mrtproto", []_C_int{4, 24, 17, 8}},
239 » {"net.inet6.ip6.mtu", []_C_int{4, 24, 17, 4}}, 235 » {"net.inet6.ip6.mtudisctimeout", []_C_int{4, 24, 17, 50}},
240 {"net.inet6.ip6.multicast_mtudisc", []_C_int{4, 24, 17, 44}}, 236 {"net.inet6.ip6.multicast_mtudisc", []_C_int{4, 24, 17, 44}},
241 {"net.inet6.ip6.multipath", []_C_int{4, 24, 17, 43}}, 237 {"net.inet6.ip6.multipath", []_C_int{4, 24, 17, 43}},
242 {"net.inet6.ip6.neighborgcthresh", []_C_int{4, 24, 17, 45}}, 238 {"net.inet6.ip6.neighborgcthresh", []_C_int{4, 24, 17, 45}},
243 {"net.inet6.ip6.redirect", []_C_int{4, 24, 17, 2}}, 239 {"net.inet6.ip6.redirect", []_C_int{4, 24, 17, 2}},
244 {"net.inet6.ip6.rr_prune", []_C_int{4, 24, 17, 22}}, 240 {"net.inet6.ip6.rr_prune", []_C_int{4, 24, 17, 22}},
245 {"net.inet6.ip6.sourcecheck", []_C_int{4, 24, 17, 10}}, 241 {"net.inet6.ip6.sourcecheck", []_C_int{4, 24, 17, 10}},
246 {"net.inet6.ip6.sourcecheck_logint", []_C_int{4, 24, 17, 11}}, 242 {"net.inet6.ip6.sourcecheck_logint", []_C_int{4, 24, 17, 11}},
247 {"net.inet6.ip6.use_deprecated", []_C_int{4, 24, 17, 21}}, 243 {"net.inet6.ip6.use_deprecated", []_C_int{4, 24, 17, 21}},
248 {"net.inet6.ip6.v6only", []_C_int{4, 24, 17, 24}}, 244 {"net.inet6.ip6.v6only", []_C_int{4, 24, 17, 24}},
249 {"net.key.sadb_dump", []_C_int{4, 30, 1}}, 245 {"net.key.sadb_dump", []_C_int{4, 30, 1}},
250 {"net.key.spd_dump", []_C_int{4, 30, 2}}, 246 {"net.key.spd_dump", []_C_int{4, 30, 2}},
251 {"net.mpls.ifq.congestion", []_C_int{4, 33, 3, 4}}, 247 {"net.mpls.ifq.congestion", []_C_int{4, 33, 3, 4}},
252 {"net.mpls.ifq.drops", []_C_int{4, 33, 3, 3}}, 248 {"net.mpls.ifq.drops", []_C_int{4, 33, 3, 3}},
253 {"net.mpls.ifq.len", []_C_int{4, 33, 3, 1}}, 249 {"net.mpls.ifq.len", []_C_int{4, 33, 3, 1}},
254 {"net.mpls.ifq.maxlen", []_C_int{4, 33, 3, 2}}, 250 {"net.mpls.ifq.maxlen", []_C_int{4, 33, 3, 2}},
255 {"net.mpls.mapttl_ip", []_C_int{4, 33, 5}}, 251 {"net.mpls.mapttl_ip", []_C_int{4, 33, 5}},
256 {"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}}, 252 {"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}},
257 {"net.mpls.maxloop_inkernel", []_C_int{4, 33, 4}}, 253 {"net.mpls.maxloop_inkernel", []_C_int{4, 33, 4}},
258 {"net.mpls.ttl", []_C_int{4, 33, 2}}, 254 {"net.mpls.ttl", []_C_int{4, 33, 2}},
259 {"net.pflow.stats", []_C_int{4, 34, 1}}, 255 {"net.pflow.stats", []_C_int{4, 34, 1}},
260 {"net.pipex.enable", []_C_int{4, 35, 1}}, 256 {"net.pipex.enable", []_C_int{4, 35, 1}},
261 {"user.bc_base_max", []_C_int{8, 2}},
262 {"user.bc_dim_max", []_C_int{8, 3}},
263 {"user.bc_scale_max", []_C_int{8, 4}},
264 {"user.bc_string_max", []_C_int{8, 5}},
265 {"user.coll_weights_max", []_C_int{8, 6}},
266 {"user.cs_path", []_C_int{8, 1}},
267 {"user.expr_nest_max", []_C_int{8, 7}},
268 {"user.line_max", []_C_int{8, 8}},
269 {"user.posix2_c_bind", []_C_int{8, 11}},
270 {"user.posix2_c_dev", []_C_int{8, 12}},
271 {"user.posix2_char_term", []_C_int{8, 13}},
272 {"user.posix2_fort_dev", []_C_int{8, 14}},
273 {"user.posix2_fort_run", []_C_int{8, 15}},
274 {"user.posix2_localedef", []_C_int{8, 16}},
275 {"user.posix2_sw_dev", []_C_int{8, 17}},
276 {"user.posix2_upe", []_C_int{8, 18}},
277 {"user.posix2_version", []_C_int{8, 10}},
278 {"user.re_dup_max", []_C_int{8, 9}},
279 {"user.stream_max", []_C_int{8, 19}},
280 {"user.tzname_max", []_C_int{8, 20}},
281 {"vm.anonmin", []_C_int{2, 7}}, 257 {"vm.anonmin", []_C_int{2, 7}},
282 {"vm.loadavg", []_C_int{2, 2}}, 258 {"vm.loadavg", []_C_int{2, 2}},
283 {"vm.maxslp", []_C_int{2, 10}}, 259 {"vm.maxslp", []_C_int{2, 10}},
284 {"vm.nkmempages", []_C_int{2, 6}}, 260 {"vm.nkmempages", []_C_int{2, 6}},
285 {"vm.psstrings", []_C_int{2, 3}}, 261 {"vm.psstrings", []_C_int{2, 3}},
286 {"vm.swapencrypt.enable", []_C_int{2, 5, 0}}, 262 {"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
287 {"vm.swapencrypt.keyscreated", []_C_int{2, 5, 1}}, 263 {"vm.swapencrypt.keyscreated", []_C_int{2, 5, 1}},
288 {"vm.swapencrypt.keysdeleted", []_C_int{2, 5, 2}}, 264 {"vm.swapencrypt.keysdeleted", []_C_int{2, 5, 2}},
289 {"vm.uspace", []_C_int{2, 11}}, 265 {"vm.uspace", []_C_int{2, 11}},
290 {"vm.uvmexp", []_C_int{2, 4}}, 266 {"vm.uvmexp", []_C_int{2, 4}},
291 {"vm.vmmeter", []_C_int{2, 1}}, 267 {"vm.vmmeter", []_C_int{2, 1}},
292 {"vm.vnodemin", []_C_int{2, 9}}, 268 {"vm.vnodemin", []_C_int{2, 9}},
293 {"vm.vtextmin", []_C_int{2, 8}}, 269 {"vm.vtextmin", []_C_int{2, 8}},
294 } 270 }
OLDNEW
« no previous file with comments | « src/pkg/syscall/zsyscall_openbsd_amd64.go ('k') | src/pkg/syscall/zsysnum_openbsd_386.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b