-
Guest74Why hasn't illumos set up a foundation yet?
-
jbkmy impression is that it's a fair amount of work that no one's had time to do, but I wouldn't take that as an authortative answer
-
Guest74Who supported the various expenditures of illumos over the years?
-
Guest74There are no channels for donations.
-
Guest74This is also the case with OpenIndiana
-
Guest74
-
Guest74OmniOS perfects this aspect
-
jclulowGuest74: We've always had a mixture of community efforts, along with infrastructure generally donated by companies for which illumos is economically relevant
-
jclulowFWIW, if you'd like to donate today, donating to OmniOS also helps illumos
-
Guest74That could be made public, with reference to Linux or FreeBSD
-
Guest74I see that most open source projects have set up foundations
-
Guest74See also Rocky Linux
-
Guest74
-
Guest74Wouldn't that be better?
-
sjorgeSo for the viona tx copy by default CR, I now just wait for people to re +1 the latest patch, once there are a few do a new build, run my tests again and mail the list with the maillog file ?
-
gitomat[illumos-gate] 15682 rtld: double check that we're allocating correct size -- Toomas Soome <tsoome⊙mc>
-
tsoomesjorge yes
-
sjorgeoki, thanks for confirming
-
jbki'm almost sure the answer is 'no', but is there an easy way to basically strip all symbols except for certain values?
-
jbk(the stripping is due to ramdisk size, but it'd be helpful to retain a couple of symbols)
-
rmustaccNot without writing a custom program.
-
rmustaccThat I know of.
-
yuripvlooking at strip from elftoolchain (as found in freebsd), it has -K/--keep-symbol=symbol
-
yuripvand looks like gstrip (from binutils) has the same option
-
jbkhrmm.. maybe worth adding..