Joshua M. Clulow
Joshua M. Clulow
It would really help us if we could get the `OS-illumos` label put on these sorts of issues when they apply to illumos as well as Solaris, FWIW.
FWIW, I do not believe it is a good idea to parse the output of `mount` without arguments; it's meant for people to read rather than programs to parse. As...
At a first glance this is a bit odd: ``` --------------------- thread# 5 / lwp# 5 --------------------- fffffc7febe7948a pollsys (fffffc7fec7fd7f0, 2, 0, 0) fffffc7febe0d721 pselect (6, fffffc7fec7fd968, 0, 0, 0,...
This is one we've seen before and I've just found a machine that I have access to on which I can actually reproduce it, or something very similar. May not...
@xen0l That's only for VirtIO NICs. I think I should go back and update the e1000 ROM as well, then we can close it.
> the mutex struct must be filled with zeros prior to any call to pthread_mutex_init() (this is documented incredibly poorly). This behaviour _is_ documented for the native `mutex_init()` routine when...
> Thanks. Indeed it's the 1st call that fails. The issue gets more interesting if we call atol() before each iteration. Note that the apparent behaviour change due to your...
Hi @ogham, could we get this pull requested integrated and a new version released? Various downstream crates depend on it, and we'd really really like to get it working on...
Looking a bit closer to demonstrate the use of the `errno` global, first in the source: https://github.com/illumos/gcc/blob/aa6086b73844ed5d9bb62e249c15bad87ce0e0a0/libstdc%2B%2B-v3/src/c%2B%2B17/fs_ops.cc#L1479-L1483 And then in the disassembly on an OmniOS r151038c machine: ``` $ mdb...
See also: [13842 thread-local errno is all you need](https://www.illumos.org/issues/13842)