17:26:52 As a helix user....I have tried the clangd tie in with illumos-gate and it has a lot of rough edges. cscope/tags were still ideal 18:19:09 jperkin: any chance you're taking pkgsrc pkg requests? :) 18:45:41 jbk: We do. What package are you looking for? 18:47:11 tpm2-tss --- i pretty much at the point of trying to start testing, but really would prefer to avoid crafting artisinal TPM command buffers :) 18:47:16 w/ a tpm2 driver 18:47:45 it's autotools-heavy and last time I tried messing with it, I ended up with a Makefile that was half make/half m4 18:48:06 i figure there might be some more experience elsewhere that knows what's going on :) 18:48:55 Is it userland? 18:50:04 yes 18:50:13 i've written most of a tpm2 driver 18:50:31 but I need to be able to send commands to it and such 18:51:05 and the tpm2-tss library provides a library for creating/parsing the packets you send/recv from the device for commands 18:53:26 well i should say, the driver is pretty much far enough to send/recv commands.. there is another bit that should be done before i'd consider it ready 18:53:50 basically arbitrate between multiple clients (there's a spec for this) 18:54:19 which IMO should be done by the kernel 18:54:54 sure, happy to take a look 18:56:02 unlike tpm1.2 devices, tpm2.0 are actually useful :) 18:56:57 the 2.0 spec mandates a reasonable set of supported mechanisms, amount of NV storage, and clarifies some ambiguous behavior from 1.2 18:58:47 there might also be some potentially interesting things we could do in illumos, but that can come later.. 18:58:54 (all opt-in of course) 19:24:46 stupid question: I feel like we have a containerof() but I can't find it. 19:24:49 where is it? 19:25:38 huh? in illumos or on go? https://src.illumos.org/source/search?project=illumos-gate&full=containerof&defs=&refs=&path=&hist=&type=&xrd=&nn=1 ??? 19:26:04 *or in go? 19:26:20 oh, underscores! 19:29:33 You seem less confused now, but I am more confused. so a regular day on IRC... 19:32:36 I think part of your confusion is you think we1re in #illumos-go? 19:32:42 or I think we're in #illumos and one of us is wrong 19:33:16 LOL 19:33:41 I am the one who doesn't know where they are. Thank you. 19:39:05 jbk: https://us-central.manta.mnx.io/pkgsrc/public/test-packages/tpm2-tss-4.0.0.tgz 19:39:44 it's built against the (newly released today!) 2022Q4 release, it _may_ install against trunk, otherwise you can either test it on SmartOS or grab the 2022Q4 bootstrap kit from the usual place 19:40:11 ooh, new updates 19:40:33 I had to disable a couple of options (fapi, policy, tcti-cmd) as they aren't portable, might be possible to get them working, but not today, hope none of them are critical 19:41:14 thank you for your hard work :) 19:41:32 welcome! 19:44:35 [illumos-gate] 15305 mac_drop_chain calls freemsg with non-singleton chain -- Luqman Aden 19:53:13 wow great! 19:53:20 thanks 19:59:18 lemme know how it goes and I'll commit to pkgsrc proper if it's ok