User Details
- User Since
- Jun 2 2014, 4:20 PM (602 w, 3 d)
Yesterday
Ok. This makes good sense. I'd be tempted to return 0 rather than err, but both are fine.
Tue, Dec 16
Sat, Dec 13
Yes. We need a way to export all the data for libxo in one path, not the twisty maze which we've gotten wrong so many times.
Fri, Dec 12
yea, I'm generally OK with it, but my question about the code remains... Though I have a vague memory of another review that was more complete somehow. I was worried it would break FreeBSD code, but no code in the tree would be broken by it.
Thu, Dec 11
Wed, Dec 10
From a historical perspective, I'd prefer fastboot == reboot -f. However, that ship has sailed and we're stuck with either preserving a lot of the current behavior with reboot -f checking or also overloading it with fastboot. Or moving the force to -F. I hate myself that I added -f, but it can't be helped. So fastboot is the least bad choice, imho.
Tue, Dec 9
Mon, Dec 8
I have a vague notion of doing this before...
This is what I've wanted to do for some time now. I didn't look closely enough, but so long as fastboot gives us the current behavior, (aka the -f behavior), I'm good with all this.
Sun, Dec 7
Offline we talked. I'm totally cool with whatever so long as I can override the forced clean.
So I need to make sure there's not a blast radius on this one.
Fri, Dec 5
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Thu, Dec 4
Wed, Dec 3
ISO_C_VISIBLE: Interfaces available. It's set unconditionally based on the dialect. It's an undocumented interface.
STDC_VERSION: the exact dialect being compiled for. This is standards defined.
Tue, Dec 2
Why can't we make virtio_p9fs.ko depend on p9fs.ko? That would also cover this case, no? And would confine their visibility to that one module, no? It's how we do pci, etc.
Is it possible to create a branch for the whole chain somehow?
Looks generally good, but I did have one question...
Mon, Dec 1
Sun, Nov 30
both user and kernel, though there's no MK_REPRODUCIBLE_BUILD for user.
better wording for the triv copy routine
mixes a couple of different things, but they might not be as independent as I'm thinking, so I think this is fine from that perspective.
The workaround looks to match the one in Linux well enough I think it will work. The code bases are different enough that I didn't do a detailed copying analysis since direct copying between these drivers is kinda hard in structure, but is easy because the #defines are necessarily the same which has little to no copyright protection.