Alan Somers

Results 656 comments of Alan Somers

@dlangille that looks like it only works for pkg base. Most systems aren't using pkg base yet. Do you have anything that works for traditional systems?

Then how does that script work? `pkg audit` only checks packages. AFAIK it doesn't have anything to do with the base system.

That's because on FreeBSD, you should use `nmount` instead of `mount`.

sendmmsg is notoriously hard to use, and hard to bind in Rust. Nix has been through a few different versions. @pacak @rtzoeller could you please take a look?

I vote for pass-by-value, unless somebody can come up with a single case where it wouldn't work. After all, the standard library already provides `impl AsFd for &T`

I've rebased. But so far, the libc maintainers still haven't merged the PR there. Trying to be both backwards-compatible AND Rust 1.13.0 compatible AND satisfy that project's style checker is...

Ok, I pushed a version that inlines the C structures into Nix. But only for FreeBSD, because that's the only platform that really needs this change.

Still no word from upstream. I'll merge this now. Once the upstream PR merges, we can revert the 2nd commit.

@germag are you still planning to fix this?

I'm closing this for lack of activity. But if you ever do root-cause the issue, you can reopen it.