User Details
- User Since
- Oct 2 2015, 1:17 PM (570 w, 2 d)
Yesterday
Fri, Sep 4
No idea why I would have done this, I've done plenty of atf-c... thanks!
I'm not that familiar with hastd, but this looks straightforward and correct to me.
review feedback: go with the first suggestion, and leave pluton_wait_reply() to
always poll for a reply at least once. The timeout == 0 case shouldn't really
happen in practice today, but it's worth defining the semantics now.
Thu, Sep 3
Wed, Sep 2
Tue, Sep 1
Review feedback:
- Scope the backlight settings off into /var/db/backlight
- Turn it off by default, mention it in the manpage
- Condense the license/copyright header down and fix the PROVIDE/REQUIRE
- Use my preferred quoting style while we're here
Mon, Aug 31
Sat, Aug 29
I was a little torn when it went into GENERIC the first time, but moving into a world where we can reliably do more interesting things with various PCR measurements (which I did see your review for, but haven't had time to get back to it) I think it's a solid addition.
Fri, Aug 28
The inline comment isn't really all that critical because the types of errors retuned today would be interpreted as fatal, so maybe it isn't worth it
Wed, Aug 26
CC @des as well
CC releng because this should go into 14.5, IMO, which might mean an expedited MFC. I think this is reasonably safe.
This LGTM and also tests fine with my Yubikey. My test setup is naive, but just to document it:
Tue, Aug 25
Fri, Aug 21
Tag them as monitors instead and re-word the comment slightly. The commit
message has also been updated locally.
This seems to work reasonably well and happens quickly enough that there is infact no feedback:
It isn't tied to any of those now, with this patch. It probably makes sense to add a way to plumb the name out so it can be controlled via sysctl, but IGAIN and MONITOR both sounded like they're historically used for subtly different things than this.
Thu, Aug 20
It should probably be noted that this effectively orphans the corresponding __*_chk symbols in libc/secure. I don't think that's a bad thing or that we should stop exposing a default version for them, it just means that we won't emit references to them with our own implementation.
That's a bit embarrasing. =\ I have no idea how this one was overlooked, I did a lot of grepping around for cr_groups indexing...
Wed, Aug 19
Gentle ping
Tue, Aug 18
Mon, Aug 17
Fri, Aug 14
There's also a copy in if_detach_internal that should be resized, this should have tripped a _Static_assert there. (No opinion on the literal)
Thu, Aug 13
Wed, Aug 12
Tue, Aug 11
Ah, vol is neutralized because of that mixer #36. It defaults to ctl == 0 from the struct being zero-init, so we don't create the synthetic vol parent from the pcm feature unit. I don't have enough hardware available to feel confident about poking that hornet's nest.
Mon, Aug 10
Writing a test for this seems to be a little harder than I anticipated, but I'm also wondering now if deleting the knotes was infact the right thing to do. From revoke(2):