-
toastersontsoome_: PR's Welcome :)
-
tsoome_toasterson I know, but atm I'm trying to get smb bits pushed;)
-
tsoome_toasterson and then ton of clang cleanups and some other bits which have been waiting for some time:D
-
toastersonaarch64 loader?
-
tsoome_that one too... is waiting (altho, the actual load+exec is needing to be implemented;)
-
gitomat[illumos-gate] 15095 WPTS BVT_EnumerateSnapShots -- Gordon Ross <gwr⊙rc>
-
toastersonI guess we need a special one compared to FreeBSD aarch64?
-
tsoome_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).
-
gitomat[illumos-gate] 15096 WPTS BVT_OffloadReadWrite -- Gordon Ross <gwr⊙rc>
-
richlowetsoome_: send me email about the loader
-
jbkwould 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)
-
tsoome_would not complain if it is there:D
-
richloweoptions to get the various ways args might be wanted would be good
-
richloweboth literally from argv, the stuff in proc we stash at exec time, etc.
-
tsoome_jbk I wonder if you could look on code.illumos.org/c/illumos-gate/+/2356 (we have btree tests now integrated)
-
fenix→ CODE REVIEW 2356: 14981 zfs: Several B-tree optimizations (NEW) | illumos.org/issues/14981
-
jbksure
-
richlowejbk: 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. :)
-
richlowemdb stuff also makes great bite-size bugs, so filing RFEs for stuff you don't intend to do yourself is good too
-
richloweyou learn lots about everything exposing whatever it is to mdb