Jose Luis Duran
Jose Luis Duran
> [jlduran](https://github.com/jlduran), is there any plans to merge the patch into upstream? I hope so, yes! This pull request fixes a bug present in BSD grep (known to be present...
> Trimming space and tab makes sense, but I'm not sure isspace() is suitable. Does trimming '\r' and '\n' give a suitable behavior? Ideally, yes. My original thinking was when...
@bsdimp I'm thinking about testing this series of patches. I like the overall idea, but I would prefer an approach that can be easily reconciled with poudriere image -t firmware....
@heatd / @lersek Would you kindly reconsider reopening this pul request now that the EDK II Development Process guidelines have changed? Thank you!
After freebsd/freebsd-src@5f14800ca589 ("release.sh: Pass *PKGBASE* through") bsdinstall script installations (unattended installations) fail because /usr/freebsd-dist is no longer populated. bsdinstall(8) then tries to fetch the DISTRIBUTIONS the *.txz files from the...
Tangentially related: I cannot find the information about the importance of the `-` symbol preceding the license block. Is it used to find the license block when auditing licensing information...
> > Tangentially related: I cannot find the information about the importance of the `-` symbol preceding the license block. Is it used to find the license block when auditing...
Found it! For my future reference: https://github.com/freebsd/freebsd-src/commit/9ddb49cbe45441fa3f3a10f6dd355e9956480b5f Remember to also include man pages.
Per the original comment in #59: > Pre-canned devfs rulesets are available in /etc/defaults/devfs.rules. These hide all devices except for those that are safe inside jails, and should probably be...
Test plan: ```console # poudriere jail -c -j generic-15 -m pkgbase=base_latest -U https://pkg.freebsd.org -v 15 -K generic # poudriere jail -l JAILNAME VERSION OSVERSION ARCH METHOD TIMESTAMP PATH generic-15 15.0-CURRENT...