-
tozhurichlowe: does your illumos aarch64 version support Ampere platform? where is the install file to download? Thank you
-
gitomat[illumos-gate] 16695 acpica: storing the address of local variable 'CurrentSp' -- Toomas Soome <tsoome⊙mc>
-
bahamatDoes anybody know what it means if bhyve exits with -134?
-
jbkthe bhyve process, or like a vm exit?
-
richlowethat sounds like a thing the process would print when it was failing
-
rmustaccWas that the exit status?
-
richloweas an errno, it's -ENOTCONN
-
richloweunfortunately, nothing in illumos returns that except ib rdma
-
gwrIt turns out I need "base64" encode/decode functions, both in user space and in-kernel. There seem to be many base64 encoders and decoders (based on a quick look at our opengrok) but I don't see a commmon one. Anyone know if that exists somewhere that I missed?
-
gwr
-
gwrThoughts on providing an implementation in usr/src/common/... ?
-
tsoomeguess it makes sense, as other shared bits...
-
jclulowgwr: I think if you are careful to note that base64 is really a loose family of encodings
-
jclulowthat yes it would be good to have a common one that was capable of doing the different variants