-
Molnijaeeeeee
-
neiracSmithx10 flock has no logo now, that was quick
-
neuroservenice
-
Smithx10YES
-
Smithx10WE DEFENDED THE ILLUMOS GLORY!
-
tsoomeSo, it was borrowed afterall.
-
andyf
-
andyfThe site that's mentioned in there as the source is interesting. Not a lot of those images looks free
-
andyf*look
-
sjorgeHeh and the old HL logo too :O
-
MolnijaHL?
-
MolnijaHalf Life?
-
paulf
-
gitomat[illumos-gate] 14251 operationalize bhyve dirty page tracking -- Luqman Aden <luqman⊙oc>
-
jclulowneirac: They were very helpful and responded quickly when I mentioned it to them.
-
jbkif i link something w/ libumem because I want the interposed malloc()/free()/..., is adding an exception in exception_lists the only way to keep check_rtime happy, or is there another method that can be limited to just libumem?
-
jbk(it complains because the app itself -- something simple -- doesn't itself do any actual allocations, but (system) libraries it uses do
-
jbkwhich is why i'd like to keep it using umem so DEBUG builds can set UMEM_DEBUG and the like
-
richloweexception lists, or call something yourself, yes.
-
richloweit's possible check_rtime (or really ldd I believe) could grow wisdom about objects with the interpose flags set
-
richloweso that explicit, intentional, early, interposes didn't get that
-
richlowe(libumem is such a thing)