Conrad Meyer

Results 85 comments of Conrad Meyer

Seems like this one can be closed after March 17.

I don't think `ASSUME_ALWAYS_YES` has anything to do with this issue.

`pkg-fetch`, `pkg-install`, `pkg-delete` all take `-y` flags; but `pkg -y ` does the wrong thing. `pkg-install`, `pkg-update`, and `pkg-delete` all take `-f|--force` flags, but `pkg -f ` does the wrong...

See also #440 , and the non-dead project https://github.com/RustCrypto does not seem to have a Fortuna implementation in their "CSRNGs" repository.

A looked into this a couple weeks ago. Support for I2C ioctls depends on the GPU driver. The Nvidia GPU driver comes in two pieces: a binary blob, which is...

Since small size is not an object, why use a separate FS for /usr/bin and /usr/sbin? On my CURRENT system, /usr/bin is 203MB and /usr/sbin is only 19MB more. What's...

Thanks. I reckon this is an unsupported "hardening" setup. I agree the right thing for install to do if (hard)linking fails (due to cross-filesystem) is to just copy.

LINKS is executed in bsd.links.mk, using INSTALL_LINK. INSTALL_LINK is defined in own.mk as `install -l h`. `install -l h ...` exits with 71 and prints "Cross-device link" in this situation....

Does tar attempt to handle links? I agree with "as much as possible," but am unclear on how much is possible. I am also ok just closing this out as...

Here's an untested proposal: https://reviews.freebsd.org/D14897