User Details
- User Since
- Oct 23 2016, 10:57 AM (453 w, 2 d)
Today
I stumbled upon this code block, which confuses me: https://github.com/llvm/llvm-project/blob/84c849e85b0f8ab2d8bbeb2d9c46349f019f4e8e/clang/lib/Driver/ToolChains/FreeBSD.cpp#L329-L337
If needed I can run a mini exp-run on ports with this change applied and devel/libunwind disabled akin to https://reviews.freebsd.org/D50736
Yesterday
Do we think that the base system libunwind is as feature complete as devel/libunwind?
Sat, Jun 28
The issue is still there, so I'm updating the diff, just in case
Fri, Jun 27
Sounds about right.
Thu, Jun 26
Wed, Jun 25
Actually, most of missing stuff is only used in logging, so it isn't a big deal.
Turns out that a new version of security/sssd2 needs this. Since it wasn't MFCed, is there some simple compatibility shim that can be used?
Tue, Jun 24
Mon, Jun 23
Sun, Jun 22
Sat, Jun 21
Thu, Jun 19
Wed, Jun 18
Tue, Jun 17
Just a note that KDE rolls out a new CI infrastructure and they would greatly benefit from the virtiofs support.
Can this change be MFC'd into 14-STABLE? KDE folks are rolling out a new CI infrastructure and they need FreeBSD to support either 9p or virtiofs.
Mon, Jun 16
What man page? The information on how to read exterrors is located in kdumps manpage.
- exterrorize one more errno
- Address comments
- Use EXTERROR
I'm going to submit another diff that removes trace probes after finishing with exterrorizing.
- Address comments
- Make use of SET_ERROR*() becoming an expression
LGTM, but you're still ORing POLLHUP into revents, not setting it. As I mentioned in comment, it seems that the FreeBSD way to report EOF is to return POLLHUP only.
Sat, Jun 14
Fri, Jun 13
Thu, Jun 12
LGTM, but my review doesn't worth much.
I mostly have no idea how this code works, but I tried to provide some review.