User Details
- User Since
- Jun 2 2014, 4:20 PM (620 w, 20 h)
Yesterday
Change is good, and I like the commit message.
really update w/o the extra
Sun, Apr 19
This looks good.
helps to read exterror(9) carefully <blush>
reviews
So I'm closing this one... I submitted it twice and there's more on the other ones.
Sat, Apr 18
Fri, Apr 17
There's no issues with _ in driver names unless it gets too carried away: _i_n_t_e_l___t_h_e_r_m_a_l_ would be right out.
Can't fault the logic. Wish we could print the address, but it's a lot less important in EFI than in other boot vectors.
Thu, Apr 16
Wed, Apr 15
So I approve of this belatedly.
So what's wrong with the #ifdef i386 that we're going to tear down in the near future?
This seems to be way over-engineering a solution to a bogus gcc warning.
I'd really rather have #ifdef _KERNEL around the two sat functions instead of this over-engineering.
I didn't check to see when this regressed. And I didn't do a llvm build (though I should) w/o it.
on second thought, simplify a bit: always write to stdout.
Tue, Apr 14
Yea, I'd prefer if we could do
#if sizeof(time_t) == 4 <the code> #endif
but that's not possible, and i386 is likely the next best thing, assuming it unbreaks the world build on i386.
Mon, Apr 13
So this commit shows that the use of this in sys/kern/sys_timerfd.c has been wrong the whole time. We do the math, it overflows, but we can't detect it via these means on i386.
Sun, Apr 12
<doh!>
Thanks!
Fri, Apr 10
Thu, Apr 9
MFC After: 3 days
I thought I had some quibbles with the details here, but thinking about it, these all look good. Go ahead and commit.
Looks sane to me, with the right constants used for the right things.
No. I'll push this.
BIOS is both the generic term for firmware, and the specific term for the old boot interface which was a BIOS. CP/M and many other machines / systems used that. It was only after UEFI came out that the confusion was noticed, too late to do anything about.
Tue, Apr 7
I like this, and also @kevans 's suggestion.
Mon, Apr 6
Sun, Apr 5
Sat, Apr 4
Yea. I'd expected approval of one by now... but we'll have to wait a bit for that, so this is perfect.
Wed, Apr 1
Tue, Mar 31
Current adopted the upstream edk ii headers. Efierr is gone. I plan on mfcing that to 15, i think as the lessor evil.