18:45:55 tsoome_: PR's Welcome :) 20:12:28 toasterson I know, but atm I'm trying to get smb bits pushed;) 20:13:39 toasterson and then ton of clang cleanups and some other bits which have been waiting for some time:D 20:13:58 aarch64 loader? 20:15:19 that one too... is waiting (altho, the actual load+exec is needing to be implemented;) 20:18:06 [illumos-gate] 15095 WPTS BVT_EnumerateSnapShots -- Gordon Ross 20:20:11 I guess we need a special one compared to FreeBSD aarch64? 20:24:08 a bit. on x86 we use multiboot (2), but MB spec only has tags for x86 and mips, not for aarch64/riscv. There was proposed patch posted to add aarch64, but it does not seem to be integrated. So the options are either to add "unsupported" tag to MB2, or use ELF load + native boot protocol (in x86 world this is xboot_info structure passed from dboot to locore, for example). 20:28:55 [illumos-gate] 15096 WPTS BVT_OffloadReadWrite -- Gordon Ross 20:42:03 tsoome_: send me email about the loader 21:12:01 would anyone else find it useful to have say '::args' for the mdb process target (you can see the initial command via ::status, but can't really do much with it) 21:17:07 would not complain if it is there:D 21:17:28 options to get the various ways args might be wanted would be good 21:17:38 both literally from argv, the stuff in proc we stash at exec time, etc. 21:23:36 jbk I wonder if you could look on https://code.illumos.org/c/illumos-gate/+/2356 (we have btree tests now integrated) 21:23:37 → CODE REVIEW 2356: 14981 zfs: Several B-tree optimizations (NEW) | https://www.illumos.org/issues/14981 22:03:15 sure 22:04:15 jbk: for what it's worth, I wouldn't bother asking much about mdb desires, if you find it useful, add it. Just don't add it incorrectly. :) 22:05:34 mdb stuff also makes great bite-size bugs, so filing RFEs for stuff you don't intend to do yourself is good too 22:05:42 you learn lots about everything exposing whatever it is to mdb