09:50:05 I personally like the -A instead of just -4/-6 as indeed there are more adres families than just AF_INET and AF_INET6 09:50:20 but yeah I guess it's personal preference and muscle memory 09:50:38 but I do agree consistently is impotant 18:37:34 [illumos-gate] 14815 nvmeadm: identify support for namespace management -- Hans Rosenfeld 20:41:36 can someone confirm a quirk I only just noticed, and I can't tell if I'm just losing it, or if I should have known this for literal decades and never did. 20:41:47 does /proc/self show in `ls /proc` for y'all? 20:42:03 It does not 20:45:45 I filed #14962 (fenix?) 20:45:47 BUG 14962: readdir(3C) of /proc should list /proc/self (New) 20:45:47 ↳ https://www.illumos.org/issues/14962 20:46:00 I wonder if it's a weird compat thing, and I've just never known 20:47:20 (it seemed best to figure it out in a bug report so we have a record) 20:47:52 I wondered if it was to do with how closefrom() was implemented, but it looks like that has a check in it to avoid non-digit things there 20:48:08 yeah, my comment in the bug is maybe it was so you could list pids and not be careful that way 20:48:08 but it is possible that this is deliberate so that everything looks numeric with readdir() 20:48:11 but that seems so unlikely 20:48:24 might have to light the alanc signal 21:03:48 I wonder what would happen if we did what BUGS in proc(5) says we're going to, too 21:03:50 and kill old-proc 21:04:07 not that I want to, just that I wonder who still uses that. 21:07:47 what about inode values? 21:08:16 (granted it could probably show the value of whatever /proc/$$ shows) 21:09:26 it's a symlink, and it doesn't conflict because it's inode is 1 21:10:31 though there are other weirdnesses in /proc with readdir 21:24:18 we tried killing old-proc in Solaris 12, had to partially undo when we made 12 into 11.4 because there were still too many users 21:27:06 richlowe: now I'm worried the alancsignal is real 21:30:03 who said it isn't? 21:31:19 I see raf added /proc/self in PSARC/1996/463 but didn't mention not listing it in readdir - but I also don't see code in pr_readdir_procdir to specifically hide it, just none there to include it, so maybe it was an accident that worked out to keep the output nice for passing to the various proc tools, kill, ps, etc. 21:36:57 unfortunately, between Solaris 2.6 & 11.4 we failed at actively deprecating the old /proc interfaces, and left the default compilation mode to use them - only people who read the man page and saw there was a new interface available and changed their code to use it got the new stuff 21:37:12 too much backwards compatibility 21:47:13 does illumos/solaris have something similar to 'time -v' (linux) or 'time -l' bsd? I'm specifically interested in the peak RSS of a command 21:48:17 I don't think so, I only know of ptime -m which gives microstates (but not that) 22:02:04 http://sfe.opencsw.org/node/132 shows that we didn't even get other Sun projects to move off old-procfs 22:02:45 and it looks like tomww didn't upstream that fix yet: https://github.com/LibreOffice/core/blob/master/sal/osl/unx/process.cxx#L1019-L1056 22:12:56 https://github.com/openzfs/zfs/pull/13861 hmm, wonder if we're affected by this 22:14:46 should be easy to look and compare? I'd guess probably 22:14:49 jbk might know more 22:15:18 on a completely other topic, https://gitlab.freedesktop.org/xorg/xserver/-/commit/4b4b9086d02b80549981d205fb1f495edc373538 is an example of code in the wild that needs rmustacc's recent asprintf fix (issue 14933) 22:48:48 richlowe: i don't, but a quick look suggests we are