User Details
- User Since
- Jun 2 2014, 4:20 PM (558 w, 4 d)
Yesterday
Thu, Feb 13
Sun, Feb 9
Yea. We only allow pushing to the ssh endpoint
Sat, Feb 8
Fri, Feb 7
Any sendmail configs affected?
Thu, Feb 6
When the selected delete method isn't supported, and we retry with others, we can make bp go NULL since we requeue the command so it's reprocessed in dastart again. different delete methods have different limitations on size, so we can't just transform it to something else or fail the I/O.
Dropping this for now. I needed it for the read retry rework, but since I'm stepping away from that for now, I'll drop this too.
So this isn't quite right, so I'm going to abandon.
Wed, Feb 5
Tue, Feb 4
Note: There's no good interface for this. I was thinking of having a global tunable kern.cam.da.no_read_retry and a similar per-drive sysctl/tunable.
Clarify comments with mav@'s input.
Mon, Feb 3
Sun, Feb 2
Sat, Feb 1
I'm agnostic on the wrapping... I tend to use a 120ish limit myself, though I know that drives people nuts. Others in the project regularly commit > 80 < 100 lines and have for ~decades. kib is the only one that's still objecting.
Fri, Jan 31
Also, please do *NOT* commit this (or any other) with *WHY* as the subject line of the commit message. each commit should have a single line at the top that describes the whole commit.
This is true for the whole series. Also I think I saw a *HOW* heading, that should be omitted as well and the context should make it clear to match our usual practice.
Yea, this is a stupid API that flies in the face of years and years of how printf works. The modifiers never follow the main format specifier.
It would break a driver than wnated to say "Memory used: %pV %pP" to signify Virtual and Physical addresses of something, though it's likely rare.
It would be better, imho, *NOT* to pollute the base FreeBSD with this junky API.
Instead, I'd create a wrapper for linux printf that re-writes format to at least convert pV to Vp and implement 'V' as a proper modifier. that would be much safer, less invasive and also allow us to have other, weird things from. Linux if we have to should some other format crazy happen in the future that's more likely to break things.
Wed, Jan 29
Tue, Jan 28
Only thing I'm at all nervous about is removing stale bmake.. but it's recoverable if in error, so I'm not that nervous.
Mon, Jan 27
Bah! You're right. Punting on this one.