Re: git: b3fe5d932264 - main - Fix off-by-one error in fsck_ffs(8) chkrange() block-number check.

2023-05-14 Thread George Kontostanos
unsubscribe

Re: git: d7e3b05b0de1 - main - arm: remove passing trapframe to intr_ipi_dispatch()

2023-04-26 Thread George Kontostanos
unsubscribe

Re: git: b9600db494a0 - main - prometheus_sysctl_exporter: Replace magic numbers with identifiers.

2023-04-26 Thread George Kontostanos
en, on->names, &len, 0, 0) != 0) > @@ -464,8 +464,8 @@ oid_get_description(const struct oid *o, struct > oiddescription *od) > char *newline; > size_t odlen; > > - lookup[0] = 0; > - lookup[1] = 5; > + lookup[0] = CTL_SYSCTL; > + lookup[1] = CTL_SYSCTL_OIDDESCR; > memcpy(lookup + 2, o->id, o->len * sizeof(lookup[0])); > odlen = sizeof(od->description); > if (sysctl(lookup, 2 + o->len, &od->description, &odlen, 0, 0) != 0) { > -- George Kontostanos ---