-
dangergrrl
jbk, thank you
-
dangergrrl
i run illumos-gate from github and openindiana
-
dangergrrl
and i'm never sure which is part of which :) illumos-gate includes much that i wouldn't think would be part of base
-
danmcd
jclulow: is it possible to whack src.illumos.org upside the head? I'm trying to look at procfs stuff and I know, e.g. 14788 doesn't seem to be there.
-
gitomat
[illumos-gate] 14985 adjtime could be more const -- Patrick Mooney <pmooney⊙pc>
-
jclulow
danmcd: Should be up-to-date now
-
danmcd
Thank you!
-
gitomat
[illumos-gate] 14519 zfs_root should cache vnode -- Patrick Mooney <pmooney⊙pc>
-
richlowe
jclulow: if it runs pretty fast now, can it be automated again?
-
jclulow
I am giving... while sleep $(( 60 * 60 )); do ptime -m /opt/opengrok/bin/index ; done
-
jclulow
a try
-
jclulow
:P
-
jclulow
We'll see how it goes
-
jbk
do we have a preference on #pragma pack(1) vs. __packed for a struct? IIRC the former came from studio before it had gcc attribute compatibility
-
richlowe
I would prefer the attributes that all the compilers support, rather than the pragmas we patch in
-
richlowe
(I'm not sure which ones we patch, and which exist just for us upstream)
-
jbk
__packed expands to __attribute((__packed__)) so that's probably the more widely used one
-
richlowe
oh, it's definitely more widely used.
-
tsoome
they say to avoid pragmas....
-
tsoome
btw, do we have description of 6208626 ?
-
tsoome
-
richlowe
well, we don't have 1.12 probably
-
richlowe
I'll check the bug in just a sec
-
richlowe
we do, but I don't remember how to use the bug thingy we have
-
richlowe
oh wow, I added a URL field so I stopped forgetting
-
richlowe
and then pasted that url field into a gist, because I'm smart
-
richlowe
-
richlowe
does fenix? know about 6208626
-
richlowe
one for the fenix keepers, I suppose
-
tsoome
:) clang is telling: ../port/fp/fp_data.c:54:7: error: unknown type name '_h_val'
-
jclulow
__packed is definitely the way to go
-
yuripv
tsoome: looks like you also need to pacify this check: _XOPEN_SOURCE - 0 < 600 (iso/math_iso.h)