04:23:04 richlowe: does your illumos aarch64 version support Ampere platform? where is the install file to download? Thank you 17:30:46 [illumos-gate] 16695 acpica: storing the address of local variable 'CurrentSp' -- Toomas Soome 19:43:37 Does anybody know what it means if bhyve exits with -134? 19:47:23 the bhyve process, or like a vm exit? 19:49:34 that sounds like a thing the process would print when it was failing 19:49:53 Was that the exit status? 19:51:50 as an errno, it's -ENOTCONN 19:52:36 unfortunately, nothing in illumos returns that except ib rdma 21:03:38 It 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? 21:14:16 I like this one: https://src.illumos.org/source/xref/illumos-gate/usr/src/contrib/mDNSResponder/Clients/dns-sd.c 21:14:41 Thoughts on providing an implementation in usr/src/common/... ? 22:21:40 guess it makes sense, as other shared bits... 22:41:37 gwr: I think if you are careful to note that base64 is really a loose family of encodings 22:41:50 that yes it would be good to have a common one that was capable of doing the different variants