In D47855#1091215, @emaste wrote:It's worth adding a comment in the src explaining the ordering
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Dec 4 2024
Dec 4 2024
rew committed rG6830340cfad6: fstyp: search for file system headers with the largest offset first (authored by rew).
fstyp: search for file system headers with the largest offset first
Dec 1 2024
Dec 1 2024
rew added reviewers for D47855: fstyp: search for file systems labels by largest offset first: emaste, trasz.
Oct 21 2024
Oct 21 2024
alternate solution committed in 525a177c165740fc697df3de5b92e58b3b41477c
mkuzip: drop support for executable uzip images
Jul 27 2024
Jul 27 2024
Jul 9 2024
Jul 9 2024
sound: drop midistat lock in error path
May 25 2024
May 25 2024
I'm fine with this change as it semantically makes sense and mimics original behavior of pbuf_ctor()
Feb 21 2024
Feb 21 2024
rew added a reverting change for rG4cea0cbcc9d3: rc.d/mountlate: discard output from nextboot: rGc7d5cc6f5e64: Revert "rc.d/mountlate: discard output from nextboot".
rew added a reverting change for D43979: rc.d/mountlate: discard output from nextboot: rGc7d5cc6f5e64: Revert "rc.d/mountlate: discard output from nextboot".
rew committed rGc7d5cc6f5e64: Revert "rc.d/mountlate: discard output from nextboot" (authored by rew).
Revert "rc.d/mountlate: discard output from nextboot"
rc.d/mountlate: discard output from nextboot
Feb 19 2024
Feb 19 2024
Feb 1 2024
Feb 1 2024
mpr: endianess fix for set/get dpm page0
Jan 22 2024
Jan 22 2024
rew added inline comments to D43425: mkuzip: detect underlying filesystem when building uzip header.
Jan 20 2024
Jan 20 2024
Jan 19 2024
Jan 19 2024
In D43505#991773, @oshogbo wrote:What about the header fields we have discussed?
In D43505#991783, @imp wrote:Id also be tempted to always do the requests in host endian and do the happing before we submit. Likewise with the replies. Not sure how feasible that is though.
Jan 18 2024
Jan 18 2024
Jan 17 2024
Jan 17 2024
bhyve: correct slirp_recv_disable()
Jan 13 2024
Jan 13 2024
In D43425#990237, @delphij wrote:In D43425#990231, @rew wrote:For ZFS, the argument passed to the shell script is the
pool name to import.Ah you are right, but the name is not guaranteed to be identical to the filename. Probably zpool import -a -d /dev/$(mdconfig $0).uzip instead? (and maybe -R $1)
rew added inline comments to D43425: mkuzip: detect underlying filesystem when building uzip header.
incorporate feedback:
pmap_init(9): drop MLINKS reference
Jan 12 2024
Jan 12 2024
pmap_init(9): sweep references to pmap_init2()
pmap_pinit(9): sweep references to pmap_pinit2()
rew added a reviewer for D43425: mkuzip: detect underlying filesystem when building uzip header: sobomax.
Jan 10 2024
Jan 10 2024
Jan 9 2024
Jan 9 2024
rew committed rG0013741108bc: powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1) (authored by rew).
powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1)
Jan 8 2024
Jan 8 2024
rew updated the diff for D43339: powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1).
- drop vm_page_all_valid() change
- fill added leaf page with mappings
rew added inline comments to D43339: powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1).
Jan 5 2024
Jan 5 2024
rew added reviewers for D43339: powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1): markj, bnovkov.
rew requested review of D43339: powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1).
Jan 1 2024
Jan 1 2024
Dec 29 2023
Dec 29 2023
rew committed rG0600b575402f: bhyve: verify that user provided fbuf values fall within limits (authored by rew).
bhyve: verify that user provided fbuf values fall within limits
rew added a comment to D43218: bhyve: [snapshot] increase SNAPSHOT_BUFFER_SIZE according with fbuf size.
In D43218#985292, @markj wrote:This seems fine as a stopgap. If you mail me git patches for this and the MTRR review, I'll apply them.
rew committed rG683ea4d22bbc: vmm: MTRR should be saved/restored (authored by gusev.vitaliy_gmail.com).
vmm: MTRR should be saved/restored
rew committed rGb831c7732c71: bhyve: increase SNAPSHOT_BUFFER_SIZE (authored by gusev.vitaliy_gmail.com).
bhyve: increase SNAPSHOT_BUFFER_SIZE
Dec 28 2023
Dec 28 2023
This looks good - thanks for the fix.
Dec 19 2023
Dec 19 2023
address feedback from jhb
tty: delete knotes when TTY is revoked
Dec 14 2023
Dec 14 2023
address feedback
Dec 12 2023
Dec 12 2023
pgpkeys: new key for rew
In D41605#980592, @markj wrote:Why exactly do we need special handling for FREVOKE?
Dec 11 2023
Dec 11 2023
Do not clear knotes from the TTY until it gets dealloc'ed unless the TTY
is being revoked, in that case delete the knotes when closed is called
on the TTY.
Nov 21 2023
Nov 21 2023
bhyve: increase fbuf display resolution limit
Nov 15 2023
Nov 15 2023
Nov 12 2023
Nov 12 2023
Tested and works as expected - this will be nice to have, thanks.
Nov 7 2023
Nov 7 2023
Aug 28 2023
Aug 28 2023
In D41605#948445, @markj wrote:How do they get removed? tty_dealloc() calls knlist_destroy(), but this presumes that knotes have already been dequeued.
In D41605#948294, @kib wrote:What would prevent this situation for other kinds of knotes?
In D41605#948243, @kib wrote:But then, what would guarantee liveness of the tty when its detached knote f_event method is called?
Aug 26 2023
Aug 26 2023
In D41605#948130, @kib wrote:Can you show the backtrace where tty filter is called without tty lock, please?
update revision with missing chunk
rew committed rGb3a714652ff0: kqueue(9): sweep references to knlist_remove_inevent() (authored by rew).
kqueue(9): sweep references to knlist_remove_inevent()
Aug 23 2023
Aug 23 2023
bectl: make mount subcommand less verbose
Jul 13 2023
Jul 13 2023
Jul 7 2023
Jul 7 2023
Jun 20 2023
Jun 20 2023
In D34717#925263, @mgrooms_shrew.net wrote:I can't tell you how disappointing it is to see comments like this after a review sits in public review for months. You could have easily voiced any of these concerns during the time leading up to the commit instead of withholding them until after it was made. What exactly is your goal hear?
In D34717#925210, @afedorov wrote:@corvink , I think this commit is too early. Because we haven't finished supporting snapshots, but this commit already fixes the user interface for live migration, which is not finished at all.
Sorry for the late comment, but maybe this commit should be rolled back?
In D34718#925207, @afedorov wrote:I think we should bring support for snapshots first. And enable BHYVE_SNAPSHOT by default.
May 19 2023
May 19 2023
looks like this is value is stated in RFC8907 section 6.1 under the authen_type header
May 16 2023
May 16 2023
Thanks
In D40108#913426, @gusev.vitaliy_gmail.com wrote:At least it saves pdi.pi_cfgdata. Do you think it is waste doing and .pi_cfgdata can not be changed by guest OS or be changed between bhyve versions ?
May 15 2023
May 15 2023
small nits - other than that, looks good
not sure that devices should define a snapshot handler when not supported by the device.