User Details
- User Since
- Mar 12 2014, 1:00 AM (563 w, 14 h)
Yesterday
Mon, Dec 23
Sat, Dec 21
I'm sorry for the delayed follow-up. I'm trying to understand the purpose of the roundup. It appears to have been introduced by commit daf6545e6158f; the implication seems to be that some drivers depend on the property that "the relative alignment of two consecutive bytes in the I/O stream have a difference of 1 even if they are not physically contiguous."
Fri, Dec 20
When lower fs acts according to its mount configuration, it is reported up as VOP errors.
Thu, Dec 19
The current verbiage does need improvement.
If you mail me git format-patch output or submit it on github, I'll apply it.
Wed, Dec 18
Tue, Dec 17
Set PR_VNET earlier, so that prison_deref() won't leak the VNET if an
error occurs during jail initialization.
My comments are just suggestions/quibbling.
Revert unintended style change.
The new PR_VNET_ROOT flag is unneeded: it's equivalent to PR_VNET, just check
that instead.
Mon, Dec 16
Any comments on the patch?
Sun, Dec 15
Update UPDATING.
As usual, I will quibble a bit about naming - the kyua subcommands are mostly english words, so "rr" is a bit odd. Why not "resolve" or even "resolve-requirements" (or "resolve-reqs")?
Sat, Dec 14
Fri, Dec 13
I'm skeptical that this change makes any measurable difference. And, as suggested, it'd be more natural to cache the value in a local variable instead, assuming that the compiler doesn't recognize that the value is constant and hoist that computation out the loop (which would make this diff even less useful).
Thu, Dec 12
Tue, Dec 10
Avoid modifying prison_deref_kill().