01:04:29 jbk, thank you 01:05:09 i run illumos-gate from github and openindiana 01:06:38 and i'm never sure which is part of which :) illumos-gate includes much that i wouldn't think would be part of base 14:48:11 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. 17:07:12 [illumos-gate] 14985 adjtime could be more const -- Patrick Mooney 17:22:13 danmcd: Should be up-to-date now 17:41:00 Thank you! 18:04:38 [illumos-gate] 14519 zfs_root should cache vnode -- Patrick Mooney 19:25:32 jclulow: if it runs pretty fast now, can it be automated again? 19:25:50 I am giving... while sleep $(( 60 * 60 )); do ptime -m /opt/opengrok/bin/index ; done 19:25:52 a try 19:25:54 :P 19:25:58 We'll see how it goes 20:25:29 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 21:09:05 I would prefer the attributes that all the compilers support, rather than the pragmas we patch in 21:09:32 (I'm not sure which ones we patch, and which exist just for us upstream) 21:14:07 __packed expands to __attribute((__packed__)) so that's probably the more widely used one 21:15:01 oh, it's definitely more widely used. 21:44:18 they say to avoid pragmas.... 21:44:40 btw, do we have description of 6208626 ? 21:45:47 as noted here: https://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libc/port/fp/fp_data.c?r=7c478bd9&mo=1654&fi=54#40 21:51:59 well, we don't have 1.12 probably 21:52:18 I'll check the bug in just a sec 21:53:09 we do, but I don't remember how to use the bug thingy we have 21:53:53 oh wow, I added a URL field so I stopped forgetting 21:54:00 and then pasted that url field into a gist, because I'm smart 21:54:05 https://illumos.org/opensolaris/bugdb/bug.html#!6208626 21:54:12 does fenix? know about 6208626 21:54:24 one for the fenix keepers, I suppose 21:54:33 :) clang is telling: ../port/fp/fp_data.c:54:7: error: unknown type name '_h_val' 21:59:33 __packed is definitely the way to go 23:29:59 tsoome: looks like you also need to pacify this check: _XOPEN_SOURCE - 0 < 600 (iso/math_iso.h)