02:18:19 hrm... 02:19:35 our aes code issues CLTS instructions when processing every block.. IIUC (questionable) that was (more or less) because the code predates the kfpu bits... 02:20:19 would that still be necessary if it was updated to use the kfpu bits in the kernel? 08:06:58 jbk as much as I understand, kfpu bits should take care of it. 16:08:25 it'd be nice at some point to improve the performance of the kernel crypto bits 16:08:34 just ENOTIME 16:50:20 jbk: If you're using the kfpu then you won't need to do the kpreempt and clts dance yourself. 16:50:38 It's doing it around every block to allow for pre-emption to happen. 21:10:12 I'm trying to compile OmniOS per the instructions on the illumos.org page for building illumos. Doing ./usr/src/tools/scripts/nightly omnios-illumos-omnios.sh results in an error reading the following: 'fatal: cannot change to 'rev-parse': No such file or directory' \ nightly: Error: Variable CODEMGR_WS not set.' 21:10:42 I want to do the build without the omni tool 21:15:22 you likely need to edit your environment file appropriately (likely starting with either omnios-illumos-omnios.sh or usr/src/tools/env/illumos.sh). 21:27:37 for building illumos-gate you need omnios-illumos-gate, see https://omnios.org/dev/gate.html 22:07:09 [illumos-gate] 17213 fmd crashes with NULL fabric nodeTab -- Bill Sommerfeld