14:10:57 tsoome: nice find in libnsl. This probably affects, NFS, no? 14:11:25 not sure if client, server, or both, but it's used for handling XDR traffic, right? 14:48:01 it should not affect nfs directly as we have nfs in kernel 14:49:02 that code is about non-blocking stateful connections, however 15:51:32 Am I here again? 16:08:31 (Seems that way. Just finished the upgrade-my-workstation dance. All good!) 17:28:00 on ventura now?:) 17:28:21 .oO who is inventing all those names anuhow... 17:28:25 anyhow* 17:46:37 [illumos-gate] 15094 WPTS BVT_SMB2Basic_Query_FileAllInformation -- Gordon Ross 20:07:05 hm. clang does not generate debug info for usr/src/cmd/sendmail/libmilter/worker.c 20:39:07 probably _FFR_WORKERS_POOL is undefined and the entire file is no-op? 20:40:52 true, gcc gets away because it does emit some strings and constants, so ctf tools will not freak out 22:24:18 yeah, empty source files trip the ctf stuff 22:24:45 they should probably learn that an empty CU doesn't need ctf 22:24:51 but I'm not sure how reliably we can determine "an empty CU" 22:25:15 something without functions, objects, or type definitions? 22:26:40 I think by the time we complain about no ctf, we don't know that any longer