09:38:17 Guten Morgen / Bonjour / Доброе утро / Good morning. 09:59:47 hello :) 15:28:53 [illumos-gate] 15064 vmm: unused variable 'iommu_initted' -- Toomas Soome 18:24:27 should the string passed to nvlist_add_string() stay intact? i.e. i have the following code: val = strdup(someval); fnvlist_add_string(nvl, "name", val); <- can/should i free() val now? 18:45:07 yuripv: It copies the string into the nvlist yeah 18:45:11 so you can free it 18:45:30 I think that's true of anything you pass into nvlist adds 18:45:42 thanks! 18:47:05 so that strdup() is not needed as well 18:49:04 You should be able to pass "someval" right into fnvlist_add_string() as it'll do the strdup for you. 18:50:17 thanks guys (going over some old code and these strdup/nvlist_add_string/missing free got my attention) 20:02:04 [illumos-gate] 15044 SMB should return NT_STATUS_FS_DRIVER_REQUIRED for DFS ioctls when DFS is not supported -- Gordon Ross 20:09:06 [illumos-gate] 15045 SMB should implement FSCTL_DFS_GET_REFERRALS_EX -- Gordon Ross 20:50:16 [illumos-gate] 15046 libc: unused variable -- Toomas Soome