05:44:02 IIRC there is a plan to replace the tuntap driver with semething modern solution. where can I find more info about this plan? Does somebody actively working on it already? 15:53:09 extrowerk: isn't it that IPD? https://github.com/illumos/ipd/blob/master/ipd/0061/README.adoc 15:58:15 i think this one: https://github.com/illumos/ipd/pull/33 17:09:20 i know we can build with gcc-15 now, but is it a requirement yet (as a shadow build) for rti?? 17:13:31 afaik, not yet. 17:13:40 10 and 14 are 17:14:57 I do not think all distros are providing 15 yet. 17:16:34 also, 14+ has still open problem about xsave 17:46:06 ok 19:00:10 when the RTI requirements change, so does the default illumos.sh env 19:27:38 [illumos-gate] 18133 Processor ID is truncated to 8 bits in KDI entry -- Dan Cross 19:48:36 heh.. i don't think i'll ever get arg vs args right with dtrace 20:09:21 arg0..argN are pointer-typed references to the ABI arguments. args[] is a typed mapping 20:09:37 pointer-sized-typed... 20:09:39 uintptr_t 20:10:28 arg0 = (uintptr_t)0x8675309; arg[0] == (foo_t *)0x8675309; 20:14:55 you did it too :P 21:10:36 I don't think I did, I just think I fucked up the words