00:37:09 hrm... 00:45:47 I have visited an abandoned GitHub repository before and then realised it's actually mine 00:46:13 gandalf.jpg 00:46:23 'i have no memory of this repository' 01:26:41 if I need to pass an actual comma in a -Wl option from gcc... anyone know how to do that? the man page suggests it'll expand the , into a space 16:43:36 [illumos-gate] 17417 Add openssl-3/32 package to exception_lists for builds on openindiana -- Bill Sommerfeld 17:15:32 rmustacc: for the intel bool changes -- is there anything in specific you'd want to try -- my home system has both igb and ixgbe interfaces (right now I'm just using the 1 igb interface, but could easily move things around to test ixgbe as well)... 17:16:58 The more random bits, the better. But basic device enumeration, link status, sanity checking properties. 18:33:58 jbk: if you're trying to pass things to -D, just use multiple options 18:34:21 if you're not it depends on the parser at the other end 20:25:54 rmustacc: regarding your fixes for https://illumos.org/issues/17335 I have machines with three of the four drivers (i40e, igb, e1000g); I'll pull your changes in and give it a shot at some point in the next week or so. 20:28:02 qemu has an igb that while obviously not real, our igb will drive 20:37:59 Thanks sommerfeld. 21:17:46 <|cos|> In my attempts to try using illumos on a laptop, I fail with consistently reproducable crashes. Today I've successfully rebuilt illumos-gate with DEBUG=yes, but unlike what I hoped for gdb still says I have no debug symbols in libc. 21:18:34 <|cos|> Pointers in the right direction would be appreciated! (Additional context of what I'm attempting: https://www.netizen.se/docs/urxvt-out_of_input) 21:18:54 SOURCEDEBUG=yes will leave DWARF in libc (you probably only want to build libc that way) 21:31:31 <|cos|> richlowe: thanks! that's likely exactly what i needed.