04:27:28 hrm.. any one have a VM (doesn't need to be illumos) running on qemu w/ a sata disk? 04:27:57 if i can get the output of sg_sat_identify, I might be able to omit the stuff a bit easier.. 04:28:45 bhyve doesn't advertise the GPL (general purpose logging) bit in it's identify info, which means no logs... if qemu does the same, that'd probably be the easiest 05:33:59 hello all, is there any procedure to bind process? I have a question here https://pastebin.com/Eqf49kVz , anyone could take a look? a big thanks 12:45:20 Hi I have a question. 12:45:30 When booting with uefi, the bootloader obtains the framebuffer from gop and writes physical address to the fb_info structure in gfx_private. console continues to use the framebuffer after boot. 12:45:40 At end of booting, ExitBootServices is called, resolution modifications are no longer possible, but the framebuffer is still accessible. 12:45:40 So in theory x11 could be used with a framebuffer when uefi boot? 12:45:47 Why is there no such attempt? 12:50:00 once I ported x11 framebuffer module to dilos which uses the initialized device 12:50:26 https://apt.tambov.ru/tde/dilos_14.1.0.png look at the image resolution 13:33:21 Oh... good to know. 13:39:35 After searching through the source code, 13:39:35 I think the gfx_fb.c under fcil folder, can be useful to how to use fb. 14:42:22 [illumos-gate] 16537 cxgbe: update firmware version to 1.27.5.0 -- Dan McDonald 14:48:40 Any "linker aliens" lunking here? I'm looking for advice on how to interpose on some libc and libidmap functions in a test program that exercises some libsec functionss (acl_totext). It seems that direct bindings (in libsec) works against me in this effort. 14:51:31 I suspect an audit library may be able to override the direct binding entirely. But it's been a while. 14:55:14 My current test program just recompiles the libsec functsions as an old-fashioned static lib.a which works fine for this, but is kind of ugly. 14:56:03 I'd like to turn this into a usr/src/test/libsec-test but would rather not include the static lib hack in that, so looking for a better way. 15:00:02 Yeah, the la_symbind* interfaces in the audit library I think can basically allow them to be changed somewhat arbitrarily. 15:00:22 It was how I first prototyped umem ptc before doing the genasm. 15:10:34 I just added this to the test program link and it works: -Wl,-zinterpose 15:10:37 Linker magic! :) 15:11:53 That's good because I really like this approach for unit tests, where I control _both_ the entry points into the code under test _and_ any support functions it calls. 15:12:23 In this case I'm faking up some specific names for UIDs, GIDs, SIDs, names, etc. 15:12:36 In this case I'm faking up some specific things for UIDs, GIDs, SIDs, names, etc. 18:28:32 uggggh multiboot2 18:28:35 why 20:38:18 I spy a few familiar names in the credits section of the just published POSIX.1-2024/XPG8 standard today... Jörg Schilling, Ryan Zezeski, Casper Dik... 21:15:43 nice rpz