14:08:42 Why hasn't illumos set up a foundation yet? 14:31:42 my 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 14:34:39 Who supported the various expenditures of illumos over the years? 14:35:15 There are no channels for donations. 14:40:15 This is also the case with OpenIndiana 14:41:00 https://omnios.org/patron.html 14:41:48 OmniOS perfects this aspect 15:30:26 Guest74: We've always had a mixture of community efforts, along with infrastructure generally donated by companies for which illumos is economically relevant 15:31:31 FWIW, if you'd like to donate today, donating to OmniOS also helps illumos 16:08:53 That could be made public, with reference to Linux or FreeBSD 16:15:34 I see that most open source projects have set up foundations 16:20:14 See also Rocky Linux 16:20:19 https://www.resf.org/about 16:22:09 Wouldn't that be better? 18:05:37 So 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 ? 19:28:25 [illumos-gate] 15682 rtld: double check that we're allocating correct size -- Toomas Soome 19:28:47 sjorge yes 19:29:17 oki, thanks for confirming 23:19:46 i'm almost sure the answer is 'no', but is there an easy way to basically strip all symbols except for certain values? 23:20:15 (the stripping is due to ramdisk size, but it'd be helpful to retain a couple of symbols) 23:20:53 Not without writing a custom program. 23:20:59 That I know of. 23:25:00 looking at strip from elftoolchain (as found in freebsd), it has -K/--keep-symbol=symbol 23:29:23 and looks like gstrip (from binutils) has the same option 23:30:09 hrmm.. maybe worth adding..