-
KungFuJesustsoome: nice find in libnsl. This probably affects, NFS, no?
-
KungFuJesusnot sure if client, server, or both, but it's used for handling XDR traffic, right?
-
tsoomeit should not affect nfs directly as we have nfs in kernel
-
tsoomethat code is about non-blocking stateful connections, however
-
danmcdAm I here again?
-
danmcd(Seems that way. Just finished the upgrade-my-workstation dance. All good!)
-
tsoomeon ventura now?:)
-
tsoome.oO who is inventing all those names anuhow...
-
tsoomeanyhow*
-
gitomat[illumos-gate] 15094 WPTS BVT_SMB2Basic_Query_FileAllInformation -- Gordon Ross <gwr⊙rc>
-
tsoomehm. clang does not generate debug info for usr/src/cmd/sendmail/libmilter/worker.c
-
yuripvprobably _FFR_WORKERS_POOL is undefined and the entire file is no-op?
-
tsoometrue, gcc gets away because it does emit some strings and constants, so ctf tools will not freak out
-
richloweyeah, empty source files trip the ctf stuff
-
richlowethey should probably learn that an empty CU doesn't need ctf
-
richlowebut I'm not sure how reliably we can determine "an empty CU"
-
richlowesomething without functions, objects, or type definitions?
-
richloweI think by the time we complain about no ctf, we don't know that any longer