-
extrowerkIIRC 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?
-
gemelenextrowerk: isn't it that IPD? github.com/illumos/ipd/blob/master/ipd/0061/README.adoc
-
extrowerki think this one: illumos/ipd #33
-
jbki know we can build with gcc-15 now, but is it a requirement yet (as a shadow build) for rti??
-
tsoome_afaik, not yet.
-
tsoome_10 and 14 are
-
tsoome_I do not think all distros are providing 15 yet.
-
tsoome_also, 14+ has still open problem about xsave
-
jbkok
-
richlowewhen the RTI requirements change, so does the default illumos.sh env
-
gitomat[illumos-gate] 18133 Processor ID is truncated to 8 bits in KDI entry -- Dan Cross <cross⊙oc>
-
jbkheh.. i don't think i'll ever get arg vs args right with dtrace
-
richlowearg0..argN are pointer-typed references to the ABI arguments. args[] is a typed mapping
-
richlowepointer-sized-typed...
-
richloweuintptr_t
-
richlowearg0 = (uintptr_t)0x8675309; arg[0] == (foo_t *)0x8675309;
-
jbkyou did it too :P
-
richloweI don't think I did, I just think I fucked up the words